Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
The ebuild for sys-apps/dbus-0.62 has a conditional RDEPEND to check for qt4: qt4? ( >=x11-libs/qt-4.1.0 ) However, version 4.1.0 is insufficient, as dbus requires 4.1.3. If you have installed the currently stable Qt4 (version 4.1.2) the ebuild's check will succeed, but dbus's configure will fail: checking for QtCore >= 4.1.3 QtXml >= 4.1.3... configure: error: Qt integration explicitly required, and Qt libraries not found Possible solution: Change qt4 dependency in dbus ebuild from 4.1.0 to 4.1.3
*** This bug has been marked as a duplicate of 138391 ***