rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/include /home/buildroot/autobuild/instance-1/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-1/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-1/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-1/output-1/target/usr/doc find /home/buildroot/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-1/output-1/target/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-1/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/man /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/info /home/buildroot/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/doc /home/buildroot/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-1/output-1/target/lib/debug /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-1/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.08-647-g7d4443343a"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.11-git\"" \ ) > /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-1/output-1/per-package \ /home/buildroot/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs printf ' avahi -1 avahi -1 * - - -\n dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n news -1 news -1 * - - - Leafnode2 daemon\n sshd -1 sshd -1 * /var/empty - - SSH drop priv user\n pipewire -1 pipewire -1 * - - audio,video PipeWire System Daemon\n postgres -1 postgres -1 * /var/lib/pgsql /bin/sh - PostgreSQL Server\n\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /usr/bin/fusermount3 f 4755 0 0 - - - - -\n /var/empty d 755 root root - - - - -\n\n' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt printf ' /dev/fuse c 666 0 0 10 229 0 0 -\n\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.erofs mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/mkfs.erofs /home/buildroot/autobuild/instance-1/output-1/images/rootfs.erofs /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/erofs/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkfs.erofs 1.5 Processing bin ... Processing bin/arch ... Processing bin/ash ... Processing bin/base32 ... Processing bin/base64 ... Processing bin/busybox ... Processing bin/cat ... Processing bin/chattr ... Processing bin/chgrp ... Processing bin/chmod ... Processing bin/chown ... Processing bin/cp ... Processing bin/cpio ... Processing bin/date ... Processing bin/dd ... Processing bin/df ... Processing bin/dmesg ... Processing bin/dnsdomainname ... Processing bin/dumpkmap ... Processing bin/echo ... Processing bin/egrep ... Processing bin/false ... Processing bin/fdflush ... Processing bin/fgrep ... Processing bin/findmnt ... 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/lsblk ... 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/pipesz ... 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/console ... Processing dev/fb0 ... Processing dev/fb1 ... Processing dev/fb2 ... Processing dev/fb3 ... Processing dev/fd ... Processing dev/fuse ... Processing dev/hda ... Processing dev/hda1 ... Processing dev/hda10 ... Processing dev/hda11 ... Processing dev/hda12 ... Processing dev/hda13 ... Processing dev/hda14 ... Processing dev/hda15 ... Processing dev/hda2 ... Processing dev/hda3 ... Processing dev/hda4 ... Processing dev/hda5 ... Processing dev/hda6 ... Processing dev/hda7 ... Processing dev/hda8 ... Processing dev/hda9 ... Processing dev/hdb ... Processing dev/hdb1 ... Processing dev/hdb10 ... Processing dev/hdb11 ... Processing dev/hdb12 ... Processing dev/hdb13 ... Processing dev/hdb14 ... Processing dev/hdb15 ... Processing dev/hdb2 ... Processing dev/hdb3 ... Processing dev/hdb4 ... Processing dev/hdb5 ... Processing dev/hdb6 ... Processing dev/hdb7 ... Processing dev/hdb8 ... Processing dev/hdb9 ... Processing dev/hvc0 ... Processing dev/hvc1 ... Processing dev/hvc2 ... Processing dev/hvc3 ... Processing dev/i2c-0 ... Processing dev/i2c-1 ... Processing dev/i2c-2 ... Processing dev/i2c-3 ... Processing dev/input ... Processing dev/input/event0 ... Processing dev/input/event1 ... Processing dev/input/event2 ... Processing dev/input/event3 ... Processing dev/input/mice ... Processing dev/input/mouse0 ... Processing dev/input/mouse1 ... Processing dev/input/mouse2 ... Processing dev/input/mouse3 ... Processing dev/kmem ... Processing dev/log ... Processing dev/loop0 ... Processing dev/loop1 ... Processing dev/mem ... Processing dev/mtd0 ... Processing dev/mtd1 ... Processing dev/mtd2 ... Processing dev/mtd3 ... Processing dev/mtdblock0 ... Processing dev/mtdblock1 ... Processing dev/mtdblock2 ... Processing dev/mtdblock3 ... Processing dev/net ... Processing dev/net/tun ... Processing dev/null ... Processing dev/psaux ... Processing dev/ptmx ... Processing dev/pts ... Processing dev/ptyp0 ... Processing dev/ptyp1 ... Processing dev/ptyp2 ... Processing dev/ptyp3 ... Processing dev/ptyp4 ... Processing dev/ptyp5 ... Processing dev/ptyp6 ... Processing dev/ptyp7 ... Processing dev/ptyp8 ... Processing dev/ptyp9 ... Processing dev/ram ... Processing dev/ram0 ... Processing dev/ram1 ... Processing dev/ram2 ... Processing dev/ram3 ... Processing dev/random ... Processing dev/rtc ... Processing dev/sda ... Processing dev/sda1 ... Processing dev/sda10 ... Processing dev/sda11 ... Processing dev/sda12 ... Processing dev/sda13 ... Processing dev/sda14 ... Processing dev/sda15 ... Processing dev/sda2 ... Processing dev/sda3 ... Processing dev/sda4 ... Processing dev/sda5 ... Processing dev/sda6 ... Processing dev/sda7 ... Processing dev/sda8 ... Processing dev/sda9 ... Processing dev/sdb ... Processing dev/sdb1 ... Processing dev/sdb10 ... Processing dev/sdb11 ... Processing dev/sdb12 ... Processing dev/sdb13 ... Processing dev/sdb14 ... Processing dev/sdb15 ... Processing dev/sdb2 ... Processing dev/sdb3 ... Processing dev/sdb4 ... Processing dev/sdb5 ... Processing dev/sdb6 ... Processing dev/sdb7 ... Processing dev/sdb8 ... Processing dev/sdb9 ... Processing dev/shm ... Processing dev/stderr ... Processing dev/stdin ... Processing dev/stdout ... Processing dev/tty ... Processing dev/tty0 ... Processing dev/tty1 ... Processing dev/tty2 ... Processing dev/tty3 ... Processing dev/tty4 ... Processing dev/tty5 ... Processing dev/tty6 ... Processing dev/tty7 ... Processing dev/ttyAM0 ... Processing dev/ttyAM1 ... Processing dev/ttyAM2 ... Processing dev/ttyAMA0 ... Processing dev/ttyAMA1 ... Processing dev/ttyAMA2 ... Processing dev/ttyAMA3 ... Processing dev/ttyBF0 ... Processing dev/ttyBF1 ... Processing dev/ttyCPM0 ... Processing dev/ttyCPM1 ... Processing dev/ttyCPM2 ... Processing dev/ttyCPM3 ... Processing dev/ttyP0 ... Processing dev/ttyP1 ... Processing dev/ttyP2 ... Processing dev/ttyP3 ... Processing dev/ttyPSC0 ... Processing dev/ttyPSC1 ... Processing dev/ttyPSC2 ... Processing dev/ttyPSC3 ... Processing dev/ttyS0 ... Processing dev/ttyS1 ... Processing dev/ttyS2 ... Processing dev/ttyS3 ... Processing dev/ttySAC0 ... Processing dev/ttySAC1 ... Processing dev/ttySAC2 ... Processing dev/ttySAC3 ... Processing dev/ttySC0 ... Processing dev/ttySC1 ... Processing dev/ttySC2 ... Processing dev/ttySC3 ... Processing dev/ttySC4 ... Processing dev/ttySC5 ... Processing dev/ttySC6 ... Processing dev/ttySC7 ... Processing dev/ttyUL0 ... Processing dev/ttyUL1 ... Processing dev/ttyUL2 ... Processing dev/ttyUL3 ... Processing dev/ttymxc0 ... Processing dev/ttymxc1 ... Processing dev/ttymxc2 ... Processing dev/ttymxc3 ... Processing dev/ttyp0 ... Processing dev/ttyp1 ... Processing dev/ttyp2 ... Processing dev/ttyp3 ... Processing dev/ttyp4 ... Processing dev/ttyp5 ... Processing dev/ttyp6 ... Processing dev/ttyp7 ... Processing dev/ttyp8 ... Processing dev/ttyp9 ... Processing dev/uba ... Processing dev/uba1 ... Processing dev/uba2 ... Processing dev/uba3 ... Processing dev/uba4 ... Processing dev/uba5 ... Processing dev/uba6 ... Processing dev/ubb ... Processing dev/ubb1 ... Processing dev/ubb2 ... Processing dev/ubb3 ... Processing dev/ubb4 ... Processing dev/ubb5 ... Processing dev/ubb6 ... Processing dev/urandom ... Processing dev/video0 ... Processing dev/video1 ... Processing dev/video2 ... Processing dev/video3 ... Processing dev/zero ... Processing etc ... Processing etc/avahi ... Processing etc/avahi/avahi-daemon.conf ... Processing etc/avahi/avahi-dnsconfd.action ... Processing etc/avahi/hosts ... Processing etc/avahi/services ... Processing etc/bindresvport.blacklist ... Processing etc/bridge-stp.conf ... Processing etc/dbus-1 ... Processing etc/dbus-1/session.conf ... Processing etc/dbus-1/system.conf ... Processing etc/environment ... Processing etc/fstab ... Processing etc/fuse.conf ... Processing etc/group ... Processing etc/hostname ... Processing etc/hosts ... Processing etc/init.d ... Processing etc/init.d/S01syslogd ... Processing etc/init.d/S02klogd ... Processing etc/init.d/S02sysctl ... Processing etc/init.d/S30dbus ... Processing etc/init.d/S50avahi-daemon ... Processing etc/init.d/S50postgresql ... Processing etc/init.d/fuse3 ... Processing etc/init.d/rcK ... Processing etc/init.d/rcS ... Processing etc/inittab ... Processing etc/issue ... Processing etc/leafnode2 ... Processing etc/leafnode2/config.example ... Processing etc/leafnode2/filters.example ... Processing etc/leafnode2/uucp ... Processing etc/libnl ... Processing etc/libnl/classid ... Processing etc/libnl/pktloc ... Processing etc/mtab ... Processing etc/netconfig ... 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/pam.d ... Processing etc/pam.d/login ... Processing etc/pam.d/other ... Processing etc/pam.d/sshd ... Processing etc/passwd ... Processing etc/profile ... Processing etc/profile.d ... Processing etc/profile.d/umask.sh ... Processing etc/protocols ... Processing etc/resolv.conf ... Processing etc/security ... Processing etc/security/access.conf ... Processing etc/security/faillock.conf ... Processing etc/security/group.conf ... Processing etc/security/limits.conf ... Processing etc/security/limits.d ... Processing etc/security/limits.d/25-pw-rlimits.conf ... Processing etc/security/namespace.conf ... Processing etc/security/namespace.d ... Processing etc/security/namespace.init ... Processing etc/security/pam_env.conf ... Processing etc/security/pwhistory.conf ... Processing etc/security/time.conf ... Processing etc/services ... Processing etc/shadow ... Processing etc/shells ... Processing etc/siproxd.conf.example ... Processing etc/siproxd_passwd.cfg ... Processing etc/speech-dispatcher ... Processing etc/speech-dispatcher/clients ... Processing etc/speech-dispatcher/clients/emacs.conf ... Processing etc/speech-dispatcher/modules ... Processing etc/speech-dispatcher/modules/cicero.conf ... Processing etc/speech-dispatcher/modules/dtk-generic.conf ... Processing etc/speech-dispatcher/modules/epos-generic.conf ... Processing etc/speech-dispatcher/modules/espeak-mbrola-generic.conf ... Processing etc/speech-dispatcher/modules/espeak-ng-mbrola-generic.conf ... Processing etc/speech-dispatcher/modules/espeak-ng-mbrola.conf ... Processing etc/speech-dispatcher/modules/espeak-ng.conf ... Processing etc/speech-dispatcher/modules/espeak.conf ... Processing etc/speech-dispatcher/modules/festival.conf ... Processing etc/speech-dispatcher/modules/flite.conf ... Processing etc/speech-dispatcher/modules/llia_phon-generic.conf ... Processing etc/speech-dispatcher/modules/mary-generic.conf ... Processing etc/speech-dispatcher/modules/mimic3-generic.conf ... Processing etc/speech-dispatcher/modules/swift-generic.conf ... Processing etc/speech-dispatcher/speechd.conf ... Processing etc/ssh ... Processing etc/ssh/moduli ... Processing etc/ssh/ssh_config ... Processing etc/ssh/sshd_config ... 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/usb_modeswitch.conf ... Processing etc/usb_modeswitch.d ... Processing lib ... Processing lib/ld.so.1 ... Processing lib/libanl.so.1 ... Processing lib/libatomic.so ... Processing lib/libatomic.so.1 ... Processing lib/libatomic.so.1.2.0 ... Processing lib/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/libfdisk.so.1 ... Processing lib/libfdisk.so.1.1.0 ... 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/libpam.so ... Processing lib/libpam.so.0 ... Processing lib/libpam.so.0.85.1 ... Processing lib/libpam_misc.so ... Processing lib/libpam_misc.so.0 ... Processing lib/libpam_misc.so.0.82.1 ... Processing lib/libpamc.so ... Processing lib/libpamc.so.0 ... Processing lib/libpamc.so.0.82.1 ... Processing lib/libpthread.so.0 ... Processing lib/libresolv.so.2 ... Processing lib/librt.so.1 ... Processing lib/libsmartcols.so.1 ... Processing lib/libsmartcols.so.1.1.0 ... Processing lib/libutil.so.1 ... Processing lib/libuuid.so.1 ... Processing lib/libuuid.so.1.3.0 ... Processing lib/pkgconfig ... Processing lib/pkgconfig/pam.pc ... Processing lib/pkgconfig/pam_misc.pc ... Processing lib/pkgconfig/pamc.pc ... Processing lib/security ... Processing lib/security/pam_access.so ... Processing lib/security/pam_debug.so ... Processing lib/security/pam_deny.so ... Processing lib/security/pam_echo.so ... Processing lib/security/pam_env.so ... Processing lib/security/pam_exec.so ... Processing lib/security/pam_faildelay.so ... Processing lib/security/pam_faillock.so ... Processing lib/security/pam_filter ... Processing lib/security/pam_filter/upperLOWER ... Processing lib/security/pam_filter.so ... Processing lib/security/pam_ftp.so ... Processing lib/security/pam_group.so ... Processing lib/security/pam_issue.so ... Processing lib/security/pam_keyinit.so ... Processing lib/security/pam_limits.so ... Processing lib/security/pam_listfile.so ... Processing lib/security/pam_localuser.so ... Processing lib/security/pam_loginuid.so ... Processing lib/security/pam_mail.so ... Processing lib/security/pam_mkhomedir.so ... Processing lib/security/pam_motd.so ... Processing lib/security/pam_namespace.so ... Processing lib/security/pam_nologin.so ... Processing lib/security/pam_permit.so ... Processing lib/security/pam_pwhistory.so ... Processing lib/security/pam_rhosts.so ... Processing lib/security/pam_rootok.so ... Processing lib/security/pam_securetty.so ... Processing lib/security/pam_setquota.so ... Processing lib/security/pam_shells.so ... Processing lib/security/pam_stress.so ... Processing lib/security/pam_succeed_if.so ... Processing lib/security/pam_time.so ... Processing lib/security/pam_timestamp.so ... Processing lib/security/pam_umask.so ... Processing lib/security/pam_unix.so ... Processing lib/security/pam_usertype.so ... Processing lib/security/pam_warn.so ... Processing lib/security/pam_wheel.so ... Processing lib/security/pam_xauth.so ... Processing lib/udev ... Processing lib/udev/rules.d ... Processing lib/udev/rules.d/40-usb_modeswitch.rules ... Processing lib/udev/rules.d/99-fuse3.rules ... Processing lib/udev/usb_modeswitch ... Processing lib32 ... Processing linuxrc ... Processing media ... Processing mnt ... Processing opt ... Processing proc ... Processing root ... Processing run ... Processing sbin ... Processing sbin/arp ... Processing sbin/blkdiscard ... Processing sbin/blkid ... Processing sbin/blkpr ... Processing sbin/blkzone ... Processing sbin/blockdev ... Processing sbin/bridge-stp ... Processing sbin/cfdisk ... Processing sbin/chcpu ... Processing sbin/ctrlaltdel ... Processing sbin/devmem ... Processing sbin/faillock ... Processing sbin/fdisk ... Processing sbin/findfs ... Processing sbin/freeramdisk ... Processing sbin/fsck ... Processing sbin/fsfreeze ... Processing sbin/fstrim ... Processing sbin/getty ... Processing sbin/halt ... Processing sbin/hdparm ... Processing sbin/hwclock ... Processing sbin/ifconfig ... Processing sbin/ifdown ... Processing sbin/ifup ... Processing sbin/init ... Processing sbin/insmod ... Processing sbin/ip ... Processing sbin/ipaddr ... Processing sbin/iplink ... Processing sbin/ipneigh ... Processing sbin/iproute ... Processing sbin/iprule ... Processing sbin/iptunnel ... Processing sbin/klogd ... Processing sbin/loadkmap ... Processing sbin/losetup ... Processing sbin/lsmod ... Processing sbin/makedevs ... Processing sbin/mdev ... Processing sbin/mkdosfs ... Processing sbin/mke2fs ... Processing sbin/mkfs ... Processing sbin/mkhomedir_helper ... Processing sbin/mkswap ... Processing sbin/modprobe ... Processing sbin/mstp_restart ... Processing sbin/mstpctl ... Processing sbin/mstpd ... Processing sbin/nameif ... Processing sbin/pam_namespace_helper ... Processing sbin/pam_timestamp_check ... Processing sbin/pivot_root ... Processing sbin/poweroff ... Processing sbin/pwhistory_helper ... Processing sbin/reboot ... Processing sbin/rmmod ... Processing sbin/route ... Processing sbin/run-init ... Processing sbin/runlevel ... Processing sbin/runuser ... Processing sbin/setconsole ... Processing sbin/sfdisk ... Processing sbin/start-stop-daemon ... Processing sbin/sulogin ... Processing sbin/swaplabel ... Processing sbin/swapoff ... Processing sbin/swapon ... Processing sbin/switch_root ... Processing sbin/sysctl ... Processing sbin/syslogd ... Processing sbin/tc ... Processing sbin/udhcpc ... Processing sbin/uevent ... Processing sbin/unix_chkpwd ... Processing sbin/unix_update ... Processing sbin/vconfig ... Processing sbin/watchdog ... Processing sys ... Processing tmp ... Processing usr ... Processing usr/bin ... Processing usr/bin/[ ... Processing usr/bin/[[ ... Processing usr/bin/ar ... Processing usr/bin/ascii ... Processing usr/bin/avahi-browse ... Processing usr/bin/avahi-browse-domains ... Processing usr/bin/avahi-publish ... Processing usr/bin/avahi-publish-address ... Processing usr/bin/avahi-publish-service ... Processing usr/bin/avahi-resolve ... Processing usr/bin/avahi-resolve-address ... Processing usr/bin/avahi-resolve-host-name ... Processing usr/bin/avahi-set-host-name ... Processing usr/bin/awk ... Processing usr/bin/babeltrace2 ... Processing usr/bin/basename ... Processing usr/bin/bc ... Processing usr/bin/bmon ... Processing usr/bin/btrfs ... Processing usr/bin/btrfs-find-root ... Processing usr/bin/btrfs-image ... Processing usr/bin/btrfs-map-logical ... Processing usr/bin/btrfs-select-super ... Processing usr/bin/btrfsck ... Processing usr/bin/btrfstune ... Processing usr/bin/bunzip2 ... Processing usr/bin/bzcat ... Processing usr/bin/choom ... Processing usr/bin/chrt ... Processing usr/bin/chvt ... Processing usr/bin/cksum ... Processing usr/bin/clear ... Processing usr/bin/clusterdb ... Processing usr/bin/cmp ... Processing usr/bin/col ... Processing usr/bin/colcrt ... Processing usr/bin/colrm ... Processing usr/bin/column ... Processing usr/bin/crc32 ... Processing usr/bin/createdb ... Processing usr/bin/createuser ... Processing usr/bin/crontab ... Processing usr/bin/cut ... Processing usr/bin/dbus-cleanup-sockets ... Processing usr/bin/dbus-daemon ... Processing usr/bin/dbus-launch ... Processing usr/bin/dbus-monitor ... Processing usr/bin/dbus-run-session ... Processing usr/bin/dbus-send ... Processing usr/bin/dbus-test-tool ... Processing usr/bin/dbus-update-activation-environment ... Processing usr/bin/dbus-uuidgen ... Processing usr/bin/dc ... Processing usr/bin/deallocvt ... Processing usr/bin/diff ... Processing usr/bin/dirname ... Processing usr/bin/dos2unix ... Processing usr/bin/dotlockfile ... Processing usr/bin/drmdevice ... Processing usr/bin/dropdb ... Processing usr/bin/dropuser ... Processing usr/bin/du ... Processing usr/bin/ecpg ... Processing usr/bin/eject ... Processing usr/bin/env ... Processing usr/bin/expr ... Processing usr/bin/factor ... Processing usr/bin/fadvise ... Processing usr/bin/fallocate ... Processing usr/bin/fincore ... Processing usr/bin/find ... Processing usr/bin/flock ... Processing usr/bin/fold ... Processing usr/bin/free ... Processing usr/bin/fribidi ... Processing usr/bin/fsck.btrfs ... Processing usr/bin/fswebcam ... Processing usr/bin/fuser ... Processing usr/bin/fusermount3 ... Processing usr/bin/gapplication ... Processing usr/bin/gdbus ... Processing usr/bin/getopt ... Processing usr/bin/gio ... Processing usr/bin/gio-querymodules ... Processing usr/bin/gresource ... Processing usr/bin/gsettings ... Processing usr/bin/head ... Processing usr/bin/hexdump ... Processing usr/bin/hexedit ... Processing usr/bin/hostid ... Processing usr/bin/httpkite ... Processing usr/bin/id ... Processing usr/bin/initdb ... Processing usr/bin/install ... Processing usr/bin/ipcrm ... Processing usr/bin/ipcs ... Processing usr/bin/isosize ... Processing usr/bin/jhead ... Processing usr/bin/jimsh ... 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/ldns-config ... Processing usr/bin/leafnode-version ... Processing usr/bin/less ... Processing usr/bin/linux32 ... Processing usr/bin/linux64 ... Processing usr/bin/lockfile-check ... Processing usr/bin/lockfile-create ... Processing usr/bin/lockfile-remove ... Processing usr/bin/lockfile-touch ... Processing usr/bin/logger ... Processing usr/bin/logname ... Processing usr/bin/look ... Processing usr/bin/lscpu ... Processing usr/bin/lsipc ... Processing usr/bin/lsirq ... Processing usr/bin/lslocks ... Processing usr/bin/lsmac.pl ... Processing usr/bin/lsns ... Processing usr/bin/lsof ... Processing usr/bin/lspci ... Processing usr/bin/lsscsi ... Processing usr/bin/lsusb ... Processing usr/bin/lzcat ... Processing usr/bin/lzma ... Processing usr/bin/lzopcat ... Processing usr/bin/mail-lock ... Processing usr/bin/mail-touchlock ... Processing usr/bin/mail-unlock ... Processing usr/bin/mcookie ... Processing usr/bin/md5sum ... Processing usr/bin/mesg ... Processing usr/bin/microcom ... Processing usr/bin/mips ... Processing usr/bin/mips32 ... Processing usr/bin/mips64 ... Processing usr/bin/mkfifo ... Processing usr/bin/mkfs.btrfs ... Processing usr/bin/mkpasswd ... Processing usr/bin/modeprint ... Processing usr/bin/modetest ... Processing usr/bin/namei ... Processing usr/bin/newsq ... Processing usr/bin/nfs-cat ... Processing usr/bin/nfs-cp ... Processing usr/bin/nfs-ls ... Processing usr/bin/ngrep ... Processing usr/bin/nl ... Processing usr/bin/nohup ... Processing usr/bin/nproc ... Processing usr/bin/nslookup ... Processing usr/bin/od ... Processing usr/bin/openocd ... Processing usr/bin/openvt ... Processing usr/bin/pagekitec ... Processing usr/bin/passwd ... Processing usr/bin/paste ... Processing usr/bin/patch ... Processing usr/bin/pcre2grep ... Processing usr/bin/pcre2test ... Processing usr/bin/pcregrep ... Processing usr/bin/pcretest ... Processing usr/bin/pg_amcheck ... Processing usr/bin/pg_archivecleanup ... Processing usr/bin/pg_basebackup ... Processing usr/bin/pg_checksums ... Processing usr/bin/pg_controldata ... Processing usr/bin/pg_ctl ... Processing usr/bin/pg_dump ... Processing usr/bin/pg_dumpall ... Processing usr/bin/pg_isready ... Processing usr/bin/pg_receivewal ... Processing usr/bin/pg_recvlogical ... Processing usr/bin/pg_resetwal ... Processing usr/bin/pg_restore ... Processing usr/bin/pg_rewind ... Processing usr/bin/pg_test_fsync ... Processing usr/bin/pg_test_timing ... Processing usr/bin/pg_upgrade ... Processing usr/bin/pg_verifybackup ... Processing usr/bin/pg_waldump ... Processing usr/bin/pgbench ... Processing usr/bin/picocom ... Processing usr/bin/pipewire ... Processing usr/bin/pipewire-aes67 ... Processing usr/bin/pipewire-avb ... Processing usr/bin/pipewire-pulse ... Processing usr/bin/postgres ... Processing usr/bin/postmaster ... Processing usr/bin/printf ... Processing usr/bin/prlimit ... Processing usr/bin/proptest ... Processing usr/bin/psql ... Processing usr/bin/pw-cat ... Processing usr/bin/pw-cli ... Processing usr/bin/pw-config ... Processing usr/bin/pw-dot ... Processing usr/bin/pw-dsdplay ... Processing usr/bin/pw-dump ... Processing usr/bin/pw-encplay ... Processing usr/bin/pw-link ... Processing usr/bin/pw-loopback ... Processing usr/bin/pw-metadata ... Processing usr/bin/pw-mididump ... Processing usr/bin/pw-midiplay ... Processing usr/bin/pw-midirecord ... Processing usr/bin/pw-mon ... Processing usr/bin/pw-play ... Processing usr/bin/pw-profiler ... Processing usr/bin/pw-record ... Processing usr/bin/pw-reserve ... Processing usr/bin/readlink ... Processing usr/bin/realpath ... Processing usr/bin/reindexdb ... Processing usr/bin/renice ... Processing usr/bin/reset ... Processing usr/bin/resize ... Processing usr/bin/rev ... Processing usr/bin/scp ... Processing usr/bin/script ... Processing usr/bin/scriptlive ... Processing usr/bin/scriptreplay ... Processing usr/bin/seq ... Processing usr/bin/setarch ... Processing usr/bin/setfattr ... Processing usr/bin/setkeycodes ... Processing usr/bin/setsid ... Processing usr/bin/sftp ... Processing usr/bin/sha1sum ... Processing usr/bin/sha256sum ... Processing usr/bin/sha3sum ... Processing usr/bin/sha512sum ... Processing usr/bin/shred ... Processing usr/bin/sort ... Processing usr/bin/sp-oops-extract ... Processing usr/bin/spa-inspect ... Processing usr/bin/spa-json-dump ... Processing usr/bin/spa-monitor ... Processing usr/bin/spa-resample ... Processing usr/bin/spd-say ... Processing usr/bin/spdsend ... Processing usr/bin/speech-dispatcher ... Processing usr/bin/sqlite3 ... Processing usr/bin/ssh ... Processing usr/bin/ssh-add ... Processing usr/bin/ssh-agent ... Processing usr/bin/ssh-copy-id ... Processing usr/bin/sshfs ... Processing usr/bin/sshkite ... Processing usr/bin/strings ... Processing usr/bin/svc ... Processing usr/bin/svok ... Processing usr/bin/tail ... Processing usr/bin/tclsh ... Processing usr/bin/tcpdump ... Processing usr/bin/tee ... Processing usr/bin/telnet ... Processing usr/bin/test ... Processing usr/bin/tests ... Processing usr/bin/tftp ... Processing usr/bin/time ... Processing usr/bin/top ... Processing usr/bin/tr ... Processing usr/bin/traceroute ... Processing usr/bin/tree ... Processing usr/bin/truncate ... Processing usr/bin/ts ... Processing usr/bin/tsort ... Processing usr/bin/tty ... Processing usr/bin/ubus ... Processing usr/bin/uname26 ... Processing usr/bin/uniq ... Processing usr/bin/unix2dos ... Processing usr/bin/unlink ... Processing usr/bin/unlzma ... Processing usr/bin/unlzop ... Processing usr/bin/unxz ... Processing usr/bin/unzip ... Processing usr/bin/uptime ... Processing usr/bin/uudecode ... Processing usr/bin/uuencode ... Processing usr/bin/uuidgen ... Processing usr/bin/uuidparse ... Processing usr/bin/vacuumdb ... Processing usr/bin/vbltest ... Processing usr/bin/vlock ... Processing usr/bin/w ... Processing usr/bin/wc ... Processing usr/bin/wget ... Processing usr/bin/whereis ... 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/bin/ytree ... Processing usr/lib ... Processing usr/lib/NetworkManager ... Processing usr/lib/NetworkManager/dispatcher.d ... Processing usr/lib/NetworkManager/dispatcher.d/45-mstpd ... 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_pgsql-1.so ... Processing usr/lib/apr-util-1/apr_dbd_pgsql.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.exp ... Processing usr/lib/aprutil.exp ... Processing usr/lib/avahi ... Processing usr/lib/babeltrace2 ... Processing usr/lib/babeltrace2/plugins ... Processing usr/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so ... Processing usr/lib/babeltrace2/plugins/babeltrace-plugin-lttng-utils.so ... Processing usr/lib/babeltrace2/plugins/babeltrace-plugin-text.so ... Processing usr/lib/babeltrace2/plugins/babeltrace-plugin-utils.so ... Processing usr/lib/engines-3 ... Processing usr/lib/gio ... Processing usr/lib/gio/modules ... Processing usr/lib/libSDL2-2.0.so.0 ... Processing usr/lib/libSDL2-2.0.so.0.2800.3 ... Processing usr/lib/libSDL2.so ... Processing usr/lib/libSDL2_ttf-2.0.so.0 ... Processing usr/lib/libSDL2_ttf-2.0.so.0.2000.2 ... Processing usr/lib/libSDL2_ttf.so ... Processing usr/lib/libapr-1.so ... Processing usr/lib/libapr-1.so.0 ... Processing usr/lib/libapr-1.so.0.7.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/libasm-0.189.so ... Processing usr/lib/libasm.so ... Processing usr/lib/libasm.so.1 ... Processing usr/lib/libavahi-client.so ... Processing usr/lib/libavahi-client.so.3 ... Processing usr/lib/libavahi-client.so.3.2.9 ... Processing usr/lib/libavahi-common.so ... Processing usr/lib/libavahi-common.so.3 ... Processing usr/lib/libavahi-common.so.3.5.4 ... Processing usr/lib/libavahi-core.so ... Processing usr/lib/libavahi-core.so.7 ... Processing usr/lib/libavahi-core.so.7.1.0 ... Processing usr/lib/libavahi-glib.so ... Processing usr/lib/libavahi-glib.so.1 ... Processing usr/lib/libavahi-glib.so.1.0.2 ... Processing usr/lib/libavahi-gobject.so ... Processing usr/lib/libavahi-gobject.so.0 ... Processing usr/lib/libavahi-gobject.so.0.0.5 ... Processing usr/lib/libbabeltrace2-ctf-writer.so ... Processing usr/lib/libbabeltrace2-ctf-writer.so.0 ... Processing usr/lib/libbabeltrace2-ctf-writer.so.0.0.0 ... Processing usr/lib/libbabeltrace2.so ... Processing usr/lib/libbabeltrace2.so.0 ... Processing usr/lib/libbabeltrace2.so.0.0.0 ... Processing usr/lib/libblkid.so ... Processing usr/lib/libblobmsg_json.so ... Processing usr/lib/libbpf.so ... Processing usr/lib/libbpf.so.1 ... Processing usr/lib/libbpf.so.1.1.0 ... Processing usr/lib/libbtrfs.so ... Processing usr/lib/libbtrfs.so.0 ... Processing usr/lib/libbtrfs.so.0.1 ... Processing usr/lib/libbtrfsutil.so ... Processing usr/lib/libbtrfsutil.so.1 ... Processing usr/lib/libbtrfsutil.so.1.2.0 ... Processing usr/lib/libconfuse.so ... Processing usr/lib/libconfuse.so.2 ... Processing usr/lib/libconfuse.so.2.1.0 ... Processing usr/lib/libcrypto.so ... Processing usr/lib/libcrypto.so.3 ... Processing usr/lib/libcurses.so ... Processing usr/lib/libdaemon.so ... Processing usr/lib/libdaemon.so.0 ... Processing usr/lib/libdaemon.so.0.5.0 ... Processing usr/lib/libdbus-1.so ... Processing usr/lib/libdbus-1.so.3 ... Processing usr/lib/libdbus-1.so.3.32.3 ... Processing usr/lib/libdns_sd.so ... Processing usr/lib/libdns_sd.so.1 ... Processing usr/lib/libdns_sd.so.1.0.0 ... Processing usr/lib/libdotconf.so ... Processing usr/lib/libdotconf.so.0 ... Processing usr/lib/libdotconf.so.0.0.1 ... Processing usr/lib/libdrm.so ... Processing usr/lib/libdrm.so.2 ... Processing usr/lib/libdrm.so.2.4.0 ... Processing usr/lib/libdvdcss.so ... Processing usr/lib/libdvdcss.so.2 ... Processing usr/lib/libdvdcss.so.2.2.0 ... Processing usr/lib/libdvdnav.so ... Processing usr/lib/libdvdnav.so.4 ... Processing usr/lib/libdvdnav.so.4.3.0 ... Processing usr/lib/libdvdread.so ... Processing usr/lib/libdvdread.so.8 ... Processing usr/lib/libdvdread.so.8.0.0 ... Processing usr/lib/libdw-0.189.so ... Processing usr/lib/libdw.so ... Processing usr/lib/libdw.so.1 ... Processing usr/lib/libecpg.so ... Processing usr/lib/libecpg.so.6 ... Processing usr/lib/libecpg.so.6.15 ... Processing usr/lib/libecpg_compat.so ... Processing usr/lib/libecpg_compat.so.3 ... Processing usr/lib/libecpg_compat.so.3.15 ... Processing usr/lib/libelf-0.189.so ... Processing usr/lib/libelf.so ... Processing usr/lib/libelf.so.1 ... Processing usr/lib/libev.so ... Processing usr/lib/libev.so.4 ... Processing usr/lib/libev.so.4.0.0 ... Processing usr/lib/libexpat.so ... Processing usr/lib/libexpat.so.1 ... Processing usr/lib/libexpat.so.1.8.10 ... Processing usr/lib/libfdisk.so ... Processing usr/lib/libffi.so ... Processing usr/lib/libffi.so.8 ... Processing usr/lib/libffi.so.8.1.2 ... Processing usr/lib/libfl.so ... Processing usr/lib/libfl.so.2 ... Processing usr/lib/libfl.so.2.0.0 ... Processing usr/lib/libform.so ... Processing usr/lib/libform.so.6 ... Processing usr/lib/libform.so.6.4 ... Processing usr/lib/libfreetype.so ... Processing usr/lib/libfreetype.so.6 ... Processing usr/lib/libfreetype.so.6.20.1 ... Processing usr/lib/libfribidi.so ... Processing usr/lib/libfribidi.so.0 ... Processing usr/lib/libfribidi.so.0.4.0 ... Processing usr/lib/libfuse3.so ... Processing usr/lib/libfuse3.so.3 ... Processing usr/lib/libfuse3.so.3.16.1 ... Processing usr/lib/libg722_1.so ... Processing usr/lib/libg722_1.so.0 ... Processing usr/lib/libg722_1.so.0.0.2 ... Processing usr/lib/libgd.so ... Processing usr/lib/libgd.so.3 ... Processing usr/lib/libgd.so.3.0.11 ... 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/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/libinih.so ... Processing usr/lib/libinih.so.0 ... Processing usr/lib/libiqrf.so ... Processing usr/lib/libiqrf.so.0 ... Processing usr/lib/libiqrf.so.0.1 ... Processing usr/lib/libjim.so ... Processing usr/lib/libjim.so.0.81 ... Processing usr/lib/libjpeg.so ... Processing usr/lib/libjpeg.so.9 ... Processing usr/lib/libjpeg.so.9.5.0 ... 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/libldns.so ... Processing usr/lib/libldns.so.3 ... Processing usr/lib/libldns.so.3.5.0 ... Processing usr/lib/liblockdev.1.0.3.so ... Processing usr/lib/liblockdev.so.1 ... Processing usr/lib/liblockfile.so ... Processing usr/lib/liblockfile.so.1 ... Processing usr/lib/liblockfile.so.1.0 ... Processing usr/lib/libltdl.so ... Processing usr/lib/libltdl.so.7 ... Processing usr/lib/libltdl.so.7.3.1 ... Processing usr/lib/liblzo2.so ... Processing usr/lib/liblzo2.so.2 ... Processing usr/lib/liblzo2.so.2.0.0 ... 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/libncurses.so ... Processing usr/lib/libncurses.so.6 ... Processing usr/lib/libncurses.so.6.4 ... Processing usr/lib/libnfs.so ... Processing usr/lib/libnfs.so.13 ... Processing usr/lib/libnfs.so.13.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/libosip2.so ... Processing usr/lib/libosip2.so.15 ... Processing usr/lib/libosip2.so.15.0.1 ... Processing usr/lib/libosipparser2.so ... Processing usr/lib/libosipparser2.so.15 ... Processing usr/lib/libosipparser2.so.15.0.1 ... Processing usr/lib/libpagekite.so ... Processing usr/lib/libpagekite.so.1 ... Processing usr/lib/libpagekite.so.1.0.0 ... Processing usr/lib/libpanel.so ... Processing usr/lib/libpanel.so.6 ... Processing usr/lib/libpanel.so.6.4 ... Processing usr/lib/libpcap.so ... Processing usr/lib/libpcap.so.1 ... Processing usr/lib/libpcap.so.1.10.4 ... Processing usr/lib/libpcre.so ... Processing usr/lib/libpcre.so.1 ... Processing usr/lib/libpcre.so.1.2.13 ... 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/libpcre32.so ... Processing usr/lib/libpcre32.so.0 ... Processing usr/lib/libpcre32.so.0.0.13 ... Processing usr/lib/libpcreposix.so ... Processing usr/lib/libpcreposix.so.0 ... Processing usr/lib/libpcreposix.so.0.0.7 ... Processing usr/lib/libpgtypes.so ... Processing usr/lib/libpgtypes.so.3 ... Processing usr/lib/libpgtypes.so.3.15 ... Processing usr/lib/libpipewire-0.3.so ... Processing usr/lib/libpipewire-0.3.so.0 ... Processing usr/lib/libpipewire-0.3.so.0.380.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/libpq.so ... Processing usr/lib/libpq.so.5 ... Processing usr/lib/libpq.so.5.15 ... Processing usr/lib/librelp.so ... Processing usr/lib/librelp.so.0 ... Processing usr/lib/librelp.so.0.5.1 ... Processing usr/lib/libseat.so ... Processing usr/lib/libseat.so.1 ... Processing usr/lib/libshairplay.so ... Processing usr/lib/libshairplay.so.0 ... Processing usr/lib/libshairplay.so.0.0.0 ... Processing usr/lib/libslirp.so ... Processing usr/lib/libslirp.so.0 ... Processing usr/lib/libslirp.so.0.4.0 ... Processing usr/lib/libsmartcols.so ... Processing usr/lib/libsndfile.so ... Processing usr/lib/libsndfile.so.1 ... Processing usr/lib/libsndfile.so.1.0.35 ... Processing usr/lib/libspeechd.so ... Processing usr/lib/libspeechd.so.2 ... Processing usr/lib/libspeechd.so.2.6.0 ... Processing usr/lib/libsqlite3.so ... Processing usr/lib/libsqlite3.so.0 ... Processing usr/lib/libsqlite3.so.0.8.6 ... Processing usr/lib/libssl.so ... Processing usr/lib/libssl.so.3 ... Processing usr/lib/libsvg.so ... Processing usr/lib/libsvg.so.1 ... Processing usr/lib/libsvg.so.1.0.0 ... Processing usr/lib/libtirpc.so ... Processing usr/lib/libtirpc.so.3 ... Processing usr/lib/libtirpc.so.3.0.0 ... Processing usr/lib/libubox.so ... Processing usr/lib/libubus.so ... Processing usr/lib/libunibreak.so ... Processing usr/lib/libunibreak.so.5 ... Processing usr/lib/libunibreak.so.5.0.1 ... Processing usr/lib/libusb-1.0.so ... Processing usr/lib/libusb-1.0.so.0 ... Processing usr/lib/libusb-1.0.so.0.3.0 ... Processing usr/lib/libustream-ssl.so ... Processing usr/lib/libuuid.so ... Processing usr/lib/libvncclient.so ... Processing usr/lib/libvncclient.so.0.9.14 ... Processing usr/lib/libvncclient.so.1 ... Processing usr/lib/libvncserver.so ... Processing usr/lib/libvncserver.so.0.9.14 ... Processing usr/lib/libvncserver.so.1 ... Processing usr/lib/libvpx.so ... Processing usr/lib/libvpx.so.8 ... Processing usr/lib/libvpx.so.8.0 ... Processing usr/lib/libvpx.so.8.0.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/os-release ... Processing usr/lib/ossl-modules ... Processing usr/lib/ossl-modules/legacy.so ... Processing usr/lib/pipewire-0.3 ... Processing usr/lib/pipewire-0.3/libpipewire-module-access.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-adapter.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-client-device.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-client-node.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-combine-stream.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-echo-cancel.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-fallback-sink.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-filter-chain.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-link-factory.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-loopback.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-metadata.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-netjack2-driver.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-netjack2-manager.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-pipe-tunnel.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-portal.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-profiler.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-protocol-native.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-protocol-pulse.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-protocol-simple.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-raop-discover.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-raop-sink.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-rt.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-rtp-sap.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-rtp-session.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-rtp-sink.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-rtp-source.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-session-manager.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-spa-device-factory.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-spa-device.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-spa-node-factory.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-spa-node.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-vban-recv.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-vban-send.so ... Processing usr/lib/pipewire-0.3/libpipewire-module-zeroconf-discover.so ... Processing usr/lib/postgresql ... Processing usr/lib/postgresql/cyrillic_and_mic.so ... Processing usr/lib/postgresql/dict_snowball.so ... Processing usr/lib/postgresql/euc2004_sjis2004.so ... Processing usr/lib/postgresql/euc_cn_and_mic.so ... Processing usr/lib/postgresql/euc_jp_and_sjis.so ... Processing usr/lib/postgresql/euc_kr_and_mic.so ... Processing usr/lib/postgresql/euc_tw_and_big5.so ... Processing usr/lib/postgresql/latin2_and_win1250.so ... Processing usr/lib/postgresql/latin_and_mic.so ... Processing usr/lib/postgresql/libpqwalreceiver.so ... Processing usr/lib/postgresql/pgoutput.so ... Processing usr/lib/postgresql/plpgsql.so ... Processing usr/lib/postgresql/utf8_and_big5.so ... Processing usr/lib/postgresql/utf8_and_cyrillic.so ... Processing usr/lib/postgresql/utf8_and_euc2004.so ... Processing usr/lib/postgresql/utf8_and_euc_cn.so ... Processing usr/lib/postgresql/utf8_and_euc_jp.so ... Processing usr/lib/postgresql/utf8_and_euc_kr.so ... Processing usr/lib/postgresql/utf8_and_euc_tw.so ... Processing usr/lib/postgresql/utf8_and_gb18030.so ... Processing usr/lib/postgresql/utf8_and_gbk.so ... Processing usr/lib/postgresql/utf8_and_iso8859.so ... Processing usr/lib/postgresql/utf8_and_iso8859_1.so ... Processing usr/lib/postgresql/utf8_and_johab.so ... Processing usr/lib/postgresql/utf8_and_sjis.so ... Processing usr/lib/postgresql/utf8_and_sjis2004.so ... Processing usr/lib/postgresql/utf8_and_uhc.so ... Processing usr/lib/postgresql/utf8_and_win.so ... Processing usr/lib/siproxd ... Processing usr/lib/siproxd/plugin_blacklist.so ... Processing usr/lib/siproxd/plugin_codecfilter.so ... Processing usr/lib/siproxd/plugin_defaulttarget.so ... Processing usr/lib/siproxd/plugin_demo.so ... Processing usr/lib/siproxd/plugin_fix_DTAG.so ... Processing usr/lib/siproxd/plugin_fix_bogus_via.so ... Processing usr/lib/siproxd/plugin_fix_fbox_anoncall.so ... Processing usr/lib/siproxd/plugin_logcall.so ... Processing usr/lib/siproxd/plugin_prefix.so ... Processing usr/lib/siproxd/plugin_regex.so ... Processing usr/lib/siproxd/plugin_shortdial.so ... Processing usr/lib/siproxd/plugin_siptrunk.so ... Processing usr/lib/siproxd/plugin_stats.so ... Processing usr/lib/siproxd/plugin_stripheader.so ... Processing usr/lib/siproxd/plugin_stun.so ... Processing usr/lib/spa-0.2 ... Processing usr/lib/spa-0.2/aec ... Processing usr/lib/spa-0.2/aec/libspa-aec-null.so ... Processing usr/lib/spa-0.2/audioconvert ... Processing usr/lib/spa-0.2/audioconvert/libspa-audioconvert.so ... Processing usr/lib/spa-0.2/audiomixer ... Processing usr/lib/spa-0.2/audiomixer/libspa-audiomixer.so ... Processing usr/lib/spa-0.2/audiotestsrc ... Processing usr/lib/spa-0.2/audiotestsrc/libspa-audiotestsrc.so ... Processing usr/lib/spa-0.2/control ... Processing usr/lib/spa-0.2/control/libspa-control.so ... Processing usr/lib/spa-0.2/support ... Processing usr/lib/spa-0.2/support/libspa-dbus.so ... Processing usr/lib/spa-0.2/support/libspa-support.so ... Processing usr/lib/spa-0.2/videoconvert ... Processing usr/lib/spa-0.2/videoconvert/libspa-videoconvert.so ... Processing usr/lib/spa-0.2/videotestsrc ... Processing usr/lib/spa-0.2/videotestsrc/libspa-videotestsrc.so ... Processing usr/lib/spa-0.2/volume ... Processing usr/lib/spa-0.2/volume/libspa-volume.so ... Processing usr/lib/speech-dispatcher ... Processing usr/lib/speech-dispatcher/spd_oss.so ... Processing usr/lib/systemd ... Processing usr/lib/systemd/system ... Processing usr/lib/systemd/system/pam_namespace.service ... Processing usr/lib/terminfo ... Processing usr/lib32 ... Processing usr/libexec ... Processing usr/libexec/dbus-daemon-launch-helper ... Processing usr/libexec/gio-launch-desktop ... Processing usr/libexec/lzo ... Processing usr/libexec/lzo/examples ... Processing usr/libexec/lzo/examples/lzopack ... Processing usr/libexec/lzo/examples/lzotest ... Processing usr/libexec/lzo/examples/simple ... Processing usr/libexec/lzo/examples/testmini ... Processing usr/libexec/mstpctl-utils ... Processing usr/libexec/mstpctl-utils/ifquery ... Processing usr/libexec/mstpctl-utils/ifupdown.sh ... Processing usr/libexec/mstpctl-utils/mstp_config_bridge ... Processing usr/libexec/mstpctl-utils/mstpctl-utils-functions.sh ... Processing usr/libexec/mstpctl-utils/mstpctl_restart_config ... Processing usr/libexec/speech-dispatcher-modules ... Processing usr/libexec/speech-dispatcher-modules/sd_cicero ... Processing usr/libexec/speech-dispatcher-modules/sd_dummy ... Processing usr/libexec/speech-dispatcher-modules/sd_festival ... Processing usr/libexec/speech-dispatcher-modules/sd_generic ... Processing usr/libexec/ssh-keysign ... Processing usr/libexec/ssh-pkcs11-helper ... Processing usr/sbin ... Processing usr/sbin/addgroup ... Processing usr/sbin/adduser ... Processing usr/sbin/applyfilter ... Processing usr/sbin/arping ... Processing usr/sbin/avahi-daemon ... Processing usr/sbin/avahi-dnsconfd ... Processing usr/sbin/checkgroups ... Processing usr/sbin/chroot ... Processing usr/sbin/crond ... Processing usr/sbin/delgroup ... Processing usr/sbin/deluser ... Processing usr/sbin/dnsd ... Processing usr/sbin/ether-wake ... Processing usr/sbin/fbset ... Processing usr/sbin/fdformat ... Processing usr/sbin/fetchnews ... Processing usr/sbin/fsfreeze ... Processing usr/sbin/i2cdetect ... Processing usr/sbin/i2cdump ... Processing usr/sbin/i2cget ... Processing usr/sbin/i2cset ... Processing usr/sbin/i2ctransfer ... Processing usr/sbin/inetd ... Processing usr/sbin/killall5 ... Processing usr/sbin/ldattach ... Processing usr/sbin/leafnode ... Processing usr/sbin/loadfont ... Processing usr/sbin/mim ... Processing usr/sbin/mount.fuse.sshfs ... Processing usr/sbin/mount.fuse3 ... Processing usr/sbin/mount.sshfs ... Processing usr/sbin/nologin ... Processing usr/sbin/odhcp6c ... Processing usr/sbin/odhcp6c-update ... Processing usr/sbin/partprobe ... Processing usr/sbin/rdate ... Processing usr/sbin/readprofile ... Processing usr/sbin/rfkill ... Processing usr/sbin/rnews ... Processing usr/sbin/rtcwake ... Processing usr/sbin/seedrng ... Processing usr/sbin/sendbatch.bash ... Processing usr/sbin/setlogcons ... Processing usr/sbin/siproxd ... Processing usr/sbin/texpire ... Processing usr/sbin/ubirename ... Processing usr/sbin/ubusd ... Processing usr/sbin/usb_modeswitch ... Processing usr/sbin/usb_modeswitch_dispatcher ... Processing usr/share ... Processing usr/share/avahi ... Processing usr/share/avahi/avahi-service.dtd ... Processing usr/share/dbus-1 ... Processing usr/share/dbus-1/interfaces ... Processing []are/dbus-1/interfaces/org.freedesktop.Avahi.AddressResolver.xml ... Processing []share/dbus-1/interfaces/org.freedesktop.Avahi.DomainBrowser.xml ... Processing usr/share/dbus-1/interfaces/org.freedesktop.Avahi.EntryGroup.xml ... Processing []re/dbus-1/interfaces/org.freedesktop.Avahi.HostNameResolver.xml ... Processing []share/dbus-1/interfaces/org.freedesktop.Avahi.RecordBrowser.xml ... Processing usr/share/dbus-1/interfaces/org.freedesktop.Avahi.Server.xml ... Processing []hare/dbus-1/interfaces/org.freedesktop.Avahi.ServiceBrowser.xml ... Processing []are/dbus-1/interfaces/org.freedesktop.Avahi.ServiceResolver.xml ... Processing []/dbus-1/interfaces/org.freedesktop.Avahi.ServiceTypeBrowser.xml ... Processing usr/share/dbus-1/services ... Processing usr/share/dbus-1/session.conf ... Processing usr/share/dbus-1/session.d ... Processing usr/share/dbus-1/system-services ... Processing usr/share/dbus-1/system.conf ... Processing usr/share/dbus-1/system.d ... Processing usr/share/dbus-1/system.d/avahi-dbus.conf ... Processing usr/share/gettext ... Processing usr/share/gettext/its ... Processing usr/share/gettext/its/gschema.its ... Processing usr/share/gettext/its/gschema.loc ... Processing usr/share/glib-2.0 ... Processing usr/share/glib-2.0/schemas ... Processing usr/share/glib-2.0/valgrind ... Processing usr/share/glib-2.0/valgrind/glib.supp ... Processing usr/share/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/pipewire.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/as/LC_MESSAGES/pipewire.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/az ... Processing usr/share/locale/az/LC_MESSAGES ... Processing usr/share/locale/az/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/be ... Processing usr/share/locale/be/LC_MESSAGES ... Processing usr/share/locale/be/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/be/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/be/LC_MESSAGES/pipewire.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/json-glib-1.0.mo ... Processing usr/share/locale/bg/LC_MESSAGES/pipewire.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/bn_IN/LC_MESSAGES/pipewire.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/json-glib-1.0.mo ... Processing usr/share/locale/ca/LC_MESSAGES/pipewire.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/json-glib-1.0.mo ... Processing usr/share/locale/cs/LC_MESSAGES/pipewire.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/json-glib-1.0.mo ... Processing usr/share/locale/da/LC_MESSAGES/pipewire.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/json-glib-1.0.mo ... Processing usr/share/locale/de/LC_MESSAGES/pipewire.mo ... Processing usr/share/locale/de_CH ... Processing usr/share/locale/de_CH/LC_MESSAGES ... Processing usr/share/locale/de_CH/LC_MESSAGES/pipewire.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/json-glib-1.0.mo ... Processing usr/share/locale/el/LC_MESSAGES/pipewire.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/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/json-glib-1.0.mo ... Processing usr/share/locale/eo/LC_MESSAGES/pipewire.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/json-glib-1.0.mo ... Processing usr/share/locale/es/LC_MESSAGES/pipewire.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/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/pipewire.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/json-glib-1.0.mo ... Processing usr/share/locale/fr/LC_MESSAGES/pipewire.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/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/json-glib-1.0.mo ... Processing usr/share/locale/gl/LC_MESSAGES/pipewire.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/gu/LC_MESSAGES/pipewire.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/he/LC_MESSAGES/pipewire.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/hi/LC_MESSAGES/pipewire.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/json-glib-1.0.mo ... Processing usr/share/locale/hr/LC_MESSAGES/pipewire.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/json-glib-1.0.mo ... Processing usr/share/locale/hu/LC_MESSAGES/pipewire.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/json-glib-1.0.mo ... Processing usr/share/locale/id/LC_MESSAGES/pipewire.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/json-glib-1.0.mo ... Processing usr/share/locale/it/LC_MESSAGES/pipewire.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/json-glib-1.0.mo ... Processing usr/share/locale/ja/LC_MESSAGES/pipewire.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/pipewire.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/kk/LC_MESSAGES/pipewire.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/kn/LC_MESSAGES/pipewire.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/json-glib-1.0.mo ... Processing usr/share/locale/ko/LC_MESSAGES/pipewire.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/json-glib-1.0.mo ... Processing usr/share/locale/lt/LC_MESSAGES/pipewire.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/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/ml/LC_MESSAGES/pipewire.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/mr/LC_MESSAGES/pipewire.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/my ... Processing usr/share/locale/my/LC_MESSAGES ... Processing usr/share/locale/my/LC_MESSAGES/pipewire.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/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/json-glib-1.0.mo ... Processing usr/share/locale/nl/LC_MESSAGES/pipewire.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/nn/LC_MESSAGES/pipewire.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/oc/LC_MESSAGES/pipewire.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/json-glib-1.0.mo ... Processing usr/share/locale/or/LC_MESSAGES/pipewire.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/pa/LC_MESSAGES/pipewire.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/json-glib-1.0.mo ... Processing usr/share/locale/pl/LC_MESSAGES/pipewire.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/LC_MESSAGES/pipewire.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/json-glib-1.0.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/pipewire.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/json-glib-1.0.mo ... Processing usr/share/locale/ro/LC_MESSAGES/pipewire.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/json-glib-1.0.mo ... Processing usr/share/locale/ru/LC_MESSAGES/pipewire.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/si ... Processing usr/share/locale/si/LC_MESSAGES ... Processing usr/share/locale/si/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/si/LC_MESSAGES/pipewire.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/json-glib-1.0.mo ... Processing usr/share/locale/sk/LC_MESSAGES/pipewire.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/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/sr ... Processing usr/share/locale/sr/LC_MESSAGES ... Processing usr/share/locale/sr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sr/LC_MESSAGES/json-glib-1.0.mo ... Processing usr/share/locale/sr/LC_MESSAGES/pipewire.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/sr@latin/LC_MESSAGES/pipewire.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/json-glib-1.0.mo ... Processing usr/share/locale/sv/LC_MESSAGES/pipewire.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/ta/LC_MESSAGES/pipewire.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/te/LC_MESSAGES/pipewire.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/json-glib-1.0.mo ... Processing usr/share/locale/tr/LC_MESSAGES/pipewire.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/json-glib-1.0.mo ... Processing usr/share/locale/uk/LC_MESSAGES/pipewire.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/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/json-glib-1.0.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/pipewire.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/json-glib-1.0.mo ... Processing usr/share/locale/zh_TW/LC_MESSAGES/pipewire.mo ... Processing usr/share/openocd ... Processing usr/share/openocd/contrib ... Processing usr/share/openocd/contrib/60-openocd.rules ... Processing usr/share/openocd/contrib/libdcc ... Processing usr/share/openocd/contrib/libdcc/README ... Processing usr/share/openocd/contrib/libdcc/dcc_stdio.c ... Processing usr/share/openocd/contrib/libdcc/dcc_stdio.h ... Processing usr/share/openocd/contrib/libdcc/example.c ... Processing usr/share/openocd/scripts ... Processing usr/share/openocd/scripts/bitsbytes.tcl ... Processing usr/share/openocd/scripts/board ... Processing usr/share/openocd/scripts/board/8devices-lima.cfg ... Processing usr/share/openocd/scripts/board/actux3.cfg ... Processing usr/share/openocd/scripts/board/adapteva_parallella1.cfg ... Processing usr/share/openocd/scripts/board/adsp-sc584-ezbrd.cfg ... Processing usr/share/openocd/scripts/board/alphascale_asm9260_ek.cfg ... Processing usr/share/openocd/scripts/board/altera_sockit.cfg ... Processing usr/share/openocd/scripts/board/am3517evm.cfg ... Processing usr/share/openocd/scripts/board/ampere_emag8180.cfg ... Processing usr/share/openocd/scripts/board/ampere_qs_mq_1s.cfg ... Processing usr/share/openocd/scripts/board/ampere_qs_mq_2s.cfg ... Processing usr/share/openocd/scripts/board/arm_evaluator7t.cfg ... Processing usr/share/openocd/scripts/board/arm_musca_a.cfg ... Processing usr/share/openocd/scripts/board/arty_s7.cfg ... Processing usr/share/openocd/scripts/board/asus-rt-n16.cfg ... Processing usr/share/openocd/scripts/board/asus-rt-n66u.cfg ... Processing usr/share/openocd/scripts/board/at91cap7a-stk-sdram.cfg ... Processing usr/share/openocd/scripts/board/at91eb40a.cfg ... Processing usr/share/openocd/scripts/board/at91rm9200-dk.cfg ... Processing usr/share/openocd/scripts/board/at91rm9200-ek.cfg ... Processing usr/share/openocd/scripts/board/at91sam9261-ek.cfg ... Processing usr/share/openocd/scripts/board/at91sam9263-ek.cfg ... Processing usr/share/openocd/scripts/board/at91sam9g20-ek.cfg ... Processing usr/share/openocd/scripts/board/atmel_at91sam7s-ek.cfg ... Processing usr/share/openocd/scripts/board/atmel_at91sam9260-ek.cfg ... Processing usr/share/openocd/scripts/board/atmel_at91sam9rl-ek.cfg ... Processing usr/share/openocd/scripts/board/atmel_sam3n_ek.cfg ... Processing usr/share/openocd/scripts/board/atmel_sam3s_ek.cfg ... Processing usr/share/openocd/scripts/board/atmel_sam3u_ek.cfg ... Processing usr/share/openocd/scripts/board/atmel_sam3x_ek.cfg ... Processing usr/share/openocd/scripts/board/atmel_sam4e_ek.cfg ... Processing usr/share/openocd/scripts/board/atmel_sam4l8_xplained_pro.cfg ... Processing usr/share/openocd/scripts/board/atmel_sam4s_ek.cfg ... Processing usr/share/openocd/scripts/board/atmel_sam4s_xplained_pro.cfg ... Processing usr/share/openocd/scripts/board/atmel_samc20_xplained_pro.cfg ... Processing usr/share/openocd/scripts/board/atmel_samc21_xplained_pro.cfg ... Processing usr/share/openocd/scripts/board/atmel_samd10_xplained_mini.cfg ... Processing usr/share/openocd/scripts/board/atmel_samd11_xplained_pro.cfg ... Processing usr/share/openocd/scripts/board/atmel_samd20_xplained_pro.cfg ... Processing usr/share/openocd/scripts/board/atmel_samd21_xplained_pro.cfg ... Processing usr/share/openocd/scripts/board/atmel_same70_xplained.cfg ... Processing usr/share/openocd/scripts/board/atmel_samg53_xplained_pro.cfg ... Processing usr/share/openocd/scripts/board/atmel_samg55_xplained_pro.cfg ... Processing usr/share/openocd/scripts/board/atmel_saml21_xplained_pro.cfg ... Processing usr/share/openocd/scripts/board/atmel_samr21_xplained_pro.cfg ... Processing usr/share/openocd/scripts/board/atmel_samv71_xplained_ultra.cfg ... Processing usr/share/openocd/scripts/board/avnet_ultrazed-eg.cfg ... Processing usr/share/openocd/scripts/board/balloon3-cpu.cfg ... Processing usr/share/openocd/scripts/board/bcm28155_ap.cfg ... Processing usr/share/openocd/scripts/board/bluefield.cfg ... Processing usr/share/openocd/scripts/board/bt-homehubv1.cfg ... Processing usr/share/openocd/scripts/board/colibri.cfg ... Processing usr/share/openocd/scripts/board/crossbow_tech_imote2.cfg ... Processing usr/share/openocd/scripts/board/csb337.cfg ... Processing usr/share/openocd/scripts/board/csb732.cfg ... Processing usr/share/openocd/scripts/board/da850evm.cfg ... Processing usr/share/openocd/scripts/board/digi_connectcore_wi-9c.cfg ... Processing usr/share/openocd/scripts/board/digilent_analog_discovery.cfg ... Processing usr/share/openocd/scripts/board/digilent_atlys.cfg ... Processing usr/share/openocd/scripts/board/digilent_nexys_video.cfg ... Processing usr/share/openocd/scripts/board/digilent_zedboard.cfg ... Processing usr/share/openocd/scripts/board/diolan_lpc4350-db1.cfg ... Processing usr/share/openocd/scripts/board/diolan_lpc4357-db1.cfg ... Processing usr/share/openocd/scripts/board/dk-tm4c129.cfg ... Processing usr/share/openocd/scripts/board/dm355evm.cfg ... Processing usr/share/openocd/scripts/board/dm365evm.cfg ... Processing usr/share/openocd/scripts/board/dm6446evm.cfg ... Processing usr/share/openocd/scripts/board/dp_busblaster_v3.cfg ... Processing usr/share/openocd/scripts/board/dp_busblaster_v4.cfg ... Processing usr/share/openocd/scripts/board/dptechnics_dpt-board-v1.cfg ... Processing usr/share/openocd/scripts/board/efikamx.cfg ... Processing usr/share/openocd/scripts/board/efm32.cfg ... Processing usr/share/openocd/scripts/board/eir.cfg ... Processing usr/share/openocd/scripts/board/ek-lm3s1968.cfg ... Processing usr/share/openocd/scripts/board/ek-lm3s3748.cfg ... Processing usr/share/openocd/scripts/board/ek-lm3s6965.cfg ... Processing usr/share/openocd/scripts/board/ek-lm3s811-revb.cfg ... Processing usr/share/openocd/scripts/board/ek-lm3s811.cfg ... Processing usr/share/openocd/scripts/board/ek-lm3s8962.cfg ... Processing usr/share/openocd/scripts/board/ek-lm3s9b9x.cfg ... Processing usr/share/openocd/scripts/board/ek-lm3s9d92.cfg ... Processing usr/share/openocd/scripts/board/ek-lm4f120xl.cfg ... Processing usr/share/openocd/scripts/board/ek-lm4f232.cfg ... Processing usr/share/openocd/scripts/board/ek-tm4c123gxl.cfg ... Processing usr/share/openocd/scripts/board/ek-tm4c1294xl.cfg ... Processing usr/share/openocd/scripts/board/embedded-artists_lpc2478-32.cfg ... Processing usr/share/openocd/scripts/board/emcraft_imx8m-som-bsb.cfg ... Processing usr/share/openocd/scripts/board/emcraft_twr-vf6-som-bsb.cfg ... Processing usr/share/openocd/scripts/board/emcraft_vf6-som.cfg ... Processing usr/share/openocd/scripts/board/esp32-bridge.cfg ... Processing usr/share/openocd/scripts/board/esp32-ethernet-kit-3.3v.cfg ... Processing usr/share/openocd/scripts/board/esp32-wrover-kit-1.8v.cfg ... Processing usr/share/openocd/scripts/board/esp32-wrover-kit-3.3v.cfg ... Processing usr/share/openocd/scripts/board/esp32s2-bridge.cfg ... Processing usr/share/openocd/scripts/board/esp32s2-kaluga-1.cfg ... Processing usr/share/openocd/scripts/board/esp32s3-bridge.cfg ... Processing usr/share/openocd/scripts/board/esp32s3-ftdi.cfg ... Processing usr/share/openocd/scripts/board/ethernut3.cfg ... Processing usr/share/openocd/scripts/board/evb-lan9255.cfg ... Processing usr/share/openocd/scripts/board/frdm-kl25z.cfg ... Processing usr/share/openocd/scripts/board/frdm-kl46z.cfg ... Processing usr/share/openocd/scripts/board/fsl_imx6q_sabresd.cfg ... Processing usr/share/openocd/scripts/board/glyn_tonga2.cfg ... Processing usr/share/openocd/scripts/board/gti ... Processing usr/share/openocd/scripts/board/gti/espressobin.cfg ... Processing usr/share/openocd/scripts/board/gumstix-aerocore.cfg ... Processing usr/share/openocd/scripts/board/hammer.cfg ... Processing usr/share/openocd/scripts/board/hilscher_nxdb500sys.cfg ... Processing usr/share/openocd/scripts/board/hilscher_nxeb500hmi.cfg ... Processing usr/share/openocd/scripts/board/hilscher_nxhx10.cfg ... Processing usr/share/openocd/scripts/board/hilscher_nxhx50.cfg ... Processing usr/share/openocd/scripts/board/hilscher_nxhx500.cfg ... Processing usr/share/openocd/scripts/board/hilscher_nxsb100.cfg ... Processing usr/share/openocd/scripts/board/hitex_lpc1768stick.cfg ... Processing usr/share/openocd/scripts/board/hitex_lpc2929.cfg ... Processing usr/share/openocd/scripts/board/hitex_stm32-performancestick.cfg ... Processing usr/share/openocd/scripts/board/hitex_str9-comstick.cfg ... Processing usr/share/openocd/scripts/board/iar_lpc1768.cfg ... Processing usr/share/openocd/scripts/board/iar_str912_sk.cfg ... Processing usr/share/openocd/scripts/board/icnova_imx53_sodimm.cfg ... Processing usr/share/openocd/scripts/board/icnova_sam9g45_sodimm.cfg ... Processing usr/share/openocd/scripts/board/imx27ads.cfg ... Processing usr/share/openocd/scripts/board/imx27lnst.cfg ... Processing usr/share/openocd/scripts/board/imx28evk.cfg ... Processing usr/share/openocd/scripts/board/imx31pdk.cfg ... Processing usr/share/openocd/scripts/board/imx35pdk.cfg ... Processing usr/share/openocd/scripts/board/imx53-m53evk.cfg ... Processing usr/share/openocd/scripts/board/imx53loco.cfg ... Processing usr/share/openocd/scripts/board/imx8mp-evk.cfg ... Processing usr/share/openocd/scripts/board/insignal_arndale.cfg ... Processing usr/share/openocd/scripts/board/kasli.cfg ... Processing usr/share/openocd/scripts/board/kc100.cfg ... Processing usr/share/openocd/scripts/board/kc705.cfg ... Processing usr/share/openocd/scripts/board/kcu105.cfg ... Processing usr/share/openocd/scripts/board/keil_mcb1700.cfg ... Processing usr/share/openocd/scripts/board/keil_mcb2140.cfg ... Processing usr/share/openocd/scripts/board/kindle2.cfg ... Processing usr/share/openocd/scripts/board/kontron_sl28.cfg ... Processing usr/share/openocd/scripts/board/kwikstik.cfg ... Processing usr/share/openocd/scripts/board/la_fonera-fon2200.cfg ... Processing usr/share/openocd/scripts/board/lambdaconcept_ecpix-5.cfg ... Processing usr/share/openocd/scripts/board/lemaker_hikey.cfg ... Processing usr/share/openocd/scripts/board/linksys-wag200g.cfg ... Processing usr/share/openocd/scripts/board/linksys-wrt54gl.cfg ... Processing usr/share/openocd/scripts/board/linksys_nslu2.cfg ... Processing usr/share/openocd/scripts/board/lisa-l.cfg ... Processing usr/share/openocd/scripts/board/logicpd_imx27.cfg ... Processing usr/share/openocd/scripts/board/lpc1850_spifi_generic.cfg ... Processing usr/share/openocd/scripts/board/lpc4350_spifi_generic.cfg ... Processing usr/share/openocd/scripts/board/lubbock.cfg ... Processing usr/share/openocd/scripts/board/marsohod.cfg ... Processing usr/share/openocd/scripts/board/marsohod2.cfg ... Processing usr/share/openocd/scripts/board/marsohod3.cfg ... Processing usr/share/openocd/scripts/board/mbed-lpc11u24.cfg ... Processing usr/share/openocd/scripts/board/mbed-lpc1768.cfg ... Processing usr/share/openocd/scripts/board/mcb1700.cfg ... Processing usr/share/openocd/scripts/board/microchip_explorer16.cfg ... Processing usr/share/openocd/scripts/board/microchip_sama5d27_som1_kit1.cfg ... Processing []share/openocd/scripts/board/microchip_same51_curiosity_nano.cfg ... Processing usr/share/openocd/scripts/board/microchip_same54_xplained_pro.cfg ... Processing usr/share/openocd/scripts/board/microchip_saml11_xplained_pro.cfg ... Processing usr/share/openocd/scripts/board/mini2440.cfg ... Processing usr/share/openocd/scripts/board/mini6410.cfg ... Processing usr/share/openocd/scripts/board/minispartan6.cfg ... Processing usr/share/openocd/scripts/board/nds32_corvettef1.cfg ... Processing usr/share/openocd/scripts/board/nds32_xc5.cfg ... Processing usr/share/openocd/scripts/board/nds32_xc7.cfg ... Processing usr/share/openocd/scripts/board/netgear-dg834v3.cfg ... Processing usr/share/openocd/scripts/board/netgear-wg102.cfg ... Processing usr/share/openocd/scripts/board/nordic_nrf51822_mkit.cfg ... Processing usr/share/openocd/scripts/board/nordic_nrf51_dk.cfg ... Processing usr/share/openocd/scripts/board/nordic_nrf52_dk.cfg ... Processing usr/share/openocd/scripts/board/nordic_nrf52_ftx232.cfg ... Processing usr/share/openocd/scripts/board/novena-internal-fpga.cfg ... Processing usr/share/openocd/scripts/board/npcx_evb.cfg ... Processing usr/share/openocd/scripts/board/numato_mimas_a7.cfg ... Processing usr/share/openocd/scripts/board/numato_opsis.cfg ... Processing usr/share/openocd/scripts/board/nxp_frdm-k64f.cfg ... Processing usr/share/openocd/scripts/board/nxp_frdm-ls1012a.cfg ... Processing usr/share/openocd/scripts/board/nxp_imx7sabre.cfg ... Processing usr/share/openocd/scripts/board/nxp_lpc-link2.cfg ... Processing usr/share/openocd/scripts/board/nxp_mcimx8m-evk.cfg ... Processing usr/share/openocd/scripts/board/nxp_rdb-ls1046a.cfg ... Processing usr/share/openocd/scripts/board/nxp_rdb-ls1088a.cfg ... Processing usr/share/openocd/scripts/board/olimex_LPC2378STK.cfg ... Processing usr/share/openocd/scripts/board/olimex_lpc_h2148.cfg ... Processing usr/share/openocd/scripts/board/olimex_sam7_ex256.cfg ... Processing usr/share/openocd/scripts/board/olimex_sam7_la2.cfg ... Processing usr/share/openocd/scripts/board/olimex_sam9_l9260.cfg ... Processing usr/share/openocd/scripts/board/olimex_stm32_h103.cfg ... Processing usr/share/openocd/scripts/board/olimex_stm32_h107.cfg ... Processing usr/share/openocd/scripts/board/olimex_stm32_h405.cfg ... Processing usr/share/openocd/scripts/board/olimex_stm32_p107.cfg ... Processing usr/share/openocd/scripts/board/omap2420_h4.cfg ... Processing usr/share/openocd/scripts/board/openrd.cfg ... Processing usr/share/openocd/scripts/board/or1k_generic.cfg ... Processing usr/share/openocd/scripts/board/osk5912.cfg ... Processing usr/share/openocd/scripts/board/phone_se_j100i.cfg ... Processing usr/share/openocd/scripts/board/phytec_lpc3250.cfg ... Processing usr/share/openocd/scripts/board/pic-p32mx.cfg ... Processing usr/share/openocd/scripts/board/pico-debug.cfg ... Processing usr/share/openocd/scripts/board/pipistrello.cfg ... Processing usr/share/openocd/scripts/board/propox_mmnet1001.cfg ... Processing usr/share/openocd/scripts/board/pxa255_sst.cfg ... Processing usr/share/openocd/scripts/board/quark_d2000_refboard.cfg ... Processing usr/share/openocd/scripts/board/quark_x10xx_board.cfg ... Processing usr/share/openocd/scripts/board/quicklogic_quickfeather.cfg ... Processing usr/share/openocd/scripts/board/radiona_ulx3s.cfg ... Processing usr/share/openocd/scripts/board/redbee.cfg ... Processing []/openocd/scripts/board/reflexces_achilles_i-dev_kit_arria10.cfg ... Processing usr/share/openocd/scripts/board/renesas_dk-s7g2.cfg ... Processing usr/share/openocd/scripts/board/renesas_falcon.cfg ... Processing usr/share/openocd/scripts/board/renesas_gr_peach.cfg ... Processing usr/share/openocd/scripts/board/renesas_porter.cfg ... Processing usr/share/openocd/scripts/board/renesas_salvator-xs.cfg ... Processing usr/share/openocd/scripts/board/renesas_silk.cfg ... Processing usr/share/openocd/scripts/board/renesas_stout.cfg ... Processing usr/share/openocd/scripts/board/rigado_bmd300_ek.cfg ... Processing usr/share/openocd/scripts/board/rpi3.cfg ... Processing usr/share/openocd/scripts/board/rpi4b.cfg ... Processing usr/share/openocd/scripts/board/rsc-w910.cfg ... Processing usr/share/openocd/scripts/board/sayma_amc.cfg ... Processing usr/share/openocd/scripts/board/sheevaplug.cfg ... Processing usr/share/openocd/scripts/board/sifive-e31arty.cfg ... Processing usr/share/openocd/scripts/board/sifive-e51arty.cfg ... Processing usr/share/openocd/scripts/board/sifive-hifive1-revb.cfg ... Processing usr/share/openocd/scripts/board/sifive-hifive1.cfg ... Processing usr/share/openocd/scripts/board/smdk6410.cfg ... Processing usr/share/openocd/scripts/board/snps_em_sk.cfg ... Processing usr/share/openocd/scripts/board/snps_em_sk_v1.cfg ... Processing usr/share/openocd/scripts/board/snps_em_sk_v2.1.cfg ... Processing usr/share/openocd/scripts/board/snps_em_sk_v2.2.cfg ... Processing usr/share/openocd/scripts/board/snps_hsdk.cfg ... Processing usr/share/openocd/scripts/board/spansion_sk-fm4-176l-s6e2cc.cfg ... Processing usr/share/openocd/scripts/board/spansion_sk-fm4-u120-9b560.cfg ... Processing usr/share/openocd/scripts/board/spear300evb.cfg ... Processing usr/share/openocd/scripts/board/spear300evb_mod.cfg ... Processing usr/share/openocd/scripts/board/spear310evb20.cfg ... Processing usr/share/openocd/scripts/board/spear310evb20_mod.cfg ... Processing usr/share/openocd/scripts/board/spear320cpu.cfg ... Processing usr/share/openocd/scripts/board/spear320cpu_mod.cfg ... Processing usr/share/openocd/scripts/board/st_b-l475e-iot01a.cfg ... Processing usr/share/openocd/scripts/board/st_nucleo_8l152r8.cfg ... Processing usr/share/openocd/scripts/board/st_nucleo_8s208rb.cfg ... Processing usr/share/openocd/scripts/board/st_nucleo_f0.cfg ... Processing usr/share/openocd/scripts/board/st_nucleo_f103rb.cfg ... Processing usr/share/openocd/scripts/board/st_nucleo_f3.cfg ... Processing usr/share/openocd/scripts/board/st_nucleo_f4.cfg ... Processing usr/share/openocd/scripts/board/st_nucleo_f7.cfg ... Processing usr/share/openocd/scripts/board/st_nucleo_g0.cfg ... Processing usr/share/openocd/scripts/board/st_nucleo_g4.cfg ... Processing usr/share/openocd/scripts/board/st_nucleo_h743zi.cfg ... Processing usr/share/openocd/scripts/board/st_nucleo_h745zi.cfg ... Processing usr/share/openocd/scripts/board/st_nucleo_l073rz.cfg ... Processing usr/share/openocd/scripts/board/st_nucleo_l1.cfg ... Processing usr/share/openocd/scripts/board/st_nucleo_l4.cfg ... Processing usr/share/openocd/scripts/board/st_nucleo_l5.cfg ... Processing usr/share/openocd/scripts/board/st_nucleo_wb55.cfg ... Processing usr/share/openocd/scripts/board/steval-idb007v1.cfg ... Processing usr/share/openocd/scripts/board/steval-idb008v1.cfg ... Processing usr/share/openocd/scripts/board/steval-idb011v1.cfg ... Processing usr/share/openocd/scripts/board/steval-idb012v1.cfg ... Processing usr/share/openocd/scripts/board/steval_pcc010.cfg ... Processing usr/share/openocd/scripts/board/stm320518_eval.cfg ... Processing usr/share/openocd/scripts/board/stm320518_eval_stlink.cfg ... Processing usr/share/openocd/scripts/board/stm32100b_eval.cfg ... Processing usr/share/openocd/scripts/board/stm3210b_eval.cfg ... Processing usr/share/openocd/scripts/board/stm3210c_eval.cfg ... Processing usr/share/openocd/scripts/board/stm3210e_eval.cfg ... Processing usr/share/openocd/scripts/board/stm3220g_eval.cfg ... Processing usr/share/openocd/scripts/board/stm3220g_eval_stlink.cfg ... Processing usr/share/openocd/scripts/board/stm3241g_eval.cfg ... Processing usr/share/openocd/scripts/board/stm3241g_eval_stlink.cfg ... Processing usr/share/openocd/scripts/board/stm32429i_eval.cfg ... Processing usr/share/openocd/scripts/board/stm32429i_eval_stlink.cfg ... Processing usr/share/openocd/scripts/board/stm32439i_eval.cfg ... Processing usr/share/openocd/scripts/board/stm32439i_eval_stlink.cfg ... Processing usr/share/openocd/scripts/board/stm327x6g_eval.cfg ... Processing usr/share/openocd/scripts/board/stm32f0discovery.cfg ... Processing usr/share/openocd/scripts/board/stm32f103c8_blue_pill.cfg ... Processing usr/share/openocd/scripts/board/stm32f334discovery.cfg ... Processing usr/share/openocd/scripts/board/stm32f3discovery.cfg ... Processing usr/share/openocd/scripts/board/stm32f412g-disco.cfg ... Processing usr/share/openocd/scripts/board/stm32f413h-disco.cfg ... Processing usr/share/openocd/scripts/board/stm32f429disc1.cfg ... Processing usr/share/openocd/scripts/board/stm32f429discovery.cfg ... Processing usr/share/openocd/scripts/board/stm32f469discovery.cfg ... Processing usr/share/openocd/scripts/board/stm32f469i-disco.cfg ... Processing usr/share/openocd/scripts/board/stm32f4discovery.cfg ... Processing usr/share/openocd/scripts/board/stm32f723e-disco.cfg ... Processing usr/share/openocd/scripts/board/stm32f746g-disco.cfg ... Processing usr/share/openocd/scripts/board/stm32f769i-disco.cfg ... Processing usr/share/openocd/scripts/board/stm32f7discovery.cfg ... Processing usr/share/openocd/scripts/board/stm32h735g-disco.cfg ... Processing usr/share/openocd/scripts/board/stm32h745i-disco.cfg ... Processing usr/share/openocd/scripts/board/stm32h747i-disco.cfg ... Processing usr/share/openocd/scripts/board/stm32h750b-disco.cfg ... Processing usr/share/openocd/scripts/board/stm32h7b3i-disco.cfg ... Processing usr/share/openocd/scripts/board/stm32h7x3i_eval.cfg ... Processing usr/share/openocd/scripts/board/stm32h7x_dual_qspi.cfg ... Processing usr/share/openocd/scripts/board/stm32l0discovery.cfg ... Processing usr/share/openocd/scripts/board/stm32l476g-disco.cfg ... Processing usr/share/openocd/scripts/board/stm32l496g-disco.cfg ... Processing usr/share/openocd/scripts/board/stm32l4discovery.cfg ... Processing usr/share/openocd/scripts/board/stm32l4p5g-disco.cfg ... Processing usr/share/openocd/scripts/board/stm32l4r9i-disco.cfg ... Processing usr/share/openocd/scripts/board/stm32ldiscovery.cfg ... Processing usr/share/openocd/scripts/board/stm32mp13x_dk.cfg ... Processing usr/share/openocd/scripts/board/stm32mp15x_dk2.cfg ... Processing usr/share/openocd/scripts/board/stm32vldiscovery.cfg ... Processing usr/share/openocd/scripts/board/str910-eval.cfg ... Processing usr/share/openocd/scripts/board/telo.cfg ... Processing usr/share/openocd/scripts/board/ti_am335xevm.cfg ... Processing usr/share/openocd/scripts/board/ti_am437x_idk.cfg ... Processing usr/share/openocd/scripts/board/ti_am43xx_evm.cfg ... Processing usr/share/openocd/scripts/board/ti_am625evm.cfg ... Processing usr/share/openocd/scripts/board/ti_am642evm.cfg ... Processing usr/share/openocd/scripts/board/ti_am654evm.cfg ... Processing usr/share/openocd/scripts/board/ti_beagleboard.cfg ... Processing usr/share/openocd/scripts/board/ti_beagleboard_xm.cfg ... Processing usr/share/openocd/scripts/board/ti_beaglebone-base.cfg ... Processing usr/share/openocd/scripts/board/ti_beaglebone.cfg ... Processing usr/share/openocd/scripts/board/ti_beaglebone_black.cfg ... Processing usr/share/openocd/scripts/board/ti_blaze.cfg ... Processing usr/share/openocd/scripts/board/ti_cc13x0_launchpad.cfg ... Processing usr/share/openocd/scripts/board/ti_cc13x2_launchpad.cfg ... Processing usr/share/openocd/scripts/board/ti_cc26x0_launchpad.cfg ... Processing usr/share/openocd/scripts/board/ti_cc26x2_launchpad.cfg ... Processing usr/share/openocd/scripts/board/ti_cc3200_launchxl.cfg ... Processing usr/share/openocd/scripts/board/ti_cc3220sf_launchpad.cfg ... Processing usr/share/openocd/scripts/board/ti_cc32xx_launchpad.cfg ... Processing usr/share/openocd/scripts/board/ti_dk-tm4c129.cfg ... Processing usr/share/openocd/scripts/board/ti_ek-tm4c123gxl.cfg ... Processing usr/share/openocd/scripts/board/ti_ek-tm4c1294xl.cfg ... Processing usr/share/openocd/scripts/board/ti_j7200evm.cfg ... Processing usr/share/openocd/scripts/board/ti_j721evm.cfg ... Processing usr/share/openocd/scripts/board/ti_j721s2evm.cfg ... Processing usr/share/openocd/scripts/board/ti_msp432_launchpad.cfg ... Processing usr/share/openocd/scripts/board/ti_pandaboard.cfg ... Processing usr/share/openocd/scripts/board/ti_pandaboard_es.cfg ... Processing usr/share/openocd/scripts/board/ti_tmdx570ls20susb.cfg ... Processing usr/share/openocd/scripts/board/ti_tmdx570ls31usb.cfg ... Processing usr/share/openocd/scripts/board/tocoding_poplar.cfg ... Processing usr/share/openocd/scripts/board/topas910.cfg ... Processing usr/share/openocd/scripts/board/topasa900.cfg ... Processing usr/share/openocd/scripts/board/tp-link_tl-mr3020.cfg ... Processing usr/share/openocd/scripts/board/tp-link_wdr4300.cfg ... Processing usr/share/openocd/scripts/board/twr-k60f120m.cfg ... Processing usr/share/openocd/scripts/board/twr-k60n512.cfg ... Processing usr/share/openocd/scripts/board/twr-vf65gs10.cfg ... Processing usr/share/openocd/scripts/board/twr-vf65gs10_cmsisdap.cfg ... Processing usr/share/openocd/scripts/board/tx25_stk5.cfg ... Processing usr/share/openocd/scripts/board/tx27_stk5.cfg ... Processing usr/share/openocd/scripts/board/unknown_at91sam9260.cfg ... Processing usr/share/openocd/scripts/board/uptech_2410.cfg ... Processing usr/share/openocd/scripts/board/vd_a53x2_dap.cfg ... Processing usr/share/openocd/scripts/board/vd_a53x2_jtag.cfg ... Processing usr/share/openocd/scripts/board/vd_m4_dap.cfg ... Processing usr/share/openocd/scripts/board/vd_m4_jtag.cfg ... Processing usr/share/openocd/scripts/board/vd_m7_jtag.cfg ... Processing usr/share/openocd/scripts/board/vd_pulpissimo_jtag.cfg ... Processing usr/share/openocd/scripts/board/vd_swerv_jtag.cfg ... Processing usr/share/openocd/scripts/board/verdex.cfg ... Processing usr/share/openocd/scripts/board/voipac.cfg ... Processing usr/share/openocd/scripts/board/voltcraft_dso-3062c.cfg ... Processing usr/share/openocd/scripts/board/x300t.cfg ... Processing usr/share/openocd/scripts/board/xmc-2go.cfg ... Processing usr/share/openocd/scripts/board/xmc1100-boot-kit.cfg ... Processing []hare/openocd/scripts/board/xmc4200-application-kit-actuator.cfg ... Processing usr/share/openocd/scripts/board/xmc4300-relax.cfg ... Processing []share/openocd/scripts/board/xmc4500-application-kit-general.cfg ... Processing usr/share/openocd/scripts/board/xmc4500-application-kit-sdram.cfg ... Processing usr/share/openocd/scripts/board/xmc4500-relax.cfg ... Processing usr/share/openocd/scripts/board/xmc4700-relax.cfg ... Processing usr/share/openocd/scripts/board/xmc4800-relax.cfg ... Processing usr/share/openocd/scripts/board/xmos_xk-xac-xa8_arm.cfg ... Processing usr/share/openocd/scripts/board/xtensa-kc705-ext-dap.cfg ... Processing usr/share/openocd/scripts/board/xtensa-kc705-ext.cfg ... Processing usr/share/openocd/scripts/board/xtensa-kc705-onboard.cfg ... Processing usr/share/openocd/scripts/board/xtensa-palladium-vdebug.cfg ... Processing usr/share/openocd/scripts/board/xtensa-rt685-ext.cfg ... Processing usr/share/openocd/scripts/chip ... Processing usr/share/openocd/scripts/chip/atmel ... Processing usr/share/openocd/scripts/chip/atmel/at91 ... Processing usr/share/openocd/scripts/chip/atmel/at91/aic.tcl ... Processing usr/share/openocd/scripts/chip/atmel/at91/at91_pio.cfg ... Processing usr/share/openocd/scripts/chip/atmel/at91/at91_pmc.cfg ... Processing usr/share/openocd/scripts/chip/atmel/at91/at91_rstc.cfg ... Processing usr/share/openocd/scripts/chip/atmel/at91/at91_wdt.cfg ... Processing usr/share/openocd/scripts/chip/atmel/at91/at91sam7x128.tcl ... Processing usr/share/openocd/scripts/chip/atmel/at91/at91sam7x256.tcl ... Processing usr/share/openocd/scripts/chip/atmel/at91/at91sam9261.cfg ... Processing usr/share/openocd/scripts/chip/atmel/at91/at91sam9261_matrix.cfg ... Processing usr/share/openocd/scripts/chip/atmel/at91/at91sam9263.cfg ... Processing usr/share/openocd/scripts/chip/atmel/at91/at91sam9263_matrix.cfg ... Processing usr/share/openocd/scripts/chip/atmel/at91/at91sam9_init.cfg ... Processing usr/share/openocd/scripts/chip/atmel/at91/at91sam9_sdramc.cfg ... Processing usr/share/openocd/scripts/chip/atmel/at91/at91sam9_smc.cfg ... Processing usr/share/openocd/scripts/chip/atmel/at91/hardware.cfg ... Processing usr/share/openocd/scripts/chip/atmel/at91/pmc.tcl ... Processing usr/share/openocd/scripts/chip/atmel/at91/rtt.tcl ... Processing usr/share/openocd/scripts/chip/atmel/at91/sam9_smc.cfg ... Processing usr/share/openocd/scripts/chip/atmel/at91/usarts.tcl ... Processing usr/share/openocd/scripts/chip/st ... Processing usr/share/openocd/scripts/chip/st/spear ... Processing usr/share/openocd/scripts/chip/st/spear/quirk_no_srst.tcl ... Processing usr/share/openocd/scripts/chip/st/spear/spear3xx.tcl ... Processing usr/share/openocd/scripts/chip/st/spear/spear3xx_ddr.tcl ... Processing usr/share/openocd/scripts/chip/st/stm32 ... Processing usr/share/openocd/scripts/chip/st/stm32/stm32.tcl ... Processing usr/share/openocd/scripts/chip/st/stm32/stm32_rcc.tcl ... Processing usr/share/openocd/scripts/chip/st/stm32/stm32_regs.tcl ... Processing usr/share/openocd/scripts/chip/ti ... Processing usr/share/openocd/scripts/chip/ti/lm3s ... Processing usr/share/openocd/scripts/chip/ti/lm3s/lm3s.tcl ... Processing usr/share/openocd/scripts/chip/ti/lm3s/lm3s_regs.tcl ... Processing usr/share/openocd/scripts/cpld ... Processing usr/share/openocd/scripts/cpld/altera-5m570z-cpld.cfg ... Processing usr/share/openocd/scripts/cpld/altera-epm240.cfg ... Processing usr/share/openocd/scripts/cpld/jtagspi.cfg ... Processing usr/share/openocd/scripts/cpld/lattice-lc4032ze.cfg ... Processing usr/share/openocd/scripts/cpld/xilinx-xc6s.cfg ... Processing usr/share/openocd/scripts/cpld/xilinx-xc7.cfg ... Processing usr/share/openocd/scripts/cpld/xilinx-xcf-p.cfg ... Processing usr/share/openocd/scripts/cpld/xilinx-xcf-s.cfg ... Processing usr/share/openocd/scripts/cpld/xilinx-xcr3256.cfg ... Processing usr/share/openocd/scripts/cpld/xilinx-xcu.cfg ... Processing usr/share/openocd/scripts/cpu ... Processing usr/share/openocd/scripts/cpu/arc ... Processing usr/share/openocd/scripts/cpu/arc/common.tcl ... Processing usr/share/openocd/scripts/cpu/arc/em.tcl ... Processing usr/share/openocd/scripts/cpu/arc/hs.tcl ... Processing usr/share/openocd/scripts/cpu/arc/v2.tcl ... Processing usr/share/openocd/scripts/cpu/arm ... Processing usr/share/openocd/scripts/cpu/arm/arm7tdmi.tcl ... Processing usr/share/openocd/scripts/cpu/arm/arm920.tcl ... Processing usr/share/openocd/scripts/cpu/arm/arm946.tcl ... Processing usr/share/openocd/scripts/cpu/arm/arm966.tcl ... Processing usr/share/openocd/scripts/cpu/arm/cortex_m3.tcl ... Processing usr/share/openocd/scripts/fpga ... Processing usr/share/openocd/scripts/fpga/altera-10m50.cfg ... Processing usr/share/openocd/scripts/fpga/altera-ep3c10.cfg ... Processing usr/share/openocd/scripts/fpga/lattice_ecp5.cfg ... Processing usr/share/openocd/scripts/fpga/lattice_machxo3.cfg ... Processing usr/share/openocd/scripts/fpga/xilinx-dna.cfg ... Processing usr/share/openocd/scripts/fpga/xilinx-xadc.cfg ... Processing usr/share/openocd/scripts/interface ... Processing usr/share/openocd/scripts/interface/altera-usb-blaster.cfg ... Processing usr/share/openocd/scripts/interface/altera-usb-blaster2.cfg ... Processing usr/share/openocd/scripts/interface/arm-jtag-ew.cfg ... Processing usr/share/openocd/scripts/interface/ast2600-gpiod.cfg ... Processing usr/share/openocd/scripts/interface/at91rm9200.cfg ... Processing usr/share/openocd/scripts/interface/beaglebone-jtag-native.cfg ... Processing usr/share/openocd/scripts/interface/beaglebone-swd-native.cfg ... Processing usr/share/openocd/scripts/interface/buspirate.cfg ... Processing usr/share/openocd/scripts/interface/calao-usb-a9260.cfg ... Processing usr/share/openocd/scripts/interface/chameleon.cfg ... Processing usr/share/openocd/scripts/interface/cmsis-dap.cfg ... Processing usr/share/openocd/scripts/interface/dln-2-gpiod.cfg ... Processing usr/share/openocd/scripts/interface/dummy.cfg ... Processing usr/share/openocd/scripts/interface/esp_usb_bridge.cfg ... Processing usr/share/openocd/scripts/interface/estick.cfg ... Processing usr/share/openocd/scripts/interface/flashlink.cfg ... Processing usr/share/openocd/scripts/interface/ft232r ... Processing usr/share/openocd/scripts/interface/ft232r/radiona_ulx3s.cfg ... Processing usr/share/openocd/scripts/interface/ft232r.cfg ... Processing usr/share/openocd/scripts/interface/ftdi ... Processing usr/share/openocd/scripts/interface/ftdi/100ask-openjtag.cfg ... Processing []share/openocd/scripts/interface/ftdi/ashling-opella-ld-jtag.cfg ... Processing []/share/openocd/scripts/interface/ftdi/ashling-opella-ld-swd.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/axm0432.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/c232hm.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/calao-usb-a9260-c01.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/calao-usb-a9260-c02.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/cortino.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/digilent-hs1.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/digilent-hs2.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/digilent_jtag_hs3.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/digilent_jtag_smt2.cfg ... Processing []/share/openocd/scripts/interface/ftdi/digilent_jtag_smt2_nc.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/dlp-usb1232h.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/dp_busblaster.cfg ... Processing []/share/openocd/scripts/interface/ftdi/dp_busblaster_kt-link.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/esp32_devkitj_v1.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/esp32s2_kaluga_v1.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/flossjtag-noeeprom.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/flossjtag.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/flyswatter.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/flyswatter2.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/ft232h-module-swd.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/gw16042.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/hie-jtag.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/hilscher_nxhx10_etm.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/hilscher_nxhx500_etm.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/hilscher_nxhx500_re.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/hilscher_nxhx50_etm.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/hilscher_nxhx50_re.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/hitex_lpc1768stick.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/hitex_str9-comstick.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/icebear.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/imx8mp-evk.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/incircuit-icprog.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/iotlab-usb.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/isodebug.cfg ... Processing []/share/openocd/scripts/interface/ftdi/jtag-lock-pick_tiny_2.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/jtagkey.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/jtagkey2.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/jtagkey2p.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/kt-link.cfg ... Processing []/share/openocd/scripts/interface/ftdi/lambdaconcept_ecpix-5.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/lisa-l.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/luminary-icdi.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/luminary-lm3s811.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/luminary.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/m53evk.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/mbftdi.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/minimodule-swd.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/minimodule.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/minispartan6.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/miniwiggler.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/neodb.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/ngxtech.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/olimex-arm-jtag-swd.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/olimex-arm-usb-ocd-h.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/olimex-arm-usb-ocd.cfg ... Processing []/share/openocd/scripts/interface/ftdi/olimex-arm-usb-tiny-h.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/olimex-jtag-tiny.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/oocdlink.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/opendous_ftdi.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/openocd-usb-hs.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/openocd-usb.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/openrd.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/pipistrello.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/pls_spc5.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/redbee-econotag.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/redbee-usb.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/rowley-cc-arm-swd.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/sheevaplug.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/signalyzer-lite.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/signalyzer.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/snps_sdp.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/steppenprobe.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/stm32-stick.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/swd-resistor-hack.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/ti-icdi.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/tigard.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/tumpa-lite.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/tumpa.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/turtelizer2-revB.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/turtelizer2-revC.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/um232h.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/vpaclink.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/xds100v2.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/xds100v3.cfg ... Processing usr/share/openocd/scripts/interface/ftdi/xt_kc705_ml605.cfg ... Processing usr/share/openocd/scripts/interface/imx-native.cfg ... Processing usr/share/openocd/scripts/interface/jlink.cfg ... Processing usr/share/openocd/scripts/interface/jtag_dpi.cfg ... Processing usr/share/openocd/scripts/interface/jtag_hat_rpi2.cfg ... Processing usr/share/openocd/scripts/interface/jtag_vpi.cfg ... Processing usr/share/openocd/scripts/interface/kitprog.cfg ... Processing usr/share/openocd/scripts/interface/nds32-aice.cfg ... Processing usr/share/openocd/scripts/interface/nulink.cfg ... Processing usr/share/openocd/scripts/interface/opendous.cfg ... Processing usr/share/openocd/scripts/interface/openjtag.cfg ... Processing usr/share/openocd/scripts/interface/osbdm.cfg ... Processing usr/share/openocd/scripts/interface/parport.cfg ... Processing usr/share/openocd/scripts/interface/parport_dlc5.cfg ... Processing usr/share/openocd/scripts/interface/raspberrypi-native.cfg ... Processing usr/share/openocd/scripts/interface/raspberrypi2-native.cfg ... Processing usr/share/openocd/scripts/interface/rlink.cfg ... Processing usr/share/openocd/scripts/interface/rshim.cfg ... Processing usr/share/openocd/scripts/interface/stlink-dap.cfg ... Processing usr/share/openocd/scripts/interface/stlink-v1.cfg ... Processing usr/share/openocd/scripts/interface/stlink-v2-1.cfg ... Processing usr/share/openocd/scripts/interface/stlink-v2.cfg ... Processing usr/share/openocd/scripts/interface/stlink.cfg ... Processing usr/share/openocd/scripts/interface/sysfsgpio-raspberrypi.cfg ... Processing usr/share/openocd/scripts/interface/ti-icdi.cfg ... Processing usr/share/openocd/scripts/interface/ulink.cfg ... Processing usr/share/openocd/scripts/interface/usb-jtag.cfg ... Processing usr/share/openocd/scripts/interface/usbprog.cfg ... Processing usr/share/openocd/scripts/interface/vdebug.cfg ... Processing usr/share/openocd/scripts/interface/vsllink.cfg ... Processing usr/share/openocd/scripts/interface/xds110.cfg ... Processing usr/share/openocd/scripts/mem_helper.tcl ... Processing usr/share/openocd/scripts/memory.tcl ... Processing usr/share/openocd/scripts/mmr_helpers.tcl ... Processing usr/share/openocd/scripts/target ... Processing usr/share/openocd/scripts/target/1986ве1т.cfg ... Processing usr/share/openocd/scripts/target/adsp-sc58x.cfg ... Processing usr/share/openocd/scripts/target/aduc702x.cfg ... Processing usr/share/openocd/scripts/target/aducm360.cfg ... Processing usr/share/openocd/scripts/target/allwinner_v3s.cfg ... Processing usr/share/openocd/scripts/target/alphascale_asm9260t.cfg ... Processing usr/share/openocd/scripts/target/altera_fpgasoc.cfg ... Processing usr/share/openocd/scripts/target/altera_fpgasoc_arria10.cfg ... Processing usr/share/openocd/scripts/target/am335x.cfg ... Processing usr/share/openocd/scripts/target/am437x.cfg ... Processing usr/share/openocd/scripts/target/amdm37x.cfg ... Processing usr/share/openocd/scripts/target/ampere_emag.cfg ... Processing usr/share/openocd/scripts/target/ampere_qs_mq.cfg ... Processing usr/share/openocd/scripts/target/ar71xx.cfg ... Processing usr/share/openocd/scripts/target/arm_corelink_sse200.cfg ... Processing usr/share/openocd/scripts/target/armada370.cfg ... Processing usr/share/openocd/scripts/target/at32ap7000.cfg ... Processing usr/share/openocd/scripts/target/at91r40008.cfg ... Processing usr/share/openocd/scripts/target/at91rm9200.cfg ... Processing usr/share/openocd/scripts/target/at91sam3XXX.cfg ... Processing usr/share/openocd/scripts/target/at91sam3ax_4x.cfg ... Processing usr/share/openocd/scripts/target/at91sam3ax_8x.cfg ... Processing usr/share/openocd/scripts/target/at91sam3ax_xx.cfg ... Processing usr/share/openocd/scripts/target/at91sam3nXX.cfg ... Processing usr/share/openocd/scripts/target/at91sam3sXX.cfg ... Processing usr/share/openocd/scripts/target/at91sam3u1c.cfg ... Processing usr/share/openocd/scripts/target/at91sam3u1e.cfg ... Processing usr/share/openocd/scripts/target/at91sam3u2c.cfg ... Processing usr/share/openocd/scripts/target/at91sam3u2e.cfg ... Processing usr/share/openocd/scripts/target/at91sam3u4c.cfg ... Processing usr/share/openocd/scripts/target/at91sam3u4e.cfg ... Processing usr/share/openocd/scripts/target/at91sam3uxx.cfg ... Processing usr/share/openocd/scripts/target/at91sam4XXX.cfg ... Processing usr/share/openocd/scripts/target/at91sam4c32x.cfg ... Processing usr/share/openocd/scripts/target/at91sam4cXXX.cfg ... Processing usr/share/openocd/scripts/target/at91sam4lXX.cfg ... Processing usr/share/openocd/scripts/target/at91sam4sXX.cfg ... Processing usr/share/openocd/scripts/target/at91sam4sd32x.cfg ... Processing usr/share/openocd/scripts/target/at91sam7a2.cfg ... Processing usr/share/openocd/scripts/target/at91sam7se512.cfg ... Processing usr/share/openocd/scripts/target/at91sam7sx.cfg ... Processing usr/share/openocd/scripts/target/at91sam7x256.cfg ... Processing usr/share/openocd/scripts/target/at91sam7x512.cfg ... Processing usr/share/openocd/scripts/target/at91sam9.cfg ... Processing usr/share/openocd/scripts/target/at91sam9260.cfg ... Processing []/share/openocd/scripts/target/at91sam9260_ext_RAM_ext_flash.cfg ... Processing usr/share/openocd/scripts/target/at91sam9261.cfg ... Processing usr/share/openocd/scripts/target/at91sam9263.cfg ... Processing usr/share/openocd/scripts/target/at91sam9g10.cfg ... Processing usr/share/openocd/scripts/target/at91sam9g20.cfg ... Processing usr/share/openocd/scripts/target/at91sam9g45.cfg ... Processing usr/share/openocd/scripts/target/at91sam9rl.cfg ... Processing usr/share/openocd/scripts/target/at91sama5d2.cfg ... Processing usr/share/openocd/scripts/target/at91samdXX.cfg ... Processing usr/share/openocd/scripts/target/at91samg5x.cfg ... Processing usr/share/openocd/scripts/target/atheros_ar2313.cfg ... Processing usr/share/openocd/scripts/target/atheros_ar2315.cfg ... Processing usr/share/openocd/scripts/target/atheros_ar9331.cfg ... Processing usr/share/openocd/scripts/target/atheros_ar9344.cfg ... Processing usr/share/openocd/scripts/target/atmega128.cfg ... Processing usr/share/openocd/scripts/target/atmega128rfa1.cfg ... Processing usr/share/openocd/scripts/target/atsame5x.cfg ... Processing usr/share/openocd/scripts/target/atsaml1x.cfg ... Processing usr/share/openocd/scripts/target/atsamv.cfg ... Processing usr/share/openocd/scripts/target/avr32.cfg ... Processing usr/share/openocd/scripts/target/bcm2711.cfg ... Processing usr/share/openocd/scripts/target/bcm281xx.cfg ... Processing usr/share/openocd/scripts/target/bcm2835.cfg ... Processing usr/share/openocd/scripts/target/bcm2836.cfg ... Processing usr/share/openocd/scripts/target/bcm2837.cfg ... Processing usr/share/openocd/scripts/target/bcm4706.cfg ... Processing usr/share/openocd/scripts/target/bcm4718.cfg ... Processing usr/share/openocd/scripts/target/bcm47xx.cfg ... Processing usr/share/openocd/scripts/target/bcm5352e.cfg ... Processing usr/share/openocd/scripts/target/bcm6348.cfg ... Processing usr/share/openocd/scripts/target/bluefield.cfg ... Processing usr/share/openocd/scripts/target/bluenrg-x.cfg ... Processing usr/share/openocd/scripts/target/c100.cfg ... Processing usr/share/openocd/scripts/target/c100config.tcl ... Processing usr/share/openocd/scripts/target/c100helper.tcl ... Processing usr/share/openocd/scripts/target/c100regs.tcl ... Processing usr/share/openocd/scripts/target/cc2538.cfg ... Processing usr/share/openocd/scripts/target/cs351x.cfg ... Processing usr/share/openocd/scripts/target/davinci.cfg ... Processing usr/share/openocd/scripts/target/dragonite.cfg ... Processing usr/share/openocd/scripts/target/dsp56321.cfg ... Processing usr/share/openocd/scripts/target/dsp568013.cfg ... Processing usr/share/openocd/scripts/target/dsp568037.cfg ... Processing usr/share/openocd/scripts/target/efm32.cfg ... Processing usr/share/openocd/scripts/target/em357.cfg ... Processing usr/share/openocd/scripts/target/em358.cfg ... Processing usr/share/openocd/scripts/target/eos_s3.cfg ... Processing usr/share/openocd/scripts/target/epc9301.cfg ... Processing usr/share/openocd/scripts/target/esi32xx.cfg ... Processing usr/share/openocd/scripts/target/esp32.cfg ... Processing usr/share/openocd/scripts/target/esp32s2.cfg ... Processing usr/share/openocd/scripts/target/esp32s3.cfg ... Processing usr/share/openocd/scripts/target/esp_common.cfg ... Processing usr/share/openocd/scripts/target/exynos5250.cfg ... Processing usr/share/openocd/scripts/target/faux.cfg ... Processing usr/share/openocd/scripts/target/feroceon.cfg ... Processing usr/share/openocd/scripts/target/fm3.cfg ... Processing usr/share/openocd/scripts/target/fm4.cfg ... Processing usr/share/openocd/scripts/target/fm4_mb9bf.cfg ... Processing usr/share/openocd/scripts/target/fm4_s6e2cc.cfg ... Processing usr/share/openocd/scripts/target/gd32e23x.cfg ... Processing usr/share/openocd/scripts/target/gd32vf103.cfg ... Processing usr/share/openocd/scripts/target/gp326xxxa.cfg ... Processing usr/share/openocd/scripts/target/hi3798.cfg ... Processing usr/share/openocd/scripts/target/hi6220.cfg ... Processing usr/share/openocd/scripts/target/hilscher_netx10.cfg ... Processing usr/share/openocd/scripts/target/hilscher_netx50.cfg ... Processing usr/share/openocd/scripts/target/hilscher_netx500.cfg ... Processing usr/share/openocd/scripts/target/icepick.cfg ... Processing usr/share/openocd/scripts/target/imx.cfg ... Processing usr/share/openocd/scripts/target/imx21.cfg ... Processing usr/share/openocd/scripts/target/imx25.cfg ... Processing usr/share/openocd/scripts/target/imx27.cfg ... Processing usr/share/openocd/scripts/target/imx28.cfg ... Processing usr/share/openocd/scripts/target/imx31.cfg ... Processing usr/share/openocd/scripts/target/imx35.cfg ... Processing usr/share/openocd/scripts/target/imx51.cfg ... Processing usr/share/openocd/scripts/target/imx53.cfg ... Processing usr/share/openocd/scripts/target/imx6.cfg ... Processing usr/share/openocd/scripts/target/imx6sx.cfg ... Processing usr/share/openocd/scripts/target/imx6ul.cfg ... Processing usr/share/openocd/scripts/target/imx7.cfg ... Processing usr/share/openocd/scripts/target/imx7ulp.cfg ... Processing usr/share/openocd/scripts/target/imx8m.cfg ... Processing usr/share/openocd/scripts/target/imx8qm.cfg ... Processing usr/share/openocd/scripts/target/infineon ... Processing usr/share/openocd/scripts/target/infineon/tle987x.cfg ... Processing usr/share/openocd/scripts/target/is5114.cfg ... Processing usr/share/openocd/scripts/target/ixp42x.cfg ... Processing usr/share/openocd/scripts/target/k1921vk01t.cfg ... Processing usr/share/openocd/scripts/target/k40.cfg ... Processing usr/share/openocd/scripts/target/k60.cfg ... Processing usr/share/openocd/scripts/target/ke0x.cfg ... Processing usr/share/openocd/scripts/target/ke1xf.cfg ... Processing usr/share/openocd/scripts/target/ke1xz.cfg ... Processing usr/share/openocd/scripts/target/kl25.cfg ... Processing usr/share/openocd/scripts/target/kl46.cfg ... Processing usr/share/openocd/scripts/target/klx.cfg ... Processing usr/share/openocd/scripts/target/ks869x.cfg ... Processing usr/share/openocd/scripts/target/kx.cfg ... Processing usr/share/openocd/scripts/target/lpc11xx.cfg ... Processing usr/share/openocd/scripts/target/lpc12xx.cfg ... Processing usr/share/openocd/scripts/target/lpc13xx.cfg ... Processing usr/share/openocd/scripts/target/lpc17xx.cfg ... Processing usr/share/openocd/scripts/target/lpc1850.cfg ... Processing usr/share/openocd/scripts/target/lpc1xxx.cfg ... Processing usr/share/openocd/scripts/target/lpc2103.cfg ... Processing usr/share/openocd/scripts/target/lpc2124.cfg ... Processing usr/share/openocd/scripts/target/lpc2129.cfg ... Processing usr/share/openocd/scripts/target/lpc2148.cfg ... Processing usr/share/openocd/scripts/target/lpc2294.cfg ... Processing usr/share/openocd/scripts/target/lpc2378.cfg ... Processing usr/share/openocd/scripts/target/lpc2460.cfg ... Processing usr/share/openocd/scripts/target/lpc2478.cfg ... Processing usr/share/openocd/scripts/target/lpc2900.cfg ... Processing usr/share/openocd/scripts/target/lpc2xxx.cfg ... Processing usr/share/openocd/scripts/target/lpc3131.cfg ... Processing usr/share/openocd/scripts/target/lpc3250.cfg ... Processing usr/share/openocd/scripts/target/lpc40xx.cfg ... Processing usr/share/openocd/scripts/target/lpc4350.cfg ... Processing usr/share/openocd/scripts/target/lpc4357.cfg ... Processing usr/share/openocd/scripts/target/lpc4370.cfg ... Processing usr/share/openocd/scripts/target/lpc84x.cfg ... Processing usr/share/openocd/scripts/target/lpc8nxx.cfg ... Processing usr/share/openocd/scripts/target/lpc8xx.cfg ... Processing usr/share/openocd/scripts/target/ls1012a.cfg ... Processing usr/share/openocd/scripts/target/ls1028a.cfg ... Processing usr/share/openocd/scripts/target/ls1046a.cfg ... Processing usr/share/openocd/scripts/target/ls1088a.cfg ... Processing usr/share/openocd/scripts/target/lsch3_common.cfg ... Processing usr/share/openocd/scripts/target/marvell ... Processing usr/share/openocd/scripts/target/marvell/88f3710.cfg ... Processing usr/share/openocd/scripts/target/marvell/88f3720.cfg ... Processing usr/share/openocd/scripts/target/marvell/88f37x0.cfg ... Processing usr/share/openocd/scripts/target/max32620.cfg ... Processing usr/share/openocd/scripts/target/max32625.cfg ... Processing usr/share/openocd/scripts/target/max3263x.cfg ... Processing usr/share/openocd/scripts/target/mc13224v.cfg ... Processing usr/share/openocd/scripts/target/mdr32f9q2i.cfg ... Processing usr/share/openocd/scripts/target/nds32v2.cfg ... Processing usr/share/openocd/scripts/target/nds32v3.cfg ... Processing usr/share/openocd/scripts/target/nds32v3m.cfg ... Processing usr/share/openocd/scripts/target/nds32v5.cfg ... Processing usr/share/openocd/scripts/target/ngultra.cfg ... Processing usr/share/openocd/scripts/target/nhs31xx.cfg ... Processing usr/share/openocd/scripts/target/npcx.cfg ... Processing usr/share/openocd/scripts/target/nrf51.cfg ... Processing usr/share/openocd/scripts/target/nrf52.cfg ... Processing usr/share/openocd/scripts/target/nuc910.cfg ... Processing usr/share/openocd/scripts/target/numicro.cfg ... Processing usr/share/openocd/scripts/target/omap2420.cfg ... Processing usr/share/openocd/scripts/target/omap3530.cfg ... Processing usr/share/openocd/scripts/target/omap4430.cfg ... Processing usr/share/openocd/scripts/target/omap4460.cfg ... Processing usr/share/openocd/scripts/target/omap5912.cfg ... Processing usr/share/openocd/scripts/target/omapl138.cfg ... Processing usr/share/openocd/scripts/target/or1k.cfg ... Processing usr/share/openocd/scripts/target/pic32mx.cfg ... Processing usr/share/openocd/scripts/target/psoc4.cfg ... Processing usr/share/openocd/scripts/target/psoc5lp.cfg ... Processing usr/share/openocd/scripts/target/psoc6.cfg ... Processing usr/share/openocd/scripts/target/pxa255.cfg ... Processing usr/share/openocd/scripts/target/pxa270.cfg ... Processing usr/share/openocd/scripts/target/pxa3xx.cfg ... Processing usr/share/openocd/scripts/target/qualcomm_qca4531.cfg ... Processing usr/share/openocd/scripts/target/quark_d20xx.cfg ... Processing usr/share/openocd/scripts/target/quark_x10xx.cfg ... Processing usr/share/openocd/scripts/target/readme.txt ... Processing usr/share/openocd/scripts/target/renesas_r7s72100.cfg ... Processing usr/share/openocd/scripts/target/renesas_rcar_gen2.cfg ... Processing usr/share/openocd/scripts/target/renesas_rcar_gen3.cfg ... Processing usr/share/openocd/scripts/target/renesas_rcar_reset_common.cfg ... Processing usr/share/openocd/scripts/target/renesas_rz_five.cfg ... Processing usr/share/openocd/scripts/target/renesas_rz_g2.cfg ... Processing usr/share/openocd/scripts/target/renesas_s7g2.cfg ... Processing usr/share/openocd/scripts/target/rk3308.cfg ... Processing usr/share/openocd/scripts/target/rk3399.cfg ... Processing usr/share/openocd/scripts/target/rp2040-core0.cfg ... Processing usr/share/openocd/scripts/target/rp2040.cfg ... Processing usr/share/openocd/scripts/target/rsl10.cfg ... Processing usr/share/openocd/scripts/target/samsung_s3c2410.cfg ... Processing usr/share/openocd/scripts/target/samsung_s3c2440.cfg ... Processing usr/share/openocd/scripts/target/samsung_s3c2450.cfg ... Processing usr/share/openocd/scripts/target/samsung_s3c4510.cfg ... Processing usr/share/openocd/scripts/target/samsung_s3c6410.cfg ... Processing usr/share/openocd/scripts/target/sharp_lh79532.cfg ... Processing usr/share/openocd/scripts/target/sim3x.cfg ... Processing usr/share/openocd/scripts/target/smp8634.cfg ... Processing usr/share/openocd/scripts/target/snps_em_sk_fpga.cfg ... Processing usr/share/openocd/scripts/target/snps_hsdk.cfg ... Processing usr/share/openocd/scripts/target/spear3xx.cfg ... Processing usr/share/openocd/scripts/target/stellaris.cfg ... Processing usr/share/openocd/scripts/target/stm32f0x.cfg ... Processing usr/share/openocd/scripts/target/stm32f1x.cfg ... Processing usr/share/openocd/scripts/target/stm32f2x.cfg ... Processing usr/share/openocd/scripts/target/stm32f3x.cfg ... Processing usr/share/openocd/scripts/target/stm32f4x.cfg ... Processing usr/share/openocd/scripts/target/stm32f7x.cfg ... Processing usr/share/openocd/scripts/target/stm32g0x.cfg ... Processing usr/share/openocd/scripts/target/stm32g4x.cfg ... Processing usr/share/openocd/scripts/target/stm32h7x.cfg ... Processing usr/share/openocd/scripts/target/stm32h7x_dual_bank.cfg ... Processing usr/share/openocd/scripts/target/stm32l0.cfg ... Processing usr/share/openocd/scripts/target/stm32l0_dual_bank.cfg ... Processing usr/share/openocd/scripts/target/stm32l1.cfg ... Processing usr/share/openocd/scripts/target/stm32l1x_dual_bank.cfg ... Processing usr/share/openocd/scripts/target/stm32l4x.cfg ... Processing usr/share/openocd/scripts/target/stm32l5x.cfg ... Processing usr/share/openocd/scripts/target/stm32mp13x.cfg ... Processing usr/share/openocd/scripts/target/stm32mp15x.cfg ... Processing usr/share/openocd/scripts/target/stm32u5x.cfg ... Processing usr/share/openocd/scripts/target/stm32w108xx.cfg ... Processing usr/share/openocd/scripts/target/stm32wbx.cfg ... Processing usr/share/openocd/scripts/target/stm32wlx.cfg ... Processing usr/share/openocd/scripts/target/stm32x5x_common.cfg ... Processing usr/share/openocd/scripts/target/stm32xl.cfg ... Processing usr/share/openocd/scripts/target/stm8l.cfg ... Processing usr/share/openocd/scripts/target/stm8l152.cfg ... Processing usr/share/openocd/scripts/target/stm8s.cfg ... Processing usr/share/openocd/scripts/target/stm8s003.cfg ... Processing usr/share/openocd/scripts/target/stm8s103.cfg ... Processing usr/share/openocd/scripts/target/stm8s105.cfg ... Processing usr/share/openocd/scripts/target/str710.cfg ... Processing usr/share/openocd/scripts/target/str730.cfg ... Processing usr/share/openocd/scripts/target/str750.cfg ... Processing usr/share/openocd/scripts/target/str912.cfg ... Processing usr/share/openocd/scripts/target/swj-dp.tcl ... Processing usr/share/openocd/scripts/target/swm050.cfg ... Processing usr/share/openocd/scripts/target/test_reset_syntax_error.cfg ... Processing usr/share/openocd/scripts/target/test_syntax_error.cfg ... Processing usr/share/openocd/scripts/target/ti-ar7.cfg ... Processing usr/share/openocd/scripts/target/ti-cjtag.cfg ... Processing usr/share/openocd/scripts/target/ti_calypso.cfg ... Processing usr/share/openocd/scripts/target/ti_cc13x0.cfg ... Processing usr/share/openocd/scripts/target/ti_cc13x2.cfg ... Processing usr/share/openocd/scripts/target/ti_cc26x0.cfg ... Processing usr/share/openocd/scripts/target/ti_cc26x2.cfg ... Processing usr/share/openocd/scripts/target/ti_cc3220sf.cfg ... Processing usr/share/openocd/scripts/target/ti_cc32xx.cfg ... Processing usr/share/openocd/scripts/target/ti_dm355.cfg ... Processing usr/share/openocd/scripts/target/ti_dm365.cfg ... Processing usr/share/openocd/scripts/target/ti_dm6446.cfg ... Processing usr/share/openocd/scripts/target/ti_k3.cfg ... Processing usr/share/openocd/scripts/target/ti_msp432.cfg ... Processing usr/share/openocd/scripts/target/ti_rm4x.cfg ... Processing usr/share/openocd/scripts/target/ti_tms570.cfg ... Processing usr/share/openocd/scripts/target/ti_tms570ls20xxx.cfg ... Processing usr/share/openocd/scripts/target/ti_tms570ls3137.cfg ... Processing usr/share/openocd/scripts/target/tmpa900.cfg ... Processing usr/share/openocd/scripts/target/tmpa910.cfg ... Processing usr/share/openocd/scripts/target/tnetc4401.cfg ... Processing usr/share/openocd/scripts/target/u8500.cfg ... Processing usr/share/openocd/scripts/target/vd_aarch64.cfg ... Processing usr/share/openocd/scripts/target/vd_cortex_m.cfg ... Processing usr/share/openocd/scripts/target/vd_riscv.cfg ... Processing usr/share/openocd/scripts/target/vd_xtensa_jtag.cfg ... Processing usr/share/openocd/scripts/target/vybrid_vf6xx.cfg ... Processing usr/share/openocd/scripts/target/xilinx_zynqmp.cfg ... Processing usr/share/openocd/scripts/target/xmc1xxx.cfg ... Processing usr/share/openocd/scripts/target/xmc4xxx.cfg ... Processing usr/share/openocd/scripts/target/xmos_xs1-xau8a-10_arm.cfg ... Processing usr/share/openocd/scripts/target/xtensa-core-esp32.cfg ... Processing usr/share/openocd/scripts/target/xtensa-core-esp32s2.cfg ... Processing usr/share/openocd/scripts/target/xtensa-core-esp32s3.cfg ... Processing usr/share/openocd/scripts/target/xtensa-core-nxp_rt600.cfg ... Processing usr/share/openocd/scripts/target/xtensa.cfg ... Processing usr/share/openocd/scripts/target/zynq_7000.cfg ... Processing usr/share/openocd/scripts/target/к1879xб1я.cfg ... Processing usr/share/openocd/scripts/test ... Processing usr/share/openocd/scripts/test/selftest.cfg ... Processing usr/share/openocd/scripts/test/syntax1.cfg ... Processing usr/share/openocd/scripts/tools ... Processing usr/share/openocd/scripts/tools/firmware-recovery.tcl ... Processing usr/share/openocd/scripts/tools/memtest.tcl ... Processing usr/share/openocd/scripts/tools/test_cpu_speed.tcl ... Processing usr/share/pipewire ... Processing usr/share/pipewire/client-rt.conf ... Processing usr/share/pipewire/client-rt.conf.avail ... Processing usr/share/pipewire/client-rt.conf.avail/20-upmix.conf ... Processing usr/share/pipewire/client.conf ... Processing usr/share/pipewire/client.conf.avail ... Processing usr/share/pipewire/client.conf.avail/20-upmix.conf ... Processing usr/share/pipewire/filter-chain ... Processing usr/share/pipewire/filter-chain/demonic.conf ... Processing usr/share/pipewire/filter-chain/sink-dolby-surround.conf ... Processing usr/share/pipewire/filter-chain/sink-eq6.conf ... Processing usr/share/pipewire/filter-chain/sink-make-LFE.conf ... Processing usr/share/pipewire/filter-chain/sink-matrix-spatialiser.conf ... Processing usr/share/pipewire/filter-chain/sink-mix-FL-FR.conf ... Processing []hare/pipewire/filter-chain/sink-virtual-surround-5.1-kemar.conf ... Processing []are/pipewire/filter-chain/sink-virtual-surround-7.1-hesuvi.conf ... Processing usr/share/pipewire/filter-chain/source-duplicate-FL.conf ... Processing usr/share/pipewire/filter-chain/source-rnnoise.conf ... Processing usr/share/pipewire/filter-chain.conf ... Processing usr/share/pipewire/jack.conf ... Processing usr/share/pipewire/minimal.conf ... Processing usr/share/pipewire/pipewire-aes67.conf ... Processing usr/share/pipewire/pipewire-avb.conf ... Processing usr/share/pipewire/pipewire-pulse.conf ... Processing usr/share/pipewire/pipewire-pulse.conf.avail ... Processing usr/share/pipewire/pipewire-pulse.conf.avail/20-upmix.conf ... Processing usr/share/pipewire/pipewire.conf ... Processing usr/share/pipewire/pipewire.conf.avail ... Processing usr/share/pipewire/pipewire.conf.avail/10-rates.conf ... Processing usr/share/pipewire/pipewire.conf.avail/20-upmix.conf ... Processing usr/share/postgresql ... Processing usr/share/postgresql/errcodes.txt ... Processing usr/share/postgresql/extension ... Processing usr/share/postgresql/extension/plpgsql--1.0.sql ... Processing usr/share/postgresql/extension/plpgsql.control ... Processing usr/share/postgresql/information_schema.sql ... Processing usr/share/postgresql/pg_hba.conf.sample ... Processing usr/share/postgresql/pg_ident.conf.sample ... Processing usr/share/postgresql/pg_service.conf.sample ... Processing usr/share/postgresql/postgres.bki ... Processing usr/share/postgresql/postgresql.conf.sample ... Processing usr/share/postgresql/psqlrc.sample ... Processing usr/share/postgresql/snowball_create.sql ... Processing usr/share/postgresql/sql_features.txt ... Processing usr/share/postgresql/system_constraints.sql ... Processing usr/share/postgresql/system_functions.sql ... Processing usr/share/postgresql/system_views.sql ... Processing usr/share/postgresql/timezone ... Processing usr/share/postgresql/timezone/Africa ... Processing usr/share/postgresql/timezone/Africa/Abidjan ... Processing usr/share/postgresql/timezone/Africa/Accra ... Processing usr/share/postgresql/timezone/Africa/Addis_Ababa ... Processing usr/share/postgresql/timezone/Africa/Algiers ... Processing usr/share/postgresql/timezone/Africa/Asmara ... Processing usr/share/postgresql/timezone/Africa/Asmera ... Processing usr/share/postgresql/timezone/Africa/Bamako ... Processing usr/share/postgresql/timezone/Africa/Bangui ... Processing usr/share/postgresql/timezone/Africa/Banjul ... Processing usr/share/postgresql/timezone/Africa/Bissau ... Processing usr/share/postgresql/timezone/Africa/Blantyre ... Processing usr/share/postgresql/timezone/Africa/Brazzaville ... Processing usr/share/postgresql/timezone/Africa/Bujumbura ... Processing usr/share/postgresql/timezone/Africa/Cairo ... Processing usr/share/postgresql/timezone/Africa/Casablanca ... Processing usr/share/postgresql/timezone/Africa/Ceuta ... Processing usr/share/postgresql/timezone/Africa/Conakry ... Processing usr/share/postgresql/timezone/Africa/Dakar ... Processing usr/share/postgresql/timezone/Africa/Dar_es_Salaam ... Processing usr/share/postgresql/timezone/Africa/Djibouti ... Processing usr/share/postgresql/timezone/Africa/Douala ... Processing usr/share/postgresql/timezone/Africa/El_Aaiun ... Processing usr/share/postgresql/timezone/Africa/Freetown ... Processing usr/share/postgresql/timezone/Africa/Gaborone ... Processing usr/share/postgresql/timezone/Africa/Harare ... Processing usr/share/postgresql/timezone/Africa/Johannesburg ... Processing usr/share/postgresql/timezone/Africa/Juba ... Processing usr/share/postgresql/timezone/Africa/Kampala ... Processing usr/share/postgresql/timezone/Africa/Khartoum ... Processing usr/share/postgresql/timezone/Africa/Kigali ... Processing usr/share/postgresql/timezone/Africa/Kinshasa ... Processing usr/share/postgresql/timezone/Africa/Lagos ... Processing usr/share/postgresql/timezone/Africa/Libreville ... Processing usr/share/postgresql/timezone/Africa/Lome ... Processing usr/share/postgresql/timezone/Africa/Luanda ... Processing usr/share/postgresql/timezone/Africa/Lubumbashi ... Processing usr/share/postgresql/timezone/Africa/Lusaka ... Processing usr/share/postgresql/timezone/Africa/Malabo ... Processing usr/share/postgresql/timezone/Africa/Maputo ... Processing usr/share/postgresql/timezone/Africa/Maseru ... Processing usr/share/postgresql/timezone/Africa/Mbabane ... Processing usr/share/postgresql/timezone/Africa/Mogadishu ... Processing usr/share/postgresql/timezone/Africa/Monrovia ... Processing usr/share/postgresql/timezone/Africa/Nairobi ... Processing usr/share/postgresql/timezone/Africa/Ndjamena ... Processing usr/share/postgresql/timezone/Africa/Niamey ... Processing usr/share/postgresql/timezone/Africa/Nouakchott ... Processing usr/share/postgresql/timezone/Africa/Ouagadougou ... Processing usr/share/postgresql/timezone/Africa/Porto-Novo ... Processing usr/share/postgresql/timezone/Africa/Sao_Tome ... Processing usr/share/postgresql/timezone/Africa/Timbuktu ... Processing usr/share/postgresql/timezone/Africa/Tripoli ... Processing usr/share/postgresql/timezone/Africa/Tunis ... Processing usr/share/postgresql/timezone/Africa/Windhoek ... Processing usr/share/postgresql/timezone/America ... Processing usr/share/postgresql/timezone/America/Adak ... Processing usr/share/postgresql/timezone/America/Anchorage ... Processing usr/share/postgresql/timezone/America/Anguilla ... Processing usr/share/postgresql/timezone/America/Antigua ... Processing usr/share/postgresql/timezone/America/Araguaina ... Processing usr/share/postgresql/timezone/America/Argentina ... Processing usr/share/postgresql/timezone/America/Argentina/Buenos_Aires ... Processing usr/share/postgresql/timezone/America/Argentina/Catamarca ... Processing usr/share/postgresql/timezone/America/Argentina/ComodRivadavia ... Processing usr/share/postgresql/timezone/America/Argentina/Cordoba ... Processing usr/share/postgresql/timezone/America/Argentina/Jujuy ... Processing usr/share/postgresql/timezone/America/Argentina/La_Rioja ... Processing usr/share/postgresql/timezone/America/Argentina/Mendoza ... Processing usr/share/postgresql/timezone/America/Argentina/Rio_Gallegos ... Processing usr/share/postgresql/timezone/America/Argentina/Salta ... Processing usr/share/postgresql/timezone/America/Argentina/San_Juan ... Processing usr/share/postgresql/timezone/America/Argentina/San_Luis ... Processing usr/share/postgresql/timezone/America/Argentina/Tucuman ... Processing usr/share/postgresql/timezone/America/Argentina/Ushuaia ... Processing usr/share/postgresql/timezone/America/Aruba ... Processing usr/share/postgresql/timezone/America/Asuncion ... Processing usr/share/postgresql/timezone/America/Atikokan ... Processing usr/share/postgresql/timezone/America/Atka ... Processing usr/share/postgresql/timezone/America/Bahia ... Processing usr/share/postgresql/timezone/America/Bahia_Banderas ... Processing usr/share/postgresql/timezone/America/Barbados ... Processing usr/share/postgresql/timezone/America/Belem ... Processing usr/share/postgresql/timezone/America/Belize ... Processing usr/share/postgresql/timezone/America/Blanc-Sablon ... Processing usr/share/postgresql/timezone/America/Boa_Vista ... Processing usr/share/postgresql/timezone/America/Bogota ... Processing usr/share/postgresql/timezone/America/Boise ... Processing usr/share/postgresql/timezone/America/Buenos_Aires ... Processing usr/share/postgresql/timezone/America/Cambridge_Bay ... Processing usr/share/postgresql/timezone/America/Campo_Grande ... Processing usr/share/postgresql/timezone/America/Cancun ... Processing usr/share/postgresql/timezone/America/Caracas ... Processing usr/share/postgresql/timezone/America/Catamarca ... Processing usr/share/postgresql/timezone/America/Cayenne ... Processing usr/share/postgresql/timezone/America/Cayman ... Processing usr/share/postgresql/timezone/America/Chicago ... Processing usr/share/postgresql/timezone/America/Chihuahua ... Processing usr/share/postgresql/timezone/America/Ciudad_Juarez ... Processing usr/share/postgresql/timezone/America/Coral_Harbour ... Processing usr/share/postgresql/timezone/America/Cordoba ... Processing usr/share/postgresql/timezone/America/Costa_Rica ... Processing usr/share/postgresql/timezone/America/Creston ... Processing usr/share/postgresql/timezone/America/Cuiaba ... Processing usr/share/postgresql/timezone/America/Curacao ... Processing usr/share/postgresql/timezone/America/Danmarkshavn ... Processing usr/share/postgresql/timezone/America/Dawson ... Processing usr/share/postgresql/timezone/America/Dawson_Creek ... Processing usr/share/postgresql/timezone/America/Denver ... Processing usr/share/postgresql/timezone/America/Detroit ... Processing usr/share/postgresql/timezone/America/Dominica ... Processing usr/share/postgresql/timezone/America/Edmonton ... Processing usr/share/postgresql/timezone/America/Eirunepe ... Processing usr/share/postgresql/timezone/America/El_Salvador ... Processing usr/share/postgresql/timezone/America/Ensenada ... Processing usr/share/postgresql/timezone/America/Fort_Nelson ... Processing usr/share/postgresql/timezone/America/Fort_Wayne ... Processing usr/share/postgresql/timezone/America/Fortaleza ... Processing usr/share/postgresql/timezone/America/Glace_Bay ... Processing usr/share/postgresql/timezone/America/Godthab ... Processing usr/share/postgresql/timezone/America/Goose_Bay ... Processing usr/share/postgresql/timezone/America/Grand_Turk ... Processing usr/share/postgresql/timezone/America/Grenada ... Processing usr/share/postgresql/timezone/America/Guadeloupe ... Processing usr/share/postgresql/timezone/America/Guatemala ... Processing usr/share/postgresql/timezone/America/Guayaquil ... Processing usr/share/postgresql/timezone/America/Guyana ... Processing usr/share/postgresql/timezone/America/Halifax ... Processing usr/share/postgresql/timezone/America/Havana ... Processing usr/share/postgresql/timezone/America/Hermosillo ... Processing usr/share/postgresql/timezone/America/Indiana ... Processing usr/share/postgresql/timezone/America/Indiana/Indianapolis ... Processing usr/share/postgresql/timezone/America/Indiana/Knox ... Processing usr/share/postgresql/timezone/America/Indiana/Marengo ... Processing usr/share/postgresql/timezone/America/Indiana/Petersburg ... Processing usr/share/postgresql/timezone/America/Indiana/Tell_City ... Processing usr/share/postgresql/timezone/America/Indiana/Vevay ... Processing usr/share/postgresql/timezone/America/Indiana/Vincennes ... Processing usr/share/postgresql/timezone/America/Indiana/Winamac ... Processing usr/share/postgresql/timezone/America/Indianapolis ... Processing usr/share/postgresql/timezone/America/Inuvik ... Processing usr/share/postgresql/timezone/America/Iqaluit ... Processing usr/share/postgresql/timezone/America/Jamaica ... Processing usr/share/postgresql/timezone/America/Jujuy ... Processing usr/share/postgresql/timezone/America/Juneau ... Processing usr/share/postgresql/timezone/America/Kentucky ... Processing usr/share/postgresql/timezone/America/Kentucky/Louisville ... Processing usr/share/postgresql/timezone/America/Kentucky/Monticello ... Processing usr/share/postgresql/timezone/America/Knox_IN ... Processing usr/share/postgresql/timezone/America/Kralendijk ... Processing usr/share/postgresql/timezone/America/La_Paz ... Processing usr/share/postgresql/timezone/America/Lima ... Processing usr/share/postgresql/timezone/America/Los_Angeles ... Processing usr/share/postgresql/timezone/America/Louisville ... Processing usr/share/postgresql/timezone/America/Lower_Princes ... Processing usr/share/postgresql/timezone/America/Maceio ... Processing usr/share/postgresql/timezone/America/Managua ... Processing usr/share/postgresql/timezone/America/Manaus ... Processing usr/share/postgresql/timezone/America/Marigot ... Processing usr/share/postgresql/timezone/America/Martinique ... Processing usr/share/postgresql/timezone/America/Matamoros ... Processing usr/share/postgresql/timezone/America/Mazatlan ... Processing usr/share/postgresql/timezone/America/Mendoza ... Processing usr/share/postgresql/timezone/America/Menominee ... Processing usr/share/postgresql/timezone/America/Merida ... Processing usr/share/postgresql/timezone/America/Metlakatla ... Processing usr/share/postgresql/timezone/America/Mexico_City ... Processing usr/share/postgresql/timezone/America/Miquelon ... Processing usr/share/postgresql/timezone/America/Moncton ... Processing usr/share/postgresql/timezone/America/Monterrey ... Processing usr/share/postgresql/timezone/America/Montevideo ... Processing usr/share/postgresql/timezone/America/Montreal ... Processing usr/share/postgresql/timezone/America/Montserrat ... Processing usr/share/postgresql/timezone/America/Nassau ... Processing usr/share/postgresql/timezone/America/New_York ... Processing usr/share/postgresql/timezone/America/Nipigon ... Processing usr/share/postgresql/timezone/America/Nome ... Processing usr/share/postgresql/timezone/America/Noronha ... Processing usr/share/postgresql/timezone/America/North_Dakota ... Processing usr/share/postgresql/timezone/America/North_Dakota/Beulah ... Processing usr/share/postgresql/timezone/America/North_Dakota/Center ... Processing usr/share/postgresql/timezone/America/North_Dakota/New_Salem ... Processing usr/share/postgresql/timezone/America/Nuuk ... Processing usr/share/postgresql/timezone/America/Ojinaga ... Processing usr/share/postgresql/timezone/America/Panama ... Processing usr/share/postgresql/timezone/America/Pangnirtung ... Processing usr/share/postgresql/timezone/America/Paramaribo ... Processing usr/share/postgresql/timezone/America/Phoenix ... Processing usr/share/postgresql/timezone/America/Port-au-Prince ... Processing usr/share/postgresql/timezone/America/Port_of_Spain ... Processing usr/share/postgresql/timezone/America/Porto_Acre ... Processing usr/share/postgresql/timezone/America/Porto_Velho ... Processing usr/share/postgresql/timezone/America/Puerto_Rico ... Processing usr/share/postgresql/timezone/America/Punta_Arenas ... Processing usr/share/postgresql/timezone/America/Rainy_River ... Processing usr/share/postgresql/timezone/America/Rankin_Inlet ... Processing usr/share/postgresql/timezone/America/Recife ... Processing usr/share/postgresql/timezone/America/Regina ... Processing usr/share/postgresql/timezone/America/Resolute ... Processing usr/share/postgresql/timezone/America/Rio_Branco ... Processing usr/share/postgresql/timezone/America/Rosario ... Processing usr/share/postgresql/timezone/America/Santa_Isabel ... Processing usr/share/postgresql/timezone/America/Santarem ... Processing usr/share/postgresql/timezone/America/Santiago ... Processing usr/share/postgresql/timezone/America/Santo_Domingo ... Processing usr/share/postgresql/timezone/America/Sao_Paulo ... Processing usr/share/postgresql/timezone/America/Scoresbysund ... Processing usr/share/postgresql/timezone/America/Shiprock ... Processing usr/share/postgresql/timezone/America/Sitka ... Processing usr/share/postgresql/timezone/America/St_Barthelemy ... Processing usr/share/postgresql/timezone/America/St_Johns ... Processing usr/share/postgresql/timezone/America/St_Kitts ... Processing usr/share/postgresql/timezone/America/St_Lucia ... Processing usr/share/postgresql/timezone/America/St_Thomas ... Processing usr/share/postgresql/timezone/America/St_Vincent ... Processing usr/share/postgresql/timezone/America/Swift_Current ... Processing usr/share/postgresql/timezone/America/Tegucigalpa ... Processing usr/share/postgresql/timezone/America/Thule ... Processing usr/share/postgresql/timezone/America/Thunder_Bay ... Processing usr/share/postgresql/timezone/America/Tijuana ... Processing usr/share/postgresql/timezone/America/Toronto ... Processing usr/share/postgresql/timezone/America/Tortola ... Processing usr/share/postgresql/timezone/America/Vancouver ... Processing usr/share/postgresql/timezone/America/Virgin ... Processing usr/share/postgresql/timezone/America/Whitehorse ... Processing usr/share/postgresql/timezone/America/Winnipeg ... Processing usr/share/postgresql/timezone/America/Yakutat ... Processing usr/share/postgresql/timezone/America/Yellowknife ... Processing usr/share/postgresql/timezone/Antarctica ... Processing usr/share/postgresql/timezone/Antarctica/Casey ... Processing usr/share/postgresql/timezone/Antarctica/Davis ... Processing usr/share/postgresql/timezone/Antarctica/DumontDUrville ... Processing usr/share/postgresql/timezone/Antarctica/Macquarie ... Processing usr/share/postgresql/timezone/Antarctica/Mawson ... Processing usr/share/postgresql/timezone/Antarctica/McMurdo ... Processing usr/share/postgresql/timezone/Antarctica/Palmer ... Processing usr/share/postgresql/timezone/Antarctica/Rothera ... Processing usr/share/postgresql/timezone/Antarctica/South_Pole ... Processing usr/share/postgresql/timezone/Antarctica/Syowa ... Processing usr/share/postgresql/timezone/Antarctica/Troll ... Processing usr/share/postgresql/timezone/Antarctica/Vostok ... Processing usr/share/postgresql/timezone/Arctic ... Processing usr/share/postgresql/timezone/Arctic/Longyearbyen ... Processing usr/share/postgresql/timezone/Asia ... Processing usr/share/postgresql/timezone/Asia/Aden ... Processing usr/share/postgresql/timezone/Asia/Almaty ... Processing usr/share/postgresql/timezone/Asia/Amman ... Processing usr/share/postgresql/timezone/Asia/Anadyr ... Processing usr/share/postgresql/timezone/Asia/Aqtau ... Processing usr/share/postgresql/timezone/Asia/Aqtobe ... Processing usr/share/postgresql/timezone/Asia/Ashgabat ... Processing usr/share/postgresql/timezone/Asia/Ashkhabad ... Processing usr/share/postgresql/timezone/Asia/Atyrau ... Processing usr/share/postgresql/timezone/Asia/Baghdad ... Processing usr/share/postgresql/timezone/Asia/Bahrain ... Processing usr/share/postgresql/timezone/Asia/Baku ... Processing usr/share/postgresql/timezone/Asia/Bangkok ... Processing usr/share/postgresql/timezone/Asia/Barnaul ... Processing usr/share/postgresql/timezone/Asia/Beirut ... Processing usr/share/postgresql/timezone/Asia/Bishkek ... Processing usr/share/postgresql/timezone/Asia/Brunei ... Processing usr/share/postgresql/timezone/Asia/Calcutta ... Processing usr/share/postgresql/timezone/Asia/Chita ... Processing usr/share/postgresql/timezone/Asia/Choibalsan ... Processing usr/share/postgresql/timezone/Asia/Chongqing ... Processing usr/share/postgresql/timezone/Asia/Chungking ... Processing usr/share/postgresql/timezone/Asia/Colombo ... Processing usr/share/postgresql/timezone/Asia/Dacca ... Processing usr/share/postgresql/timezone/Asia/Damascus ... Processing usr/share/postgresql/timezone/Asia/Dhaka ... Processing usr/share/postgresql/timezone/Asia/Dili ... Processing usr/share/postgresql/timezone/Asia/Dubai ... Processing usr/share/postgresql/timezone/Asia/Dushanbe ... Processing usr/share/postgresql/timezone/Asia/Famagusta ... Processing usr/share/postgresql/timezone/Asia/Gaza ... Processing usr/share/postgresql/timezone/Asia/Harbin ... Processing usr/share/postgresql/timezone/Asia/Hebron ... Processing usr/share/postgresql/timezone/Asia/Ho_Chi_Minh ... Processing usr/share/postgresql/timezone/Asia/Hong_Kong ... Processing usr/share/postgresql/timezone/Asia/Hovd ... Processing usr/share/postgresql/timezone/Asia/Irkutsk ... Processing usr/share/postgresql/timezone/Asia/Istanbul ... Processing usr/share/postgresql/timezone/Asia/Jakarta ... Processing usr/share/postgresql/timezone/Asia/Jayapura ... Processing usr/share/postgresql/timezone/Asia/Jerusalem ... Processing usr/share/postgresql/timezone/Asia/Kabul ... Processing usr/share/postgresql/timezone/Asia/Kamchatka ... Processing usr/share/postgresql/timezone/Asia/Karachi ... Processing usr/share/postgresql/timezone/Asia/Kashgar ... Processing usr/share/postgresql/timezone/Asia/Kathmandu ... Processing usr/share/postgresql/timezone/Asia/Katmandu ... Processing usr/share/postgresql/timezone/Asia/Khandyga ... Processing usr/share/postgresql/timezone/Asia/Kolkata ... Processing usr/share/postgresql/timezone/Asia/Krasnoyarsk ... Processing usr/share/postgresql/timezone/Asia/Kuala_Lumpur ... Processing usr/share/postgresql/timezone/Asia/Kuching ... Processing usr/share/postgresql/timezone/Asia/Kuwait ... Processing usr/share/postgresql/timezone/Asia/Macao ... Processing usr/share/postgresql/timezone/Asia/Macau ... Processing usr/share/postgresql/timezone/Asia/Magadan ... Processing usr/share/postgresql/timezone/Asia/Makassar ... Processing usr/share/postgresql/timezone/Asia/Manila ... Processing usr/share/postgresql/timezone/Asia/Muscat ... Processing usr/share/postgresql/timezone/Asia/Nicosia ... Processing usr/share/postgresql/timezone/Asia/Novokuznetsk ... Processing usr/share/postgresql/timezone/Asia/Novosibirsk ... Processing usr/share/postgresql/timezone/Asia/Omsk ... Processing usr/share/postgresql/timezone/Asia/Oral ... Processing usr/share/postgresql/timezone/Asia/Phnom_Penh ... Processing usr/share/postgresql/timezone/Asia/Pontianak ... Processing usr/share/postgresql/timezone/Asia/Pyongyang ... Processing usr/share/postgresql/timezone/Asia/Qatar ... Processing usr/share/postgresql/timezone/Asia/Qostanay ... Processing usr/share/postgresql/timezone/Asia/Qyzylorda ... Processing usr/share/postgresql/timezone/Asia/Rangoon ... Processing usr/share/postgresql/timezone/Asia/Riyadh ... Processing usr/share/postgresql/timezone/Asia/Saigon ... Processing usr/share/postgresql/timezone/Asia/Sakhalin ... Processing usr/share/postgresql/timezone/Asia/Samarkand ... Processing usr/share/postgresql/timezone/Asia/Seoul ... Processing usr/share/postgresql/timezone/Asia/Shanghai ... Processing usr/share/postgresql/timezone/Asia/Singapore ... Processing usr/share/postgresql/timezone/Asia/Srednekolymsk ... Processing usr/share/postgresql/timezone/Asia/Taipei ... Processing usr/share/postgresql/timezone/Asia/Tashkent ... Processing usr/share/postgresql/timezone/Asia/Tbilisi ... Processing usr/share/postgresql/timezone/Asia/Tehran ... Processing usr/share/postgresql/timezone/Asia/Tel_Aviv ... Processing usr/share/postgresql/timezone/Asia/Thimbu ... Processing usr/share/postgresql/timezone/Asia/Thimphu ... Processing usr/share/postgresql/timezone/Asia/Tokyo ... Processing usr/share/postgresql/timezone/Asia/Tomsk ... Processing usr/share/postgresql/timezone/Asia/Ujung_Pandang ... Processing usr/share/postgresql/timezone/Asia/Ulaanbaatar ... Processing usr/share/postgresql/timezone/Asia/Ulan_Bator ... Processing usr/share/postgresql/timezone/Asia/Urumqi ... Processing usr/share/postgresql/timezone/Asia/Ust-Nera ... Processing usr/share/postgresql/timezone/Asia/Vientiane ... Processing usr/share/postgresql/timezone/Asia/Vladivostok ... Processing usr/share/postgresql/timezone/Asia/Yakutsk ... Processing usr/share/postgresql/timezone/Asia/Yangon ... Processing usr/share/postgresql/timezone/Asia/Yekaterinburg ... Processing usr/share/postgresql/timezone/Asia/Yerevan ... Processing usr/share/postgresql/timezone/Atlantic ... Processing usr/share/postgresql/timezone/Atlantic/Azores ... Processing usr/share/postgresql/timezone/Atlantic/Bermuda ... Processing usr/share/postgresql/timezone/Atlantic/Canary ... Processing usr/share/postgresql/timezone/Atlantic/Cape_Verde ... Processing usr/share/postgresql/timezone/Atlantic/Faeroe ... Processing usr/share/postgresql/timezone/Atlantic/Faroe ... Processing usr/share/postgresql/timezone/Atlantic/Jan_Mayen ... Processing usr/share/postgresql/timezone/Atlantic/Madeira ... Processing usr/share/postgresql/timezone/Atlantic/Reykjavik ... Processing usr/share/postgresql/timezone/Atlantic/South_Georgia ... Processing usr/share/postgresql/timezone/Atlantic/St_Helena ... Processing usr/share/postgresql/timezone/Atlantic/Stanley ... Processing usr/share/postgresql/timezone/Australia ... Processing usr/share/postgresql/timezone/Australia/ACT ... Processing usr/share/postgresql/timezone/Australia/Adelaide ... Processing usr/share/postgresql/timezone/Australia/Brisbane ... Processing usr/share/postgresql/timezone/Australia/Broken_Hill ... Processing usr/share/postgresql/timezone/Australia/Canberra ... Processing usr/share/postgresql/timezone/Australia/Currie ... Processing usr/share/postgresql/timezone/Australia/Darwin ... Processing usr/share/postgresql/timezone/Australia/Eucla ... Processing usr/share/postgresql/timezone/Australia/Hobart ... Processing usr/share/postgresql/timezone/Australia/LHI ... Processing usr/share/postgresql/timezone/Australia/Lindeman ... Processing usr/share/postgresql/timezone/Australia/Lord_Howe ... Processing usr/share/postgresql/timezone/Australia/Melbourne ... Processing usr/share/postgresql/timezone/Australia/NSW ... Processing usr/share/postgresql/timezone/Australia/North ... Processing usr/share/postgresql/timezone/Australia/Perth ... Processing usr/share/postgresql/timezone/Australia/Queensland ... Processing usr/share/postgresql/timezone/Australia/South ... Processing usr/share/postgresql/timezone/Australia/Sydney ... Processing usr/share/postgresql/timezone/Australia/Tasmania ... Processing usr/share/postgresql/timezone/Australia/Victoria ... Processing usr/share/postgresql/timezone/Australia/West ... Processing usr/share/postgresql/timezone/Australia/Yancowinna ... Processing usr/share/postgresql/timezone/Brazil ... Processing usr/share/postgresql/timezone/Brazil/Acre ... Processing usr/share/postgresql/timezone/Brazil/DeNoronha ... Processing usr/share/postgresql/timezone/Brazil/East ... Processing usr/share/postgresql/timezone/Brazil/West ... Processing usr/share/postgresql/timezone/CET ... Processing usr/share/postgresql/timezone/CST6CDT ... Processing usr/share/postgresql/timezone/Canada ... Processing usr/share/postgresql/timezone/Canada/Atlantic ... Processing usr/share/postgresql/timezone/Canada/Central ... Processing usr/share/postgresql/timezone/Canada/Eastern ... Processing usr/share/postgresql/timezone/Canada/Mountain ... Processing usr/share/postgresql/timezone/Canada/Newfoundland ... Processing usr/share/postgresql/timezone/Canada/Pacific ... Processing usr/share/postgresql/timezone/Canada/Saskatchewan ... Processing usr/share/postgresql/timezone/Canada/Yukon ... Processing usr/share/postgresql/timezone/Chile ... Processing usr/share/postgresql/timezone/Chile/Continental ... Processing usr/share/postgresql/timezone/Chile/EasterIsland ... Processing usr/share/postgresql/timezone/Cuba ... Processing usr/share/postgresql/timezone/EET ... Processing usr/share/postgresql/timezone/EST ... Processing usr/share/postgresql/timezone/EST5EDT ... Processing usr/share/postgresql/timezone/Egypt ... Processing usr/share/postgresql/timezone/Eire ... Processing usr/share/postgresql/timezone/Etc ... Processing usr/share/postgresql/timezone/Etc/GMT ... Processing usr/share/postgresql/timezone/Etc/GMT+0 ... Processing usr/share/postgresql/timezone/Etc/GMT+1 ... Processing usr/share/postgresql/timezone/Etc/GMT+10 ... Processing usr/share/postgresql/timezone/Etc/GMT+11 ... Processing usr/share/postgresql/timezone/Etc/GMT+12 ... Processing usr/share/postgresql/timezone/Etc/GMT+2 ... Processing usr/share/postgresql/timezone/Etc/GMT+3 ... Processing usr/share/postgresql/timezone/Etc/GMT+4 ... Processing usr/share/postgresql/timezone/Etc/GMT+5 ... Processing usr/share/postgresql/timezone/Etc/GMT+6 ... Processing usr/share/postgresql/timezone/Etc/GMT+7 ... Processing usr/share/postgresql/timezone/Etc/GMT+8 ... Processing usr/share/postgresql/timezone/Etc/GMT+9 ... Processing usr/share/postgresql/timezone/Etc/GMT-0 ... Processing usr/share/postgresql/timezone/Etc/GMT-1 ... Processing usr/share/postgresql/timezone/Etc/GMT-10 ... Processing usr/share/postgresql/timezone/Etc/GMT-11 ... Processing usr/share/postgresql/timezone/Etc/GMT-12 ... Processing usr/share/postgresql/timezone/Etc/GMT-13 ... Processing usr/share/postgresql/timezone/Etc/GMT-14 ... Processing usr/share/postgresql/timezone/Etc/GMT-2 ... Processing usr/share/postgresql/timezone/Etc/GMT-3 ... Processing usr/share/postgresql/timezone/Etc/GMT-4 ... Processing usr/share/postgresql/timezone/Etc/GMT-5 ... Processing usr/share/postgresql/timezone/Etc/GMT-6 ... Processing usr/share/postgresql/timezone/Etc/GMT-7 ... Processing usr/share/postgresql/timezone/Etc/GMT-8 ... Processing usr/share/postgresql/timezone/Etc/GMT-9 ... Processing usr/share/postgresql/timezone/Etc/GMT0 ... Processing usr/share/postgresql/timezone/Etc/Greenwich ... Processing usr/share/postgresql/timezone/Etc/UCT ... Processing usr/share/postgresql/timezone/Etc/UTC ... Processing usr/share/postgresql/timezone/Etc/Universal ... Processing usr/share/postgresql/timezone/Etc/Zulu ... Processing usr/share/postgresql/timezone/Europe ... Processing usr/share/postgresql/timezone/Europe/Amsterdam ... Processing usr/share/postgresql/timezone/Europe/Andorra ... Processing usr/share/postgresql/timezone/Europe/Astrakhan ... Processing usr/share/postgresql/timezone/Europe/Athens ... Processing usr/share/postgresql/timezone/Europe/Belfast ... Processing usr/share/postgresql/timezone/Europe/Belgrade ... Processing usr/share/postgresql/timezone/Europe/Berlin ... Processing usr/share/postgresql/timezone/Europe/Bratislava ... Processing usr/share/postgresql/timezone/Europe/Brussels ... Processing usr/share/postgresql/timezone/Europe/Bucharest ... Processing usr/share/postgresql/timezone/Europe/Budapest ... Processing usr/share/postgresql/timezone/Europe/Busingen ... Processing usr/share/postgresql/timezone/Europe/Chisinau ... Processing usr/share/postgresql/timezone/Europe/Copenhagen ... Processing usr/share/postgresql/timezone/Europe/Dublin ... Processing usr/share/postgresql/timezone/Europe/Gibraltar ... Processing usr/share/postgresql/timezone/Europe/Guernsey ... Processing usr/share/postgresql/timezone/Europe/Helsinki ... Processing usr/share/postgresql/timezone/Europe/Isle_of_Man ... Processing usr/share/postgresql/timezone/Europe/Istanbul ... Processing usr/share/postgresql/timezone/Europe/Jersey ... Processing usr/share/postgresql/timezone/Europe/Kaliningrad ... Processing usr/share/postgresql/timezone/Europe/Kiev ... Processing usr/share/postgresql/timezone/Europe/Kirov ... Processing usr/share/postgresql/timezone/Europe/Kyiv ... Processing usr/share/postgresql/timezone/Europe/Lisbon ... Processing usr/share/postgresql/timezone/Europe/Ljubljana ... Processing usr/share/postgresql/timezone/Europe/London ... Processing usr/share/postgresql/timezone/Europe/Luxembourg ... Processing usr/share/postgresql/timezone/Europe/Madrid ... Processing usr/share/postgresql/timezone/Europe/Malta ... Processing usr/share/postgresql/timezone/Europe/Mariehamn ... Processing usr/share/postgresql/timezone/Europe/Minsk ... Processing usr/share/postgresql/timezone/Europe/Monaco ... Processing usr/share/postgresql/timezone/Europe/Moscow ... Processing usr/share/postgresql/timezone/Europe/Nicosia ... Processing usr/share/postgresql/timezone/Europe/Oslo ... Processing usr/share/postgresql/timezone/Europe/Paris ... Processing usr/share/postgresql/timezone/Europe/Podgorica ... Processing usr/share/postgresql/timezone/Europe/Prague ... Processing usr/share/postgresql/timezone/Europe/Riga ... Processing usr/share/postgresql/timezone/Europe/Rome ... Processing usr/share/postgresql/timezone/Europe/Samara ... Processing usr/share/postgresql/timezone/Europe/San_Marino ... Processing usr/share/postgresql/timezone/Europe/Sarajevo ... Processing usr/share/postgresql/timezone/Europe/Saratov ... Processing usr/share/postgresql/timezone/Europe/Simferopol ... Processing usr/share/postgresql/timezone/Europe/Skopje ... Processing usr/share/postgresql/timezone/Europe/Sofia ... Processing usr/share/postgresql/timezone/Europe/Stockholm ... Processing usr/share/postgresql/timezone/Europe/Tallinn ... Processing usr/share/postgresql/timezone/Europe/Tirane ... Processing usr/share/postgresql/timezone/Europe/Tiraspol ... Processing usr/share/postgresql/timezone/Europe/Ulyanovsk ... Processing usr/share/postgresql/timezone/Europe/Uzhgorod ... Processing usr/share/postgresql/timezone/Europe/Vaduz ... Processing usr/share/postgresql/timezone/Europe/Vatican ... Processing usr/share/postgresql/timezone/Europe/Vienna ... Processing usr/share/postgresql/timezone/Europe/Vilnius ... Processing usr/share/postgresql/timezone/Europe/Volgograd ... Processing usr/share/postgresql/timezone/Europe/Warsaw ... Processing usr/share/postgresql/timezone/Europe/Zagreb ... Processing usr/share/postgresql/timezone/Europe/Zaporozhye ... Processing usr/share/postgresql/timezone/Europe/Zurich ... Processing usr/share/postgresql/timezone/Factory ... Processing usr/share/postgresql/timezone/GB ... Processing usr/share/postgresql/timezone/GB-Eire ... Processing usr/share/postgresql/timezone/GMT ... Processing usr/share/postgresql/timezone/GMT+0 ... Processing usr/share/postgresql/timezone/GMT-0 ... Processing usr/share/postgresql/timezone/GMT0 ... Processing usr/share/postgresql/timezone/Greenwich ... Processing usr/share/postgresql/timezone/HST ... Processing usr/share/postgresql/timezone/Hongkong ... Processing usr/share/postgresql/timezone/Iceland ... Processing usr/share/postgresql/timezone/Indian ... Processing usr/share/postgresql/timezone/Indian/Antananarivo ... Processing usr/share/postgresql/timezone/Indian/Chagos ... Processing usr/share/postgresql/timezone/Indian/Christmas ... Processing usr/share/postgresql/timezone/Indian/Cocos ... Processing usr/share/postgresql/timezone/Indian/Comoro ... Processing usr/share/postgresql/timezone/Indian/Kerguelen ... Processing usr/share/postgresql/timezone/Indian/Mahe ... Processing usr/share/postgresql/timezone/Indian/Maldives ... Processing usr/share/postgresql/timezone/Indian/Mauritius ... Processing usr/share/postgresql/timezone/Indian/Mayotte ... Processing usr/share/postgresql/timezone/Indian/Reunion ... Processing usr/share/postgresql/timezone/Iran ... Processing usr/share/postgresql/timezone/Israel ... Processing usr/share/postgresql/timezone/Jamaica ... Processing usr/share/postgresql/timezone/Japan ... Processing usr/share/postgresql/timezone/Kwajalein ... Processing usr/share/postgresql/timezone/Libya ... Processing usr/share/postgresql/timezone/MET ... Processing usr/share/postgresql/timezone/MST ... Processing usr/share/postgresql/timezone/MST7MDT ... Processing usr/share/postgresql/timezone/Mexico ... Processing usr/share/postgresql/timezone/Mexico/BajaNorte ... Processing usr/share/postgresql/timezone/Mexico/BajaSur ... Processing usr/share/postgresql/timezone/Mexico/General ... Processing usr/share/postgresql/timezone/NZ ... Processing usr/share/postgresql/timezone/NZ-CHAT ... Processing usr/share/postgresql/timezone/Navajo ... Processing usr/share/postgresql/timezone/PRC ... Processing usr/share/postgresql/timezone/PST8PDT ... Processing usr/share/postgresql/timezone/Pacific ... Processing usr/share/postgresql/timezone/Pacific/Apia ... Processing usr/share/postgresql/timezone/Pacific/Auckland ... Processing usr/share/postgresql/timezone/Pacific/Bougainville ... Processing usr/share/postgresql/timezone/Pacific/Chatham ... Processing usr/share/postgresql/timezone/Pacific/Chuuk ... Processing usr/share/postgresql/timezone/Pacific/Easter ... Processing usr/share/postgresql/timezone/Pacific/Efate ... Processing usr/share/postgresql/timezone/Pacific/Enderbury ... Processing usr/share/postgresql/timezone/Pacific/Fakaofo ... Processing usr/share/postgresql/timezone/Pacific/Fiji ... Processing usr/share/postgresql/timezone/Pacific/Funafuti ... Processing usr/share/postgresql/timezone/Pacific/Galapagos ... Processing usr/share/postgresql/timezone/Pacific/Gambier ... Processing usr/share/postgresql/timezone/Pacific/Guadalcanal ... Processing usr/share/postgresql/timezone/Pacific/Guam ... Processing usr/share/postgresql/timezone/Pacific/Honolulu ... Processing usr/share/postgresql/timezone/Pacific/Johnston ... Processing usr/share/postgresql/timezone/Pacific/Kanton ... Processing usr/share/postgresql/timezone/Pacific/Kiritimati ... Processing usr/share/postgresql/timezone/Pacific/Kosrae ... Processing usr/share/postgresql/timezone/Pacific/Kwajalein ... Processing usr/share/postgresql/timezone/Pacific/Majuro ... Processing usr/share/postgresql/timezone/Pacific/Marquesas ... Processing usr/share/postgresql/timezone/Pacific/Midway ... Processing usr/share/postgresql/timezone/Pacific/Nauru ... Processing usr/share/postgresql/timezone/Pacific/Niue ... Processing usr/share/postgresql/timezone/Pacific/Norfolk ... Processing usr/share/postgresql/timezone/Pacific/Noumea ... Processing usr/share/postgresql/timezone/Pacific/Pago_Pago ... Processing usr/share/postgresql/timezone/Pacific/Palau ... Processing usr/share/postgresql/timezone/Pacific/Pitcairn ... Processing usr/share/postgresql/timezone/Pacific/Pohnpei ... Processing usr/share/postgresql/timezone/Pacific/Ponape ... Processing usr/share/postgresql/timezone/Pacific/Port_Moresby ... Processing usr/share/postgresql/timezone/Pacific/Rarotonga ... Processing usr/share/postgresql/timezone/Pacific/Saipan ... Processing usr/share/postgresql/timezone/Pacific/Samoa ... Processing usr/share/postgresql/timezone/Pacific/Tahiti ... Processing usr/share/postgresql/timezone/Pacific/Tarawa ... Processing usr/share/postgresql/timezone/Pacific/Tongatapu ... Processing usr/share/postgresql/timezone/Pacific/Truk ... Processing usr/share/postgresql/timezone/Pacific/Wake ... Processing usr/share/postgresql/timezone/Pacific/Wallis ... Processing usr/share/postgresql/timezone/Pacific/Yap ... Processing usr/share/postgresql/timezone/Poland ... Processing usr/share/postgresql/timezone/Portugal ... Processing usr/share/postgresql/timezone/ROC ... Processing usr/share/postgresql/timezone/ROK ... Processing usr/share/postgresql/timezone/Singapore ... Processing usr/share/postgresql/timezone/Turkey ... Processing usr/share/postgresql/timezone/UCT ... Processing usr/share/postgresql/timezone/US ... Processing usr/share/postgresql/timezone/US/Alaska ... Processing usr/share/postgresql/timezone/US/Aleutian ... Processing usr/share/postgresql/timezone/US/Arizona ... Processing usr/share/postgresql/timezone/US/Central ... Processing usr/share/postgresql/timezone/US/East-Indiana ... Processing usr/share/postgresql/timezone/US/Eastern ... Processing usr/share/postgresql/timezone/US/Hawaii ... Processing usr/share/postgresql/timezone/US/Indiana-Starke ... Processing usr/share/postgresql/timezone/US/Michigan ... Processing usr/share/postgresql/timezone/US/Mountain ... Processing usr/share/postgresql/timezone/US/Pacific ... Processing usr/share/postgresql/timezone/US/Samoa ... Processing usr/share/postgresql/timezone/UTC ... Processing usr/share/postgresql/timezone/Universal ... Processing usr/share/postgresql/timezone/W-SU ... Processing usr/share/postgresql/timezone/WET ... Processing usr/share/postgresql/timezone/Zulu ... Processing usr/share/postgresql/timezonesets ... Processing usr/share/postgresql/timezonesets/Africa.txt ... Processing usr/share/postgresql/timezonesets/America.txt ... Processing usr/share/postgresql/timezonesets/Antarctica.txt ... Processing usr/share/postgresql/timezonesets/Asia.txt ... Processing usr/share/postgresql/timezonesets/Atlantic.txt ... Processing usr/share/postgresql/timezonesets/Australia ... Processing usr/share/postgresql/timezonesets/Australia.txt ... Processing usr/share/postgresql/timezonesets/Default ... Processing usr/share/postgresql/timezonesets/Etc.txt ... Processing usr/share/postgresql/timezonesets/Europe.txt ... Processing usr/share/postgresql/timezonesets/India ... Processing usr/share/postgresql/timezonesets/Indian.txt ... Processing usr/share/postgresql/timezonesets/Pacific.txt ... Processing usr/share/postgresql/tsearch_data ... Processing usr/share/postgresql/tsearch_data/danish.stop ... Processing usr/share/postgresql/tsearch_data/dutch.stop ... Processing usr/share/postgresql/tsearch_data/english.stop ... Processing usr/share/postgresql/tsearch_data/finnish.stop ... Processing usr/share/postgresql/tsearch_data/french.stop ... Processing usr/share/postgresql/tsearch_data/german.stop ... Processing usr/share/postgresql/tsearch_data/hungarian.stop ... Processing usr/share/postgresql/tsearch_data/hunspell_sample.affix ... Processing usr/share/postgresql/tsearch_data/hunspell_sample_long.affix ... Processing usr/share/postgresql/tsearch_data/hunspell_sample_long.dict ... Processing usr/share/postgresql/tsearch_data/hunspell_sample_num.affix ... Processing usr/share/postgresql/tsearch_data/hunspell_sample_num.dict ... Processing usr/share/postgresql/tsearch_data/ispell_sample.affix ... Processing usr/share/postgresql/tsearch_data/ispell_sample.dict ... Processing usr/share/postgresql/tsearch_data/italian.stop ... Processing usr/share/postgresql/tsearch_data/nepali.stop ... Processing usr/share/postgresql/tsearch_data/norwegian.stop ... Processing usr/share/postgresql/tsearch_data/portuguese.stop ... Processing usr/share/postgresql/tsearch_data/russian.stop ... Processing usr/share/postgresql/tsearch_data/spanish.stop ... Processing usr/share/postgresql/tsearch_data/swedish.stop ... Processing usr/share/postgresql/tsearch_data/synonym_sample.syn ... Processing usr/share/postgresql/tsearch_data/thesaurus_sample.ths ... Processing usr/share/postgresql/tsearch_data/turkish.stop ... Processing usr/share/sounds ... Processing usr/share/sounds/speech-dispatcher ... Processing usr/share/sounds/speech-dispatcher/dummy-message.wav ... Processing usr/share/speech-dispatcher ... Processing usr/share/speech-dispatcher/conf ... Processing usr/share/speech-dispatcher/conf/clients ... Processing usr/share/speech-dispatcher/conf/clients/emacs.conf ... Processing usr/share/speech-dispatcher/conf/modules ... Processing usr/share/speech-dispatcher/conf/modules/cicero.conf ... Processing usr/share/speech-dispatcher/conf/modules/espeak-ng-mbrola.conf ... Processing usr/share/speech-dispatcher/conf/modules/espeak-ng.conf ... Processing usr/share/speech-dispatcher/conf/modules/espeak.conf ... Processing usr/share/speech-dispatcher/conf/modules/festival.conf ... Processing usr/share/speech-dispatcher/conf/speechd.conf ... Processing usr/share/speech-dispatcher/locale ... Processing usr/share/speech-dispatcher/locale/af ... Processing usr/share/speech-dispatcher/locale/af/emojis.dic ... Processing usr/share/speech-dispatcher/locale/am ... Processing usr/share/speech-dispatcher/locale/am/emojis.dic ... Processing usr/share/speech-dispatcher/locale/an ... Processing usr/share/speech-dispatcher/locale/an/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/an/orca.dic ... Processing usr/share/speech-dispatcher/locale/an/symbols.dic ... Processing usr/share/speech-dispatcher/locale/ar ... Processing usr/share/speech-dispatcher/locale/ar/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ar/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/ar/orca.dic ... Processing usr/share/speech-dispatcher/locale/ar/symbols.dic ... Processing usr/share/speech-dispatcher/locale/ar_SA ... Processing usr/share/speech-dispatcher/locale/ar_SA/emojis.dic ... Processing usr/share/speech-dispatcher/locale/as ... Processing usr/share/speech-dispatcher/locale/as/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ast ... Processing usr/share/speech-dispatcher/locale/ast/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ast/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/ast/orca.dic ... Processing usr/share/speech-dispatcher/locale/az ... Processing usr/share/speech-dispatcher/locale/az/emojis.dic ... Processing usr/share/speech-dispatcher/locale/base ... Processing usr/share/speech-dispatcher/locale/base/font-variants.dic ... Processing usr/share/speech-dispatcher/locale/base/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/base/orca.dic ... Processing usr/share/speech-dispatcher/locale/base/symbols.dic ... Processing usr/share/speech-dispatcher/locale/be ... Processing usr/share/speech-dispatcher/locale/be/emojis.dic ... Processing usr/share/speech-dispatcher/locale/be/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/be/orca.dic ... Processing usr/share/speech-dispatcher/locale/bg ... Processing usr/share/speech-dispatcher/locale/bg/emojis.dic ... Processing usr/share/speech-dispatcher/locale/bg/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/bg/orca.dic ... Processing usr/share/speech-dispatcher/locale/bg/symbols.dic ... Processing usr/share/speech-dispatcher/locale/bgn ... Processing usr/share/speech-dispatcher/locale/bgn/emojis.dic ... Processing usr/share/speech-dispatcher/locale/bn ... Processing usr/share/speech-dispatcher/locale/bn/emojis.dic ... Processing usr/share/speech-dispatcher/locale/bn/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/bn/orca.dic ... Processing usr/share/speech-dispatcher/locale/bn/symbols.dic ... Processing usr/share/speech-dispatcher/locale/bn_IN ... Processing usr/share/speech-dispatcher/locale/bn_IN/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/bn_IN/orca.dic ... Processing usr/share/speech-dispatcher/locale/br ... Processing usr/share/speech-dispatcher/locale/br/emojis.dic ... Processing usr/share/speech-dispatcher/locale/bs ... Processing usr/share/speech-dispatcher/locale/bs/emojis.dic ... Processing usr/share/speech-dispatcher/locale/bs/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/bs/orca.dic ... Processing usr/share/speech-dispatcher/locale/ca ... Processing usr/share/speech-dispatcher/locale/ca/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ca/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/ca/orca.dic ... Processing usr/share/speech-dispatcher/locale/ca/symbols.dic ... Processing usr/share/speech-dispatcher/locale/ca@valencia ... Processing usr/share/speech-dispatcher/locale/ca@valencia/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/ca@valencia/orca.dic ... Processing usr/share/speech-dispatcher/locale/ccp ... Processing usr/share/speech-dispatcher/locale/ccp/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ceb ... Processing usr/share/speech-dispatcher/locale/ceb/emojis.dic ... Processing usr/share/speech-dispatcher/locale/chr ... Processing usr/share/speech-dispatcher/locale/chr/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ckb ... Processing usr/share/speech-dispatcher/locale/ckb/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ckb/symbols.dic ... Processing usr/share/speech-dispatcher/locale/cs ... Processing usr/share/speech-dispatcher/locale/cs/emojis.dic ... Processing usr/share/speech-dispatcher/locale/cs/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/cs/orca.dic ... Processing usr/share/speech-dispatcher/locale/cs/symbols.dic ... Processing usr/share/speech-dispatcher/locale/cy ... Processing usr/share/speech-dispatcher/locale/cy/emojis.dic ... Processing usr/share/speech-dispatcher/locale/da ... Processing usr/share/speech-dispatcher/locale/da/emojis.dic ... Processing usr/share/speech-dispatcher/locale/da/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/da/orca.dic ... Processing usr/share/speech-dispatcher/locale/da/symbols.dic ... Processing usr/share/speech-dispatcher/locale/de ... Processing usr/share/speech-dispatcher/locale/de/emojis.dic ... Processing usr/share/speech-dispatcher/locale/de/gender-neutral.dic ... Processing usr/share/speech-dispatcher/locale/de/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/de/orca.dic ... Processing usr/share/speech-dispatcher/locale/de/symbols.dic ... Processing usr/share/speech-dispatcher/locale/de_CH ... Processing usr/share/speech-dispatcher/locale/de_CH/emojis.dic ... Processing usr/share/speech-dispatcher/locale/de_CH/symbols.dic ... Processing usr/share/speech-dispatcher/locale/doi ... Processing usr/share/speech-dispatcher/locale/doi/emojis.dic ... Processing usr/share/speech-dispatcher/locale/dsb ... Processing usr/share/speech-dispatcher/locale/dsb/emojis.dic ... Processing usr/share/speech-dispatcher/locale/el ... Processing usr/share/speech-dispatcher/locale/el/emojis.dic ... Processing usr/share/speech-dispatcher/locale/el/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/el/orca.dic ... Processing usr/share/speech-dispatcher/locale/el/symbols.dic ... Processing usr/share/speech-dispatcher/locale/en ... Processing usr/share/speech-dispatcher/locale/en/emojis.dic ... Processing usr/share/speech-dispatcher/locale/en/symbols.dic ... Processing usr/share/speech-dispatcher/locale/en_AU ... Processing usr/share/speech-dispatcher/locale/en_AU/emojis.dic ... Processing usr/share/speech-dispatcher/locale/en_CA ... Processing usr/share/speech-dispatcher/locale/en_CA/emojis.dic ... Processing usr/share/speech-dispatcher/locale/en_GB ... Processing usr/share/speech-dispatcher/locale/en_GB/emojis.dic ... Processing usr/share/speech-dispatcher/locale/en_IN ... Processing usr/share/speech-dispatcher/locale/en_IN/emojis.dic ... Processing usr/share/speech-dispatcher/locale/eo ... Processing usr/share/speech-dispatcher/locale/eo/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/es ... Processing usr/share/speech-dispatcher/locale/es/emojis.dic ... Processing usr/share/speech-dispatcher/locale/es/gender-neutral.dic ... Processing usr/share/speech-dispatcher/locale/es/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/es/orca.dic ... Processing usr/share/speech-dispatcher/locale/es/symbols.dic ... Processing usr/share/speech-dispatcher/locale/es_419 ... Processing usr/share/speech-dispatcher/locale/es_419/emojis.dic ... Processing usr/share/speech-dispatcher/locale/es_AR ... Processing usr/share/speech-dispatcher/locale/es_AR/emojis.dic ... Processing usr/share/speech-dispatcher/locale/es_BO ... Processing usr/share/speech-dispatcher/locale/es_BO/emojis.dic ... Processing usr/share/speech-dispatcher/locale/es_CL ... Processing usr/share/speech-dispatcher/locale/es_CL/emojis.dic ... Processing usr/share/speech-dispatcher/locale/es_CO ... Processing usr/share/speech-dispatcher/locale/es_CO/emojis.dic ... Processing usr/share/speech-dispatcher/locale/es_CO/symbols.dic ... Processing usr/share/speech-dispatcher/locale/es_CR ... Processing usr/share/speech-dispatcher/locale/es_CR/emojis.dic ... Processing usr/share/speech-dispatcher/locale/es_CU ... Processing usr/share/speech-dispatcher/locale/es_CU/emojis.dic ... Processing usr/share/speech-dispatcher/locale/es_DO ... Processing usr/share/speech-dispatcher/locale/es_DO/emojis.dic ... Processing usr/share/speech-dispatcher/locale/es_EC ... Processing usr/share/speech-dispatcher/locale/es_EC/emojis.dic ... Processing usr/share/speech-dispatcher/locale/es_GT ... Processing usr/share/speech-dispatcher/locale/es_GT/emojis.dic ... Processing usr/share/speech-dispatcher/locale/es_HN ... Processing usr/share/speech-dispatcher/locale/es_HN/emojis.dic ... Processing usr/share/speech-dispatcher/locale/es_MX ... Processing usr/share/speech-dispatcher/locale/es_MX/emojis.dic ... Processing usr/share/speech-dispatcher/locale/es_NI ... Processing usr/share/speech-dispatcher/locale/es_NI/emojis.dic ... Processing usr/share/speech-dispatcher/locale/es_PA ... Processing usr/share/speech-dispatcher/locale/es_PA/emojis.dic ... Processing usr/share/speech-dispatcher/locale/es_PE ... Processing usr/share/speech-dispatcher/locale/es_PE/emojis.dic ... Processing usr/share/speech-dispatcher/locale/es_PR ... Processing usr/share/speech-dispatcher/locale/es_PR/emojis.dic ... Processing usr/share/speech-dispatcher/locale/es_PY ... Processing usr/share/speech-dispatcher/locale/es_PY/emojis.dic ... Processing usr/share/speech-dispatcher/locale/es_SV ... Processing usr/share/speech-dispatcher/locale/es_SV/emojis.dic ... Processing usr/share/speech-dispatcher/locale/es_US ... Processing usr/share/speech-dispatcher/locale/es_US/emojis.dic ... Processing usr/share/speech-dispatcher/locale/es_UY ... Processing usr/share/speech-dispatcher/locale/es_UY/emojis.dic ... Processing usr/share/speech-dispatcher/locale/es_VE ... Processing usr/share/speech-dispatcher/locale/es_VE/emojis.dic ... Processing usr/share/speech-dispatcher/locale/et ... Processing usr/share/speech-dispatcher/locale/et/emojis.dic ... Processing usr/share/speech-dispatcher/locale/eu ... Processing usr/share/speech-dispatcher/locale/eu/emojis.dic ... Processing usr/share/speech-dispatcher/locale/eu/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/eu/orca.dic ... Processing usr/share/speech-dispatcher/locale/fa ... Processing usr/share/speech-dispatcher/locale/fa/emojis.dic ... Processing usr/share/speech-dispatcher/locale/fa/symbols.dic ... Processing usr/share/speech-dispatcher/locale/ff ... Processing usr/share/speech-dispatcher/locale/ff/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ff_Adlm ... Processing usr/share/speech-dispatcher/locale/ff_Adlm/emojis.dic ... Processing usr/share/speech-dispatcher/locale/fi ... Processing usr/share/speech-dispatcher/locale/fi/emojis.dic ... Processing usr/share/speech-dispatcher/locale/fi/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/fi/orca.dic ... Processing usr/share/speech-dispatcher/locale/fi/symbols.dic ... Processing usr/share/speech-dispatcher/locale/fil ... Processing usr/share/speech-dispatcher/locale/fil/emojis.dic ... Processing usr/share/speech-dispatcher/locale/fo ... Processing usr/share/speech-dispatcher/locale/fo/emojis.dic ... Processing usr/share/speech-dispatcher/locale/fr ... Processing usr/share/speech-dispatcher/locale/fr/emojis.dic ... Processing usr/share/speech-dispatcher/locale/fr/gender-neutral.dic ... Processing usr/share/speech-dispatcher/locale/fr/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/fr/orca.dic ... Processing usr/share/speech-dispatcher/locale/fr/symbols.dic ... Processing usr/share/speech-dispatcher/locale/fr_CA ... Processing usr/share/speech-dispatcher/locale/fr_CA/emojis.dic ... Processing usr/share/speech-dispatcher/locale/fur ... Processing usr/share/speech-dispatcher/locale/fur/orca.dic ... Processing usr/share/speech-dispatcher/locale/ga ... Processing usr/share/speech-dispatcher/locale/ga/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ga/symbols.dic ... Processing usr/share/speech-dispatcher/locale/gd ... Processing usr/share/speech-dispatcher/locale/gd/emojis.dic ... Processing usr/share/speech-dispatcher/locale/gl ... Processing usr/share/speech-dispatcher/locale/gl/emojis.dic ... Processing usr/share/speech-dispatcher/locale/gl/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/gl/orca.dic ... Processing usr/share/speech-dispatcher/locale/gl/symbols.dic ... Processing usr/share/speech-dispatcher/locale/gu ... Processing usr/share/speech-dispatcher/locale/gu/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ha ... Processing usr/share/speech-dispatcher/locale/ha/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ha_NE ... Processing usr/share/speech-dispatcher/locale/ha_NE/emojis.dic ... Processing usr/share/speech-dispatcher/locale/he ... Processing usr/share/speech-dispatcher/locale/he/emojis.dic ... Processing usr/share/speech-dispatcher/locale/he/orca.dic ... Processing usr/share/speech-dispatcher/locale/he/symbols.dic ... Processing usr/share/speech-dispatcher/locale/hi ... Processing usr/share/speech-dispatcher/locale/hi/emojis.dic ... Processing usr/share/speech-dispatcher/locale/hi/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/hi/orca.dic ... Processing usr/share/speech-dispatcher/locale/hi/symbols.dic ... Processing usr/share/speech-dispatcher/locale/hi_Latn ... Processing usr/share/speech-dispatcher/locale/hi_Latn/emojis.dic ... Processing usr/share/speech-dispatcher/locale/hr ... Processing usr/share/speech-dispatcher/locale/hr/emojis.dic ... Processing usr/share/speech-dispatcher/locale/hr/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/hr/orca.dic ... Processing usr/share/speech-dispatcher/locale/hr/symbols.dic ... Processing usr/share/speech-dispatcher/locale/hsb ... Processing usr/share/speech-dispatcher/locale/hsb/emojis.dic ... Processing usr/share/speech-dispatcher/locale/hu ... Processing usr/share/speech-dispatcher/locale/hu/emojis.dic ... Processing usr/share/speech-dispatcher/locale/hu/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/hu/orca.dic ... Processing usr/share/speech-dispatcher/locale/hu/symbols.dic ... Processing usr/share/speech-dispatcher/locale/hy ... Processing usr/share/speech-dispatcher/locale/hy/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ia ... Processing usr/share/speech-dispatcher/locale/ia/emojis.dic ... Processing usr/share/speech-dispatcher/locale/id ... Processing usr/share/speech-dispatcher/locale/id/emojis.dic ... Processing usr/share/speech-dispatcher/locale/id/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/id/orca.dic ... Processing usr/share/speech-dispatcher/locale/ig ... Processing usr/share/speech-dispatcher/locale/ig/emojis.dic ... Processing usr/share/speech-dispatcher/locale/is ... Processing usr/share/speech-dispatcher/locale/is/emojis.dic ... Processing usr/share/speech-dispatcher/locale/is/symbols.dic ... Processing usr/share/speech-dispatcher/locale/it ... Processing usr/share/speech-dispatcher/locale/it/emojis.dic ... Processing usr/share/speech-dispatcher/locale/it/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/it/orca.dic ... Processing usr/share/speech-dispatcher/locale/it/symbols.dic ... Processing usr/share/speech-dispatcher/locale/ja ... Processing usr/share/speech-dispatcher/locale/ja/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ja/symbols.dic ... Processing usr/share/speech-dispatcher/locale/jv ... Processing usr/share/speech-dispatcher/locale/jv/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ka ... Processing usr/share/speech-dispatcher/locale/ka/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ka/symbols.dic ... Processing usr/share/speech-dispatcher/locale/kab ... Processing usr/share/speech-dispatcher/locale/kab/emojis.dic ... Processing usr/share/speech-dispatcher/locale/kk ... Processing usr/share/speech-dispatcher/locale/kk/emojis.dic ... Processing usr/share/speech-dispatcher/locale/kl ... Processing usr/share/speech-dispatcher/locale/kl/emojis.dic ... Processing usr/share/speech-dispatcher/locale/km ... Processing usr/share/speech-dispatcher/locale/km/emojis.dic ... Processing usr/share/speech-dispatcher/locale/kmr ... Processing usr/share/speech-dispatcher/locale/kmr/symbols.dic ... Processing usr/share/speech-dispatcher/locale/kn ... Processing usr/share/speech-dispatcher/locale/kn/emojis.dic ... Processing usr/share/speech-dispatcher/locale/kn/symbols.dic ... Processing usr/share/speech-dispatcher/locale/ko ... Processing usr/share/speech-dispatcher/locale/ko/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ko/symbols.dic ... Processing usr/share/speech-dispatcher/locale/kok ... Processing usr/share/speech-dispatcher/locale/kok/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ku ... Processing usr/share/speech-dispatcher/locale/ku/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ky ... Processing usr/share/speech-dispatcher/locale/ky/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ky/symbols.dic ... Processing usr/share/speech-dispatcher/locale/lb ... Processing usr/share/speech-dispatcher/locale/lb/emojis.dic ... Processing usr/share/speech-dispatcher/locale/lij ... Processing usr/share/speech-dispatcher/locale/lij/emojis.dic ... Processing usr/share/speech-dispatcher/locale/lo ... Processing usr/share/speech-dispatcher/locale/lo/emojis.dic ... Processing usr/share/speech-dispatcher/locale/lt ... Processing usr/share/speech-dispatcher/locale/lt/emojis.dic ... Processing usr/share/speech-dispatcher/locale/lt/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/lt/orca.dic ... Processing usr/share/speech-dispatcher/locale/lt/symbols.dic ... Processing usr/share/speech-dispatcher/locale/lv ... Processing usr/share/speech-dispatcher/locale/lv/emojis.dic ... Processing usr/share/speech-dispatcher/locale/lv/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/lv/orca.dic ... Processing usr/share/speech-dispatcher/locale/mi ... Processing usr/share/speech-dispatcher/locale/mi/emojis.dic ... Processing usr/share/speech-dispatcher/locale/mk ... Processing usr/share/speech-dispatcher/locale/mk/emojis.dic ... Processing usr/share/speech-dispatcher/locale/mk/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/mk/orca.dic ... Processing usr/share/speech-dispatcher/locale/mk/symbols.dic ... Processing usr/share/speech-dispatcher/locale/ml ... Processing usr/share/speech-dispatcher/locale/ml/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ml/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/ml/orca.dic ... Processing usr/share/speech-dispatcher/locale/mn ... Processing usr/share/speech-dispatcher/locale/mn/emojis.dic ... Processing usr/share/speech-dispatcher/locale/mn/symbols.dic ... Processing usr/share/speech-dispatcher/locale/mni ... Processing usr/share/speech-dispatcher/locale/mni/emojis.dic ... Processing usr/share/speech-dispatcher/locale/mr ... Processing usr/share/speech-dispatcher/locale/mr/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ms ... Processing usr/share/speech-dispatcher/locale/ms/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ms/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/ms/orca.dic ... Processing usr/share/speech-dispatcher/locale/mt ... Processing usr/share/speech-dispatcher/locale/mt/emojis.dic ... Processing usr/share/speech-dispatcher/locale/my ... Processing usr/share/speech-dispatcher/locale/my/emojis.dic ... Processing usr/share/speech-dispatcher/locale/my/symbols.dic ... Processing usr/share/speech-dispatcher/locale/nb ... Processing usr/share/speech-dispatcher/locale/nb/emojis.dic ... Processing usr/share/speech-dispatcher/locale/nb/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/nb/orca.dic ... Processing usr/share/speech-dispatcher/locale/nb_NO ... Processing usr/share/speech-dispatcher/locale/nb_NO/symbols.dic ... Processing usr/share/speech-dispatcher/locale/ne ... Processing usr/share/speech-dispatcher/locale/ne/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ne/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/ne/orca.dic ... Processing usr/share/speech-dispatcher/locale/nl ... Processing usr/share/speech-dispatcher/locale/nl/emojis.dic ... Processing usr/share/speech-dispatcher/locale/nl/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/nl/orca.dic ... Processing usr/share/speech-dispatcher/locale/nl/symbols.dic ... Processing usr/share/speech-dispatcher/locale/nn ... Processing usr/share/speech-dispatcher/locale/nn/emojis.dic ... Processing usr/share/speech-dispatcher/locale/nn/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/nn_NO ... Processing usr/share/speech-dispatcher/locale/nn_NO/symbols.dic ... Processing usr/share/speech-dispatcher/locale/no ... Processing usr/share/speech-dispatcher/locale/no/emojis.dic ... Processing usr/share/speech-dispatcher/locale/nso ... Processing usr/share/speech-dispatcher/locale/nso/emojis.dic ... Processing usr/share/speech-dispatcher/locale/oc ... Processing usr/share/speech-dispatcher/locale/oc/emojis.dic ... Processing usr/share/speech-dispatcher/locale/oc/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/oc/orca.dic ... Processing usr/share/speech-dispatcher/locale/or ... Processing usr/share/speech-dispatcher/locale/or/emojis.dic ... Processing usr/share/speech-dispatcher/locale/pa ... Processing usr/share/speech-dispatcher/locale/pa/emojis.dic ... Processing usr/share/speech-dispatcher/locale/pa/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/pa/orca.dic ... Processing usr/share/speech-dispatcher/locale/pa/symbols.dic ... Processing usr/share/speech-dispatcher/locale/pa_Arab ... Processing usr/share/speech-dispatcher/locale/pa_Arab/emojis.dic ... Processing usr/share/speech-dispatcher/locale/pcm ... Processing usr/share/speech-dispatcher/locale/pcm/emojis.dic ... Processing usr/share/speech-dispatcher/locale/pl ... Processing usr/share/speech-dispatcher/locale/pl/emojis.dic ... Processing usr/share/speech-dispatcher/locale/pl/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/pl/orca.dic ... Processing usr/share/speech-dispatcher/locale/pl/symbols.dic ... Processing usr/share/speech-dispatcher/locale/ps ... Processing usr/share/speech-dispatcher/locale/ps/emojis.dic ... Processing usr/share/speech-dispatcher/locale/pt ... Processing usr/share/speech-dispatcher/locale/pt/emojis.dic ... Processing usr/share/speech-dispatcher/locale/pt/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/pt/orca.dic ... Processing usr/share/speech-dispatcher/locale/pt_BR ... Processing usr/share/speech-dispatcher/locale/pt_BR/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/pt_BR/orca.dic ... Processing usr/share/speech-dispatcher/locale/pt_BR/symbols.dic ... Processing usr/share/speech-dispatcher/locale/pt_PT ... Processing usr/share/speech-dispatcher/locale/pt_PT/emojis.dic ... Processing usr/share/speech-dispatcher/locale/pt_PT/symbols.dic ... Processing usr/share/speech-dispatcher/locale/qu ... Processing usr/share/speech-dispatcher/locale/qu/emojis.dic ... Processing usr/share/speech-dispatcher/locale/quc ... Processing usr/share/speech-dispatcher/locale/quc/emojis.dic ... Processing usr/share/speech-dispatcher/locale/rm ... Processing usr/share/speech-dispatcher/locale/rm/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ro ... Processing usr/share/speech-dispatcher/locale/ro/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ro/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/ro/orca.dic ... Processing usr/share/speech-dispatcher/locale/ro/symbols.dic ... Processing usr/share/speech-dispatcher/locale/ru ... Processing usr/share/speech-dispatcher/locale/ru/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ru/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/ru/orca.dic ... Processing usr/share/speech-dispatcher/locale/ru/symbols.dic ... Processing usr/share/speech-dispatcher/locale/rw ... Processing usr/share/speech-dispatcher/locale/rw/emojis.dic ... Processing usr/share/speech-dispatcher/locale/sa ... Processing usr/share/speech-dispatcher/locale/sa/emojis.dic ... Processing usr/share/speech-dispatcher/locale/sat ... Processing usr/share/speech-dispatcher/locale/sat/emojis.dic ... Processing usr/share/speech-dispatcher/locale/sc ... Processing usr/share/speech-dispatcher/locale/sc/emojis.dic ... Processing usr/share/speech-dispatcher/locale/sd ... Processing usr/share/speech-dispatcher/locale/sd/emojis.dic ... Processing usr/share/speech-dispatcher/locale/si ... Processing usr/share/speech-dispatcher/locale/si/emojis.dic ... Processing usr/share/speech-dispatcher/locale/sk ... Processing usr/share/speech-dispatcher/locale/sk/emojis.dic ... Processing usr/share/speech-dispatcher/locale/sk/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/sk/orca.dic ... Processing usr/share/speech-dispatcher/locale/sk/symbols.dic ... Processing usr/share/speech-dispatcher/locale/sl ... Processing usr/share/speech-dispatcher/locale/sl/emojis.dic ... Processing usr/share/speech-dispatcher/locale/sl/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/sl/orca.dic ... Processing usr/share/speech-dispatcher/locale/sl/symbols.dic ... Processing usr/share/speech-dispatcher/locale/so ... Processing usr/share/speech-dispatcher/locale/so/emojis.dic ... Processing usr/share/speech-dispatcher/locale/so/symbols.dic ... Processing usr/share/speech-dispatcher/locale/sq ... Processing usr/share/speech-dispatcher/locale/sq/emojis.dic ... Processing usr/share/speech-dispatcher/locale/sq/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/sq/symbols.dic ... Processing usr/share/speech-dispatcher/locale/sr ... Processing usr/share/speech-dispatcher/locale/sr/emojis.dic ... Processing usr/share/speech-dispatcher/locale/sr/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/sr/orca.dic ... Processing usr/share/speech-dispatcher/locale/sr/symbols.dic ... Processing usr/share/speech-dispatcher/locale/sr@latin ... Processing usr/share/speech-dispatcher/locale/sr@latin/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/sr@latin/orca.dic ... Processing usr/share/speech-dispatcher/locale/sr_BA ... Processing usr/share/speech-dispatcher/locale/sr_BA/emojis.dic ... Processing usr/share/speech-dispatcher/locale/sv ... Processing usr/share/speech-dispatcher/locale/sv/emojis.dic ... Processing usr/share/speech-dispatcher/locale/sv/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/sv/orca.dic ... Processing usr/share/speech-dispatcher/locale/sv/symbols.dic ... Processing usr/share/speech-dispatcher/locale/sw ... Processing usr/share/speech-dispatcher/locale/sw/emojis.dic ... Processing usr/share/speech-dispatcher/locale/sw_KE ... Processing usr/share/speech-dispatcher/locale/sw_KE/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ta ... Processing usr/share/speech-dispatcher/locale/ta/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ta/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/ta/symbols.dic ... Processing usr/share/speech-dispatcher/locale/te ... Processing usr/share/speech-dispatcher/locale/te/emojis.dic ... Processing usr/share/speech-dispatcher/locale/te/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/te/orca.dic ... Processing usr/share/speech-dispatcher/locale/tg ... Processing usr/share/speech-dispatcher/locale/tg/emojis.dic ... Processing usr/share/speech-dispatcher/locale/tg/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/tg/orca.dic ... Processing usr/share/speech-dispatcher/locale/th ... Processing usr/share/speech-dispatcher/locale/th/emojis.dic ... Processing usr/share/speech-dispatcher/locale/th/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/th/orca.dic ... Processing usr/share/speech-dispatcher/locale/ti ... Processing usr/share/speech-dispatcher/locale/ti/emojis.dic ... Processing usr/share/speech-dispatcher/locale/tk ... Processing usr/share/speech-dispatcher/locale/tk/emojis.dic ... Processing usr/share/speech-dispatcher/locale/tn ... Processing usr/share/speech-dispatcher/locale/tn/emojis.dic ... Processing usr/share/speech-dispatcher/locale/to ... Processing usr/share/speech-dispatcher/locale/to/emojis.dic ... Processing usr/share/speech-dispatcher/locale/tr ... Processing usr/share/speech-dispatcher/locale/tr/emojis.dic ... Processing usr/share/speech-dispatcher/locale/tr/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/tr/orca.dic ... Processing usr/share/speech-dispatcher/locale/tr/symbols.dic ... Processing usr/share/speech-dispatcher/locale/ug ... Processing usr/share/speech-dispatcher/locale/ug/emojis.dic ... Processing usr/share/speech-dispatcher/locale/ug/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/ug/orca.dic ... Processing usr/share/speech-dispatcher/locale/uk ... Processing usr/share/speech-dispatcher/locale/uk/emojis.dic ... Processing usr/share/speech-dispatcher/locale/uk/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/uk/orca.dic ... Processing usr/share/speech-dispatcher/locale/uk/symbols.dic ... Processing usr/share/speech-dispatcher/locale/ur ... Processing usr/share/speech-dispatcher/locale/ur/emojis.dic ... Processing usr/share/speech-dispatcher/locale/uz ... Processing usr/share/speech-dispatcher/locale/uz/emojis.dic ... Processing usr/share/speech-dispatcher/locale/vi ... Processing usr/share/speech-dispatcher/locale/vi/emojis.dic ... Processing usr/share/speech-dispatcher/locale/vi/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/vi/orca.dic ... Processing usr/share/speech-dispatcher/locale/vi/symbols.dic ... Processing usr/share/speech-dispatcher/locale/wo ... Processing usr/share/speech-dispatcher/locale/wo/emojis.dic ... Processing usr/share/speech-dispatcher/locale/xh ... Processing usr/share/speech-dispatcher/locale/xh/emojis.dic ... Processing usr/share/speech-dispatcher/locale/yo ... Processing usr/share/speech-dispatcher/locale/yo/emojis.dic ... Processing usr/share/speech-dispatcher/locale/yo_BJ ... Processing usr/share/speech-dispatcher/locale/yo_BJ/emojis.dic ... Processing usr/share/speech-dispatcher/locale/yue ... Processing usr/share/speech-dispatcher/locale/yue/emojis.dic ... Processing usr/share/speech-dispatcher/locale/zh ... Processing usr/share/speech-dispatcher/locale/zh/emojis.dic ... Processing usr/share/speech-dispatcher/locale/zh/symbols.dic ... Processing usr/share/speech-dispatcher/locale/zh_CN ... Processing usr/share/speech-dispatcher/locale/zh_CN/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/zh_CN/symbols.dic ... Processing usr/share/speech-dispatcher/locale/zh_HK ... Processing usr/share/speech-dispatcher/locale/zh_HK/emojis.dic ... Processing usr/share/speech-dispatcher/locale/zh_HK/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/zh_HK/symbols.dic ... Processing usr/share/speech-dispatcher/locale/zh_TW ... Processing usr/share/speech-dispatcher/locale/zh_TW/emojis.dic ... Processing usr/share/speech-dispatcher/locale/zh_TW/orca-chars.dic ... Processing usr/share/speech-dispatcher/locale/zh_TW/orca.dic ... Processing usr/share/speech-dispatcher/locale/zh_TW/symbols.dic ... Processing usr/share/speech-dispatcher/locale/zu ... Processing usr/share/speech-dispatcher/locale/zu/emojis.dic ... 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/usb_modeswitch ... Processing usr/share/usb_modeswitch/03f0:002a ... Processing usr/share/usb_modeswitch/03f0:032a ... Processing usr/share/usb_modeswitch/03f0:0857 ... Processing usr/share/usb_modeswitch/03f0:371d ... Processing usr/share/usb_modeswitch/03f0:4b1d ... Processing usr/share/usb_modeswitch/03f0:4e1d ... Processing usr/share/usb_modeswitch/03f0:521d ... Processing usr/share/usb_modeswitch/03f0:531d ... Processing usr/share/usb_modeswitch/03f0:541d ... Processing usr/share/usb_modeswitch/03f0:581d ... Processing usr/share/usb_modeswitch/03f0:631d ... Processing usr/share/usb_modeswitch/03f0:641d ... Processing usr/share/usb_modeswitch/03f0:681d ... Processing usr/share/usb_modeswitch/03f0:911d ... Processing usr/share/usb_modeswitch/03f0:931d ... Processing usr/share/usb_modeswitch/03f0:9a1d ... Processing usr/share/usb_modeswitch/03f0:9d1d ... Processing usr/share/usb_modeswitch/03f0:a31d ... Processing usr/share/usb_modeswitch/0408:1000 ... Processing usr/share/usb_modeswitch/0408:ea17 ... Processing usr/share/usb_modeswitch/0408:ea25 ... Processing usr/share/usb_modeswitch/0408:ea43 ... Processing usr/share/usb_modeswitch/0408:f000 ... Processing usr/share/usb_modeswitch/0408:f000:uMa=Yota ... Processing usr/share/usb_modeswitch/0408:f001 ... Processing usr/share/usb_modeswitch/0421:060c ... Processing usr/share/usb_modeswitch/0421:0610 ... Processing usr/share/usb_modeswitch/0421:0618 ... Processing usr/share/usb_modeswitch/0421:061d ... Processing usr/share/usb_modeswitch/0421:0622 ... Processing usr/share/usb_modeswitch/0421:0627 ... Processing usr/share/usb_modeswitch/0421:062c ... Processing usr/share/usb_modeswitch/0421:0632 ... Processing usr/share/usb_modeswitch/0421:0637 ... Processing usr/share/usb_modeswitch/046d:c261 ... Processing usr/share/usb_modeswitch/0471:1210:uMa=Philips ... Processing usr/share/usb_modeswitch/0471:1210:uMa=Wisue ... Processing usr/share/usb_modeswitch/0471:1237 ... Processing usr/share/usb_modeswitch/0482:024d ... Processing usr/share/usb_modeswitch/04bb:bccd ... Processing usr/share/usb_modeswitch/04cc:2251 ... Processing usr/share/usb_modeswitch/04cc:225c ... Processing usr/share/usb_modeswitch/04cc:226e ... Processing usr/share/usb_modeswitch/04cc:226f ... Processing usr/share/usb_modeswitch/04e8:680c ... Processing usr/share/usb_modeswitch/04e8:689a ... Processing usr/share/usb_modeswitch/04e8:f000:sMo=U209 ... Processing usr/share/usb_modeswitch/04fc:2140 ... Processing usr/share/usb_modeswitch/057c:62ff ... Processing usr/share/usb_modeswitch/057c:84ff ... Processing usr/share/usb_modeswitch/0586:2030 ... Processing usr/share/usb_modeswitch/05c6:0010 ... Processing usr/share/usb_modeswitch/05c6:1000:sVe=GT ... Processing usr/share/usb_modeswitch/05c6:1000:sVe=Option ... Processing usr/share/usb_modeswitch/05c6:1000:uMa=AnyDATA ... Processing usr/share/usb_modeswitch/05c6:1000:uMa=CELOT ... Processing usr/share/usb_modeswitch/05c6:1000:uMa=Co.,Ltd ... Processing usr/share/usb_modeswitch/05c6:1000:uMa=DGT ... Processing usr/share/usb_modeswitch/05c6:1000:uMa=Option ... Processing usr/share/usb_modeswitch/05c6:1000:uMa=Qualcomm ... Processing usr/share/usb_modeswitch/05c6:1000:uMa=SAMSUNG ... Processing usr/share/usb_modeswitch/05c6:1000:uMa=SSE ... Processing usr/share/usb_modeswitch/05c6:1000:uMa=StrongRising ... Processing usr/share/usb_modeswitch/05c6:1000:uMa=Vertex ... Processing usr/share/usb_modeswitch/05c6:2000 ... Processing usr/share/usb_modeswitch/05c6:2001 ... Processing usr/share/usb_modeswitch/05c6:6503 ... Processing usr/share/usb_modeswitch/05c6:9024 ... Processing usr/share/usb_modeswitch/05c6:98ff ... Processing usr/share/usb_modeswitch/05c6:f000 ... Processing usr/share/usb_modeswitch/05c7:1000 ... Processing usr/share/usb_modeswitch/0685:2000 ... Processing usr/share/usb_modeswitch/072f:100d ... Processing usr/share/usb_modeswitch/07d1:a800 ... Processing usr/share/usb_modeswitch/07d1:a804 ... Processing usr/share/usb_modeswitch/07d1:f000 ... Processing usr/share/usb_modeswitch/0846:0fff ... Processing usr/share/usb_modeswitch/0922:1001 ... Processing usr/share/usb_modeswitch/0922:1003 ... Processing usr/share/usb_modeswitch/0922:1007 ... Processing usr/share/usb_modeswitch/0930:0d46 ... Processing usr/share/usb_modeswitch/0ace:2011 ... Processing usr/share/usb_modeswitch/0ace:20ff ... Processing usr/share/usb_modeswitch/0af0:4007 ... Processing usr/share/usb_modeswitch/0af0:6711 ... Processing usr/share/usb_modeswitch/0af0:6731 ... Processing usr/share/usb_modeswitch/0af0:6751 ... Processing usr/share/usb_modeswitch/0af0:6771 ... Processing usr/share/usb_modeswitch/0af0:6791 ... Processing usr/share/usb_modeswitch/0af0:6811 ... Processing usr/share/usb_modeswitch/0af0:6911 ... Processing usr/share/usb_modeswitch/0af0:6951 ... Processing usr/share/usb_modeswitch/0af0:6971 ... Processing usr/share/usb_modeswitch/0af0:7011 ... Processing usr/share/usb_modeswitch/0af0:7031 ... Processing usr/share/usb_modeswitch/0af0:7051 ... Processing usr/share/usb_modeswitch/0af0:7071 ... Processing usr/share/usb_modeswitch/0af0:7111 ... Processing usr/share/usb_modeswitch/0af0:7211 ... Processing usr/share/usb_modeswitch/0af0:7251 ... Processing usr/share/usb_modeswitch/0af0:7271 ... Processing usr/share/usb_modeswitch/0af0:7301 ... Processing usr/share/usb_modeswitch/0af0:7311 ... Processing usr/share/usb_modeswitch/0af0:7361 ... Processing usr/share/usb_modeswitch/0af0:7381 ... Processing usr/share/usb_modeswitch/0af0:7401 ... Processing usr/share/usb_modeswitch/0af0:7501 ... Processing usr/share/usb_modeswitch/0af0:7601 ... Processing usr/share/usb_modeswitch/0af0:7701 ... Processing usr/share/usb_modeswitch/0af0:7706 ... Processing usr/share/usb_modeswitch/0af0:7801 ... Processing usr/share/usb_modeswitch/0af0:7901 ... Processing usr/share/usb_modeswitch/0af0:7a01 ... Processing usr/share/usb_modeswitch/0af0:7a05 ... Processing usr/share/usb_modeswitch/0af0:8006 ... Processing usr/share/usb_modeswitch/0af0:8200 ... Processing usr/share/usb_modeswitch/0af0:8201 ... Processing usr/share/usb_modeswitch/0af0:8300 ... Processing usr/share/usb_modeswitch/0af0:8302 ... Processing usr/share/usb_modeswitch/0af0:8304 ... Processing usr/share/usb_modeswitch/0af0:8400 ... Processing usr/share/usb_modeswitch/0af0:8600 ... Processing usr/share/usb_modeswitch/0af0:8700 ... Processing usr/share/usb_modeswitch/0af0:8800 ... Processing usr/share/usb_modeswitch/0af0:8900 ... Processing usr/share/usb_modeswitch/0af0:9000 ... Processing usr/share/usb_modeswitch/0af0:9200 ... Processing usr/share/usb_modeswitch/0af0:c031 ... Processing usr/share/usb_modeswitch/0af0:c100 ... Processing usr/share/usb_modeswitch/0af0:d001 ... Processing usr/share/usb_modeswitch/0af0:d013 ... Processing usr/share/usb_modeswitch/0af0:d031 ... Processing usr/share/usb_modeswitch/0af0:d033 ... Processing usr/share/usb_modeswitch/0af0:d035 ... Processing usr/share/usb_modeswitch/0af0:d055 ... Processing usr/share/usb_modeswitch/0af0:d057 ... Processing usr/share/usb_modeswitch/0af0:d058 ... Processing usr/share/usb_modeswitch/0af0:d155 ... Processing usr/share/usb_modeswitch/0af0:d157 ... Processing usr/share/usb_modeswitch/0af0:d255 ... Processing usr/share/usb_modeswitch/0af0:d257 ... Processing usr/share/usb_modeswitch/0af0:d357 ... Processing usr/share/usb_modeswitch/0b3c:c700 ... Processing usr/share/usb_modeswitch/0b3c:f000 ... Processing usr/share/usb_modeswitch/0b3c:f00c ... Processing usr/share/usb_modeswitch/0b3c:f017 ... Processing usr/share/usb_modeswitch/0bda:1a2b ... Processing usr/share/usb_modeswitch/0bdb:190d ... Processing usr/share/usb_modeswitch/0bdb:1910 ... Processing usr/share/usb_modeswitch/0cf3:20ff ... Processing usr/share/usb_modeswitch/0d46:45a1 ... Processing usr/share/usb_modeswitch/0d46:45a5 ... Processing usr/share/usb_modeswitch/0df7:0800 ... Processing usr/share/usb_modeswitch/0e8d:0002:uPr=MT ... Processing usr/share/usb_modeswitch/0e8d:0002:uPr=Product ... Processing usr/share/usb_modeswitch/0e8d:2870 ... Processing usr/share/usb_modeswitch/0e8d:7109 ... Processing usr/share/usb_modeswitch/0fca:8020 ... Processing usr/share/usb_modeswitch/0fce:d0cf ... Processing usr/share/usb_modeswitch/0fce:d0df ... Processing usr/share/usb_modeswitch/0fce:d0e1 ... Processing usr/share/usb_modeswitch/0fce:d103 ... Processing usr/share/usb_modeswitch/0fd1:1000 ... Processing usr/share/usb_modeswitch/1004:1000 ... Processing usr/share/usb_modeswitch/1004:607f ... Processing usr/share/usb_modeswitch/1004:610c ... Processing usr/share/usb_modeswitch/1004:613a ... Processing usr/share/usb_modeswitch/1004:613f ... Processing usr/share/usb_modeswitch/1004:614e ... Processing usr/share/usb_modeswitch/1004:6156 ... Processing usr/share/usb_modeswitch/1004:6190 ... Processing usr/share/usb_modeswitch/1004:61dd ... Processing usr/share/usb_modeswitch/1004:61e7 ... Processing usr/share/usb_modeswitch/1004:61eb ... Processing usr/share/usb_modeswitch/1004:6327 ... Processing usr/share/usb_modeswitch/106c:3b03 ... Processing usr/share/usb_modeswitch/106c:3b05 ... Processing usr/share/usb_modeswitch/106c:3b06 ... Processing usr/share/usb_modeswitch/106c:3b11 ... Processing usr/share/usb_modeswitch/106c:3b14 ... Processing usr/share/usb_modeswitch/1076:7f40 ... Processing usr/share/usb_modeswitch/109b:f009 ... Processing usr/share/usb_modeswitch/10a9:606f ... Processing usr/share/usb_modeswitch/10a9:6080 ... Processing usr/share/usb_modeswitch/1199:0fff ... Processing usr/share/usb_modeswitch/1199:9011 ... Processing usr/share/usb_modeswitch/1199:9013 ... Processing usr/share/usb_modeswitch/1199:9017 ... Processing usr/share/usb_modeswitch/1199:901b ... Processing usr/share/usb_modeswitch/1199:901c ... Processing usr/share/usb_modeswitch/1199:901f ... Processing usr/share/usb_modeswitch/1199:9041 ... Processing usr/share/usb_modeswitch/1199:9051 ... Processing usr/share/usb_modeswitch/1199:9053 ... Processing usr/share/usb_modeswitch/1199:9063 ... Processing usr/share/usb_modeswitch/1266:1000 ... Processing usr/share/usb_modeswitch/12d1:1001 ... Processing usr/share/usb_modeswitch/12d1:1003 ... Processing usr/share/usb_modeswitch/12d1:1009 ... Processing usr/share/usb_modeswitch/12d1:1010 ... Processing usr/share/usb_modeswitch/12d1:101e ... Processing usr/share/usb_modeswitch/12d1:1030 ... Processing usr/share/usb_modeswitch/12d1:1031 ... Processing usr/share/usb_modeswitch/12d1:1413 ... Processing usr/share/usb_modeswitch/12d1:1414 ... Processing usr/share/usb_modeswitch/12d1:1446 ... Processing usr/share/usb_modeswitch/12d1:1449 ... Processing usr/share/usb_modeswitch/12d1:14ad ... Processing usr/share/usb_modeswitch/12d1:14b5 ... Processing usr/share/usb_modeswitch/12d1:14b7 ... Processing usr/share/usb_modeswitch/12d1:14ba ... Processing usr/share/usb_modeswitch/12d1:14c1 ... Processing usr/share/usb_modeswitch/12d1:14c3 ... Processing usr/share/usb_modeswitch/12d1:14c4 ... Processing usr/share/usb_modeswitch/12d1:14c5 ... Processing usr/share/usb_modeswitch/12d1:14d1 ... Processing usr/share/usb_modeswitch/12d1:14fe ... Processing usr/share/usb_modeswitch/12d1:1505 ... Processing usr/share/usb_modeswitch/12d1:151a ... Processing usr/share/usb_modeswitch/12d1:1520 ... Processing usr/share/usb_modeswitch/12d1:1521 ... Processing usr/share/usb_modeswitch/12d1:1523 ... Processing usr/share/usb_modeswitch/12d1:1526 ... Processing usr/share/usb_modeswitch/12d1:1527 ... Processing usr/share/usb_modeswitch/12d1:1553 ... Processing usr/share/usb_modeswitch/12d1:1557 ... Processing usr/share/usb_modeswitch/12d1:155a ... Processing usr/share/usb_modeswitch/12d1:155b ... Processing usr/share/usb_modeswitch/12d1:156a ... Processing usr/share/usb_modeswitch/12d1:1570 ... Processing usr/share/usb_modeswitch/12d1:1571 ... Processing usr/share/usb_modeswitch/12d1:1572 ... Processing usr/share/usb_modeswitch/12d1:1573 ... Processing usr/share/usb_modeswitch/12d1:157c ... Processing usr/share/usb_modeswitch/12d1:157d ... Processing usr/share/usb_modeswitch/12d1:1580 ... Processing usr/share/usb_modeswitch/12d1:1581 ... Processing usr/share/usb_modeswitch/12d1:1582 ... Processing usr/share/usb_modeswitch/12d1:1583 ... Processing usr/share/usb_modeswitch/12d1:1597 ... Processing usr/share/usb_modeswitch/12d1:15bb ... Processing usr/share/usb_modeswitch/12d1:15c0 ... Processing usr/share/usb_modeswitch/12d1:15c1 ... Processing usr/share/usb_modeswitch/12d1:15ca ... Processing usr/share/usb_modeswitch/12d1:15cd ... Processing usr/share/usb_modeswitch/12d1:15ce ... Processing usr/share/usb_modeswitch/12d1:15cf ... Processing usr/share/usb_modeswitch/12d1:15d0 ... Processing usr/share/usb_modeswitch/12d1:15d2 ... Processing usr/share/usb_modeswitch/12d1:15e7 ... Processing usr/share/usb_modeswitch/12d1:15ec ... Processing usr/share/usb_modeswitch/12d1:15ee ... Processing usr/share/usb_modeswitch/12d1:15f0 ... Processing usr/share/usb_modeswitch/12d1:1805 ... Processing usr/share/usb_modeswitch/12d1:1c0b ... Processing usr/share/usb_modeswitch/12d1:1c1b ... Processing usr/share/usb_modeswitch/12d1:1c24 ... Processing usr/share/usb_modeswitch/12d1:1c25 ... Processing usr/share/usb_modeswitch/12d1:1d50 ... Processing usr/share/usb_modeswitch/12d1:1da1 ... Processing usr/share/usb_modeswitch/12d1:1f01 ... Processing usr/share/usb_modeswitch/12d1:1f02 ... Processing usr/share/usb_modeswitch/12d1:1f03 ... Processing usr/share/usb_modeswitch/12d1:1f04 ... Processing usr/share/usb_modeswitch/12d1:1f05 ... Processing usr/share/usb_modeswitch/12d1:1f06 ... Processing usr/share/usb_modeswitch/12d1:1f07 ... Processing usr/share/usb_modeswitch/12d1:1f09 ... Processing usr/share/usb_modeswitch/12d1:1f0a ... Processing usr/share/usb_modeswitch/12d1:1f11 ... Processing usr/share/usb_modeswitch/12d1:1f15 ... Processing usr/share/usb_modeswitch/12d1:1f16 ... Processing usr/share/usb_modeswitch/12d1:1f17 ... Processing usr/share/usb_modeswitch/12d1:1f18 ... Processing usr/share/usb_modeswitch/12d1:1f19 ... Processing usr/share/usb_modeswitch/12d1:1f1b ... Processing usr/share/usb_modeswitch/12d1:1f1c ... Processing usr/share/usb_modeswitch/12d1:1f1d ... Processing usr/share/usb_modeswitch/12d1:1f1e ... Processing usr/share/usb_modeswitch/12d1:380b ... Processing usr/share/usb_modeswitch/1307:1169 ... Processing usr/share/usb_modeswitch/1410:5010 ... Processing usr/share/usb_modeswitch/1410:5020 ... Processing usr/share/usb_modeswitch/1410:5023 ... Processing usr/share/usb_modeswitch/1410:5030 ... Processing usr/share/usb_modeswitch/1410:5031 ... Processing usr/share/usb_modeswitch/1410:5041 ... Processing usr/share/usb_modeswitch/1410:5055 ... Processing usr/share/usb_modeswitch/1410:5059 ... Processing usr/share/usb_modeswitch/1410:7001 ... Processing usr/share/usb_modeswitch/1410:9020 ... Processing usr/share/usb_modeswitch/1410:9030 ... Processing usr/share/usb_modeswitch/1410:b00c ... Processing usr/share/usb_modeswitch/148e:a000 ... Processing usr/share/usb_modeswitch/148f:2578 ... Processing usr/share/usb_modeswitch/148f:2878 ... Processing usr/share/usb_modeswitch/15eb:7153 ... Processing usr/share/usb_modeswitch/15eb:a403 ... Processing usr/share/usb_modeswitch/1614:0800 ... Processing usr/share/usb_modeswitch/1614:0802 ... Processing usr/share/usb_modeswitch/161c:f010 ... Processing usr/share/usb_modeswitch/16d5:f000 ... Processing usr/share/usb_modeswitch/16d8:6281 ... Processing usr/share/usb_modeswitch/16d8:6803 ... Processing usr/share/usb_modeswitch/16d8:6804 ... Processing usr/share/usb_modeswitch/16d8:700a ... Processing usr/share/usb_modeswitch/16d8:700b ... Processing usr/share/usb_modeswitch/16d8:f000 ... Processing usr/share/usb_modeswitch/1726:1900 ... Processing usr/share/usb_modeswitch/1726:f00e ... Processing usr/share/usb_modeswitch/1782:0003 ... Processing usr/share/usb_modeswitch/1782:0023 ... Processing usr/share/usb_modeswitch/198a:0003 ... Processing usr/share/usb_modeswitch/198f:bccd ... Processing usr/share/usb_modeswitch/19d2:0003 ... Processing usr/share/usb_modeswitch/19d2:0026 ... Processing usr/share/usb_modeswitch/19d2:0033 ... Processing usr/share/usb_modeswitch/19d2:0040 ... Processing usr/share/usb_modeswitch/19d2:0053 ... Processing usr/share/usb_modeswitch/19d2:0083:uPr=WCDMA ... Processing usr/share/usb_modeswitch/19d2:0090 ... Processing usr/share/usb_modeswitch/19d2:0101 ... Processing usr/share/usb_modeswitch/19d2:0103 ... Processing usr/share/usb_modeswitch/19d2:0110 ... Processing usr/share/usb_modeswitch/19d2:0115 ... Processing usr/share/usb_modeswitch/19d2:0120 ... Processing usr/share/usb_modeswitch/19d2:0146 ... Processing usr/share/usb_modeswitch/19d2:0149 ... Processing usr/share/usb_modeswitch/19d2:0150 ... Processing usr/share/usb_modeswitch/19d2:0154 ... Processing usr/share/usb_modeswitch/19d2:0166 ... Processing usr/share/usb_modeswitch/19d2:0169 ... Processing usr/share/usb_modeswitch/19d2:0198 ... Processing usr/share/usb_modeswitch/19d2:0266 ... Processing usr/share/usb_modeswitch/19d2:0304 ... Processing usr/share/usb_modeswitch/19d2:0318 ... Processing usr/share/usb_modeswitch/19d2:0325 ... Processing usr/share/usb_modeswitch/19d2:0388 ... Processing usr/share/usb_modeswitch/19d2:0413 ... Processing usr/share/usb_modeswitch/19d2:1001 ... Processing usr/share/usb_modeswitch/19d2:1007 ... Processing usr/share/usb_modeswitch/19d2:1009 ... Processing usr/share/usb_modeswitch/19d2:1013 ... Processing usr/share/usb_modeswitch/19d2:1017 ... Processing usr/share/usb_modeswitch/19d2:1019 ... Processing usr/share/usb_modeswitch/19d2:1020 ... Processing usr/share/usb_modeswitch/19d2:1022 ... Processing usr/share/usb_modeswitch/19d2:1026 ... Processing usr/share/usb_modeswitch/19d2:1030 ... Processing usr/share/usb_modeswitch/19d2:1034 ... Processing usr/share/usb_modeswitch/19d2:1038 ... Processing usr/share/usb_modeswitch/19d2:1042 ... Processing usr/share/usb_modeswitch/19d2:1046 ... Processing usr/share/usb_modeswitch/19d2:1171 ... Processing usr/share/usb_modeswitch/19d2:1175 ... Processing usr/share/usb_modeswitch/19d2:1179 ... Processing usr/share/usb_modeswitch/19d2:1201 ... Processing usr/share/usb_modeswitch/19d2:1207 ... Processing usr/share/usb_modeswitch/19d2:1210 ... Processing usr/share/usb_modeswitch/19d2:1216 ... Processing usr/share/usb_modeswitch/19d2:1219 ... Processing usr/share/usb_modeswitch/19d2:1224 ... Processing usr/share/usb_modeswitch/19d2:1225 ... Processing usr/share/usb_modeswitch/19d2:1227 ... Processing usr/share/usb_modeswitch/19d2:1232 ... Processing usr/share/usb_modeswitch/19d2:1233 ... Processing usr/share/usb_modeswitch/19d2:1237 ... Processing usr/share/usb_modeswitch/19d2:1238 ... Processing usr/share/usb_modeswitch/19d2:1420 ... Processing usr/share/usb_modeswitch/19d2:1421 ... Processing usr/share/usb_modeswitch/19d2:1511 ... Processing usr/share/usb_modeswitch/19d2:1514 ... Processing usr/share/usb_modeswitch/19d2:1517 ... Processing usr/share/usb_modeswitch/19d2:1520 ... Processing usr/share/usb_modeswitch/19d2:1523 ... Processing usr/share/usb_modeswitch/19d2:1528 ... Processing usr/share/usb_modeswitch/19d2:1536 ... Processing usr/share/usb_modeswitch/19d2:1542 ... Processing usr/share/usb_modeswitch/19d2:1580 ... Processing usr/share/usb_modeswitch/19d2:1588 ... Processing usr/share/usb_modeswitch/19d2:1595 ... Processing usr/share/usb_modeswitch/19d2:2000 ... Processing usr/share/usb_modeswitch/19d2:2004 ... Processing usr/share/usb_modeswitch/19d2:bccd ... Processing usr/share/usb_modeswitch/19d2:ffde ... Processing usr/share/usb_modeswitch/19d2:ffe6 ... Processing usr/share/usb_modeswitch/19d2:fff5 ... Processing usr/share/usb_modeswitch/19d2:fff6 ... Processing usr/share/usb_modeswitch/1a8d:1000 ... Processing usr/share/usb_modeswitch/1a8d:2000 ... Processing usr/share/usb_modeswitch/1ab7:5700 ... Processing usr/share/usb_modeswitch/1b7d:0700 ... Processing usr/share/usb_modeswitch/1bbb:000f ... Processing usr/share/usb_modeswitch/1bbb:00ca ... Processing usr/share/usb_modeswitch/1bbb:011f ... Processing usr/share/usb_modeswitch/1bbb:022c ... Processing usr/share/usb_modeswitch/1bbb:025e ... Processing usr/share/usb_modeswitch/1bbb:f000 ... Processing usr/share/usb_modeswitch/1bbb:f017 ... Processing usr/share/usb_modeswitch/1bbb:f052 ... Processing usr/share/usb_modeswitch/1c9e:1001 ... Processing usr/share/usb_modeswitch/1c9e:3003 ... Processing usr/share/usb_modeswitch/1c9e:6000 ... Processing usr/share/usb_modeswitch/1c9e:6061:uPr=Storage ... Processing usr/share/usb_modeswitch/1c9e:9101 ... Processing usr/share/usb_modeswitch/1c9e:9200 ... Processing usr/share/usb_modeswitch/1c9e:9401 ... Processing usr/share/usb_modeswitch/1c9e:9800 ... Processing usr/share/usb_modeswitch/1c9e:98ff ... Processing usr/share/usb_modeswitch/1c9e:9bfe ... Processing usr/share/usb_modeswitch/1c9e:9d00 ... Processing usr/share/usb_modeswitch/1c9e:9e00 ... Processing usr/share/usb_modeswitch/1c9e:9e08 ... Processing usr/share/usb_modeswitch/1c9e:f000 ... Processing usr/share/usb_modeswitch/1c9e:f000:uMa=USB_Modem ... Processing usr/share/usb_modeswitch/1c9e:f010 ... Processing usr/share/usb_modeswitch/1c9e:f030 ... Processing usr/share/usb_modeswitch/1d09:1000 ... Processing usr/share/usb_modeswitch/1d09:1021 ... Processing usr/share/usb_modeswitch/1d09:1025 ... Processing usr/share/usb_modeswitch/1da5:f000 ... Processing usr/share/usb_modeswitch/1dbc:0669 ... Processing usr/share/usb_modeswitch/1dd6:1000 ... Processing usr/share/usb_modeswitch/1de1:1101 ... Processing usr/share/usb_modeswitch/1e0e:f000 ... Processing usr/share/usb_modeswitch/1e89:f000 ... Processing usr/share/usb_modeswitch/1edf:6003 ... Processing usr/share/usb_modeswitch/1ee8:0003 ... Processing usr/share/usb_modeswitch/1ee8:0007 ... Processing usr/share/usb_modeswitch/1ee8:0009 ... Processing usr/share/usb_modeswitch/1ee8:0013 ... Processing usr/share/usb_modeswitch/1ee8:0018 ... Processing usr/share/usb_modeswitch/1ee8:0040 ... Processing usr/share/usb_modeswitch/1ee8:0045 ... Processing usr/share/usb_modeswitch/1ee8:0048 ... Processing usr/share/usb_modeswitch/1ee8:004a ... Processing usr/share/usb_modeswitch/1ee8:004f ... Processing usr/share/usb_modeswitch/1ee8:0054 ... Processing usr/share/usb_modeswitch/1ee8:0060 ... Processing usr/share/usb_modeswitch/1ee8:0063 ... Processing usr/share/usb_modeswitch/1ee8:0068 ... Processing usr/share/usb_modeswitch/1f28:0021 ... Processing usr/share/usb_modeswitch/1fac:0032 ... Processing usr/share/usb_modeswitch/1fac:0130 ... Processing usr/share/usb_modeswitch/1fac:0150 ... Processing usr/share/usb_modeswitch/1fac:0151 ... Processing usr/share/usb_modeswitch/2001:00a6 ... Processing usr/share/usb_modeswitch/2001:00a7 ... Processing usr/share/usb_modeswitch/2001:7600 ... Processing usr/share/usb_modeswitch/2001:98ff ... Processing usr/share/usb_modeswitch/2001:a401 ... Processing usr/share/usb_modeswitch/2001:a403 ... Processing usr/share/usb_modeswitch/2001:a405 ... Processing usr/share/usb_modeswitch/2001:a406 ... Processing usr/share/usb_modeswitch/2001:a407 ... Processing usr/share/usb_modeswitch/2001:a40a ... Processing usr/share/usb_modeswitch/2001:a40d ... Processing usr/share/usb_modeswitch/2001:a706 ... Processing usr/share/usb_modeswitch/2001:a707 ... Processing usr/share/usb_modeswitch/2001:a708 ... Processing usr/share/usb_modeswitch/2001:a805 ... Processing usr/share/usb_modeswitch/2001:a809 ... Processing usr/share/usb_modeswitch/2001:a80b ... Processing usr/share/usb_modeswitch/2001:ab00 ... Processing usr/share/usb_modeswitch/2001:ac01 ... Processing usr/share/usb_modeswitch/2015:0001 ... Processing usr/share/usb_modeswitch/201e:1023 ... Processing usr/share/usb_modeswitch/201e:2009 ... Processing usr/share/usb_modeswitch/2020:0002 ... Processing usr/share/usb_modeswitch/2020:2030 ... Processing usr/share/usb_modeswitch/2020:f00e ... Processing usr/share/usb_modeswitch/2020:f00f ... Processing usr/share/usb_modeswitch/2077:1000 ... Processing usr/share/usb_modeswitch/2077:f000 ... Processing usr/share/usb_modeswitch/20a6:f00a ... Processing usr/share/usb_modeswitch/20a6:f00e ... Processing usr/share/usb_modeswitch/20b9:1682 ... Processing usr/share/usb_modeswitch/21f5:1000 ... Processing usr/share/usb_modeswitch/21f5:3010 ... Processing usr/share/usb_modeswitch/2262:0001 ... Processing usr/share/usb_modeswitch/22de:6801 ... Processing usr/share/usb_modeswitch/22de:6802 ... Processing usr/share/usb_modeswitch/22de:6803 ... Processing usr/share/usb_modeswitch/22f4:0021 ... Processing usr/share/usb_modeswitch/230d:0001 ... Processing usr/share/usb_modeswitch/230d:0003 ... Processing usr/share/usb_modeswitch/230d:0007 ... Processing usr/share/usb_modeswitch/230d:000b ... Processing usr/share/usb_modeswitch/230d:000c ... Processing usr/share/usb_modeswitch/230d:000d ... Processing usr/share/usb_modeswitch/230d:0101 ... Processing usr/share/usb_modeswitch/230d:0103 ... Processing usr/share/usb_modeswitch/2357:0200 ... Processing usr/share/usb_modeswitch/2357:0600 ... Processing usr/share/usb_modeswitch/2357:f000 ... Processing usr/share/usb_modeswitch/23a2:1010 ... Processing usr/share/usb_modeswitch/257a:a000 ... Processing usr/share/usb_modeswitch/257a:b000 ... Processing usr/share/usb_modeswitch/257a:c000 ... Processing usr/share/usb_modeswitch/257a:d000 ... Processing usr/share/usb_modeswitch/2fd4:9aff ... Processing usr/share/usb_modeswitch/413c:81a2 ... Processing usr/share/usb_modeswitch/413c:81a3 ... Processing usr/share/usb_modeswitch/413c:81a4 ... Processing usr/share/usb_modeswitch/413c:81a8 ... Processing usr/share/usb_modeswitch/413c:81b1 ... Processing usr/share/usb_modeswitch/413c:81b3 ... Processing usr/share/usb_modeswitch/413c:81d7 ... Processing usr/share/usb_modeswitch/413c:81e0 ... Processing usr/share/usb_modeswitch/6000:1000 ... Processing usr/share/usb_modeswitch/8888:6500 ... Processing usr/share/usb_modeswitch/ed09:1021 ... Processing usr/share/usb_modeswitch/new.lst ... Processing usr/share/xml ... Processing usr/share/xml/dbus-1 ... Processing usr/share/xml/dbus-1/busconfig.dtd ... Processing usr/share/xml/dbus-1/catalog.xml ... Processing usr/share/xml/dbus-1/introspect.dtd ... Processing usr/share/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/empty ... Processing var/lib ... Processing var/lib/dbus ... Processing var/lib/misc ... Processing var/lib/pgsql ... Processing var/lib/usb_modeswitch ... Processing var/lock ... Processing var/log ... Processing var/run ... Processing var/spool ... Processing var/tmp ... Processing var/www ... Processing var/www/jszip ... Processing var/www/jszip/js ... Processing var/www/jszip/js/jszip.min.js ... Build completed. >>> Generating filesystem image rootfs.ext2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /home/buildroot/autobuild/instance-1/output-1/images/rootfs.ext2\n /home/buildroot/autobuild/instance-1/output-1/host/sbin/mkfs.ext2 -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target -r 0 -N 0 -m 5 -L "rootfs" -I 256 -O ^64bit /home/buildroot/autobuild/instance-1/output-1/images/rootfs.ext2 "5G" || { ret=$?; echo "*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)" 1>&2; exit $ret; }\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ext2/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.47.0 (5-Feb-2023) Creating regular file /home/buildroot/autobuild/instance-1/output-1/images/rootfs.ext2 Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: 607a5710-b5e1-4c7c-bafe-5237e037f2df Superblock backups stored on blocks: 32768, 65536, 98304, 131072, 163840, 196608, 229376, 262144, 294912, 327680, 360448, 393216, 425984, 458752, 491520, 524288, 557056, 589824, 622592, 655360, 688128, 720896, 753664, 786432, 819200, 851968, 884736, 917504, 950272, 983040, 1015808, 1048576, 1081344, 1114112, 1146880, 1179648, 1212416, 1245184, 1277952 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" xz -9 -C crc32 -c -T 4 /home/buildroot/autobuild/instance-1/output-1/images/rootfs.ext2 > /home/buildroot/autobuild/instance-1/output-1/images/rootfs.ext2.xz ln -snf /home/buildroot/autobuild/instance-1/output-1/host/mips-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-1/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2023.08-647-g7d4443343a 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-13-g92201f16cbcfd9eafe314ef6654be2ea7ba25675 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.39 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 6.5.5 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.2 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> 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) >>> 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) >>> linux-pam 1.5.3 Collecting legal info Copyright: OK (sha256: 133d98e7a2ab3ffd330b4debb0bfc10fea21e4b2b5a5b09de2e924293be5ff08) >>> 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) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> openssl Collecting legal info >>> libopenssl 3.1.3 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> 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) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> postgresql 15.4 Collecting legal info COPYRIGHT: OK (sha256: 1a7d13c3ab31961b91ba256f77d6e82e0b54bf992253060fe93bdb5466df416a) >>> host-zic 2023c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> sqlite 3.43.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> avahi 0.8 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> dbus 1.14.8 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> 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-cmake 3.27.6 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> 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-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-openssl Collecting legal info >>> host-libopenssl 3.1.3 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> 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) >>> 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) >>> babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> bmon 4.0 Collecting legal info LICENSE.BSD: OK (sha256: 59ae3d59c672bfb955917a8e32f5cacba7f8ce716c499a4c63dc8cd8cb5c4991) LICENSE.MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> host-dos2unix 7.5.0 Collecting legal info COPYING.txt: OK (sha256: 6009a35c7aaee9888fd4844972c37b84bce22e7407893727c70f4f3560ae3eac) >>> dotconf 1.3 Collecting legal info COPYING: OK (sha256: a50cc98d5044a7bbddabe61fc0ec42aa671c73bf414d0c6b50da83ea8ae041c6) >>> host-e2fsprogs 1.47.0 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-f2fs-tools 1.16.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> 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) >>> fswebcam 20200725 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> inih 56 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> initscripts Collecting legal info >>> jhead 3.08 Collecting legal info readme.txt: OK (sha256: b3971a74d00c834bc7f112d8a0027b25663fd1637a21381a3e5df4bd2b614dff) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> json-glib 1.6.6 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> leafnode2 ce7d3b13fb285c9fb7bffc382ea10fd41e12582d Collecting legal info COPYING: OK (sha256: 59d37f745dc5a2d63a51dff344f4ad89f72e76f8c7b7d877f20880d838b1bec9) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libbpf 1.1.0 Collecting legal info LICENSE: OK (sha256: 847f4addbd56e2d5be20c4ea0845e972672fc07b755fadaae5f7abd35d71e349) LICENSE.BSD-2-Clause: OK (sha256: e1638b9a0c68ca90fad3df1d6b4e430804d2fbdc15e58d02cffddfae38953bbf) LICENSE.LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> libdrm 2.4.116 Collecting legal info data/meson.build: OK (sha256: d0a616a9020dc0271e36e6dd4bad174b4e2c2a42636f13785f8e18dd5f85fd83) >>> libpthread-stubs 0.5 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdnav 6.1.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libfribidi 1.0.13 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libfuse3 3.16.1 Collecting legal info LICENSE: OK (sha256: b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fad) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libiqrf 0.1.2 Collecting legal info src/iqrf.c: OK (sha256: 11e0700d7c23604d86fa1e7c54c7caa778d79eeb0035be8f80b5a552224ef015) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libldns 1.8.3 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libnfs 4.0.0 Collecting legal info COPYING: OK (sha256: edd960c0142b8ada98b43b6396b78f4e557b0bc70ac601a51e397ad04070e2c5) LICENCE-BSD.txt: OK (sha256: d9406ced95457941032aa11d04623b8ab71f2827a3395ebef137aec475be35b1) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENCE-GPL-3.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libpagekite 0.91.201110 Collecting legal info doc/COPYING.md: OK (sha256: ba443b9c9d4273d06aae3e147e9ad1ec199cc9c23455f486a039536d47f57eed) doc/LICENSE-2.0.txt: OK (sha256: 4a271d0bb6bb6e0bac880efddb46da73e6df3dcf0d9ca08a945a232f8ab882ef) doc/AGPLv3.txt: OK (sha256: 8e0f770cabe772d67d36469f6bf413afd2dcfa6ac37acfc65f770cf3a134106d) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> librelp 1.10.0 Collecting legal info COPYING: OK (sha256: 1ed76f935566e93e3c3c0d9f8fad22eb6d8bbe406e2eb8470a4a2764d9fd9685) >>> libshairplay ce80e005908f41d0e6fde1c4a21e9cb8ee54007b Collecting legal info LICENSE: OK (sha256: 0ac7d61c52aff5717c02250ca0adf0ef35019e2c0838a3479b8fce597aea6fde) >>> libsndfile 1.2.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libubox 75a3b870cace1171faf57bd55e5a9a2f1564f757 Collecting legal info >>> libunibreak 5.1 Collecting legal info LICENCE: OK (sha256: 0c57e2ec42ece17791a75d2f9b2f8e0663181be008667a507f765b3ef22522db) >>> libvncserver 0.9.14 Collecting legal info COPYING: OK (sha256: 4d23c8c814e5baf007d854f01d8502e77dc56a41144934e003fb32c4e052d20f) >>> libvpx 1.13.0 Collecting legal info LICENSE: OK (sha256: 8267348d5af1262c11d1a08de2f5afc77457755f1ac658627dd9acf71011d615) PATENTS: OK (sha256: cc3273e0694ea5896145e0677699b53471b03ea43021ddc50e7923fbb9f5023c) >>> libyang 2.1.111 Collecting legal info LICENSE: OK (sha256: 0b7ec43747d211a1e49c53588b0822062947bab6bdcc95238578beab34cba5bb) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-mkpasswd Collecting legal info >>> mstpd 0.1.0 Collecting legal info LICENSE: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) hmac_md5.c: OK (sha256: c5cfd44652276184374adf454150d436ce958ce50acc4ef9ccb3605a5ca7a9d3) >>> ngrep 1.47 Collecting legal info LICENSE: OK (sha256: d46e593e048e0b9fc803561ed4c283f37a2d5447e4dcfa10cad29b394c2b8b9e) >>> host-nodejs 16.20.0 Collecting legal info LICENSE: OK (sha256: ba325815d3df8819bebaf37cad67d6e1f82271e1e4a1189b53abd28e261977d6) >>> host-icu 73-2 Collecting legal info LICENSE: OK (sha256: f3005e195ff74d8812cc1f182a1c446fab678d70a10e3dada497585befee5416) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> openocd 0.12.0 Collecting legal info COPYING: OK (sha256: 1b8f7e37ee5afbbf95c2a4d62b12b25232e29538692663b434318503a9a88419) LICENSES/license-rules.txt: OK (sha256: 0a37155eb8bc0cb94477a0cae4f030e39da9317374e8a9f597e9229fd09aff78) LICENSES/exceptions/eCos-exception-2.0: OK (sha256: 034da732b4f3079b8783fff756613c1cff89dec5ac80c5cdd90532b7539922a1) LICENSES/preferred/BSD-1-Clause: OK (sha256: f3ba76203a7b6993db31f987559cc4c621ae1ff78119ced2a669756c2c5fd3b1) LICENSES/preferred/BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) LICENSES/preferred/BSD-2-Clause-Views: OK (sha256: 1483f15e9fddc73b5df0acab1c42d21ecd0bf6ade8a79179fb90c09f13d03dcd) LICENSES/preferred/BSD-3-Clause: OK (sha256: 7a83b1aeb460458db9a4bd521d7f237c45b1650f6e60ea5ffc71e49472454de3) LICENSES/preferred/BSD-Source-Code: OK (sha256: 5cf024f6e3611d5c6fb98748d1a0ad99b8cf9ffe46f2d60fa10c299cd29e0a75) LICENSES/preferred/GFDL-1.2: OK (sha256: f35396f4095619f986736ca5e2976b313d381463a35c921c9ae677cc7eb83e28) LICENSES/preferred/gfdl-1.2.texi.readme: OK (sha256: 76515be2d7334a1a038f775238c9a4c2b37e19514248e5eea0434cdfee526f9d) LICENSES/preferred/GPL-2.0: OK (sha256: 7d35bc44da7bb763022e3c2c32cfc0125dd222060bc50992420599d8e65f6c0a) LICENSES/preferred/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) LICENSES/stand-alone/GPL-3.0: OK (sha256: 9a41b56594cd89743ca72f188318c9871661847074dd16497ae0c695fe3ab9c9) >>> openssh 9.4p1 Collecting legal info LICENCE: OK (sha256: 05c30446ba738934b3f1efa965b454c122ca26cc4b268e5ae6843f58ccd1b16d) >>> host-opkg-utils 0.4.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> 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) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> picocom 3.1 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> pipewire 0.3.80 Collecting legal info COPYING: OK (sha256: 8909c319a7e27dbb33a15b9035f89ab3b7b2f6a12f8bcddc755206a8db1ada44) LICENSE: OK (sha256: be4be5d77424833edf31f53fc1f1cecb6996b9e2d747d9e6fb8f878362ebc92b) >>> sdl2 2.28.3 Collecting legal info LICENSE.txt: OK (sha256: 9928507f684c1965d07f2b6ef4b4723d5efc2f6b4ab731f743a413c51c319927) >>> sdl2_ttf 2.20.2 Collecting legal info LICENSE.txt: OK (sha256: 1852c8549e3d154687197d46abababd3e8faae035f19991b2ca850fa3a43ad57) >>> seatd 0.8.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> siproxd 0.8.3 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> slirp 4.7.0 Collecting legal info COPYRIGHT: OK (sha256: b28aecf4796a6a22054167f0a976de13d9db335669d37afd2dc7ea4c335e1e13) >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> speechd 0.11.5 Collecting legal info COPYING.GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPL-3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> spice-protocol 0.14.4 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> sshfs 3.7.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tcpdump 4.99.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> ubus f787c97b34894a38b15599886cacbca01271684f Collecting legal info ubusd_acl.h: OK (sha256: a3caa6c0e90c87b7c97c2ac3d0c0d416082ef777215faec2e9b24ea6e68f6988) >>> usb_modeswitch 2.6.1 Collecting legal info COPYING: OK (sha256: 6195429209313925c0eba6c0da4ee7a6cb4277b99e35c886913f80f91ec20b94) >>> usb_modeswitch_data 20191128 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Collecting legal info ustream-ssl.h: OK (sha256: cf28f0f01a57423983fa062eb0f04bb1a78891863cb58c53059c3d8cb52c1dd4) >>> ytree 2.05 Collecting legal info COPYING: OK (sha256: eb6bf7204569b4fe8eaf9d4dffc57e44047c5efb5deba1b2d99069ddbc99d031) >>> 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 WARNING: the Buildroot source code has not been saved WARNING: libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757: cannot save license (LIBUBOX_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'