#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 ---------------------------------------+------------------------------------ Changes (by ryandesign@…): * cc: ram@…, ryandesign@… (removed) * owner: macports-tickets@… => ram@… Old description:
This port, at its present state, give me problems on my OSX (10.7) installation. I have updated all the ports and re-installed py26-scipy with the gcc45 variant (default), gcc46 and gcc47 variants. All these variants do not survive the following simple test:
/opt/local/bin/python2.6 -c 'import scipy.signal'
The error: ___ieee_divdc3 symbol not found at runtime.
Some mail message around the net mentions that (at least) gcc45 does not define the symbol ___ieee_divdc3, required by scipy somehow. It starts with gcc46. See message (from March/2012):
http://sourceforge.net/mailarchive/message.php?msg_id=29039341
But, I should add that the only variant I tried that worked flawlessly as gcc44. Any experience with this?
New description: This port, at its present state, give me problems on my OSX (10.7) installation. I have updated all the ports and re-installed py26-scipy with the gcc45 variant (default), gcc46 and gcc47 variants. All these variants do not survive the following simple test: {{{ /opt/local/bin/python2.6 -c 'import scipy.signal' }}} The error: !___ieee_divdc3 symbol not found at runtime. Some mail message around the net mentions that (at least) gcc45 does not define the symbol !___ieee_divdc3, required by scipy somehow. It starts with gcc46. See message (from March/2012): http://sourceforge.net/mailarchive/message.php?msg_id=29039341 But, I should add that the only variant I tried that worked flawlessly as gcc44. Any experience with this? -- -- Ticket URL: <https://trac.macports.org/ticket/35141#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS