Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 445340 - [qt overlay] x11-libs/qt-dbus-5.9999 build failed
Summary: [qt overlay] x11-libs/qt-dbus-5.9999 build failed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-30 13:17 UTC by Illya Bilash
Modified: 2012-12-07 16:35 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Illya Bilash 2012-11-30 13:17:33 UTC
Hi. There are 2 problems with qt-dbus:

1. * Running qt5_qmake in src/tools/qdbusxml2cpp
Project ERROR: Unknown module(s) in QT: bootstrap
 * ERROR: x11-libs/qt-dbus-5.9999 failed (configure phase):
 *   qmake failed (/var/tmp/portage/x11-libs/qt-dbus-5.9999/work/qtbase/src/tools/qdbusxml2cpp/qdbusxml2cpp.pro)

This problem can be fixed by reverting next modification:

http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commitdiff;h=dadc3349b4e54100c4c269c588cddf9423215289

But after fixing this problem there I've got next error:

Project ERROR: Unknown module(s) in QT: core
 * ERROR: x11-libs/qt-dbus-5.9999 failed (configure phase):
 *   qmake failed (/var/tmp/portage/x11-libs/qt-dbus-5.9999/work/qtbase/src/dbus/dbus.pro)

x11-libs/qt-core-5.9999 is already installed

qt:4 is not installed



Reproducible: Always




emerge --info: http://bpaste.net/show/uB8fTwKPobK8nvelJPUZ/
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2012-11-30 16:07:40 UTC
Try to rebuild qt-core and then try to build qt-dbus again
Comment 2 Illya Bilash 2012-11-30 17:01:23 UTC
(In reply to comment #1)
> Try to rebuild qt-core and then try to build qt-dbus again

I've rebuild qt-core, then trying to build qt-dbus and got same error.

I'm trying to install next packages:

emerge -avq =x11-libs/qt-core-5.9999 =x11-libs/qt-declarative-5.9999 =x11-libs/qt-gui-5.9999 =x11-libs/qt-opengl-5.9999

there is only qt-core installed now, other didn't because of unsatisfied dependency.

x11-libs/qt-test-5.9999 failed to install with same problem:

Project ERROR: Unknown module(s) in QT: core
 * ERROR: x11-libs/qt-test-5.9999 failed (configure phase):
 *   qmake failed (/var/tmp/portage/x11-libs/qt-test-5.9999/work/qtbase/src/testlib/testlib.pro)
Comment 3 Illya Bilash 2012-11-30 21:59:13 UTC
Tested on other system, amd64 stable - same problems
Comment 4 Davide Pesavento (RETIRED) gentoo-dev 2012-11-30 22:02:42 UTC
It's a known issue, I haven't had the time to fix it yet...
Comment 5 Davide Pesavento (RETIRED) gentoo-dev 2012-12-07 16:35:18 UTC
This particular issue is now fixed in git, qt-dbus still doesn't build, but that's because of another problem.