[27144] in Athena Bugs
sun4 9.4.43: numpy
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Tue Nov 20 15:54:08 2007
Message-Id: <200711202053.lAKKrnrC018692@dit.mit.edu>
To: bugs@mit.edu
Date: Tue, 20 Nov 2007 15:53:48 -0500
From: Alex T Prengel <alexp@mit.edu>
X-Spam-Flag: NO
X-Spam-Score: 0.00
Cc: alexp@mit.edu
Errors-To: bugs-bounces@mit.edu
System name:		central.mit.edu
Type and version:	Sun-Blade-1500 9.4.43 (with mkserv)
Display type:		jfb
Shell:			/bin/athena/tcsh
Window manager:		metacity
What were you trying to do?
	run the new numpy Python add-on
What's wrong:
It seems broken on Suns:
central.mit.edu:~ athena% python
Python 2.3.3 (#2, Apr  7 2005, 17:46:16)
[GCC 3.4.3 (csl-sol210-3_4-branch+sol_rpath)] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> from numpy import *
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/athena/lib/python2.3/site-packages/numpy/__init__.py", line 39, in ?
    import core
  File "/usr/athena/lib/python2.3/site-packages/numpy/core/__init__.py", line 6, in ?
    import umath
ImportError: ld.so.1: python: fatal: relocation error: file /usr/athena/lib/python2.3/site-packages/numpy/core/umath.so: symbol __builtin_isnan: referenced symbol not found
What should have happened:
	It should have loaded numpy without complaining
Please describe any relevant documentation references: