[27145] in Athena Bugs
Re: sun4 9.4.43: numpy
daemon@ATHENA.MIT.EDU (Greg Hudson)
Fri Nov 23 21:41:26 2007
From: Greg Hudson <ghudson@mit.edu>
To: Alex T Prengel <alexp@mit.edu>
In-Reply-To: <200711202053.lAKKrnrC018692@dit.mit.edu>
Content-Type: text/plain
Date: Fri, 23 Nov 2007 01:16:20 -0500
Message-Id: <1195798580.6042.3.camel@error-messages.mit.edu>
Mime-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Spam-Flag: NO
X-Spam-Score: 0.00
Cc: bugs@mit.edu
Errors-To: bugs-bounces@mit.edu
Whoops, damn.  I ran into a compile problem on Solaris related to isnan,
and apparently I didn't fix it properly.  I'll try to put out another
small patch release soon to correct this.
On Tue, 2007-11-20 at 15:53 -0500, Alex T Prengel wrote:
> 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: