Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 247316 - dev-python/wxpython-2.8.9.1 partially incompatible with python 2.6
Summary: dev-python/wxpython-2.8.9.1 partially incompatible with python 2.6
Status: RESOLVED DUPLICATE of bug 250999
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo wxWidgets project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-18 10:37 UTC by Rafał Mużyło
Modified: 2009-07-10 20:00 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 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 ***