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

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.

On Sat, Mar 28, 2009 at 5:31 PM, Jeff Blaine <jblaine@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

On Sat, Mar 28, 2009 at 6:35 PM, Charles R Harris <charlesr.harris@gmail.com
wrote:
On Sat, Mar 28, 2009 at 5:31 PM, Jeff Blaine <jblaine@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...
What version of glibc do you have? Chuck

FWIW, I solved this just now by removing Sun Studio from my PATH before build. It's clear that's a workaround though and the build process failed to determine something properly. Jeff Blaine wrote:
What version of glibc do you have?
None. Solaris does not use GNU libc.
_______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion
participants (2)
-
Charles R Harris
-
Jeff Blaine