Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 620348 - [qt overlay] dev-qt/qtgui-5.9.0[-dbus] fails to build - Project ERROR: Unknown module(s) in QT_PRIVATE: dbus
Summary: [qt overlay] dev-qt/qtgui-5.9.0[-dbus] fails to build - Project ERROR: Unknow...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 625258
  Show dependency tree
 
Reported: 2017-06-01 18:03 UTC by Philipp Ammann
Modified: 2017-09-08 15:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,544.03 KB, text/plain)
2017-06-01 18:03 UTC, Philipp Ammann
Details
build.log (build.log,545.79 KB, text/plain)
2017-06-05 09:06 UTC, Philipp Ammann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Ammann 2017-06-01 18:03:41 UTC
Created attachment 474926 [details]
build.log

qtgui seems to not properly disable dbus during src_configure. When compiling this error pops up:

Project ERROR: Unknown module(s) in QT_PRIVATE: dbus

Reproducible: always
Steps:
 - emerge --unmerge qtdbus
 - emerge -1 qtgui

This also happened with 5.9.0_beta3.
Comment 1 Michael Palimaka (kensington) gentoo-dev 2017-06-04 13:33:36 UTC
I pushed an untested fix:
https://gitweb.gentoo.org/proj/qt.git/commit/?id=7518ff161f46f5dd508f7b40ce07d2ecc39a44b9
Comment 2 Philipp Ammann 2017-06-05 08:49:57 UTC
Thanks, it fixed that particular error. However, QT_NO_DBUS needs to be defined or it tries to include missing headers:

genericunix/qgenericunixthemes.cpp:63:33: fatal error: qdbusplatformmenu_p.h: No such file or directory
Comment 3 Philipp Ammann 2017-06-05 09:06:09 UTC
Created attachment 475216 [details]
build.log
Comment 4 Michael Palimaka (kensington) gentoo-dev 2017-06-05 12:10:59 UTC
Unfortunately that one will be a lot harder to fix. From 5.8, upstream completely rewrote their configuration system and it's proving tricky for us to adapt our packaging for it.

See bug #599636 and https://github.com/gentoo/qt/pull/148 for some background info on our troubles.
Comment 5 Philipp Ammann 2017-06-06 12:11:28 UTC
Thanks! Please take your time to fix this. I'm not in a hurry :)