Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 297916 - dev-util/hgview ebuild should check for qt4 useflag in dev-python/qscintilla-python
Summary: dev-util/hgview ebuild should check for qt4 useflag in dev-python/qscintilla-...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-22 17:44 UTC by Fabian Hahn
Modified: 2009-12-27 03:06 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 Fabian Hahn 2009-12-22 17:44:50 UTC
If dev-python/qscintilla-python is emerged without the qt4 useflag, trying to run dev-util/hgview fails with:

ImportError: cannot import name Qsci

Reemerging qscintilla-python with the qt4 useflag fixes this for me. So I suggest adding a qt4 useflag check to the hgview ebuild.

A similar bug was reported and fixed for dev-util/eric, see here: http://bugs.gentoo.org/198697

Tested with dev-util/hgview-1.1.3 and dev-python/qscintilla-python-2.4
Comment 1 Davide Pesavento gentoo-dev 2009-12-26 13:37:19 UTC
Since we're deprecating qt3, why don't we completely remove qt3 support from qscintilla and qscintilla-python packages (thus dropping "qt4" from IUSE)?
Comment 2 Ben de Groot (RETIRED) gentoo-dev 2009-12-26 14:17:40 UTC
(In reply to comment #1)
> Since we're deprecating qt3, why don't we completely remove qt3 support from
> qscintilla and qscintilla-python packages (thus dropping "qt4" from IUSE)?

That is going to happen, but not just yet. We need at least bug 289448 to be resolved.