Bug 191593 - Script using sci-libs/scipy-0.5.2.1 fails with unresolved symbol
|
Bug#:
191593
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: x86
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: sci@gentoo.org
|
Reported By: jsfan@web.de
|
|
Component: Library
|
|
|
URL:
http://forums.gentoo.org/viewtopic.php?p=4225035
|
|
Summary: Script using sci-libs/scipy-0.5.2.1 fails with unresolved symbol
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2007-09-07 13:55 0000
|
When I run the second example script from
http://www.scipy.org/Plotting_Tutorial, the script fails with
ImportError: /usr/lib/python2.5/site-packages/scipy/special/_cephes.so:
undefined symbol: cdfpoi_
For more details see the linked discussion in the forums.
Reproducible: Always
emerge --info is requires when reporting bugs; also don't refer to forums.g.o.
for relevant information, post all such info here. Thanks.
Ok, I've now duplicated the emerge --info and
readelf -s /usr/lib/python2.5/site-packages/scipy/special/_cephes.so | grep cdf
from the forum discussion here.
Let me know if any more info is required.
Hi,
The sci-libs/cdf, when installed, was conflicting when linking the cephes scipy
module. I fixed it in cvs with a small patch, and reported upstream.
Thanks for reporting. Closing this one, re-open if necessary.
Sebastien