Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 305041 - www-client/rekonq-0.3.90 should depend on qt-4.6 and kde-4.4
Summary: www-client/rekonq-0.3.90 should depend on qt-4.6 and kde-4.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-14 09:54 UTC by Hans-Peter Deifel
Modified: 2010-02-14 10:00 UTC (History)
0 users

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 Hans-Peter Deifel 2010-02-14 09:54:48 UTC
The dependency in the ebuild is wrong.

I cite from CMakeLists.txt:

 SET(QT_MIN_VERSION 4.6.0)
 SET(KDE_MIN_VERSION 4.4.0)

Therefore rekonq should depend on >=qt-gui-4.6 and kde instead of >=qt-gui-4.5

Reproducible: Always

Steps to Reproduce:
1. Install qt-4.5.3
2. emerge rekonq

Actual Results:  
rekonq fails to build with:

CMake Error at /usr/share/cmake/Modules/FindQt4.cmake:1619 (MESSAGE):
  The installed Qt version 4.5.3 is too old, at least version 4.6.0 is
  required

Expected Results:  
emerge should pull qt-4.6 and kde-4.4 in as dependencies
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-02-14 10:00:46 UTC
Indeed. Fixed.