cd src/qt5ct/ && ( test -e Makefile || /usr/lib64/qt5/bin/qmake -o Makefile /var/tmp/portage/x11-misc/qt5ct-0.41/work/qt5ct-0.41/src/qt5ct/qt5ct.pro 'QMAKE_AR=x86_64-pc-linux-gnu-ar cqs' QMAKE_CC=x86_64-pc-linux-gnu-gcc QMAKE_LINK_C=x86_64-pc-linux-gnu-gcc QMAKE_LINK_C_SHLIB=x86_64-pc-linux-gnu-gcc QMAKE_CXX=x86_64-pc-linux-gnu-g++ QMAKE_LINK=x86_64-pc-linux-gnu-g++ QMAKE_LINK_SHLIB=x86_64-pc-linux-gnu-g++ QMAKE_OBJCOPY=x86_64-pc-linux-gnu-objcopy QMAKE_RANLIB= QMAKE_STRIP= 'QMAKE_CFLAGS=-O2 -pipe -march=native' QMAKE_CFLAGS_RELEASE= QMAKE_CFLAGS_DEBUG= 'QMAKE_CXXFLAGS=-O2 -pipe -march=native' QMAKE_CXXFLAGS_RELEASE= QMAKE_CXXFLAGS_DEBUG= 'QMAKE_LFLAGS=-Wl,-O1 -Wl,--as-needed' QMAKE_LFLAGS_RELEASE= QMAKE_LFLAGS_DEBUG= DISABLE_DBUS=0 ) && make -f Makefile Project ERROR: Unknown module(s) in QT: concurrent make: *** [Makefile:99: sub-src-qt5ct-make_first] Error 3 * ERROR: x11-misc/qt5ct-0.41::gentoo failed (compile phase): * emake failed ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_plasma_systemd-libressl-20190921-191550 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-9.2.0 * Available Python interpreters, in order of preference: [1] python3.6 [2] python2.7 (fallback) Available Ruby profiles: [1] ruby24 (with Rubygems) [2] ruby25 (with Rubygems) * java-config: The following VMs are available for generation-2: *) IcedTea JDK 3.13.0 [icedtea-bin-8] Available Java Virtual Machines: [1] icedtea-bin-8 system-vm repository timestamp: ==> /var/db/repos/gentoo/metadata/timestamp.chk <== Sun, 22 Sep 2019 21:26:07 +0000 emerge -qpvO x11-misc/qt5ct [ebuild N ] x11-misc/qt5ct-0.41 USE="dbus"
Created attachment 590706 [details] emerge-info.txt
Created attachment 590708 [details] emerge-history.txt
Created attachment 590710 [details] environment
Created attachment 590712 [details] etc.portage.tbz2
Created attachment 590714 [details] temp.tbz2
Created attachment 590716 [details] x11-misc:qt5ct-0.41:20190922-223527.log
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a4752c8e8fd57591ff0e01c852de3955f123b2a commit 9a4752c8e8fd57591ff0e01c852de3955f123b2a Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2019-09-23 16:58:49 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2019-09-23 17:00:13 +0000 x11-misc/qt5ct: Add missing dev-qt/qtconcurrent dep Closes: https://bugs.gentoo.org/695474 Signed-off-by: Michał Górny <mgorny@gentoo.org> x11-misc/qt5ct/qt5ct-0.41.ebuild | 1 + 1 file changed, 1 insertion(+)
dev-qt/qtconcurrent:5 should be only in DEPEND. There is no linking against libQt5Concurrent.so.5 in installed files of x11-misc/qt5ct.
(In reply to Arfrever Frehtes Taifersar Arahesis from comment #8) > dev-qt/qtconcurrent:5 should be only in DEPEND. > There is no linking against libQt5Concurrent.so.5 in installed files of > x11-misc/qt5ct. x86_64-pc-linux-gnu-g++-9.2.0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o qt5ct .build/obj/main.o .build/obj/mainwindow.o .build/obj/tabpage.o .build/obj/appearancepage.o .build/obj/fontspage.o .build/obj/qt5ct.o .build/obj/paletteeditdialog.o .build/obj/iconthemepage.o .build/obj/interfacepage.o .build/obj/fontconfigdialog.o .build/obj/qsspage.o .build/obj/qsseditordialog.o .build/obj/qrc_translations.o .build/obj/moc_mainwindow.o .build/obj/moc_tabpage.o .build/obj/moc_appearancepage.o .build/obj/moc_fontspage.o .build/obj/moc_paletteeditdialog.o .build/obj/moc_iconthemepage.o .build/obj/moc_interfacepage.o .build/obj/moc_fontconfigdialog.o .build/obj/moc_qsspage.o .build/obj/moc_qsseditordialog.o /usr/lib64/libQt5Widgets.so /usr/lib64/libQt5Gui.so /usr/lib64/libQt5Concurrent.so /usr/lib64/libQt5Core.so /usr/lib64/libGL.so -lpthread Looks like a linking to me. If as-needed drops it, that's upstream problem.
Unfortunately many build systems are not aware of concept of header libraries...