Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 366989

Summary: dev-util/eric-5.1.2 with python-3.1.3-r1: install error
Product: Gentoo Linux Reporter: Andrey Grozin <grozin>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal CC: sbotz
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.)