py26-scipy fails to build (link?) at interpolate module

Adam Mercer ram at macports.org
Wed Apr 28 13:37:02 PDT 2010


On Wed, Apr 28, 2010 at 15:28, D. M. Monarres <dmmonarres at gmail.com> wrote:

> I searched the trac and didn't see anything about this, so I was wondering
> if this was something new
> py26-scipy fails to build with a linking error. The odd part is the mixing
> of gcc-4.3 and gcc-4.2 I see in the error.

that shouldn't be happening...

> /opt/local/bin/g++-mp-4.3 /usr/bin/gcc-4.2 -L/opt/local/lib -bundle
> -undefined dynamic_lookup
> build/temp.macosx-10.6-x86_64-2.6/scipy/interpolate/src/_interpolate.o
> -Lbuild/temp.macosx-10.6-x86_64-2.6 -o
> build/lib.macosx-10.6-x86_64-2.6/scipy/interpolate/_interpolate.so
> ld: in /usr/bin/gcc-4.2, can't link with a main executable
> collect2: ld returned 1 exit status
> ld: in /usr/bin/gcc-4.2, can't link with a main executable
> collect2: ld returned 1 exit status
> is this normal? Has anybody else had this problem.

I haven't seen this before.

> Here is a link to the output using -d
> http://dl.dropbox.com/u/1768136/py26-scipy-error.log
> Thanks for any help, I am stumped as to what I should do.

Unfortunately thats not much help as it wasn't complete (i.e. you
hadn't cleaned before hand). Can you file a ticket (at
<http://trac.macports.org>) and then attach the full debug log, i.e.:

$ sudo port clean py26-scipy
$ sudo port -d install py26-scipy 2>&1 | tee ~/Desktop/scipy.log

And then assign the ticket to me, or CC me on the ticket.

Cheers

Adam


More information about the macports-users mailing list