[SciPy-user] RE : RE : RE : RE : Compiling numpy and scipy on AIX 5.3

Langella Raphael raphael.langella at steria.cnes.fr
Wed Apr 4 11:40:13 EDT 2007


> -----Message d'origine-----
> De : scipy-user-bounces at scipy.org 
> [mailto:scipy-user-bounces at scipy.org] De la part de David M. Cooke
> Envoyé : mercredi 4 avril 2007 17:16
> À : SciPy Users List
> Objet : Re: [SciPy-user] RE : RE : RE : Compiling numpy and 
> scipy on AIX 5.3
> 
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Langella Raphael wrote:
> >>> I'd love to try the SVN version, but :
> >>>
> >>> $ svn co http://svn.scipy.org/svn/numpy/trunk numpy
> >>> svn: PROPFIND request failed on '/svn/numpy/trunk'
> >>> svn: PROPFIND of '/svn/numpy/trunk': 500 Server Error (http://
> >>> svn.scipy.org)
> >>>
> >>> Am I missing something or is it a server problem as the error 
> >>> message suggests ?
> >> I copy/pasted your `svn co ..` command into my terminal 
> and it looks
> >> like it's working fine for me ...
> > 
> > So, it's probably a proxy problem. I'll try from home...
> 
> If it's a proxy problem, using https instead of http will 
> probably work.

Indeed. So here's what the SVN version gives me :

creating build/temp.aix-5.3-2.5/numpy/core/blasdot
compile options: '-DNO_ATLAS_INFO=1 -Inumpy/core/blasdot -Inumpy/core/include -Ibuild/src.aix-5.3-2.5/numpy/core -Inumpy/core/src -Inumpy/core/include -I/Produits/publics/powerpc.AIX.5.2/python/2.5.0/include/python2.5 -c'
cc_r: numpy/core/blasdot/_dotblas.c
Traceback (most recent call last):
  File "setup.py", line 89, in <module>
    setup_package()
  File "setup.py", line 82, in setup_package
    configuration=configuration )
  File "/tmp/numpy/numpy/distutils/core.py", line 174, in setup
    return old_setup(**new_attr)
  File "/usr/local/lib/python2.5/distutils/core.py", line 151, in setup
  File "/usr/local/lib/python2.5/distutils/dist.py", line 974, in run_commands
  File "/usr/local/lib/python2.5/distutils/dist.py", line 994, in run_command
  File "/tmp/numpy/numpy/distutils/command/install.py", line 16, in run
    r = old_install.run(self)
  File "/usr/local/lib/python2.5/distutils/command/install.py", line 506, in run
  File "/Produits/publics/powerpc.AIX.5.2/python/2.5.0/lib/python2.5/cmd.py", line 333, in run_command
    del help[cmd]
  File "/usr/local/lib/python2.5/distutils/dist.py", line 994, in run_command
  File "/usr/local/lib/python2.5/distutils/command/build.py", line 112, in run
  File "/Produits/publics/powerpc.AIX.5.2/python/2.5.0/lib/python2.5/cmd.py", line 333, in run_command
    del help[cmd]
  File "/usr/local/lib/python2.5/distutils/dist.py", line 994, in run_command
  File "/tmp/numpy/numpy/distutils/command/build_ext.py", line 121, in run
    self.build_extensions()
  File "/usr/local/lib/python2.5/distutils/command/build_ext.py", line 407, in build_extensions
  File "/tmp/numpy/numpy/distutils/command/build_ext.py", line 335, in build_extension
    build_temp=self.build_temp,**kws)
  File "/usr/local/lib/python2.5/distutils/ccompiler.py", line 845, in link_shared_object
  File "/tmp/numpy/numpy/distutils/fcompiler/__init__.py", line 496, in link
    self.spawn(command)
  File "/tmp/numpy/numpy/distutils/ccompiler.py", line 29, in CCompiler_spawn
    display = ' '.join(list(display))
TypeError: sequence item 0: expected string, list found



More information about the SciPy-User mailing list