checking for git... /usr/bin/git checking pkg-config is at least version 0.9.0... yes checking whether compiler predefines _FORTIFY_SOURCE... no checking for getopt_long in -lgnugetopt... no checking for lstat... yes checking for getopt_long... yes checking for getpassphrase... no checking for clock_gettime... yes checking for tcsetattr... yes checking for library containing dlopen... none required checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking whether getaddrinfo() supports AI_ADDRCONFIG... yes checking for openssl... yes checking whether openssl is usable... yes checking whether zlib is usable... yes checking for Qt5Network >= 5.4... no checking for GNU make... /usr/bin/make configure: creating ./config.status config.status: creating Makefile config.status: creating znc-buildmod config.status: creating man/Makefile config.status: creating znc.pc config.status: creating znc-uninstalled.pc config.status: creating modules/Makefile config.status: creating include/znc/zncconfig.h configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --disable-nls, --disable-static, --enable-shared ZNC 1.7.1 configured prefix: /usr debug: no ipv6: yes openssl: yes dns: threads perl: no python: no swig: not needed cyrus: no tcl: no charset: no zlib: yes run from src: no Now you can run "make" to compile ZNC >>> znc 1.7.1 Building PATH="/accts/mlweber1/instance-3/output/host/bin:/accts/mlweber1/instance-3/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 -C /accts/mlweber1/instance-3/output/build/znc-1.7.1/ make[1]: Entering directory `/accts/mlweber1/instance-3/output/build/znc-1.7.1' make[2]: Entering directory `/accts/mlweber1/instance-3/output/build/znc-1.7.1/man' Packing man page znc.1.gz... Packing man page znc-buildmod.1.gz... make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/znc-1.7.1/man' Building core object main... Building core object ZNCString... Building core object znc... Building core object IRCNetwork... Building core object User... Building core object IRCSock... Building core object Client... Building core object Chan... Building core object Nick... Building core object Server... Building core object Modules... Building core object MD5... Building core object Buffer... Building core object Utils... Building core object FileUtils... Building core object HTTPSock... Building core object Template... Building core object ClientCommand... Building core object Socket... Building core object SHA256... Building core object WebModules... Building core object Listener... Building core object Config... Building core object ZNCDebug... Building core object Threads... Building core object version... Building core object Query... Building core object SSLVerifyHost... Building core object Message... Building core object Translation... make[2]: Entering directory `/accts/mlweber1/instance-3/output/build/znc-1.7.1/modules' Building module admindebug... Building module adminlog... Building core object Csocket... Building module alias... Building module autoattach... Building module autocycle... Building module autoop... Building module autoreply... Building module autovoice... Building module awaynick... src/IRCNetwork.cpp: In member function 'virtual void CIRCNetworkPingTimer::RunJob()': src/IRCNetwork.cpp:53:57: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] pIRCSock->GetTimeSinceLastDataTransaction() >= uFrequency) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ src/IRCNetwork.cpp:59:60: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (pClient->GetTimeSinceLastDataTransaction() >= uFrequency) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ Building module awaystore... src/User.cpp: In member function 'virtual void CUserTimer::RunJob()': src/User.cpp:48:64: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (pUserClient->GetTimeSinceLastDataTransaction() >= ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ m_pUser->GetPingFrequency()) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Building module block_motd... Building module blockuser... Building module bouncedcc... Building module buffextras... In file included from ./include/znc/Client.h:24:0, from ./include/znc/znc.h:21, from ./include/znc/IRCNetwork.h:24, from src/IRCNetwork.cpp:17: src/IRCNetwork.cpp: In member function 'bool CIRCNetwork::JoinChan(CChan*)': ./include/znc/main.h:110:9: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (macNETWORK != nullptr) { \ ^ src/IRCNetwork.cpp:993:9: note: in expansion of macro 'NETWORKMODULECALL' NETWORKMODULECALL(OnTimerAutoJoin(*pChan), m_pUser, this, nullptr, ^~~~~~~~~~~~~~~~~ ./include/znc/main.h:110:9: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (macNETWORK != nullptr) { \ ^ src/IRCNetwork.cpp:981:5: note: in expansion of macro 'NETWORKMODULECALL' NETWORKMODULECALL(OnJoining(*pChan), m_pUser, this, nullptr, &bReturn); ^~~~~~~~~~~~~~~~~ src/IRCNetwork.cpp: In member function 'void CIRCNetwork::ClientConnected(CClient*)': ./include/znc/main.h:110:9: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (macNETWORK != nullptr) { \ ^ src/IRCNetwork.cpp:716:9: note: in expansion of macro 'NETWORKMODULECALL' NETWORKMODULECALL(OnPrivBufferPlayMessage(Message), m_pUser, this, ^~~~~~~~~~~~~~~~~ src/IRCNetwork.cpp: In member function 'bool CIRCNetwork::Connect()': ./include/znc/main.h:110:9: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (macNETWORK != nullptr) { \ ^ src/IRCNetwork.cpp:1296:5: note: in expansion of macro 'NETWORKMODULECALL' NETWORKMODULECALL(OnIRCConnecting(pIRCSock), m_pUser, this, nullptr, ^~~~~~~~~~~~~~~~~ In file included from ./include/znc/Client.h:24:0, from ./include/znc/znc.h:21, from ./include/znc/IRCNetwork.h:24, from src/User.cpp:20: src/User.cpp: In member function 'bool CUser::DeleteNetwork(const CString&)': ./include/znc/main.h:85:9: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (macUSER != nullptr) { \ ^ ./include/znc/main.h:126:5: note: in expansion of macro '_USERMODULECALL' _USERMODULECALL(macFUNC, macUSER, nullptr, macCLIENT, macEXITER) ^~~~~~~~~~~~~~~ src/User.cpp:550:9: note: in expansion of macro 'USERMODULECALL' USERMODULECALL(OnDeleteNetwork(*pNetwork), this, nullptr, &bCancel); ^~~~~~~~~~~~~~ src/User.cpp: In member function 'CIRCNetwork* CUser::AddNetwork(const CString&, CString&)': ./include/znc/main.h:85:9: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (macUSER != nullptr) { \ ^ ./include/znc/main.h:126:5: note: in expansion of macro '_USERMODULECALL' _USERMODULECALL(macFUNC, macUSER, nullptr, macCLIENT, macEXITER) ^~~~~~~~~~~~~~~ src/User.cpp:518:5: note: in expansion of macro 'USERMODULECALL' USERMODULECALL(OnAddNetwork(*pNetwork, sErrorRet), this, nullptr, &bCancel); ^~~~~~~~~~~~~~ Building module cert... Building module certauth... Building module chansaver... Building module clearbufferonmsg... Building module clientnotify... Building module controlpanel... Building module crypt... Building module ctcpflood... Building module dcc... Building module disconkick... Building module fail2ban... Building module flooddetach... Building module identfile... Building module imapauth... Building module keepnick... Building module kickrejoin... Building module lastseen... Building module listsockets... Building module log... Building module missingmotd... Building module modules_online... Building module nickserv... Building module notes... Building module notify_connect... Building module partyline... Building module perform... Building module q... Building module raw... Building module route_replies... Building module sample... Building module samplewebapi... Building module sasl... Building module savebuff... Building module schat... Building module send_raw... Building module shell... Building module simple_away... partyline.cpp: In member function 'virtual CModule::EModRet CPartylineMod::OnNumericMessage(CNumericMessage&)': partyline.cpp:209:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < Msg.GetParams().size(); ++i) { ~~^~~~~~~~~~~~~~~~~~~~~~~~ Building module stickychan... Building module stripcontrols... Building module watch... Building module webadmin... Linking module admindebug... Linking module adminlog... Linking module alias... Linking module autoattach... Linking module autocycle... Linking module autoop... Linking module autoreply... Linking module autovoice... Linking module awaynick... Linking module awaystore... Linking module block_motd... Linking module blockuser... Linking module bouncedcc... Linking module buffextras... Linking module cert... Linking module certauth... Linking module chansaver... Linking module clearbufferonmsg... Linking module clientnotify... Linking module crypt... Linking module dcc... Linking module ctcpflood... Linking module disconkick... Linking module fail2ban... Linking module flooddetach... Linking module identfile... Linking module keepnick... Linking module kickrejoin... Linking module imapauth... Linking module lastseen... Linking module missingmotd... Linking module modules_online... Linking module nickserv... Linking module notify_connect... Linking module raw... Linking module samplewebapi... Linking module listsockets... Linking module perform... Linking module stripcontrols... Linking module notes... Linking module shell... Linking module route_replies... Linking module send_raw... Linking module log... Linking module savebuff... Linking module simple_away... Linking module schat... Linking module stickychan... Linking module sasl... Linking module sample... Linking module partyline... Linking module q... Linking module watch... Linking module controlpanel... Linking znc... Linking module webadmin... make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/znc-1.7.1/modules' ZNC was successfully compiled. Use '/usr/bin/make install' to install ZNC to '/usr'. make[1]: Leaving directory `/accts/mlweber1/instance-3/output/build/znc-1.7.1' >>> znc 1.7.1 Installing to target PATH="/accts/mlweber1/instance-3/output/host/bin:/accts/mlweber1/instance-3/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 DESTDIR=/accts/mlweber1/instance-3/output/target install -C /accts/mlweber1/instance-3/output/build/znc-1.7.1/ make[1]: Entering directory `/accts/mlweber1/instance-3/output/build/znc-1.7.1' test -d /accts/mlweber1/instance-3/output/target/usr/bin || /usr/bin/install -c -d /accts/mlweber1/instance-3/output/target/usr/bin test -d /accts/mlweber1/instance-3/output/target/usr/include/znc || /usr/bin/install -c -d /accts/mlweber1/instance-3/output/target/usr/include/znc test -d /accts/mlweber1/instance-3/output/target/usr/lib/pkgconfig || /usr/bin/install -c -d /accts/mlweber1/instance-3/output/target/usr/lib/pkgconfig test -d /accts/mlweber1/instance-3/output/target/usr/lib/znc || /usr/bin/install -c -d /accts/mlweber1/instance-3/output/target/usr/lib/znc test -d /accts/mlweber1/instance-3/output/target/usr/share/znc || /usr/bin/install -c -d /accts/mlweber1/instance-3/output/target/usr/share/znc cp -R ./webskins /accts/mlweber1/instance-3/output/target/usr/share/znc find /accts/mlweber1/instance-3/output/target/usr/share/znc/webskins -type d -exec chmod 0755 '{}' \; find /accts/mlweber1/instance-3/output/target/usr/share/znc/webskins -type f -exec chmod 0644 '{}' \; /usr/bin/install -c znc /accts/mlweber1/instance-3/output/target/usr/bin /usr/bin/install -c znc-buildmod /accts/mlweber1/instance-3/output/target/usr/bin /usr/bin/install -c -m 644 ./include/znc/*.h /accts/mlweber1/instance-3/output/target/usr/include/znc /usr/bin/install -c -m 644 include/znc/*.h /accts/mlweber1/instance-3/output/target/usr/include/znc /usr/bin/install -c -m 644 znc.pc /accts/mlweber1/instance-3/output/target/usr/lib/pkgconfig make[2]: Entering directory `/accts/mlweber1/instance-3/output/build/znc-1.7.1/modules' rm -rf /accts/mlweber1/instance-3/output/target/usr/share/znc/modules test -d /accts/mlweber1/instance-3/output/target/usr/lib/znc || /usr/bin/install -c -d /accts/mlweber1/instance-3/output/target/usr/lib/znc test -d /accts/mlweber1/instance-3/output/target/usr/share/znc/modules || /usr/bin/install -c -d /accts/mlweber1/instance-3/output/target/usr/share/znc/modules rm -rf /accts/mlweber1/instance-3/output/target/usr/lib/znc/*.so cp -R ./data/* /accts/mlweber1/instance-3/output/target/usr/share/znc/modules find /accts/mlweber1/instance-3/output/target/usr/share/znc/modules -type d -exec chmod 0755 '{}' \; find /accts/mlweber1/instance-3/output/target/usr/share/znc/modules -type f -exec chmod 0644 '{}' \; /usr/bin/install -c admindebug.so adminlog.so alias.so autoattach.so autocycle.so autoop.so autoreply.so autovoice.so awaynick.so awaystore.so block_motd.so blockuser.so bouncedcc.so buffextras.so cert.so certauth.so chansaver.so clearbufferonmsg.so clientnotify.so controlpanel.so crypt.so ctcpflood.so dcc.so disconkick.so fail2ban.so flooddetach.so identfile.so imapauth.so keepnick.so kickrejoin.so lastseen.so listsockets.so log.so missingmotd.so modules_online.so nickserv.so notes.so notify_connect.so partyline.so perform.so q.so raw.so route_replies.so sample.so samplewebapi.so sasl.so savebuff.so schat.so send_raw.so shell.so simple_away.so stickychan.so stripcontrols.so watch.so webadmin.so /accts/mlweber1/instance-3/output/target/usr/lib/znc make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/znc-1.7.1/modules' if test -n ""; then \ test -d /accts/mlweber1/instance-3/output/target || /usr/bin/install -c -d /accts/mlweber1/instance-3/output/target || exit 1 ; \ /usr/bin/install -c /accts/mlweber1/instance-3/output/target || exit 1 ; \ /usr/bin/install -c libznc.dll.a /accts/mlweber1/instance-3/output/target/usr/lib || exit 1 ; \ fi make[2]: Entering directory `/accts/mlweber1/instance-3/output/build/znc-1.7.1/man' test -d /accts/mlweber1/instance-3/output/target/usr/share/man/man1 || /usr/bin/install -c -d /accts/mlweber1/instance-3/output/target/usr/share/man/man1 /usr/bin/install -c -m 644 znc.1.gz znc-buildmod.1.gz /accts/mlweber1/instance-3/output/target/usr/share/man/man1 make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/znc-1.7.1/man' #test -d /accts/mlweber1/instance-3/output/target || /usr/bin/install -c -d /accts/mlweber1/instance-3/output/target #/usr/bin/install -c -m 644 ./znc.service /accts/mlweber1/instance-3/output/target ****************************************************************** ZNC was successfully installed. You can use '/usr/bin/znc --makeconf' to generate a config file. If you need help with using ZNC, please visit our wiki at: https://znc.in make[1]: Leaving directory `/accts/mlweber1/instance-3/output/build/znc-1.7.1' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /accts/mlweber1/instance-3/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'check', u'libffi', u'readline', u'libcdio', u'wget'] Warning: target file "./etc/pam.d/sshd" is touched by more than one package: [u'dropbear', u'openssh'] Warning: target file "./usr/lib/luarocks/rocks-5.1/manifest" is touched by more than one package: [u'lua-bit32', u'lua-curl', u'lua-fifo', u'luaexpat', u'luafilesystem', u'luasocket'] Warning: target file "./usr/bin/scp" is touched by more than one package: [u'dropbear', u'openssh'] ./support/scripts/check-uniq-files -t staging /accts/mlweber1/instance-3/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libvdeplug.la" is touched by more than one package: [u'vde2', u'x265'] Warning: staging file "./usr/lib/libcdio++.la" is touched by more than one package: [u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libpath_utils.la" is touched by more than one package: [u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'libusb', u'libpcap', u'libtirpc', u'dbus-glib', u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'check', u'libffi', u'readline', u'libcdio'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'libnl', u'libusb', u'libpcap', u'libtirpc', u'dbus-glib', u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libtspi.la" is touched by more than one package: [u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libjansson.la" is touched by more than one package: [u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libbasicobjects.la" is touched by more than one package: [u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libtheoraenc.la" is touched by more than one package: [u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libdmtx.la" is touched by more than one package: [u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libcheck.la" is touched by more than one package: [u'check', u'expat', u'dbus', u'libffi', u'pcre', u'flex', u'linux-pam', u'ncurses', u'libzlib', u'libopenssl', u'python3', u'readline', u'util-linux', u'libglib2', u'bluez_utils', u'libnl', u'libusb', u'libpcap', u'libtirpc', u'dbus-glib', u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] 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'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] 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'libopenssl', u'python3', u'readline', u'util-linux', u'libglib2', u'bluez_utils', u'libnl', u'libusb', u'libpcap', u'libtirpc', u'dbus-glib', u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libdhash.la" is touched by more than one package: [u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/vde2/vde_l3/pfifo.la" is touched by more than one package: [u'vde2', u'x265'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'libnl', u'libusb', u'libpcap', u'libtirpc', u'dbus-glib', u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libavahi-core.la" is touched by more than one package: [u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libsigrok.la" is touched by more than one package: [u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libcairo.la" is touched by more than one package: [u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libsidplay2.la" is touched by more than one package: [u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libdns_sd.la" is touched by more than one package: [u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libvdesnmp.la" is touched by more than one package: [u'vde2', u'x265'] 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'libopenssl', u'python3', u'readline', u'util-linux', u'libglib2', u'bluez_utils', u'libnl', u'libusb', u'libpcap', u'libtirpc', u'dbus-glib', u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libbluetooth.la" is touched by more than one package: [u'bluez_utils', u'libnl', u'libusb', u'libpcap', u'libtirpc', u'dbus-glib', u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libgiomm-2.4.la" is touched by more than one package: [u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libtcti-device.la" is touched by more than one package: [u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libini_config.la" is touched by more than one package: [u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'libnl', u'libusb', u'libpcap', u'libtirpc', u'dbus-glib', u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libgstdataprotocol-0.10.la" is touched by more than one package: [u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libopus.la" is touched by more than one package: [u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libcairo-gobject.la" is touched by more than one package: [u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libflickcurl.la" is touched by more than one package: [u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] 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'libopenssl', u'python3', u'readline', u'util-linux', u'libglib2', u'bluez_utils', u'libnl', u'libusb', u'libpcap', u'libtirpc', u'dbus-glib', u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libvorbisenc.la" is touched by more than one package: [u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libcollection.la" is touched by more than one package: [u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'bluez_utils', u'libnl', u'libusb', u'libpcap', u'libtirpc', u'dbus-glib', u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libfl.la" is touched by more than one package: [u'flex', u'linux-pam', u'ncurses', u'libzlib', u'libopenssl', u'python3', u'readline', u'util-linux', u'libglib2', u'bluez_utils', u'libnl', u'libusb', u'libpcap', u'libtirpc', u'dbus-glib', u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libreplaygain.la" is touched by more than one package: [u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libvorbisfile.la" is touched by more than one package: [u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'libpcap', u'libtirpc', u'dbus-glib', u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] 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'libopenssl', u'python3', u'readline', u'util-linux', u'libglib2', u'bluez_utils', u'libnl', u'libusb', u'libpcap', u'libtirpc', u'dbus-glib', u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libiso9660++.la" is touched by more than one package: [u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libSDL2main.la" is touched by more than one package: [u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libprocps.la" is touched by more than one package: [u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'libnl', u'libusb', u'libpcap', u'libtirpc', u'dbus-glib', u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libvorbis.la" is touched by more than one package: [u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'libnl', u'libusb', u'libpcap', u'libtirpc', u'dbus-glib', u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libavahi-gobject.la" is touched by more than one package: [u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libpixman-1.la" is touched by more than one package: [u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/gstreamer-0.10/libgstcoreelements.la" is touched by more than one package: [u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libfontconfig.la" is touched by more than one package: [u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/python3.7/site-packages/_dbus_bindings.la" is touched by more than one package: [u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libtcti-socket.la" is touched by more than one package: [u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libavahi-common.la" is touched by more than one package: [u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libgstnet-0.10.la" is touched by more than one package: [u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libtirpc.la" is touched by more than one package: [u'libtirpc', u'dbus-glib', u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libsigc-2.0.la" is touched by more than one package: [u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libev.la" is touched by more than one package: [u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libcurl.la" is touched by more than one package: [u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'bluez_utils', u'libnl', u'libusb', u'libpcap', u'libtirpc', u'dbus-glib', u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libulockmgr.la" is touched by more than one package: [u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/liburiparser.la" is touched by more than one package: [u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/vde2/vde_l3/tbf.la" is touched by more than one package: [u'vde2', u'x265'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libdaemon.la" is touched by more than one package: [u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libavahi-client.la" is touched by more than one package: [u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libcdio_paranoia.la" is touched by more than one package: [u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libjose.la" is touched by more than one package: [u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libfftw3.la" is touched by more than one package: [u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libgstbase-0.10.la" is touched by more than one package: [u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libgstreamer-0.10.la" is touched by more than one package: [u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libmodbus.la" is touched by more than one package: [u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libSDL2_image.la" is touched by more than one package: [u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libcairomm-1.0.la" is touched by more than one package: [u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libmodplug.la" is touched by more than one package: [u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libresid-builder.la" is touched by more than one package: [u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libconfig.la" is touched by more than one package: [u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libfuse.la" is touched by more than one package: [u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'dbus', u'libffi', u'pcre', u'flex', u'linux-pam', u'ncurses', u'libzlib', u'libopenssl', u'python3', u'readline', u'util-linux', u'libglib2', u'bluez_utils', u'libnl', u'libusb', u'libpcap', u'libtirpc', u'dbus-glib', u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libgstcontroller-0.10.la" is touched by more than one package: [u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/python3.7/site-packages/_dbus_glib_bindings.la" is touched by more than one package: [u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libvdehist.la" is touched by more than one package: [u'vde2', u'x265'] Warning: staging file "./usr/lib/libnetfilter_cttimeout.la" is touched by more than one package: [u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/python3.7/site-packages/libmount/pylibmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'bluez_utils', u'libnl', u'libusb', u'libpcap', u'libtirpc', u'dbus-glib', u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libdbus-1.la" is touched by more than one package: [u'dbus', u'libffi', u'pcre', u'flex', u'linux-pam', u'ncurses', u'libzlib', u'libopenssl', u'python3', u'readline', u'util-linux', u'libglib2', u'bluez_utils', u'libnl', u'libusb', u'libpcap', u'libtirpc', u'dbus-glib', u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/vde2/vde_l3/bfifo.la" is touched by more than one package: [u'vde2', u'x265'] Warning: staging file "./usr/lib/libvdemgmt.la" is touched by more than one package: [u'vde2', u'x265'] Warning: staging file "./usr/lib/libcdio_cdda.la" is touched by more than one package: [u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libglibmm-2.4.la" is touched by more than one package: [u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libtheora.la" is touched by more than one package: [u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libsapi.la" is touched by more than one package: [u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libbeecrypt.la" is touched by more than one package: [u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'libusb', u'libpcap', u'libtirpc', u'dbus-glib', u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] 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'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libhardsid-builder.la" is touched by more than one package: [u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libref_array.la" is touched by more than one package: [u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'libusb', u'libpcap', u'libtirpc', u'dbus-glib', u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libSDL2_test.la" is touched by more than one package: [u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'bluez_utils', u'libnl', u'libusb', u'libpcap', u'libtirpc', u'dbus-glib', u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'libusb', u'libpcap', u'libtirpc', u'dbus-glib', u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libgstcheck-0.10.la" is touched by more than one package: [u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libtheoradec.la" is touched by more than one package: [u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libcdio.la" is touched by more than one package: [u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libdbus-glib-1.la" is touched by more than one package: [u'dbus-glib', u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libudf.la" is touched by more than one package: [u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libjson-c.la" is touched by more than one package: [u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libSDL.la" is touched by more than one package: [u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libopusenc.la" is touched by more than one package: [u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'libusb', u'libpcap', u'libtirpc', u'dbus-glib', u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libavahi-glib.la" is touched by more than one package: [u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libsidutils.la" is touched by more than one package: [u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/gstreamer-0.10/libgstcoreindexers.la" is touched by more than one package: [u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libSDLmain.la" is touched by more than one package: [u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libshairplay.la" is touched by more than one package: [u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/liblzma.la" is touched by more than one package: [u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libconfig++.la" is touched by more than one package: [u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libnghttp2.la" is touched by more than one package: [u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libglibmm_generate_extra_defs-2.4.la" is touched by more than one package: [u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'libusb', u'libpcap', u'libtirpc', u'dbus-glib', u'dbus-python', u'libcap', u'libdaemon', u'avahi', u'bctoolbox', u'beecrypt', u'bzip2', u'libpng', u'freetype', u'fontconfig', u'pixman', u'cairo', u'libsigc', u'cairomm', u'ding-libs', u'libtommath', u'libtomcrypt', u'librtlsdr', u'luajit', u'libfuse', u'faifa', u'libmodplug', u'libogg', u'libvorbis', u'libtheora', u'opus', u'ffmpeg', u'fftw', u'nghttp2', u'libcurl', u'xz', u'libxml2', u'flickcurl', u'glibmm', u'gstreamer', u'i2c-tools', u'libmnl', u'jansson', u'jose', u'json-c', u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libtiff.la" is touched by more than one package: [u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libSDL2_ttf.la" is touched by more than one package: [u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libiso9660.la" is touched by more than one package: [u'libcdio', u'libcdio-paranoia', u'libconfig', u'libcuefile', u'libdmtx', u'libev', u'libmodbus', u'libnetfilter_cttimeout', u'libopusenc', u'libreplaygain', u'libshairplay', u'libsidplay2', u'libzip', u'libsigrok', u'libubox', u'liburiparser', u'openal', u'pciutils', u'slang', u'physfs', u'procps-ng', u'pugixml', u'qhull', u'rabbitmq-c', u'rapidjson', u'sdl', u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] Warning: staging file "./usr/lib/libSDL2.la" is touched by more than one package: [u'sdl2', u'tiff', u'sdl2_image', u'sdl2_ttf', u'solarus', u'tpm2-tss', u'trousers', u'ubus', u'vde2', u'x265'] ./support/scripts/check-uniq-files -t host /accts/mlweber1/instance-3/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'] Warning: host file "./lib/python3.7/site-packages/easy-install.pth" is touched by more than one package: [u'host-python-setuptools', u'host-python-mistune', u'host-python-m2r', u'host-python-setuptools-scm', u'host-python-cffi', u'host-python-incremental'] rm -f /accts/mlweber1/instance-3/output/target/usr/share/glib-2.0/schemas/*.xml /accts/mlweber1/instance-3/output/target/usr/share/glib-2.0/schemas/*.dtd /accts/mlweber1/instance-3/output/host/bin/glib-compile-schemas /accts/mlweber1/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/accts/mlweber1/instance-3/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. rm -rf /accts/mlweber1/instance-3/output/target/usr/share/lua/5.1/doc rm -rf /accts/mlweber1/instance-3/output/target/usr/lib/luarocks PYTHONPATH="/accts/mlweber1/instance-3/output/target/usr/lib/python3.7/" cd /accts/mlweber1/instance-3/output/target && /accts/mlweber1/instance-3/output/host/bin/python3.7 /accts/mlweber1/instance-3/buildroot/support/scripts/pycompile.py usr/lib/python3.7 Cannot compile usr/lib/python3.7/site-packages/twisted/conch/manhole.py Traceback (most recent call last): File "/accts/mlweber1/instance-3/output/host/lib/python3.7/py_compile.py", line 136, in compile _optimize=optimize) File "", line 763, in source_to_code File "", line 219, in _call_with_frames_removed File "usr/lib/python3.7/site-packages/twisted/conch/manhole.py", line 154 def write(self, data, async=False): ^ SyntaxError: invalid syntax During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/accts/mlweber1/instance-3/buildroot/support/scripts/pycompile.py", line 69, in compileall.compile_dir(args.target, force=args.force, quiet=ReportProblem()) File "/accts/mlweber1/instance-3/output/host/lib/python3.7/compileall.py", line 93, in compile_dir legacy, optimize, invalidation_mode): File "/accts/mlweber1/instance-3/output/host/lib/python3.7/compileall.py", line 158, in compile_file if quiet >= 2: File "/accts/mlweber1/instance-3/buildroot/support/scripts/pycompile.py", line 52, in __ge__ return not self < other File "/accts/mlweber1/instance-3/buildroot/support/scripts/pycompile.py", line 26, in operator raise value File "/accts/mlweber1/instance-3/output/host/lib/python3.7/compileall.py", line 155, in compile_file invalidation_mode=invalidation_mode) File "/accts/mlweber1/instance-3/output/host/lib/python3.7/py_compile.py", line 140, in compile raise py_exc py_compile.PyCompileError: File "usr/lib/python3.7/site-packages/twisted/conch/manhole.py", line 154 def write(self, data, async=False): ^ SyntaxError: invalid syntax make: *** [target-finalize] Error 1 make: Leaving directory `/accts/mlweber1/instance-3/buildroot'