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

Bug 247316

Summary: dev-python/wxpython-2.8.9.1 partially incompatible with python 2.6
Product: Gentoo Linux Reporter: Rafał Mużyło <galtgendo>
Component: Current packagesAssignee: Gentoo wxWidgets project <wxwidgets>
Status: RESOLVED DUPLICATE    
Severity: normal CC: python
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Rafał Mużyło 2008-11-18 10:37:12 UTC
I was tempted to hijack the old bug, but, as it was close and not mine,
I decided to create a new one.
This will finally be an upstream bug.
Yesterday, a corrected python 2.6 patch tarball hit the tree and
I was finally able to emerge wxpython with it.
It merged almost correctly. The almost part comes from these warnings:
Compiling //usr/lib/python2.6/site-packages/_xmlplus/xpath/ParsedAbbreviatedAbso
luteLocationPath.py ...
SyntaxError: ('invalid syntax', ('//usr/lib/python2.6/site-packages/_xmlplus/xpa
th/ParsedAbbreviatedAbsoluteLocationPath.py', 27, 10, "        as = ParsedAxisSp
ecifier.ParsedAxisSpecifier('descendant-or-self')\n"))

Compiling //usr/lib/python2.6/site-packages/_xmlplus/xpath/ParsedAbbreviatedRela
tiveLocationPath.py ...
SyntaxError: ('invalid syntax', ('//usr/lib/python2.6/site-packages/_xmlplus/xpa
th/ParsedAbbreviatedRelativeLocationPath.py', 31, 10, "        as = ParsedAxisSp
ecifier.ParsedAxisSpecifier('descendant-or-self')\n"))

Compiling //usr/lib/python2.6/site-packages/_xmlplus/xpath/ParsedAbbreviatedAbsoluteLocationPath.py ...
SyntaxError: ('invalid syntax', ('//usr/lib/python2.6/site-packages/_xmlplus/xpath/ParsedAbbreviatedAbsoluteLocationPath.py', 27, 10, "        as = ParsedAxisSpecifier.ParsedAxisSpecifier('descendant-or-self')\n"))

Compiling //usr/lib/python2.6/site-packages/_xmlplus/xpath/ParsedAbbreviatedRelativeLocationPath.py ...
SyntaxError: ('invalid syntax', ('//usr/lib/python2.6/site-packages/_xmlplus/xpath/ParsedAbbreviatedRelativeLocationPath.py', 31, 10, "        as = ParsedAxisSpecifier.ParsedAxisSpecifier('descendant-or-self')\n"))

I don't think they need to be explained.
Comment 1 Serkan Kaba (RETIRED) gentoo-dev 2008-12-15 12:54:31 UTC
Maybe we should close this as a duplicate of bug #250999?
Comment 2 Daniel Black (RETIRED) gentoo-dev 2009-02-04 12:14:12 UTC

*** This bug has been marked as a duplicate of bug 250999 ***