Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 366989 - dev-util/eric-5.1.2 with python-3.1.3-r1: install error
Summary: dev-util/eric-5.1.2 with python-3.1.3-r1: install error
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-12 14:19 UTC by Andrey Grozin
Modified: 2011-05-12 18:26 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 Andrey Grozin gentoo-dev 2011-05-12 14:19:35 UTC
>>> Install eric-5.1.2 into /var/tmp/portage/dev-util/eric-5.1.2/image/ category dev-util
 * Installation of dev-util/eric-5.1.2 with CPython 3.1...
Checking dependencies
Python Version: 3.1.3
Found PyQt4
Found QtHelp
An internal error occured.  Please report all the output of the program,
including the following traceback, to eric5-bugs@eric-ide.python-projects.org.

Traceback (most recent call last):
  File "install.py", line 913, in <module>
    main(sys.argv)
  File "install.py", line 845, in main
    doDependancyChecks()
  File "install.py", line 613, in doDependancyChecks
    from PyQt4 import Qsci      # __IGNORE_WARNING__
RuntimeError: the PyQt4.QtCore module is version 1 but the PyQt4.Qsci module requires version -1
 * ERROR: dev-util/eric-5.1.2 failed (install phase):
 *   Installation failed with CPython 3.1 in installation() function
 * 
 * Call stack:
 *     ebuild.sh, line   56:  Called src_install
 *   environment, line 4493:  Called python_execute_function 'installation'
 *   environment, line 3050:  Called die
 * The specific snippet of code:
 *                       die "${failure_message}";
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-05-12 18:26:29 UTC
You forgot to reinstall reverse dependencies of dev-python/sip and dev-python/PyQt4:

equery d dev-python/sip dev-python/PyQt4

(In this case x11-libs/qscintilla and dev-python/qscintilla-python.)