[Numpy-discussion] Failure with 1.3.0b1 under Solaris 10 SPARC

Charles R Harris charlesr.harris at gmail.com
Sat Mar 28 20:35:13 EDT 2009


On Sat, Mar 28, 2009 at 5:31 PM, Jeff Blaine <jblaine at mitre.org> wrote:

> Same problem with 1.3.0rc1
>
> Jeff Blaine wrote:
> > Aside from this, the website for NumPy should have a link to the
> > list subscription address, not a link to the list itself (which
> > cannot be posted to unless one is a member).
> >
> > Python 2.4.2 (#2, Dec  6 2006, 17:18:19)
> > [GCC 3.3.5] on sunos5
> > Type "help", "copyright", "credits" or "license" for more information.
> >  >>> import numpy
> > Traceback (most recent call last):
> >    File "<stdin>", line 1, in ?
> >    File
> > "/afs/.
> rcf.mitre.org/lang/python/sun4x_510/2.4.2/lib/python2.4/site-packages/numpy/__init__.py
> ",
> >
> > line 130, in ?
> >      import add_newdocs
> >    File
> > "/afs/.
> rcf.mitre.org/lang/python/sun4x_510/2.4.2/lib/python2.4/site-packages/numpy/add_newdocs.py
> ",
> >
> > line 9, in ?
> >      from lib import add_newdoc
> >    File
> > "/afs/.
> rcf.mitre.org/lang/python/sun4x_510/2.4.2/lib/python2.4/site-packages/numpy/lib/__init__.py
> ",
> >
> > line 4, in ?
> >      from type_check import *
> >    File
> > "/afs/.
> rcf.mitre.org/lang/python/sun4x_510/2.4.2/lib/python2.4/site-packages/numpy/lib/type_check.py
> ",
> >
> > line 8, in ?
> >      import numpy.core.numeric as _nx
> >    File
> > "/afs/.
> rcf.mitre.org/lang/python/sun4x_510/2.4.2/lib/python2.4/site-packages/numpy/core/__init__.py
> ",
> >
> > line 5, in ?
> >      import multiarray
> > ImportError: ld.so.1: python: fatal: relocation error: file
> > /afs/.
> rcf.mitre.org/lang/python/sun4x_510/2.4.2/lib/python2.4/site-packages/numpy/core/multiarray.so
> :
> >
> > symbol __builtin_isfinite: referenced symbol not found
> >  >>>
> >
> > See build.log attached as well.
> >
> >


Google indicates that this might be a problem with a missing isfinite and
gcc 3.3.5. I think we should be detecting this, but...

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20090328/4ba25e25/attachment.html>


More information about the NumPy-Discussion mailing list