Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
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
Created an attachment (id=130266) [edit] portage log of sci-libs/scipy emerge
emerge --info is requires when reporting bugs; also don't refer to forums.g.o. for relevant information, post all such info here. Thanks.
Created an attachment (id=130302) [edit] emerge --info
Created an attachment (id=130303) [edit] readelf -s /usr/lib/python2.5/site-packages/scipy/special/_cephes.so | grep cdf
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