[MacPorts] #27002: py26-numpy @1.5.0, Revision 1 - build failure
MacPorts
noreply at macports.org
Fri Nov 19 17:09:26 PST 2010
#27002: py26-numpy @1.5.0, Revision 1 - build failure
---------------------------------+------------------------------------------
Reporter: dannowolk@… | Owner: mcalhoun@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.1
Keywords: tiger | Port: py26-numpy
---------------------------------+------------------------------------------
Comment(by jpmasseria@…):
Actually, the file names for the routines start with single underscore
characters, but the external symbols have three underscores, using "nm" to
display the symbol tables reveals the following:
{{{
$ nm -m /opt/local/lib/gcc44/gcc/ppc-apple-darwin8/4.4.5/libgcc.a | grep
'powi[sd]f2'
/opt/local/lib/gcc44/gcc/ppc-apple-darwin8/4.4.5/libgcc.a(_powisf2.o):
00000000 (__TEXT,__text) private external ___powisf2
/opt/local/lib/gcc44/gcc/ppc-apple-darwin8/4.4.5/libgcc.a(_powidf2.o):
00000000 (__TEXT,__text) private external ___powidf2
}}}
So I don't believe that this is an atlas issue. I need to redo the build
of py26-numpy and check to see how "ld" was being used when these
undefined values popped up as they appear to be defined in libgcc.a
--
Ticket URL: <https://trac.macports.org/ticket/27002#comment:8>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list