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

Jeff Blaine jblaine at mitre.org
Sat Mar 28 19:31:55 EDT 2009


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.
> 
> 
> 





More information about the NumPy-Discussion mailing list