This warning is for project developers. Use -Wno-dev to suppress it. !! doxygen not found, not generating documentation CMake Warning (dev) at CMakeLists.txt:76 (ADD_CUSTOM_TARGET): Policy CMP0037 is not set: Target names should not be reserved and should match a validity pattern. Run "cmake --help-policy CMP0037" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The target name "test" is reserved or not valid for certain CMake features, such as generator expressions, and may result in undefined behavior. This warning is for project developers. Use -Wno-dev to suppress it. -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /accts/mlweber1/instance-2/output/build/yajl-2.1.0 >>> yajl 2.1.0 Building PATH="/accts/mlweber1/instance-2/output/host/bin:/accts/mlweber1/instance-2/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 -C /accts/mlweber1/instance-2/output/build/yajl-2.1.0/ make[1]: Entering directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' make[2]: Entering directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' Scanning dependencies of target yajl make[3]: Leaving directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' Scanning dependencies of target yajl_s make[3]: Leaving directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' [ 3%] Building C object src/CMakeFiles/yajl.dir/yajl.c.o [ 6%] Building C object src/CMakeFiles/yajl.dir/yajl_lex.c.o [ 9%] Building C object src/CMakeFiles/yajl.dir/yajl_parser.c.o [ 12%] Building C object src/CMakeFiles/yajl.dir/yajl_buf.c.o [ 15%] Building C object src/CMakeFiles/yajl_s.dir/yajl.c.o [ 18%] Building C object src/CMakeFiles/yajl_s.dir/yajl_lex.c.o [ 21%] Building C object src/CMakeFiles/yajl_s.dir/yajl_parser.c.o [ 24%] Building C object src/CMakeFiles/yajl.dir/yajl_encode.c.o [ 27%] Building C object src/CMakeFiles/yajl.dir/yajl_gen.c.o [ 30%] Building C object src/CMakeFiles/yajl_s.dir/yajl_buf.c.o [ 33%] Building C object src/CMakeFiles/yajl.dir/yajl_alloc.c.o [ 36%] Building C object src/CMakeFiles/yajl_s.dir/yajl_encode.c.o [ 39%] Building C object src/CMakeFiles/yajl.dir/yajl_tree.c.o [ 42%] Building C object src/CMakeFiles/yajl_s.dir/yajl_alloc.c.o [ 45%] Building C object src/CMakeFiles/yajl_s.dir/yajl_tree.c.o [ 48%] Building C object src/CMakeFiles/yajl_s.dir/yajl_gen.c.o [ 51%] Building C object src/CMakeFiles/yajl_s.dir/yajl_version.c.o [ 54%] Building C object src/CMakeFiles/yajl.dir/yajl_version.c.o [ 57%] Linking C static library ../yajl-2.1.0/lib/libyajl.a [ 60%] Linking C shared library ../yajl-2.1.0/lib/libyajl.so make[3]: Leaving directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' [ 60%] Built target yajl_s make[3]: Leaving directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' [ 60%] Built target yajl make[3]: Entering directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' Scanning dependencies of target yajl_test make[3]: Leaving directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' Scanning dependencies of target gen-extra-close Scanning dependencies of target json_verify make[3]: Leaving directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' make[3]: Leaving directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' Scanning dependencies of target json_reformat Scanning dependencies of target parse_config make[3]: Leaving directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' make[3]: Leaving directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' make[3]: Entering directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' Scanning dependencies of target perftest make[3]: Leaving directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' [ 63%] Building C object test/parsing/CMakeFiles/yajl_test.dir/yajl_test.c.o make[3]: Entering directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' [ 66%] Building C object test/api/CMakeFiles/gen-extra-close.dir/gen-extra-close.c.o [ 69%] Building C object verify/CMakeFiles/json_verify.dir/json_verify.c.o [ 72%] Building C object reformatter/CMakeFiles/json_reformat.dir/json_reformat.c.o [ 75%] Building C object example/CMakeFiles/parse_config.dir/parse_config.c.o [ 78%] Building C object perf/CMakeFiles/perftest.dir/perftest.c.o [ 81%] Building C object perf/CMakeFiles/perftest.dir/documents.c.o [ 84%] Linking C executable gen-extra-close [ 87%] Linking C executable parse_config make[3]: Leaving directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' [ 87%] Built target gen-extra-close [ 90%] Linking C executable json_verify [ 93%] Linking C executable perftest make[3]: Leaving directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' [ 93%] Built target parse_config make[3]: Leaving directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' make[3]: Leaving directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' [ 96%] Linking C executable yajl_test [100%] Linking C executable json_reformat [100%] Built target perftest [100%] Built target json_verify make[3]: Leaving directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' [100%] Built target yajl_test make[3]: Leaving directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' [100%] Built target json_reformat make[2]: Leaving directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' make[1]: Leaving directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' >>> yajl 2.1.0 Installing to staging directory PATH="/accts/mlweber1/instance-2/output/host/bin:/accts/mlweber1/instance-2/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 DESTDIR=/accts/mlweber1/instance-2/output/host/i686-buildroot-linux-gnu/sysroot install/fast -C /accts/mlweber1/instance-2/output/build/yajl-2.1.0/ make[1]: Entering directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' Install the project... -- Install configuration: "Release" -- Installing: /accts/mlweber1/instance-2/output/host/i686-buildroot-linux-gnu/sysroot/usr/lib/libyajl.so.2.1.0 -- Installing: /accts/mlweber1/instance-2/output/host/i686-buildroot-linux-gnu/sysroot/usr/lib/libyajl.so.2 -- Installing: /accts/mlweber1/instance-2/output/host/i686-buildroot-linux-gnu/sysroot/usr/lib/libyajl.so -- Installing: /accts/mlweber1/instance-2/output/host/i686-buildroot-linux-gnu/sysroot/usr/lib/libyajl.a -- Installing: /accts/mlweber1/instance-2/output/host/i686-buildroot-linux-gnu/sysroot/usr/include/yajl/yajl_parse.h -- Installing: /accts/mlweber1/instance-2/output/host/i686-buildroot-linux-gnu/sysroot/usr/include/yajl/yajl_gen.h -- Installing: /accts/mlweber1/instance-2/output/host/i686-buildroot-linux-gnu/sysroot/usr/include/yajl/yajl_common.h -- Installing: /accts/mlweber1/instance-2/output/host/i686-buildroot-linux-gnu/sysroot/usr/include/yajl/yajl_tree.h -- Installing: /accts/mlweber1/instance-2/output/host/i686-buildroot-linux-gnu/sysroot/usr/include/yajl/yajl_version.h -- Installing: /accts/mlweber1/instance-2/output/host/i686-buildroot-linux-gnu/sysroot/usr/share/pkgconfig/yajl.pc -- Installing: /accts/mlweber1/instance-2/output/host/i686-buildroot-linux-gnu/sysroot/usr/bin/json_reformat -- Set runtime path of "/accts/mlweber1/instance-2/output/host/i686-buildroot-linux-gnu/sysroot/usr/bin/json_reformat" to "" -- Installing: /accts/mlweber1/instance-2/output/host/i686-buildroot-linux-gnu/sysroot/usr/bin/json_verify -- Set runtime path of "/accts/mlweber1/instance-2/output/host/i686-buildroot-linux-gnu/sysroot/usr/bin/json_verify" to "" make[1]: Leaving directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' >>> yajl 2.1.0 Fixing libtool files >>> yajl 2.1.0 Installing to target PATH="/accts/mlweber1/instance-2/output/host/bin:/accts/mlweber1/instance-2/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 DESTDIR=/accts/mlweber1/instance-2/output/target install/fast -C /accts/mlweber1/instance-2/output/build/yajl-2.1.0/ make[1]: Entering directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' Install the project... -- Install configuration: "Release" -- Installing: /accts/mlweber1/instance-2/output/target/usr/lib/libyajl.so.2.1.0 -- Installing: /accts/mlweber1/instance-2/output/target/usr/lib/libyajl.so.2 -- Installing: /accts/mlweber1/instance-2/output/target/usr/lib/libyajl.so -- Installing: /accts/mlweber1/instance-2/output/target/usr/lib/libyajl.a -- Installing: /accts/mlweber1/instance-2/output/target/usr/include/yajl/yajl_parse.h -- Installing: /accts/mlweber1/instance-2/output/target/usr/include/yajl/yajl_gen.h -- Installing: /accts/mlweber1/instance-2/output/target/usr/include/yajl/yajl_common.h -- Installing: /accts/mlweber1/instance-2/output/target/usr/include/yajl/yajl_tree.h -- Installing: /accts/mlweber1/instance-2/output/target/usr/include/yajl/yajl_version.h -- Installing: /accts/mlweber1/instance-2/output/target/usr/share/pkgconfig/yajl.pc -- Installing: /accts/mlweber1/instance-2/output/target/usr/bin/json_reformat -- Set runtime path of "/accts/mlweber1/instance-2/output/target/usr/bin/json_reformat" to "" -- Installing: /accts/mlweber1/instance-2/output/target/usr/bin/json_verify -- Set runtime path of "/accts/mlweber1/instance-2/output/target/usr/bin/json_verify" to "" make[1]: Leaving directory `/accts/mlweber1/instance-2/output/build/yajl-2.1.0' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /accts/mlweber1/instance-2/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /accts/mlweber1/instance-2/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'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/ts/waveshare.la" is touched by more than one package: [u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libcap-ng.la" is touched by more than one package: [u'libcap-ng', u'audit', u'expat', u'libsepol', u'pcre', u'libselinux', u'dbus', u'libdaemon', u'libffi', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bitstream', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'avahi', u'bitstream', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libgd.la" is touched by more than one package: [u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] 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'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] 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'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libselinux', u'dbus', u'libdaemon', u'libffi', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bitstream', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libauparse.la" is touched by more than one package: [u'audit', u'expat', u'libsepol', u'pcre', u'libselinux', u'dbus', u'libdaemon', u'libffi', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bitstream', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libcroco-0.6.la" is touched by more than one package: [u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'avahi', u'bitstream', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/ts/input.la" is touched by more than one package: [u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libavahi-core.la" is touched by more than one package: [u'avahi', u'bitstream', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libaudit.la" is touched by more than one package: [u'audit', u'expat', u'libsepol', u'pcre', u'libselinux', u'dbus', u'libdaemon', u'libffi', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bitstream', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libcairo.la" is touched by more than one package: [u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libdns_sd.la" is touched by more than one package: [u'avahi', u'bitstream', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bitstream', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/ts/dejitter.la" is touched by more than one package: [u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'avahi', u'bitstream', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] 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'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] 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'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libnfnetlink.la" is touched by more than one package: [u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libcairo-gobject.la" is touched by more than one package: [u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libselinux', u'dbus', u'libdaemon', u'libffi', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bitstream', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/ts/pthres.la" is touched by more than one package: [u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'avahi', u'bitstream', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libselinux', u'dbus', u'libdaemon', u'libffi', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bitstream', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] 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'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] 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'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libharfbuzz.la" is touched by more than one package: [u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/ts/linear.la" is touched by more than one package: [u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'avahi', u'bitstream', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/ts/skip.la" is touched by more than one package: [u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libpangoft2-1.0.la" is touched by more than one package: [u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'avahi', u'bitstream', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libts.la" is touched by more than one package: [u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libpixman-1.la" is touched by more than one package: [u'pixman', u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libfontconfig.la" is touched by more than one package: [u'fontconfig', u'pixman', u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/ts/debounce.la" is touched by more than one package: [u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libavahi-common.la" is touched by more than one package: [u'avahi', u'bitstream', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libev.la" is touched by more than one package: [u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] 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'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'avahi', u'bitstream', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/ts/lowpass.la" is touched by more than one package: [u'tslib', u'xutil_util-macros', u'yajl'] 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'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/ts/tatung.la" is touched by more than one package: [u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/ts/iir.la" is touched by more than one package: [u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libdaemon.la" is touched by more than one package: [u'libdaemon', u'libffi', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bitstream', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libavahi-client.la" is touched by more than one package: [u'avahi', u'bitstream', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libavahi-gobject.la" is touched by more than one package: [u'avahi', u'bitstream', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/librsvg-2.la" is touched by more than one package: [u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libevdev.la" is touched by more than one package: [u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libpango-1.0.la" is touched by more than one package: [u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/ts/median.la" is touched by more than one package: [u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'libsepol', u'pcre', u'libselinux', u'dbus', u'libdaemon', u'libffi', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bitstream', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] 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'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libdbus-1.la" is touched by more than one package: [u'dbus', u'libdaemon', u'libffi', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bitstream', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/ts/invert.la" is touched by more than one package: [u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/ts/variance.la" is touched by more than one package: [u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libzmq.la" is touched by more than one package: [u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'fontconfig', u'pixman', u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] 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'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'avahi', u'bitstream', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] 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'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libczmq.la" is touched by more than one package: [u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libavahi-glib.la" is touched by more than one package: [u'avahi', u'bitstream', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libgdk_pixbuf-2.0.la" is touched by more than one package: [u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libshairplay.la" is touched by more than one package: [u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/ts/touchkit.la" is touched by more than one package: [u'tslib', u'xutil_util-macros', u'yajl'] 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'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libpangocairo-1.0.la" is touched by more than one package: [u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libpwquality.la" is touched by more than one package: [u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] Warning: staging file "./usr/lib/libcrack.la" is touched by more than one package: [u'cracklib', u'zeromq', u'czmq', u'libev', u'libevdev', u'gd', u'gdk-pixbuf', u'harfbuzz', u'libxml2', u'libcroco', u'libusb', u'libiqrf', u'libnfnetlink', u'libnl', u'libopenssl', u'libpwquality', u'pango', u'librsvg', u'ustr', u'libsemanage', u'libshairplay', u'rapidxml', u'scrypt', u'tinyxml2', u'tslib', u'xutil_util-macros', u'yajl'] ./support/scripts/check-uniq-files -t host /accts/mlweber1/instance-2/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 /accts/mlweber1/instance-2/output/target/usr/share/glib-2.0/schemas/*.xml /accts/mlweber1/instance-2/output/target/usr/share/glib-2.0/schemas/*.dtd /accts/mlweber1/instance-2/output/host/bin/glib-compile-schemas /accts/mlweber1/instance-2/output/host/i686-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/accts/mlweber1/instance-2/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /accts/mlweber1/instance-2/output/target/etc echo "buildroot" > /accts/mlweber1/instance-2/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /accts/mlweber1/instance-2/output/target/etc/hosts mkdir -p /accts/mlweber1/instance-2/output/target/etc echo "Welcome to Buildroot" > /accts/mlweber1/instance-2/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /accts/mlweber1/instance-2/output/target/etc/shadow rm -f /accts/mlweber1/instance-2/output/target/bin/sh rm -f /accts/mlweber1/instance-2/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /accts/mlweber1/instance-2/output/build/locales.nopurge; done for dir in /accts/mlweber1/instance-2/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /accts/mlweber1/instance-2/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /accts/mlweber1/instance-2/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /accts/mlweber1/instance-2/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /accts/mlweber1/instance-2/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /accts/mlweber1/instance-2/output/target/usr/include /accts/mlweber1/instance-2/output/target/usr/share/aclocal \ /accts/mlweber1/instance-2/output/target/usr/lib/pkgconfig /accts/mlweber1/instance-2/output/target/usr/share/pkgconfig \ /accts/mlweber1/instance-2/output/target/usr/lib/cmake /accts/mlweber1/instance-2/output/target/usr/share/cmake find /accts/mlweber1/instance-2/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /accts/mlweber1/instance-2/output/target/lib/ /accts/mlweber1/instance-2/output/target/usr/lib/ /accts/mlweber1/instance-2/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /accts/mlweber1/instance-2/output/target/usr/share/gdb rm -rf /accts/mlweber1/instance-2/output/target/usr/share/bash-completion rm -rf /accts/mlweber1/instance-2/output/target/usr/share/zsh rm -rf /accts/mlweber1/instance-2/output/target/usr/man /accts/mlweber1/instance-2/output/target/usr/share/man rm -rf /accts/mlweber1/instance-2/output/target/usr/info /accts/mlweber1/instance-2/output/target/usr/share/info rm -rf /accts/mlweber1/instance-2/output/target/usr/doc /accts/mlweber1/instance-2/output/target/usr/share/doc rm -rf /accts/mlweber1/instance-2/output/target/usr/share/gtk-doc rmdir /accts/mlweber1/instance-2/output/target/usr/share 2>/dev/null || true find /accts/mlweber1/instance-2/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-2/output/host/bin/i686-ctng-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /accts/mlweber1/instance-2/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /accts/mlweber1/instance-2/output/host/bin/i686-ctng-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug find /accts/mlweber1/instance-2/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /accts/mlweber1/instance-2/output/host/bin/i686-ctng-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /accts/mlweber1/instance-2/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-2/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-2/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.05-git-00725-ge177192"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.05-git\"" \ ) > /accts/mlweber1/instance-2/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /accts/mlweber1/instance-2/output/target/etc >>> Sanitizing RPATH in target tree /accts/mlweber1/instance-2/buildroot/support/scripts/fix-rpath target make: Leaving directory `/accts/mlweber1/instance-2/buildroot' make: Entering directory `/accts/mlweber1/instance-2/buildroot' >>> Buildroot 2018.05-git-00725-ge177192 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 >>> amd-catalyst 15.9 Collecting legal info ERROR: No hash found for LICENSE.TXT >>> audit 2.8.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libcap-ng 0.7.8 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> avahi 0.7 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> dbus 1.12.6 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> libselinux 2.7 Collecting legal info ERROR: No hash found for LICENSE >>> libsepol 2.7 Collecting legal info ERROR: No hash found for COPYING >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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) >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> 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) >>> libdaemon 0.14 Collecting legal info ERROR: No hash found for LICENSE >>> libglib2 2.56.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.0 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) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> 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 >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> bitstream 1.2 Collecting legal info ERROR: No hash found for COPYING >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> 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 >>> 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 >>> 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 >>> 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 >>> dvblast 3.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.WTFPL >>> libev 4.24 Collecting legal info ERROR: No hash found for LICENSE >>> evemu 2.7.0 Collecting legal info ERROR: No hash found for COPYING >>> libevdev 1.5.9 Collecting legal info COPYING: OK (sha256: f063d1279b31e73007e1c54493391818b4cb5f9162d590120397e0347b932137) >>> gd 2.2.5 Collecting legal info COPYING: OK (sha256: d02dae2141d49b8a6b09b2b73e68a8f17d7bbeaaf02b3b841ee11fea2d9e328d) >>> 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) >>> genpart 1.0.2 Collecting legal info >>> harfbuzz 1.7.1 Collecting legal info COPYING: OK (sha256: 2a886915de4f296cdae5ed67064f86dba01d0c55286d86e8487f2a5caaf40216) ERROR: No hash found for src/hb-ucdn/COPYING >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info ERROR: No hash found for jsmin.c >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info ERROR: No hash found for json2.js >>> 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) >>> libiqrf v0.1.2 Collecting legal info >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> libnfnetlink 1.0.1 Collecting legal info ERROR: No hash found for COPYING >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> libpwquality 1.3.0 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) >>> libsemanage 2.7 Collecting legal info ERROR: No hash found for COPYING >>> ustr 1.0.4 Collecting legal info ERROR: No hash found for LICENSE ERROR: No hash found for LICENSE_BSD ERROR: No hash found for LICENSE_LGPL ERROR: No hash found for LICENSE_MIT >>> libshairplay ce80e005908f41d0e6fde1c4a21e9cb8ee54007b Collecting legal info ERROR: No hash found for LICENSE >>> minissdpd 1.5 Collecting legal info LICENSE: OK (sha256: c432d6ee83deb6a0c105a2c3ebd11e3855ab91498b0847a8657e68ce8e4491a5) >>> openssl Collecting legal info >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pimd 2.3.2 Collecting legal info LICENSE: OK (sha256: 3379436c16caccdef9b40a49fbdfdbb45aad8ecb05870834490b8fb080126009) LICENSE.mrouted: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> policycoreutils 2.7 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> rapidxml 1.13 Collecting legal info ERROR: No hash found for license.txt >>> screen 4.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> scrypt 1.2.0 Collecting legal info ERROR: No hash found for main.c >>> squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Collecting legal info ERROR: No hash found for COPYING >>> tinyxml2 4.0.1 Collecting legal info ERROR: No hash found for readme.md >>> tslib 1.15 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> xutil_util-macros 1.19.2 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> yajl 2.1.0 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) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: libiqrf-v0.1.2: cannot save license (LIBIQRF_LICENSE_FILES not defined) Legal info produced in /accts/mlweber1/instance-2/output/legal-info make: Leaving directory `/accts/mlweber1/instance-2/buildroot'