checking host system type... i686-buildroot-linux-uclibc checking target system type... i686-buildroot-linux-uclibc checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for i686-buildroot-linux-uclibc-strip... /accts/mlweber1/instance-1/output/host/bin/i686-linux-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for i686-buildroot-linux-uclibc-gcc... /accts/mlweber1/instance-1/output/host/bin/i686-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /accts/mlweber1/instance-1/output/host/bin/i686-linux-gcc accepts -g... yes checking for /accts/mlweber1/instance-1/output/host/bin/i686-linux-gcc option to accept ISO C89... none needed checking whether /accts/mlweber1/instance-1/output/host/bin/i686-linux-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /accts/mlweber1/instance-1/output/host/bin/i686-linux-gcc... none checking for library containing dlsym... none required checking OpenSSH version... 6.6 >= 4.4, disabling NODELAY workaround checking pkg-config is at least version 0.9.0... yes checking for SSHFS... yes checking for fuse_opt_parse... yes checking for fusermount... fusermount -u checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --disable-static, --enable-shared >>> sshfs 2.8 Building PATH="/accts/mlweber1/instance-1/output/host/bin:/accts/mlweber1/instance-1/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 -C /accts/mlweber1/instance-1/output/build/sshfs-2.8/ make[1]: Entering directory `/accts/mlweber1/instance-1/output/build/sshfs-2.8' /usr/bin/make all-am make[2]: Entering directory `/accts/mlweber1/instance-1/output/build/sshfs-2.8' /accts/mlweber1/instance-1/output/host/bin/i686-linux-gcc -DHAVE_CONFIG_H -I. -D_REENTRANT -DFUSE_USE_VERSION=26 -DLIBDIR=\"/usr/lib\" -DIDMAP_DEFAULT="\"none\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0 -I/accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/lib/glib-2.0/include -I/accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -W -c -o sshfs-sshfs.o `test -f 'sshfs.c' || echo './'`sshfs.c /accts/mlweber1/instance-1/output/host/bin/i686-linux-gcc -DHAVE_CONFIG_H -I. -D_REENTRANT -DFUSE_USE_VERSION=26 -DLIBDIR=\"/usr/lib\" -DIDMAP_DEFAULT="\"none\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0 -I/accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/lib/glib-2.0/include -I/accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -W -c -o sshfs-cache.o `test -f 'cache.c' || echo './'`cache.c cache.c: In function 'cache_clean': cache.c:76:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (now > cache.last_cleaned + cache.min_clean_interval_secs && ^ cache.c:78:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] now > cache.last_cleaned + cache.clean_interval_secs)) { ^ sshfs.c: In function 'sshfs_fsync': sshfs.c:2643:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (err = sshfs_flush(path, fi)) ^~ sshfs.c: In function 'main': sshfs.c:3956:2: warning: 'g_thread_init' is deprecated [-Wdeprecated-declarations] g_thread_init(NULL); ^~~~~~~~~~~~~ In file included from /accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:108:0, from sshfs.c:42: /accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/deprecated/gthread.h:265:10: note: declared here void g_thread_init (gpointer vtable); ^~~~~~~~~~~~~ /accts/mlweber1/instance-1/output/host/bin/i686-linux-gcc -I/accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/fuse -D_FILE_OFFSET_BITS=64 -I/accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0 -I/accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/lib/glib-2.0/include -I/accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include -pthread -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -W -o sshfs sshfs-sshfs.o sshfs-cache.o -L/accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/lib -lfuse -lgthread-2.0 -pthread -lglib-2.0 make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/sshfs-2.8' make[1]: Leaving directory `/accts/mlweber1/instance-1/output/build/sshfs-2.8' >>> sshfs 2.8 Installing to target PATH="/accts/mlweber1/instance-1/output/host/bin:/accts/mlweber1/instance-1/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 DESTDIR=/accts/mlweber1/instance-1/output/target install -C /accts/mlweber1/instance-1/output/build/sshfs-2.8/ make[1]: Entering directory `/accts/mlweber1/instance-1/output/build/sshfs-2.8' make[2]: Entering directory `/accts/mlweber1/instance-1/output/build/sshfs-2.8' /bin/mkdir -p '/accts/mlweber1/instance-1/output/target/usr/bin' /bin/mkdir -p '/accts/mlweber1/instance-1/output/target/usr/share/man/man1' /usr/bin/install -c sshfs '/accts/mlweber1/instance-1/output/target/usr/bin' /usr/bin/install -c -m 644 sshfs.1 '/accts/mlweber1/instance-1/output/target/usr/share/man/man1' make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/sshfs-2.8' make[1]: Leaving directory `/accts/mlweber1/instance-1/output/build/sshfs-2.8' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /accts/mlweber1/instance-1/output/build/packages-file-list.txt Warning: target file "./usr/bin/unxz" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'libffi', u'gnupg', u'libgpgme'] Warning: target file "./usr/bin/xz" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./usr/bin/unlzma" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./usr/bin/lzma" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./usr/bin/lzcat" is touched by more than one package: [u'busybox', u'xz'] Warning: target file "./usr/bin/xzcat" is touched by more than one package: [u'busybox', u'xz'] ./support/scripts/check-uniq-files -t staging /accts/mlweber1/instance-1/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libevent_extra.la" is touched by more than one package: [u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.la" is touched by more than one package: [u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libvips-cpp.la" is touched by more than one package: [u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'libffi', u'libgpgme'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib05_pop3_migration_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libprotobuf.la" is touched by more than one package: [u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/imlib2/loaders/xpm.la" is touched by more than one package: [u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib05_mail_crypt_acl_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib20_charset_alias_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib20_push_notification_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib05_snarf_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib20_zlib_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/doveadm/lib10_doveadm_acl_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib02_lazy_expunge_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libevent_core.la" is touched by more than one package: [u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib21_fts_squat_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib20_mailbox_alias_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.la" is touched by more than one package: [u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libgupnp-av-1.0.la" is touched by more than one package: [u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib20_listescape_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libdovecot-login.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libdovecot-fts.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib10_mail_filter_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/auth/libauthdb_imap.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libdovecot-compression.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/libfs_crypt.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib20_autocreate_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libdovecot-dsync.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib20_virtual_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib20_notify_status_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib11_trash_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/doveadm/libdoveadm_mail_crypt_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libspeex.la" is touched by more than one package: [u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.la" is touched by more than one package: [u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libcryptsetup.la" is touched by more than one package: [u'cryptsetup', u'zeromq', u'czmq', u'xz', u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/old-stats/libold_stats_mail.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.la" is touched by more than one package: [u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libevent_pthreads.la" is touched by more than one package: [u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.la" is touched by more than one package: [u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/imlib2/filters/colormod.la" is touched by more than one package: [u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/imlib2/loaders/argb.la" is touched by more than one package: [u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libvorbisenc.la" is touched by more than one package: [u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/libfs_mail_crypt.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'cryptsetup', u'zeromq', u'czmq', u'xz', u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libvorbisfile.la" is touched by more than one package: [u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libprotobuf-lite.la" is touched by more than one package: [u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib20_quota_clone_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.la" is touched by more than one package: [u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib20_var_expand_crypt.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/doveadm/lib20_doveadm_fts_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib20_replication_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libevent.la" is touched by more than one package: [u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libdovecot-sql.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/imlib2/loaders/tga.la" is touched by more than one package: [u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/doveadm/lib10_doveadm_quota_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/imlib2/loaders/pnm.la" is touched by more than one package: [u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libvorbis.la" is touched by more than one package: [u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/imlib2/loaders/bmp.la" is touched by more than one package: [u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libevent_openssl.la" is touched by more than one package: [u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libdcrypt_openssl.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib30_imap_zlib_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib11_imap_quota_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libneon.la" is touched by more than one package: [u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libprotoc.la" is touched by more than one package: [u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libjq.la" is touched by more than one package: [u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libwebsock.la" is touched by more than one package: [u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libsqlite3.la" is touched by more than one package: [u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'cryptsetup', u'zeromq', u'czmq', u'xz', u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libulockmgr.la" is touched by more than one package: [u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/auth/lib20_auth_var_expand_crypt.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/imlib2/filters/bumpmap.la" is touched by more than one package: [u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.la" is touched by more than one package: [u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libshout.la" is touched by more than one package: [u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.la" is touched by more than one package: [u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/libfs_compress.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib20_fts_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libdovecot-storage.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib02_imap_acl_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libdovecot.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib20_mail_log_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libvips.la" is touched by more than one package: [u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libgupnp-1.0.la" is touched by more than one package: [u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/doveadm/lib10_doveadm_expire_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib10_mail_crypt_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/old-stats/libstats_auth.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib01_acl_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libassuan.la" is touched by more than one package: [u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libfuse.la" is touched by more than one package: [u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.la" is touched by more than one package: [u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib15_notify_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libgpgme.la" is touched by more than one package: [u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/imlib2/loaders/zlib.la" is touched by more than one package: [u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libzmq.la" is touched by more than one package: [u'zeromq', u'czmq', u'xz', u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/imlib2/loaders/lbm.la" is touched by more than one package: [u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/libssl_iostream_openssl.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib99_welcome_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libsoup-2.4.la" is touched by more than one package: [u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libdovecot-lda.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib20_expire_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libsamplerate.la" is touched by more than one package: [u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libgpgmepp.la" is touched by more than one package: [u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'cryptsetup', u'zeromq', u'czmq', u'xz', u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.la" is touched by more than one package: [u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/imlib2/filters/testfilter.la" is touched by more than one package: [u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.la" is touched by more than one package: [u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libczmq.la" is touched by more than one package: [u'czmq', u'xz', u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libjson-c.la" is touched by more than one package: [u'json-c', u'lvm2', u'libopenssl', u'popt', u'ncurses', u'util-linux', u'cryptsetup', u'zeromq', u'czmq', u'xz', u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib95_imap_old_stats_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib90_old_stats_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libgssdp-1.0.la" is touched by more than one package: [u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib10_quota_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/dovecot/lib10_last_login_plugin.la" is touched by more than one package: [u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libImlib2.la" is touched by more than one package: [u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/imlib2/loaders/ff.la" is touched by more than one package: [u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libgdk_pixbuf-2.0.la" is touched by more than one package: [u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libvipsCC.la" is touched by more than one package: [u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/liblzma.la" is touched by more than one package: [u'xz', u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libgpg-error.la" is touched by more than one package: [u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libpwquality.la" is touched by more than one package: [u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libluksmeta.la" is touched by more than one package: [u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libpopt.la" is touched by more than one package: [u'popt', u'ncurses', u'util-linux', u'cryptsetup', u'zeromq', u'czmq', u'xz', u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] Warning: staging file "./usr/lib/libcrack.la" is touched by more than one package: [u'cracklib', u'json-c', u'lvm2', u'libopenssl', u'popt', u'ncurses', u'util-linux', u'cryptsetup', u'zeromq', u'czmq', u'xz', u'dovecot', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libffi', u'pcre', u'libglib2', u'gdk-pixbuf', u'sqlite', u'libsoup', u'gssdp', u'gupnp', u'gupnp-av', u'libpcap', u'imlib2', u'jq', u'jsoncpp', u'libgpg-error', u'libassuan', u'libevent', u'libfuse', u'libgit2', u'libgpgme', u'libjson', u'libogg', u'libpwquality', u'libsamplerate', u'libvorbis', u'speex', u'libshout', u'libvips', u'libwebsock', u'live555', u'luksmeta', u'protobuf', u'neon', u's6', u's6-rc'] ./support/scripts/check-uniq-files -t host /accts/mlweber1/instance-1/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-libffi', u'host-bison'] if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /accts/mlweber1/instance-1/output/target/etc/shells || echo "/bin/ash" >> /accts/mlweber1/instance-1/output/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /accts/mlweber1/instance-1/output/target/etc/shells || echo "/bin/hush" >> /accts/mlweber1/instance-1/output/target/etc/shells; fi grep: ./.config: No such file or directory rm -f /accts/mlweber1/instance-1/output/target/usr/share/glib-2.0/schemas/*.xml /accts/mlweber1/instance-1/output/target/usr/share/glib-2.0/schemas/*.dtd /accts/mlweber1/instance-1/output/host/bin/glib-compile-schemas /accts/mlweber1/instance-1/output/host/i686-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/accts/mlweber1/instance-1/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /accts/mlweber1/instance-1/output/target/etc echo "buildroot" > /accts/mlweber1/instance-1/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /accts/mlweber1/instance-1/output/target/etc/hosts mkdir -p /accts/mlweber1/instance-1/output/target/etc echo "Welcome to Buildroot" > /accts/mlweber1/instance-1/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /accts/mlweber1/instance-1/output/target/etc/shadow rm -f /accts/mlweber1/instance-1/output/target/bin/sh rm -f /accts/mlweber1/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /accts/mlweber1/instance-1/output/build/locales.nopurge; done for dir in /accts/mlweber1/instance-1/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /accts/mlweber1/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /accts/mlweber1/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /accts/mlweber1/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /accts/mlweber1/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /accts/mlweber1/instance-1/output/target/usr/include /accts/mlweber1/instance-1/output/target/usr/share/aclocal \ /accts/mlweber1/instance-1/output/target/usr/lib/pkgconfig /accts/mlweber1/instance-1/output/target/usr/share/pkgconfig \ /accts/mlweber1/instance-1/output/target/usr/lib/cmake /accts/mlweber1/instance-1/output/target/usr/share/cmake find /accts/mlweber1/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /accts/mlweber1/instance-1/output/target/lib/ /accts/mlweber1/instance-1/output/target/usr/lib/ /accts/mlweber1/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /accts/mlweber1/instance-1/output/target/usr/share/gdb rm -rf /accts/mlweber1/instance-1/output/target/usr/share/bash-completion rm -rf /accts/mlweber1/instance-1/output/target/usr/share/zsh rm -rf /accts/mlweber1/instance-1/output/target/usr/man /accts/mlweber1/instance-1/output/target/usr/share/man rm -rf /accts/mlweber1/instance-1/output/target/usr/info /accts/mlweber1/instance-1/output/target/usr/share/info rm -rf /accts/mlweber1/instance-1/output/target/usr/doc /accts/mlweber1/instance-1/output/target/usr/share/doc rm -rf /accts/mlweber1/instance-1/output/target/usr/share/gtk-doc rmdir /accts/mlweber1/instance-1/output/target/usr/share 2>/dev/null || true find /accts/mlweber1/instance-1/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /accts/mlweber1/instance-1/output/host/bin/i686-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /accts/mlweber1/instance-1/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /accts/mlweber1/instance-1/output/host/bin/i686-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /accts/mlweber1/instance-1/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /accts/mlweber1/instance-1/output/host/bin/i686-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /accts/mlweber1/instance-1/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /accts/mlweber1/instance-1/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /accts/mlweber1/instance-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.08-git-00259-g12b70ac"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.08-git\"" \ ) > /accts/mlweber1/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /accts/mlweber1/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /accts/mlweber1/instance-1/buildroot/support/scripts/fix-rpath target touch /accts/mlweber1/instance-1/output/target/usr make: Leaving directory `/accts/mlweber1/instance-1/buildroot' make: Entering directory `/accts/mlweber1/instance-1/buildroot' >>> Buildroot 2018.08-git-00259-g12b70ac Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> bootstrap 4.1.0 Collecting legal info css/bootstrap.css: OK (sha256: 0ce7fbe215cdf921ed87d00a374404681d5d24898589a7fe60e068d09289b4ba) >>> busybox 1.28.4 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> cracklib 2.9.6 Collecting legal info ERROR: No hash found for COPYING.LIB >>> host-cracklib 2.9.6 Collecting legal info ERROR: No hash found for COPYING.LIB >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> cryptsetup 2.0.2 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> json-c 0.13.1 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> lvm2 2.02.173 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> openssl Collecting legal info >>> libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> util-linux 2.32 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> czmq 4.1.1 Collecting legal info ERROR: No hash found for LICENSE >>> zeromq 4.2.5 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LESSER >>> dovecot 2.3.1 Collecting legal info COPYING: OK (sha256: a363b132e494f662d98c820d1481297e6ae72f194c2c91b6c39e1518b86240a8) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.MIT: OK (sha256: 52b8c95fabb19575281874b661ef7968ea47e8f5d74ba0dd40ce512e52b3fc97) >>> xz 5.2.3 Collecting legal info ERROR: No hash found for COPYING.GPLv2 ERROR: No hash found for COPYING.GPLv3 ERROR: No hash found for COPYING.LGPLv2.1 >>> dvdauthor 0.7.2 Collecting legal info ERROR: No hash found for COPYING >>> freetype 2.9 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> execline 2.5.0.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> skalibs 2.6.4.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> fmtools 2.0.7 Collecting legal info ERROR: No hash found for COPYING >>> gdk-pixbuf 2.36.10 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-gdk-pixbuf 2.36.10 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> host-util-linux 2.32 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> getent Collecting legal info >>> gnupg 1.4.22 Collecting legal info ERROR: No hash found for COPYING >>> gssdp 1.0.2 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libsoup 2.56.1 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> sqlite 3240000 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> gupnp-av 0.12.10 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> gupnp 1.0.2 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> iftop 1.0pre4 Collecting legal info ERROR: No hash found for COPYING >>> libpcap 1.8.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> ifupdown-scripts Collecting legal info >>> imlib2 1.4.10 Collecting legal info ERROR: No hash found for COPYING >>> jq 1.5 Collecting legal info ERROR: No hash found for COPYING >>> jsoncpp 1.8.4 Collecting legal info LICENSE: OK (sha256: 95039d77a20e75b428207740d9a8f97b2dce3c89da4b21f1ad862b5997160e0a) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> latencytop 0.5 Collecting legal info ERROR: No hash found for latencytop.c >>> libassuan 2.5.1 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.31 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libevent 2.1.8-stable Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfuse 2.9.7 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libgit2 v0.27.1 Collecting legal info COPYING: OK (sha256: d9a8038088df84fde493fa33a0f1e537252eeb9642122aa4b862690197152813) >>> libgpgme 1.11.1 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libjson 7.6.1 Collecting legal info License.txt: OK (sha256: bd62d605bef39ab7ae39f6fa333ba513edb93cfcd56c9c966f1d34e31ff7c69b) >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpwquality 1.4.0 Collecting legal info COPYING: OK (sha256: aa44d09f651bf99b56253187c7778a240740c767d28453ab7fdc9804c842baee) >>> libsamplerate 0.1.9 Collecting legal info ERROR: No hash found for COPYING >>> libshout 2.4.1 Collecting legal info ERROR: No hash found for COPYING >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> speex 1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> libvips 7.42.2 Collecting legal info ERROR: No hash found for COPYING >>> libwebsock 3c1615eeadb0b582b63851073bfe3e5132f31ebc Collecting legal info ERROR: No hash found for COPYING.lesser >>> live555 2017.10.28 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> luksmeta 8 Collecting legal info COPYING: OK (sha256: 4b72eb6b5a336cd3ec837cc2d6347c23bf7574168db6b4802267700b93021abf) >>> mosh 1.3.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.iOS: OK (sha256: 8042495ddc8d99b883335d53552554eccf825fc1f0ba487d0f8e6656baaa8199) >>> protobuf 3.5.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-protobuf 3.5.1 Collecting legal info ERROR: No hash found for LICENSE >>> neon 0.30.2 Collecting legal info ERROR: No hash found for src/COPYING.LIB ERROR: No hash found for test/COPYING ERROR: No hash found for README >>> openssh 7.7p1 Collecting legal info LICENCE: OK (sha256: 05a4c25ef464e19656c5259bd4f4da8428efab01044f3541b79fbb3ff209350f) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> privoxy 3.0.26 Collecting legal info ERROR: No hash found for LICENSE >>> s6-rc 0.4.0.1 Collecting legal info COPYING: OK (sha256: 1377d3b18a31de11e8bb06f0f46888a23bc16cbc57285035793bf7e7943bbcb3) >>> s6 2.7.1.1 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> spawn-fcgi 1.6.4 Collecting legal info ERROR: No hash found for COPYING >>> spi-tools 0.8.1 Collecting legal info ERROR: No hash found for LICENSE >>> sshfs 2.8 Collecting legal info ERROR: No hash found for COPYING WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) Legal info produced in /accts/mlweber1/instance-1/output/legal-info make: Leaving directory `/accts/mlweber1/instance-1/buildroot'