Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 281489 - >=dev-python/matplotlib-0.98.5.3 compiles but fails at runtime with _path.so error
Summary: >=dev-python/matplotlib-0.98.5.3 compiles but fails at runtime with _path.so ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-14 18:44 UTC by Michael Yang
Modified: 2009-08-14 19:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
matplotlib-0.99.0 ebuild patch (matplotlib-0.99.0.ebuild.patch,966 bytes, patch)
2009-08-14 18:49 UTC, Michael Yang
Details | Diff
matplotlib-0.98.5.3 ebuild patch (matplotlib-0.98.5.3.ebuild.patch,970 bytes, patch)
2009-08-14 18:49 UTC, Michael Yang
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Yang 2009-08-14 18:44:30 UTC
>=dev-python/matplotlib-0.98.5.3 (including 0.99.0) emerges successfully but fails during python import:

>>> import pylab
...
ImportError: matplotlib/_path.so: undefined symbol: _ZTIN2Py19ExtensionModuleBaseE



Reproducible: Always

Steps to Reproduce:
1. emerge matplotlib
2. (from python) import pylab or import matplotlib._path

Actual Results:  
ImportError: matplotlib/_path.so: undefined symbol: _ZTIN2Py19ExtensionModuleBaseE

Expected Results:  
success

ebuild CXX symbolic link needs $EPREFIX added before usr
the missing symbol is in build/temp.linux-x86_64-2.6/CXX/cxx_extensions.o
Comment 1 Michael Yang 2009-08-14 18:49:31 UTC
Created attachment 201269 [details, diff]
matplotlib-0.99.0 ebuild patch
Comment 2 Michael Yang 2009-08-14 18:49:46 UTC
Created attachment 201271 [details, diff]
matplotlib-0.98.5.3 ebuild patch
Comment 3 Fabian Groffen gentoo-dev 2009-08-14 19:37:49 UTC
my compliments, thanks for the fix, applied