^~~~~~ example0.c:51:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(out = sox_open_write(argv[2], &in->signal, NULL, NULL, NULL, NULL)); ^~~~~~ CC example1.o CC example2.o example1.c: In function 'main': example1.c:118:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(argv[1], NULL, NULL, NULL)); ^~~~~~ example1.c:123:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(out = sox_open_write(argv[2], &in->signal, NULL, NULL, NULL, NULL)); ^~~~~~ CC example3.o example2.c: In function 'main': example2.c:53:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(*argv, NULL, NULL, NULL)); ^~~~~~ example2.c:78:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(buf = malloc(sizeof(sox_sample_t) * block_size)); ^~~~~~ example3.c: In function 'main': example3.c:68:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(argv[1], NULL, NULL, NULL)); ^~~~~~ example3.c:70:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(out= sox_open_write("default", &in->signal, NULL, "alsa", NULL, NULL)); ^~~~~~ CC example4.o CC example5.o CC example6.o example5.c: In function 'main': example5.c:60:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(argv[1], NULL, NULL, NULL)); ^~~~~~ example5.c:64:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(out = sox_open_memstream_write(&buffer, &buffer_size, &in->signal, NULL, "sox", NULL)); ^~~~~~ example5.c:71:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_mem_read(buffer, buffer_size, NULL, NULL, NULL)); ^~~~~~ example5.c:72:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(out = sox_open_write(argv[2], &in->signal, NULL, NULL, NULL, NULL)); ^~~~~~ example6.c: In function 'main': example6.c:89:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(argv[1], NULL, NULL, NULL)); ^~~~~~ example6.c:90:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(out = sox_open_write(argv[2], &out_signal, &out_encoding, NULL, NULL, NULL)); ^~~~~~ CCLD libsox.la CCLD sox_sample_test libtool: link: warning: `/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/../nios2-buildroot-linux-gnu/sysroot/usr/lib/libogg.la' seems to be moved libtool: link: warning: `/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/../nios2-buildroot-linux-gnu/sysroot/usr/lib/libopus.la' seems to be moved /home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/opt/ext-toolchain/bin/../lib/gcc/nios2-linux-gnu/6.3.0/../../../../nios2-linux-gnu/bin/ld: FDE encoding in /home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/opt/ext-toolchain/bin/../lib/gcc/nios2-linux-gnu/6.3.0/libgcc.a(_moddi3.o)(.eh_frame) prevents .eh_frame_hdr table being created. /home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/opt/ext-toolchain/bin/../lib/gcc/nios2-linux-gnu/6.3.0/../../../../nios2-linux-gnu/bin/ld: FDE encoding in /home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/opt/ext-toolchain/bin/../lib/gcc/nios2-linux-gnu/6.3.0/libgcc.a(_udivdi3.o)(.eh_frame) prevents .eh_frame_hdr table being created. /home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/opt/ext-toolchain/bin/../lib/gcc/nios2-linux-gnu/6.3.0/../../../../nios2-linux-gnu/bin/ld: FDE encoding in /home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/opt/ext-toolchain/bin/../lib/gcc/nios2-linux-gnu/6.3.0/libgcc.a(_umoddi3.o)(.eh_frame) prevents .eh_frame_hdr table being created. CCLD example0 CCLD sox CCLD example1 CCLD example2 CCLD example3 CCLD example4 CCLD example5 CCLD example6 if test "yes" = "yes"; then \ test -f sox && ( rm -f play && ln -s sox play ) || ln -s sox play; \ fi if test "yes" = "yes"; then \ test -f sox && ( rm -f rec && ln -s sox rec ) || ln -s sox rec; \ fi if test "yes" = "yes"; then \ test -f sox && ( rm -f soxi && ln -s sox soxi ) || ln -s sox soxi; \ fi /usr/bin/make all-am make[3]: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2/src' make[3]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2/src' make[2]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2/src' make[2]: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2' make[1]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2' >>> sox 14.4.2 Installing to target PATH="/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin:/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /usr/bin/make -j2 DESTDIR=/home/rclinux/rc-buildroot-test/scripts/instance-0/output/target install -C /home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2/ make[1]: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2' Making install in lpc10 make[2]: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2/lpc10' make[3]: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2/lpc10' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2/lpc10' make[2]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2/lpc10' Making install in libgsm make[2]: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2/libgsm' make[3]: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2/libgsm' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2/libgsm' make[2]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2/libgsm' Making install in src make[2]: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2/src' make[3]: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2/src' /bin/mkdir -p '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/lib' /bin/mkdir -p '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/include' /bin/bash ../libtool --silent --silent --mode=install /usr/bin/install -c libsox.la '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/lib' /usr/bin/install -c -m 644 sox.h '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/include' libtool: install: warning: remember to run `libtool --finish /usr/lib' /bin/mkdir -p '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/bin' /bin/bash ../libtool --silent --silent --mode=install /usr/bin/install -c sox '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/bin' /usr/bin/make install-exec-hook make[4]: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2/src' if test "yes" = "yes"; then \ cd /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/bin; rm -f play rec; ln -s sox play; ln -s sox rec; \ fi if test "yes" = "yes"; then \ cd /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/bin; rm -f soxi; ln -s sox soxi; \ fi make[4]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2/src' make[3]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2/src' make[2]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2/src' make[2]: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2' make[3]: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/man/man1' /bin/mkdir -p '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/man/man3' /usr/bin/install -c -m 644 sox.1 soxi.1 '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/man/man1' /bin/mkdir -p '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/man/man7' /usr/bin/install -c -m 644 libsox.3 '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/man/man3' /usr/bin/install -c -m 644 soxformat.7 '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/man/man7' /bin/mkdir -p '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 sox.pc '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/lib/pkgconfig' /usr/bin/make install-data-hook make[4]: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2' cd /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/man/man1 && rm -f play.1 && ln -s sox.1 play.1 cd /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/man/man1 && rm -f rec.1 && ln -s sox.1 rec.1 cd /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/man/man7 && rm -f soxeffect.7 && ln -s ../man1/sox.1 soxeffect.7 make[4]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2' make[3]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2' make[2]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2' make[1]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/sox-14.4.2' >>> tree 1.7.0 Downloading tree-1.7.0.tgz: OK (sha256: 6957c20e82561ac4231638996e74f4cfa4e6faabc5a2f511f0b4e3940e8f7b12) >>> tree 1.7.0 Extracting gzip -d -c /home/rclinux/rc-buildroot-test/scripts/instance-0/dl/tree/tree-1.7.0.tgz | tar --strip-components=1 -C /home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/tree-1.7.0 -xf - >>> tree 1.7.0 Patching >>> tree 1.7.0 Configuring >>> tree 1.7.0 Building /usr/bin/make -j2 PATH="/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin:/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" AR="/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-gnu-ar" AS="/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-gnu-as" LD="/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-gnu-ld" NM="/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-gnu-nm" CC="/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-gnu-gcc" GCC="/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-gnu-gcc" CPP="/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-gnu-cpp" CXX="/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-gnu-g++" FC="/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-gnu-gfortran" F77="/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-gnu-gfortran" RANLIB="/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-gnu-ranlib" READELF="/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-gnu-readelf" STRIP="/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-gnu-strip" OBJCOPY="/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-gnu-objcopy" OBJDUMP="/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/lib -Wl,-rpath,/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-gnu-as" DEFAULT_LINKER="/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/pkg-config" STAGING_DIR="/home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/nios2-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl -C /home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/tree-1.7.0 make[1]: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/tree-1.7.0' /home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o tree.o tree.c /home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o unix.o unix.c /home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o html.o html.c /home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o xml.o xml.c /home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o json.o json.c /home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o hash.o hash.c /home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o color.o color.c /home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-gnu-gcc -o tree tree.o unix.o html.o xml.o json.o hash.o color.o make[1]: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/tree-1.7.0' >>> tree 1.7.0 Installing to target /usr/bin/install -D -m 0755 /home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/tree-1.7.0/tree /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/bin/tree >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/packages-file-list-staging.txt 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'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libconfuse.la" is touched by more than one package: [u'libconfuse', u'libnl', u'expat', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'expat', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'libconfuse', u'libnl', u'expat', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib05_pop3_migration_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib05_mail_crypt_acl_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib20_charset_alias_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib20_push_notification_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib05_snarf_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib20_zlib_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/doveadm/lib10_doveadm_acl_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib02_lazy_expunge_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib21_fts_squat_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib20_mailbox_alias_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] 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'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'flex', u'linux-pam', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'atk', u'libconfuse', u'libnl', u'expat', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libcroco-0.6.la" is touched by more than one package: [u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libopusurl.la" is touched by more than one package: [u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'libconfuse', u'libnl', u'expat', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib20_listescape_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libcairo.la" is touched by more than one package: [u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libdovecot-login.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libopusfile.la" is touched by more than one package: [u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libdovecot-fts.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib10_mail_filter_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/auth/libauthdb_imap.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'flex', u'linux-pam', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'atk', u'libconfuse', u'libnl', u'expat', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libdovecot-compression.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/libfs_crypt.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib20_autocreate_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libdovecot-dsync.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib20_virtual_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib20_notify_status_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib11_trash_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/doveadm/libdoveadm_mail_crypt_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'libconfuse', u'libnl', u'expat', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] 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'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/old-stats/libold_stats_mail.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] 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'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libopus.la" is touched by more than one package: [u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] 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'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libcairo-gobject.la" is touched by more than one package: [u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'flex', u'linux-pam', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'atk', u'libconfuse', u'libnl', u'expat', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libpango-1.0.la" is touched by more than one package: [u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/libfs_mail_crypt.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'atk', u'libconfuse', u'libnl', u'expat', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libfl.la" is touched by more than one package: [u'flex', u'linux-pam', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'atk', u'libconfuse', u'libnl', u'expat', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib20_quota_clone_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'flex', u'linux-pam', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'atk', u'libconfuse', u'libnl', u'expat', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] 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'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib20_var_expand_crypt.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/doveadm/lib20_doveadm_fts_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib20_replication_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libharfbuzz.la" is touched by more than one package: [u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'libconfuse', u'libnl', u'expat', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libdovecot-sql.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/doveadm/lib10_doveadm_quota_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libpangoft2-1.0.la" is touched by more than one package: [u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'atk', u'libconfuse', u'libnl', u'expat', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libpixman-1.la" is touched by more than one package: [u'pixman', u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib30_imap_zlib_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib11_imap_quota_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libfontconfig.la" is touched by more than one package: [u'fontconfig', u'pixman', u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libf2fs_format.la" is touched by more than one package: [u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libphidget21.la" is touched by more than one package: [u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'atk', u'libconfuse', u'libnl', u'expat', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libf2fs.la" is touched by more than one package: [u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/auth/lib20_auth_var_expand_crypt.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] 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'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] 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'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libdcrypt_openssl.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/libfs_compress.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib02_imap_acl_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib20_fts_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libdovecot-storage.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libdovecot.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib20_mail_log_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/librsvg-2.la" is touched by more than one package: [u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/doveadm/lib10_doveadm_expire_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib10_mail_crypt_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/old-stats/libstats_auth.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib01_acl_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] 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'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libite.la" is touched by more than one package: [u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib15_notify_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/libssl_iostream_openssl.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib99_welcome_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libdovecot-lda.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'fontconfig', u'pixman', u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib20_expire_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'expat', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'expat', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'atk', u'libconfuse', u'libnl', u'expat', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'expat', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] 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'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libatk-1.0.la" is touched by more than one package: [u'atk', u'libconfuse', u'libnl', u'expat', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] 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'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib95_imap_old_stats_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'expat', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib90_old_stats_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib10_quota_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/dovecot/lib10_last_login_plugin.la" is touched by more than one package: [u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libgdk_pixbuf-2.0.la" is touched by more than one package: [u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'expat', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libpangocairo-1.0.la" is touched by more than one package: [u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] Warning: staging file "./usr/lib/libfdisk.la" is touched by more than one package: [u'util-linux', u'libglib2', u'atk', u'libconfuse', u'libnl', u'expat', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libopenssl', u'dovecot', u'f2fs-tools', u'gdk-pixbuf', u'harfbuzz', u'snappy', u'leveldb', u'libxml2', u'libcroco', u'libite', u'libogg', u'libusb', u'libphidget', u'pango', u'librsvg', u'opus', u'opusfile', u'postgresql', u'qdecoder', u'sg3_utils'] ./support/scripts/check-uniq-files -t host /home/rclinux/rc-buildroot-test/scripts/instance-0/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'] rm -f /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/glib-compile-schemas /home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/nios2-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/etc echo "buildroot" > /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/etc/hosts mkdir -p /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/etc/shadow rm -f /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/bin/sh rm -f /home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/locales.nopurge; done for dir in /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/rclinux/rc-buildroot-test/scripts/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/include /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/aclocal \ /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/lib/pkgconfig /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/pkgconfig \ /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/lib/cmake /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/cmake find /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/lib/ /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/lib/ /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/gdb rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/bash-completion rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/zsh rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/man /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/man rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/info /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/info rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/doc /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/doc rm -rf /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share/gtk-doc rmdir /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/share 2>/dev/null || true find /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/rclinux/rc-buildroot-test/scripts/instance-0/output/host/bin/nios2-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/rclinux/rc-buildroot-test/scripts/instance-0/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 /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.05-git-00911-gf7c8cd89c9"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.05-git\"" \ ) > /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/rclinux/rc-buildroot-test/scripts/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/rclinux/rc-buildroot-test/scripts/instance-0/buildroot/support/scripts/fix-rpath target make: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/buildroot' make: Entering directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/buildroot' >>> Buildroot 2018.05-git-00911-gf7c8cd89c9 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 sourceryg++-2017.05-4-nios2-linux-gnu.src.tar.bz2: OK (md5: 529a7fecf33d0d113a446413b9d1e173) sourceryg++-2017.05-4-nios2-linux-gnu.src.tar.bz2: OK (sha256: 6e65878d0453708ee19098d3d68985bda244938d35999f3859915a2f5574fa08) >>> toolchain-external-codesourcery-niosII 2017.05-4 Collecting legal info >>> toolchain Collecting legal info >>> atk 2.22.0 Collecting legal info ERROR: No hash found for COPYING >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> 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) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> 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) >>> linux-pam 1.3.0 Collecting legal info ERROR: No hash found for Copyright >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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 >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> bmon 4.0 Collecting legal info ERROR: No hash found for LICENSE.BSD ERROR: No hash found for LICENSE.MIT >>> libconfuse 3.2 Collecting legal info ERROR: No hash found for LICENSE >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> cairo 1.14.10 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING-LGPL-2.1 ERROR: No hash found for COPYING-MPL-1.1 >>> fontconfig 2.12.4 Collecting legal info ERROR: No hash found for COPYING >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> 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) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> dovecot 2.3.1 Collecting legal info COPYING: OK (sha256: a363b132e494f662d98c820d1481297e6ae72f194c2c91b6c39e1518b86240a8) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.MIT: OK (sha256: 52b8c95fabb19575281874b661ef7968ea47e8f5d74ba0dd40ce512e52b3fc97) >>> openssl Collecting legal info >>> libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> dtach v0.9 Collecting legal info ERROR: No hash found for COPYING >>> f2fs-tools v1.8.0 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-libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> harfbuzz 1.7.1 Collecting legal info COPYING: OK (sha256: 2a886915de4f296cdae5ed67064f86dba01d0c55286d86e8487f2a5caaf40216) ERROR: No hash found for src/hb-ucdn/COPYING >>> leafnode2 2.0.0.alpha20140727b Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LGPL >>> leveldb v1.20 Collecting legal info ERROR: No hash found for LICENSE >>> snappy be6dc3db83c4701e3e79694dcbfd1c3da03b91dd Collecting legal info ERROR: No hash found for COPYING >>> libcroco 0.6.12 Collecting legal info ERROR: No hash found for COPYING.LIB >>> libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libite v2.0.1 Collecting legal info LICENSE: OK (sha256: 0e97ab27b60e20a7ddb8e9638189ad159124e51d2c12e12735b05423df224da5) src/chomp.c: OK (sha256: 9e0fb98d251dddf5ba81a355f6b4d89835ec53bc5d7f5fcd2c866b54ec5ccec8) src/pidfile.c: OK (sha256: a7d29c148e057fae11a87febc3a51970a26433c35a08fc710be689394442d32d) >>> libogg 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> libphidget 2.1.8.20140319 Collecting legal info ERROR: No hash found for COPYING >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> librsvg 2.40.20 Collecting legal info ERROR: No hash found for COPYING.LIB >>> pango 1.40.14 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> opus 1.2.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> opusfile 0.9 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> postgresql 10.3 Collecting legal info COPYRIGHT: OK (sha256: 24cfc70cf16b3a23242c49ffce39510683bdd48cbedb8a46fe03976ee5f5c21e) >>> host-zic 2018c Collecting legal info >>> host-pwgen 2.07 Collecting legal info ERROR: No hash found for debian/copyright >>> qdecoder r12.0.5 Collecting legal info ERROR: No hash found for COPYING >>> rng-tools 5 Collecting legal info ERROR: No hash found for COPYING >>> sg3_utils 1.42 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for BSD_LICENSE >>> sox 14.4.2 Collecting legal info ERROR: No hash found for LICENSE.GPL ERROR: No hash found for LICENSE.LGPL >>> tree 1.7.0 Collecting legal info ERROR: No hash found for LICENSE WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-codesourcery-niosII-2017.05-4: cannot save license (TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII_LICENSE_FILES not defined) WARNING: zic-2018c: cannot save license (HOST_ZIC_LICENSE_FILES not defined) Legal info produced in /home/rclinux/rc-buildroot-test/scripts/instance-0/output/legal-info make: Leaving directory '/home/rclinux/rc-buildroot-test/scripts/instance-0/buildroot'