Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 349743 - dev-util/eric-5.0.4 fails to build with dev-python/PyQt4-4.8.2
Summary: dev-util/eric-5.0.4 fails to build with dev-python/PyQt4-4.8.2
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-26 10:14 UTC by Andrey Grozin
Modified: 2010-12-26 10:38 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 Andrey Grozin gentoo-dev 2010-12-26 10:14:39 UTC
>>> Install eric-5.0.4 into /var/tmp/portage/dev-util/eric-5.0.4/image/ category dev-util
 * Installation of dev-util/eric-5.0.4 with CPython 3.1...
Checking dependencies
Python Version: 3.1.3
Found PyQt
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 861, in <module>
    main(sys.argv)
  File "install.py", line 791, in main
    doDependancyChecks()
  File "install.py", line 568, in doDependancyChecks
    from PyQt4 import Qsci
RuntimeError: the PyQt4.QtCore module is version -1 but the PyQt4.Qsci module requires version 0
 * ERROR: dev-util/eric-5.0.4 failed:
 *   Installation failed with CPython 3.1 in installation() function
 * 
 * Call stack:
 *     ebuild.sh, line   56:  Called src_install
 *   environment, line 4662:  Called python_execute_function 'installation'
 *   environment, line 3224:  Called die
 * The specific snippet of code:
 *                       die "${failure_message}";
 * 
 * If you need support, post the output of 'emerge --info =dev-util/eric-5.0.4',
 * the complete build log and the output of 'emerge -pqv =dev-util/eric-5.0.4'.
 * The complete build log is located at '/var/log/portage/dev-util:eric-5.0.4:20101226-175305.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-util/eric-5.0.4/temp/environment'.
 * S: '/var/tmp/portage/dev-util/eric-5.0.4/work/eric5-5.0.4'

>>> Failed to emerge dev-util/eric-5.0.4, Log file:


Reproducible: Always
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-12-26 10:38:17 UTC
You need to reinstall/upgrade dev-python/qscintilla-python after upgrade of dev-python/PyQt4.