#35141: py*-scipy + gcc45: ___ieee_divdc3 symbol not found ---------------------------------------+------------------------------------ Reporter: andre.dos.anjos@… | Owner: ram@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: py26-scipy ---------------------------------------+------------------------------------ Comment(by ram@…): I didn't have `python26` installed, installing this gives: {{{ $ port installed py26-scipy The following ports are currently installed: py26-scipy @0.10.1_2+gcc45 (active) $ /opt/local/bin/python2.6 -c 'import scipy.signal' Traceback (most recent call last): File "<string>", line 1, in <module> File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 /site-packages/scipy/signal/__init__.py", line 198, in <module> from spline import * ImportError: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 /site-packages/scipy/signal/spline.so, 2): Symbol not found: ___ieee_divdc3 Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 /site-packages/scipy/signal/spline.so Expected in: flat namespace in /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 /site-packages/scipy/signal/spline.so $ }}} Which is very odd, not sure why the `python27` version would work whereas `python26` doesn't? -- Ticket URL: <https://trac.macports.org/ticket/35141#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS