[SciPy-user] new SVN build issue?

Travis Oliphant oliphant at ee.byu.edu
Mon Sep 25 17:33:55 EDT 2006


Scott Ransom wrote:

>On Monday 25 September 2006 16:25, Travis Oliphant wrote:
>  
>
>>Scott Ransom wrote:
>>    
>>
>>>Hi All,
>>>
>>>So I just svn updated to revision 2233 and successfully installed on a
>>>64-bit Debian installation using:
>>>
>>>rm -rf build ; python setup.py install --prefix=/usr/local
>>>
>>>However, on a 32-bit Debian machine, I'm getting the following error
>>>after doing:
>>>
>>>rm -rf build ; python setup.py install --prefix=/users/sransom
>>>      
>>>
>>What version of SVN are you running on both systems.  What version of
>>NumPy?
>>    
>>
>
>32-bit machine with the problem:
>  In [1]: numpy.__version__
>  Out[1]: '1.0rc1.dev3140'
>  tamino:~$ svn --version
>  svn, version 1.4.0 (r21228)
>     compiled Sep 12 2006, 03:40:52
>
>  
>
That makes sense because the svn 1.4 fixes did not get checked in until 
r3164 and you are running numpy version r3140 on the 32-bit machine.

>Here is what I get with svn info:
>
>32-bit machine:
>tamino:/export/DATA_1/sransom/src/numpy$ svn info
>Path: .
>URL: http://svn.scipy.org/svn/numpy/trunk
>Repository Root: http://svn.scipy.org/svn/numpy
>Repository UUID: 94b884b6-d6fd-0310-90d3-974f1d3f35e1
>Revision: 3216
>Node Kind: directory
>Schedule: normal
>Last Changed Author: oliphant
>Last Changed Rev: 3216
>Last Changed Date: 2006-09-25 13:51:52 -0400 (Mon, 25 Sep 2006)
>
>64-bit machine:
>uller:/usr/local/src/numpy$ svn info
>Path: .
>URL: http://svn.scipy.org/svn/numpy/trunk
>Repository Root: http://svn.scipy.org/svn/numpy
>Repository UUID: 94b884b6-d6fd-0310-90d3-974f1d3f35e1
>Revision: 3216
>Node Kind: directory
>Schedule: normal
>Last Changed Author: oliphant
>Last Changed Rev: 3216
>Last Changed Date: 2006-09-25 13:51:52 -0400 (Mon, 25 Sep 2006)
>
>Now I'm very confused...  I'll poke around to see if some old version of 
>numpy is getting pulled in somehow...
>  
>

Hmm.   That is confusing.     Also, you should remove the build 
directory and install again from the same directory you ran svn info. 

Good luck.

-Travis




More information about the SciPy-User mailing list