[Angstrom-devel] Problem building numpy

Connor Abbott cwabbott0 at gmail.com
Fri Mar 18 16:29:11 CET 2011


Hi,

It seems I'm having a problem building python-numpy. I'm using the setup
script and building for the beagleboard, and I've tried DISTRO=2008.1 and
DISTRO=2010.x. I can build task-gpe-base, but anything that pulls in Python,
such as angstrom-gpe-image and opencv, fails to build. I found a mention of
this in the irc logs, but I haven't found a fix yet.

Here's the relevant log.do_compile:

+ do_compile
+ BUILD_SYS=x86_64-linux
+ HOST_SYS=arm-angstrom-linux-gnueabi
+
/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/x86_64-linux/usr/bin/python
setup.py build
Running from numpy source directory.
non-existing path in 'numpy/distutils': 'site.cfg'
F2PY Version 2
blas_opt_info:
blas_mkl_info:
  libraries mkl,vml,guide not found in
/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/x86_64-linux/usr/lib
  libraries mkl,vml,guide not found in /usr/local/lib
  libraries mkl,vml,guide not found in /usr/lib64
  libraries mkl,vml,guide not found in /usr/lib
  NOT AVAILABLE

atlas_blas_threads_info:
Setting PTATLAS=ATLAS
  libraries ptf77blas,ptcblas,atlas not found in
/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/x86_64-linux/usr/lib
  libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib
  libraries ptf77blas,ptcblas,atlas not found in /usr/lib64/atlas
  libraries ptf77blas,ptcblas,atlas not found in /usr/lib64
  libraries ptf77blas,ptcblas,atlas not found in /usr/lib/atlas
  libraries ptf77blas,ptcblas,atlas not found in /usr/lib
  NOT AVAILABLE

atlas_blas_info:
  libraries f77blas,cblas,atlas not found in
/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/x86_64-linux/usr/lib
  libraries f77blas,cblas,atlas not found in /usr/local/lib
  libraries f77blas,cblas,atlas not found in /usr/lib64/atlas
  FOUND:
    libraries = ['f77blas', 'cblas', 'atlas']
    library_dirs = ['/usr/lib64']
    language = c
    include_dirs = ['/usr/include']

/home/connor/angstrom/build/tmp-angstrom_2010_x/work/armv7a-angstrom-linux-gnueabi/python-numpy-1.4.1-ml0/numpy-1.4.1/numpy/distutils/command/config.py:394:
DeprecationWarning:
+++++++++++++++++++++++++++++++++++++++++++++++++
Usage of get_output is deprecated: please do not
use it anymore, and avoid configuration checks
involving running executable on the target machine.
+++++++++++++++++++++++++++++++++++++++++++++++++

  DeprecationWarning)
customize GnuFCompiler
Could not locate executable arm-angstrom-linux-gnueabi-g77 -march=armv7-a
-mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
Could not locate executable g77
Could not locate executable f77
customize IntelFCompiler
Could not locate executable ifort
Could not locate executable ifc
customize LaheyFCompiler
Could not locate executable lf95
customize PGroupFCompiler
Could not locate executable pgf90
customize AbsoftFCompiler
Could not locate executable f90
customize NAGFCompiler
Could not locate executable f95
customize VastFCompiler
customize GnuFCompiler
customize CompaqFCompiler
Could not locate executable fort
customize IntelItaniumFCompiler
Could not locate executable efort
Could not locate executable efc
customize IntelEM64TFCompiler
customize Gnu95FCompiler
Could not locate executable gfortran
customize G95FCompiler
Could not locate executable g95
don't know how to compile Fortran code on platform 'posix'
compiling '_configtest.c':

/* This file is generated from numpy/distutils/system_info.py */
void ATL_buildinfo(void);
int main(void) {
  ATL_buildinfo();
  return 0;
}
C compiler: arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8
-mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fexpensive-optimizations
-fomit-frame-pointer -frename-registers -O2 -ggdb2 -fPIC

compile options: '-c'
arm-angstrom-linux-gnueabi-gcc: _configtest.c
arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon
-mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
_configtest.o -L/usr/lib64 -lf77blas -lcblas -latlas -o _configtest
/usr/lib64/libf77blas.so: file not recognized: File format not recognized
collect2: ld returned 1 exit status
/usr/lib64/libf77blas.so: file not recognized: File format not recognized
collect2: ld returned 1 exit status
failure.
removing: _configtest.c _configtest.o
Status: 255
Output:
  FOUND:
    libraries = ['f77blas', 'cblas', 'atlas']
    library_dirs = ['/usr/lib64']
    language = c
    define_macros = [('NO_ATLAS_INFO', 2)]
    include_dirs = ['/usr/include']

lapack_opt_info:
lapack_mkl_info:
mkl_info:
  libraries mkl,vml,guide not found in
/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/x86_64-linux/usr/lib
  libraries mkl,vml,guide not found in /usr/local/lib
  libraries mkl,vml,guide not found in /usr/lib64
  libraries mkl,vml,guide not found in /usr/lib
  NOT AVAILABLE

  NOT AVAILABLE

atlas_threads_info:
Setting PTATLAS=ATLAS
  libraries ptf77blas,ptcblas,atlas not found in
/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/x86_64-linux/usr/lib
  libraries lapack_atlas not found in
/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/x86_64-linux/usr/lib
  libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib
  libraries lapack_atlas not found in /usr/local/lib
  libraries ptf77blas,ptcblas,atlas not found in /usr/lib64/atlas
  libraries lapack_atlas not found in /usr/lib64/atlas
  libraries ptf77blas,ptcblas,atlas not found in /usr/lib64
  libraries ptf77blas,ptcblas,atlas not found in /usr/lib/atlas
  libraries lapack_atlas not found in /usr/lib/atlas
  libraries ptf77blas,ptcblas,atlas not found in /usr/lib
numpy.distutils.system_info.atlas_threads_info
  NOT AVAILABLE

atlas_info:
  libraries f77blas,cblas,atlas not found in
/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/x86_64-linux/usr/lib
  libraries lapack_atlas not found in
/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/x86_64-linux/usr/lib
  libraries f77blas,cblas,atlas not found in /usr/local/lib
  libraries lapack_atlas not found in /usr/local/lib
  libraries f77blas,cblas,atlas not found in /usr/lib64/atlas
  libraries lapack_atlas not found in /usr/lib64/atlas
numpy.distutils.system_info.atlas_info
  FOUND:
    libraries = ['lapack', 'f77blas', 'cblas', 'atlas']
    library_dirs = ['/usr/lib64']
    language = f77
    include_dirs = ['/usr/include']

customize GnuFCompiler
customize IntelFCompiler
customize LaheyFCompiler
customize PGroupFCompiler
customize AbsoftFCompiler
customize NAGFCompiler
customize VastFCompiler
customize GnuFCompiler
customize CompaqFCompiler
customize IntelItaniumFCompiler
customize IntelEM64TFCompiler
customize Gnu95FCompiler
customize G95FCompiler
don't know how to compile Fortran code on platform 'posix'
compiling '_configtest.c':

/* This file is generated from numpy/distutils/system_info.py */
void ATL_buildinfo(void);
int main(void) {
  ATL_buildinfo();
  return 0;
}
C compiler: arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8
-mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fexpensive-optimizations
-fomit-frame-pointer -frename-registers -O2 -ggdb2 -fPIC

compile options: '-c'
arm-angstrom-linux-gnueabi-gcc: _configtest.c
arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon
-mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
_configtest.o -L/usr/lib64 -llapack -lf77blas -lcblas -latlas -o _configtest
/usr/lib64/liblapack.so: file not recognized: File format not recognized
collect2: ld returned 1 exit status
/usr/lib64/liblapack.so: file not recognized: File format not recognized
collect2: ld returned 1 exit status
failure.
removing: _configtest.c _configtest.o
Status: 255
Output:
  FOUND:
    libraries = ['lapack', 'f77blas', 'cblas', 'atlas']
    library_dirs = ['/usr/lib64']
    language = f77
    define_macros = [('NO_ATLAS_INFO', 2)]
    include_dirs = ['/usr/include']

running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler
options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler
options
running build_src
build_src
building py_modules sources
building library "npymath" sources
customize GnuFCompiler
customize IntelFCompiler
customize LaheyFCompiler
customize PGroupFCompiler
customize AbsoftFCompiler
customize NAGFCompiler
customize VastFCompiler
customize GnuFCompiler
customize CompaqFCompiler
customize IntelItaniumFCompiler
customize IntelEM64TFCompiler
customize Gnu95FCompiler
customize G95FCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8
-mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fexpensive-optimizations
-fomit-frame-pointer -frename-registers -O2 -ggdb2 -fPIC

compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core
-Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath
-Inumpy/core/include
-I/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/arm-angstrom-linux-gnueabi/usr/include/python2.6
-I/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/python2.6
-c'
arm-angstrom-linux-gnueabi-gcc: _configtest.c
arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon
-mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
_configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
customize GnuFCompiler
customize IntelFCompiler
customize LaheyFCompiler
customize PGroupFCompiler
customize AbsoftFCompiler
customize NAGFCompiler
customize VastFCompiler
customize GnuFCompiler
customize CompaqFCompiler
customize IntelItaniumFCompiler
customize IntelEM64TFCompiler
customize Gnu95FCompiler
customize G95FCompiler
don't know how to compile Fortran code on platform 'posix'
customize GnuFCompiler
customize IntelFCompiler
customize LaheyFCompiler
customize PGroupFCompiler
customize AbsoftFCompiler
customize NAGFCompiler
customize VastFCompiler
customize GnuFCompiler
customize CompaqFCompiler
customize IntelItaniumFCompiler
customize IntelEM64TFCompiler
customize Gnu95FCompiler
customize G95FCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8
-mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fexpensive-optimizations
-fomit-frame-pointer -frename-registers -O2 -ggdb2 -fPIC

compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core
-Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath
-Inumpy/core/include
-I/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/arm-angstrom-linux-gnueabi/usr/include/python2.6
-I/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/python2.6
-c'
arm-angstrom-linux-gnueabi-gcc: _configtest.c
_configtest.c:1:5: warning: conflicting types for built-in function 'exp'
arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon
-mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
_configtest.o -o _configtest
_configtest.o: In function `main':
/home/connor/angstrom/build/tmp-angstrom_2010_x/work/armv7a-angstrom-linux-gnueabi/python-numpy-1.4.1-ml0/numpy-1.4.1/_configtest.c:6:
undefined reference to `exp'
collect2: ld returned 1 exit status
_configtest.o: In function `main':
/home/connor/angstrom/build/tmp-angstrom_2010_x/work/armv7a-angstrom-linux-gnueabi/python-numpy-1.4.1-ml0/numpy-1.4.1/_configtest.c:6:
undefined reference to `exp'
collect2: ld returned 1 exit status
failure.
removing: _configtest.c _configtest.o
customize GnuFCompiler
customize IntelFCompiler
customize LaheyFCompiler
customize PGroupFCompiler
customize AbsoftFCompiler
customize NAGFCompiler
customize VastFCompiler
customize GnuFCompiler
customize CompaqFCompiler
customize IntelItaniumFCompiler
customize IntelEM64TFCompiler
customize Gnu95FCompiler
customize G95FCompiler
don't know how to compile Fortran code on platform 'posix'
customize GnuFCompiler
customize IntelFCompiler
customize LaheyFCompiler
customize PGroupFCompiler
customize AbsoftFCompiler
customize NAGFCompiler
customize VastFCompiler
customize GnuFCompiler
customize CompaqFCompiler
customize IntelItaniumFCompiler
customize IntelEM64TFCompiler
customize Gnu95FCompiler
customize G95FCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8
-mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fexpensive-optimizations
-fomit-frame-pointer -frename-registers -O2 -ggdb2 -fPIC

compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core
-Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath
-Inumpy/core/include
-I/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/arm-angstrom-linux-gnueabi/usr/include/python2.6
-I/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/python2.6
-c'
arm-angstrom-linux-gnueabi-gcc: _configtest.c
_configtest.c:1:5: warning: conflicting types for built-in function 'exp'
arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon
-mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
_configtest.o -lm -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
building extension "numpy.core._sort" sources
  adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h' to
sources.
  adding
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h' to
sources.
executing numpy/core/code_generators/generate_numpy_api.py
  adding
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h' to
sources.
numpy.core - nothing done with h_files =
['build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h',
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h',
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h']
building extension "numpy.core.multiarray" sources
  adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h' to
sources.
  adding
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h' to
sources.
executing numpy/core/code_generators/generate_numpy_api.py
  adding
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h' to
sources.
numpy.core - nothing done with h_files =
['build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h',
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h',
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h']
building extension "numpy.core.umath" sources
  adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h' to
sources.
  adding
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h' to
sources.
executing numpy/core/code_generators/generate_ufunc_api.py
  adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__ufunc_api.h'
to sources.
  adding 'build/src.linux-x86_64-2.6/numpy/core/src/umath' to include_dirs.
numpy.core - nothing done with h_files =
['build/src.linux-x86_64-2.6/numpy/core/src/umath/funcs.inc',
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h',
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h',
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__ufunc_api.h']
building extension "numpy.core.scalarmath" sources
  adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h' to
sources.
  adding
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h' to
sources.
executing numpy/core/code_generators/generate_numpy_api.py
  adding
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h' to
sources.
executing numpy/core/code_generators/generate_ufunc_api.py
  adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__ufunc_api.h'
to sources.
numpy.core - nothing done with h_files =
['build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h',
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h',
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h',
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__ufunc_api.h']
building extension "numpy.core._dotblas" sources
  adding 'numpy/core/blasdot/_dotblas.c' to sources.
building extension "numpy.core.umath_tests" sources
building extension "numpy.core.multiarray_tests" sources
building extension "numpy.lib._compiled_base" sources
building extension "numpy.numarray._capi" sources
building extension "numpy.fft.fftpack_lite" sources
building extension "numpy.linalg.lapack_lite" sources
  adding 'numpy/linalg/lapack_litemodule.c' to sources.
  adding 'numpy/linalg/python_xerbla.c' to sources.
building extension "numpy.random.mtrand" sources
/home/connor/angstrom/build/tmp-angstrom_2010_x/work/armv7a-angstrom-linux-gnueabi/python-numpy-1.4.1-ml0/numpy-1.4.1/numpy/distutils/command/config.py:39:
DeprecationWarning:
+++++++++++++++++++++++++++++++++++++++++++++++++
Usage of try_run is deprecated: please do not
use it anymore, and avoid configuration checks
involving running executable on the target machine.
+++++++++++++++++++++++++++++++++++++++++++++++++

  DeprecationWarning)
customize GnuFCompiler
customize IntelFCompiler
customize LaheyFCompiler
customize PGroupFCompiler
customize AbsoftFCompiler
customize NAGFCompiler
customize VastFCompiler
customize GnuFCompiler
customize CompaqFCompiler
customize IntelItaniumFCompiler
customize IntelEM64TFCompiler
customize Gnu95FCompiler
customize G95FCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8
-mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fexpensive-optimizations
-fomit-frame-pointer -frename-registers -O2 -ggdb2 -fPIC

compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core
-Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath
-Inumpy/core/include
-I/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/arm-angstrom-linux-gnueabi/usr/include/python2.6
-I/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/python2.6
-c'
arm-angstrom-linux-gnueabi-gcc: _configtest.c
arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon
-mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
_configtest.o -o _configtest
_configtest
unable to execute _configtest: Exec format error
failure.
removing: _configtest.c _configtest.o _configtest
building data_files sources
build_src: building npy-pkg config files
running build_py
copying numpy/version.py -> build/lib.linux-x86_64-2.6/numpy
copying build/src.linux-x86_64-2.6/numpy/__config__.py ->
build/lib.linux-x86_64-2.6/numpy
copying build/src.linux-x86_64-2.6/numpy/distutils/__config__.py ->
build/lib.linux-x86_64-2.6/numpy/distutils
running build_clib
customize UnixCCompiler
customize UnixCCompiler using build_clib
running build_ext
customize UnixCCompiler
customize UnixCCompiler using build_ext
customize GnuFCompiler
customize IntelFCompiler
customize LaheyFCompiler
customize PGroupFCompiler
customize AbsoftFCompiler
customize NAGFCompiler
customize VastFCompiler
customize GnuFCompiler
customize CompaqFCompiler
customize IntelItaniumFCompiler
customize IntelEM64TFCompiler
customize Gnu95FCompiler
customize G95FCompiler
don't know how to compile Fortran code on platform 'posix'
warning: build_ext: f77_compiler=None is not available.
building 'numpy.core._dotblas' extension
compiling C sources
C compiler: arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8
-mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fexpensive-optimizations
-fomit-frame-pointer -frename-registers -O2 -ggdb2 -fPIC

compile options: '-DNO_ATLAS_INFO=2 -Inumpy/core/blasdot -I/usr/include
-Inumpy/core/include -Ibuild/src.linux-x86_64-2.6/numpy/core/include/numpy
-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core
-Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath
-Inumpy/core/include
-I/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/arm-angstrom-linux-gnueabi/usr/include/python2.6
-I/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/python2.6
-Ibuild/src.linux-x86_64-2.6/numpy/core/src/multiarray
-Ibuild/src.linux-x86_64-2.6/numpy/core/src/umath -c'
arm-angstrom-linux-gnueabi-gcc: numpy/core/blasdot/_dotblas.c
arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon
-mfloat-abi=softfp -mthumb-interwork -mno-thumb -D__SOFTFP__
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
-shared
-L/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi/usr/lib
-Wl,-O1 -Wl,--hash-style=gnu -fexpensive-optimizations -fomit-frame-pointer
-frename-registers -O2 -ggdb2
build/temp.linux-x86_64-2.6/numpy/core/blasdot/_dotblas.o -L/usr/lib64
-L/usr/lib -Lbuild/temp.linux-x86_64-2.6 -lf77blas -lcblas -latlas
-lpython2.6 -o build/lib.linux-x86_64-2.6/numpy/core/_dotblas.so
/usr/lib64/libf77blas.so: file not recognized: File format not recognized
collect2: ld returned 1 exit status
/usr/lib64/libf77blas.so: file not recognized: File format not recognized
collect2: ld returned 1 exit status
error: Command "arm-angstrom-linux-gnueabi-gcc -march=armv7-a
-mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb
-D__SOFTFP__
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
-shared
-L/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi/usr/lib
-Wl,-O1 -Wl,--hash-style=gnu -fexpensive-optimizations -fomit-frame-pointer
-frename-registers -O2 -ggdb2
build/temp.linux-x86_64-2.6/numpy/core/blasdot/_dotblas.o -L/usr/lib64
-L/usr/lib -Lbuild/temp.linux-x86_64-2.6 -lf77blas -lcblas -latlas
-lpython2.6 -o build/lib.linux-x86_64-2.6/numpy/core/_dotblas.so" failed
with exit status 1
+ true
++ grep src
++ ls
/home/connor/angstrom/build/tmp-angstrom_2010_x/work/armv7a-angstrom-linux-gnueabi/python-numpy-1.4.1-ml0/numpy-1.4.1/build
+ cp
/home/connor/angstrom/build/tmp-angstrom_2010_x/work/armv7a-angstrom-linux-gnueabi/python-numpy-1.4.1-ml0/config.h
/home/connor/angstrom/build/tmp-angstrom_2010_x/work/armv7a-angstrom-linux-gnueabi/python-numpy-1.4.1-ml0/numpyconfig.h
/home/connor/angstrom/build/tmp-angstrom_2010_x/work/armv7a-angstrom-linux-gnueabi/python-numpy-1.4.1-ml0/numpy-1.4.1/build/src.linux-x86_64-2.6/numpy/core/include/numpy/
+ distutils_do_compile
+
STAGING_INCDIR=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi/usr/include
+
STAGING_LIBDIR=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi/usr/lib
+ BUILD_SYS=x86_64-linux
+ HOST_SYS=arm-angstrom-linux-gnueabi
+
/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/x86_64-linux/usr/bin/python
setup.py build
Running from numpy source directory.
non-existing path in 'numpy/distutils': 'site.cfg'
F2PY Version 2
blas_opt_info:
blas_mkl_info:
  libraries mkl,vml,guide not found in
/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/x86_64-linux/usr/lib
  libraries mkl,vml,guide not found in /usr/local/lib
  libraries mkl,vml,guide not found in /usr/lib64
  libraries mkl,vml,guide not found in /usr/lib
  NOT AVAILABLE

atlas_blas_threads_info:
Setting PTATLAS=ATLAS
  libraries ptf77blas,ptcblas,atlas not found in
/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/x86_64-linux/usr/lib
  libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib
  libraries ptf77blas,ptcblas,atlas not found in /usr/lib64/atlas
  libraries ptf77blas,ptcblas,atlas not found in /usr/lib64
  libraries ptf77blas,ptcblas,atlas not found in /usr/lib/atlas
  libraries ptf77blas,ptcblas,atlas not found in /usr/lib
  NOT AVAILABLE

atlas_blas_info:
  libraries f77blas,cblas,atlas not found in
/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/x86_64-linux/usr/lib
  libraries f77blas,cblas,atlas not found in /usr/local/lib
  libraries f77blas,cblas,atlas not found in /usr/lib64/atlas
  FOUND:
    libraries = ['f77blas', 'cblas', 'atlas']
    library_dirs = ['/usr/lib64']
    language = c
    include_dirs = ['/usr/include']

/home/connor/angstrom/build/tmp-angstrom_2010_x/work/armv7a-angstrom-linux-gnueabi/python-numpy-1.4.1-ml0/numpy-1.4.1/numpy/distutils/command/config.py:394:
DeprecationWarning:
+++++++++++++++++++++++++++++++++++++++++++++++++
Usage of get_output is deprecated: please do not
use it anymore, and avoid configuration checks
involving running executable on the target machine.
+++++++++++++++++++++++++++++++++++++++++++++++++

  DeprecationWarning)
customize GnuFCompiler
Could not locate executable arm-angstrom-linux-gnueabi-g77 -march=armv7-a
-mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
Could not locate executable g77
Could not locate executable f77
customize IntelFCompiler
Could not locate executable ifort
Could not locate executable ifc
customize LaheyFCompiler
Could not locate executable lf95
customize PGroupFCompiler
Could not locate executable pgf90
customize AbsoftFCompiler
Could not locate executable f90
customize NAGFCompiler
Could not locate executable f95
customize VastFCompiler
customize GnuFCompiler
customize CompaqFCompiler
Could not locate executable fort
customize IntelItaniumFCompiler
Could not locate executable efort
Could not locate executable efc
customize IntelEM64TFCompiler
customize Gnu95FCompiler
Could not locate executable gfortran
customize G95FCompiler
Could not locate executable g95
don't know how to compile Fortran code on platform 'posix'
compiling '_configtest.c':

/* This file is generated from numpy/distutils/system_info.py */
void ATL_buildinfo(void);
int main(void) {
  ATL_buildinfo();
  return 0;
}
C compiler: arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8
-mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fexpensive-optimizations
-fomit-frame-pointer -frename-registers -O2 -ggdb2 -fPIC

compile options: '-c'
arm-angstrom-linux-gnueabi-gcc: _configtest.c
arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon
-mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
_configtest.o -L/usr/lib64 -lf77blas -lcblas -latlas -o _configtest
/usr/lib64/libf77blas.so: file not recognized: File format not recognized
collect2: ld returned 1 exit status
/usr/lib64/libf77blas.so: file not recognized: File format not recognized
collect2: ld returned 1 exit status
failure.
removing: _configtest.c _configtest.o
Status: 255
Output:
  FOUND:
    libraries = ['f77blas', 'cblas', 'atlas']
    library_dirs = ['/usr/lib64']
    language = c
    define_macros = [('NO_ATLAS_INFO', 2)]
    include_dirs = ['/usr/include']

lapack_opt_info:
lapack_mkl_info:
mkl_info:
  libraries mkl,vml,guide not found in
/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/x86_64-linux/usr/lib
  libraries mkl,vml,guide not found in /usr/local/lib
  libraries mkl,vml,guide not found in /usr/lib64
  libraries mkl,vml,guide not found in /usr/lib
  NOT AVAILABLE

  NOT AVAILABLE

atlas_threads_info:
Setting PTATLAS=ATLAS
  libraries ptf77blas,ptcblas,atlas not found in
/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/x86_64-linux/usr/lib
  libraries lapack_atlas not found in
/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/x86_64-linux/usr/lib
  libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib
  libraries lapack_atlas not found in /usr/local/lib
  libraries ptf77blas,ptcblas,atlas not found in /usr/lib64/atlas
  libraries lapack_atlas not found in /usr/lib64/atlas
  libraries ptf77blas,ptcblas,atlas not found in /usr/lib64
  libraries ptf77blas,ptcblas,atlas not found in /usr/lib/atlas
  libraries lapack_atlas not found in /usr/lib/atlas
  libraries ptf77blas,ptcblas,atlas not found in /usr/lib
numpy.distutils.system_info.atlas_threads_info
  NOT AVAILABLE

atlas_info:
  libraries f77blas,cblas,atlas not found in
/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/x86_64-linux/usr/lib
  libraries lapack_atlas not found in
/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/x86_64-linux/usr/lib
  libraries f77blas,cblas,atlas not found in /usr/local/lib
  libraries lapack_atlas not found in /usr/local/lib
  libraries f77blas,cblas,atlas not found in /usr/lib64/atlas
  libraries lapack_atlas not found in /usr/lib64/atlas
numpy.distutils.system_info.atlas_info
  FOUND:
    libraries = ['lapack', 'f77blas', 'cblas', 'atlas']
    library_dirs = ['/usr/lib64']
    language = f77
    include_dirs = ['/usr/include']

customize GnuFCompiler
customize IntelFCompiler
customize LaheyFCompiler
customize PGroupFCompiler
customize AbsoftFCompiler
customize NAGFCompiler
customize VastFCompiler
customize GnuFCompiler
customize CompaqFCompiler
customize IntelItaniumFCompiler
customize IntelEM64TFCompiler
customize Gnu95FCompiler
customize G95FCompiler
don't know how to compile Fortran code on platform 'posix'
compiling '_configtest.c':

/* This file is generated from numpy/distutils/system_info.py */
void ATL_buildinfo(void);
int main(void) {
  ATL_buildinfo();
  return 0;
}
C compiler: arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8
-mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fexpensive-optimizations
-fomit-frame-pointer -frename-registers -O2 -ggdb2 -fPIC

compile options: '-c'
arm-angstrom-linux-gnueabi-gcc: _configtest.c
arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon
-mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
_configtest.o -L/usr/lib64 -llapack -lf77blas -lcblas -latlas -o _configtest
/usr/lib64/liblapack.so: file not recognized: File format not recognized
collect2: ld returned 1 exit status
/usr/lib64/liblapack.so: file not recognized: File format not recognized
collect2: ld returned 1 exit status
failure.
removing: _configtest.c _configtest.o
Status: 255
Output:
  FOUND:
    libraries = ['lapack', 'f77blas', 'cblas', 'atlas']
    library_dirs = ['/usr/lib64']
    language = f77
    define_macros = [('NO_ATLAS_INFO', 2)]
    include_dirs = ['/usr/include']

running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler
options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler
options
running build_src
build_src
building py_modules sources
building library "npymath" sources
customize GnuFCompiler
customize IntelFCompiler
customize LaheyFCompiler
customize PGroupFCompiler
customize AbsoftFCompiler
customize NAGFCompiler
customize VastFCompiler
customize GnuFCompiler
customize CompaqFCompiler
customize IntelItaniumFCompiler
customize IntelEM64TFCompiler
customize Gnu95FCompiler
customize G95FCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8
-mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fexpensive-optimizations
-fomit-frame-pointer -frename-registers -O2 -ggdb2 -fPIC

compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core
-Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath
-Inumpy/core/include
-I/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/arm-angstrom-linux-gnueabi/usr/include/python2.6
-I/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/python2.6
-c'
arm-angstrom-linux-gnueabi-gcc: _configtest.c
arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon
-mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
_configtest.o -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
customize GnuFCompiler
customize IntelFCompiler
customize LaheyFCompiler
customize PGroupFCompiler
customize AbsoftFCompiler
customize NAGFCompiler
customize VastFCompiler
customize GnuFCompiler
customize CompaqFCompiler
customize IntelItaniumFCompiler
customize IntelEM64TFCompiler
customize Gnu95FCompiler
customize G95FCompiler
don't know how to compile Fortran code on platform 'posix'
customize GnuFCompiler
customize IntelFCompiler
customize LaheyFCompiler
customize PGroupFCompiler
customize AbsoftFCompiler
customize NAGFCompiler
customize VastFCompiler
customize GnuFCompiler
customize CompaqFCompiler
customize IntelItaniumFCompiler
customize IntelEM64TFCompiler
customize Gnu95FCompiler
customize G95FCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8
-mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fexpensive-optimizations
-fomit-frame-pointer -frename-registers -O2 -ggdb2 -fPIC

compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core
-Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath
-Inumpy/core/include
-I/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/arm-angstrom-linux-gnueabi/usr/include/python2.6
-I/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/python2.6
-c'
arm-angstrom-linux-gnueabi-gcc: _configtest.c
_configtest.c:1:5: warning: conflicting types for built-in function 'exp'
arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon
-mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
_configtest.o -o _configtest
_configtest.o: In function `main':
/home/connor/angstrom/build/tmp-angstrom_2010_x/work/armv7a-angstrom-linux-gnueabi/python-numpy-1.4.1-ml0/numpy-1.4.1/_configtest.c:6:
undefined reference to `exp'
collect2: ld returned 1 exit status
_configtest.o: In function `main':
/home/connor/angstrom/build/tmp-angstrom_2010_x/work/armv7a-angstrom-linux-gnueabi/python-numpy-1.4.1-ml0/numpy-1.4.1/_configtest.c:6:
undefined reference to `exp'
collect2: ld returned 1 exit status
failure.
removing: _configtest.c _configtest.o
customize GnuFCompiler
customize IntelFCompiler
customize LaheyFCompiler
customize PGroupFCompiler
customize AbsoftFCompiler
customize NAGFCompiler
customize VastFCompiler
customize GnuFCompiler
customize CompaqFCompiler
customize IntelItaniumFCompiler
customize IntelEM64TFCompiler
customize Gnu95FCompiler
customize G95FCompiler
don't know how to compile Fortran code on platform 'posix'
customize GnuFCompiler
customize IntelFCompiler
customize LaheyFCompiler
customize PGroupFCompiler
customize AbsoftFCompiler
customize NAGFCompiler
customize VastFCompiler
customize GnuFCompiler
customize CompaqFCompiler
customize IntelItaniumFCompiler
customize IntelEM64TFCompiler
customize Gnu95FCompiler
customize G95FCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8
-mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fexpensive-optimizations
-fomit-frame-pointer -frename-registers -O2 -ggdb2 -fPIC

compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core
-Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath
-Inumpy/core/include
-I/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/arm-angstrom-linux-gnueabi/usr/include/python2.6
-I/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/python2.6
-c'
arm-angstrom-linux-gnueabi-gcc: _configtest.c
_configtest.c:1:5: warning: conflicting types for built-in function 'exp'
arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon
-mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
_configtest.o -lm -o _configtest
success!
removing: _configtest.c _configtest.o _configtest
building extension "numpy.core._sort" sources
  adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h' to
sources.
  adding
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h' to
sources.
executing numpy/core/code_generators/generate_numpy_api.py
  adding
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h' to
sources.
numpy.core - nothing done with h_files =
['build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h',
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h',
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h']
building extension "numpy.core.multiarray" sources
  adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h' to
sources.
  adding
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h' to
sources.
executing numpy/core/code_generators/generate_numpy_api.py
  adding
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h' to
sources.
numpy.core - nothing done with h_files =
['build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h',
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h',
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h']
building extension "numpy.core.umath" sources
  adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h' to
sources.
  adding
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h' to
sources.
executing numpy/core/code_generators/generate_ufunc_api.py
  adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__ufunc_api.h'
to sources.
  adding 'build/src.linux-x86_64-2.6/numpy/core/src/umath' to include_dirs.
numpy.core - nothing done with h_files =
['build/src.linux-x86_64-2.6/numpy/core/src/umath/funcs.inc',
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h',
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h',
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__ufunc_api.h']
building extension "numpy.core.scalarmath" sources
  adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h' to
sources.
  adding
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h' to
sources.
executing numpy/core/code_generators/generate_numpy_api.py
  adding
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h' to
sources.
executing numpy/core/code_generators/generate_ufunc_api.py
  adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__ufunc_api.h'
to sources.
numpy.core - nothing done with h_files =
['build/src.linux-x86_64-2.6/numpy/core/include/numpy/config.h',
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/_numpyconfig.h',
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__multiarray_api.h',
'build/src.linux-x86_64-2.6/numpy/core/include/numpy/__ufunc_api.h']
building extension "numpy.core._dotblas" sources
  adding 'numpy/core/blasdot/_dotblas.c' to sources.
building extension "numpy.core.umath_tests" sources
building extension "numpy.core.multiarray_tests" sources
building extension "numpy.lib._compiled_base" sources
building extension "numpy.numarray._capi" sources
building extension "numpy.fft.fftpack_lite" sources
building extension "numpy.linalg.lapack_lite" sources
  adding 'numpy/linalg/lapack_litemodule.c' to sources.
  adding 'numpy/linalg/python_xerbla.c' to sources.
building extension "numpy.random.mtrand" sources
/home/connor/angstrom/build/tmp-angstrom_2010_x/work/armv7a-angstrom-linux-gnueabi/python-numpy-1.4.1-ml0/numpy-1.4.1/numpy/distutils/command/config.py:39:
DeprecationWarning:
+++++++++++++++++++++++++++++++++++++++++++++++++
Usage of try_run is deprecated: please do not
use it anymore, and avoid configuration checks
involving running executable on the target machine.
+++++++++++++++++++++++++++++++++++++++++++++++++

  DeprecationWarning)
customize GnuFCompiler
customize IntelFCompiler
customize LaheyFCompiler
customize PGroupFCompiler
customize AbsoftFCompiler
customize NAGFCompiler
customize VastFCompiler
customize GnuFCompiler
customize CompaqFCompiler
customize IntelItaniumFCompiler
customize IntelEM64TFCompiler
customize Gnu95FCompiler
customize G95FCompiler
don't know how to compile Fortran code on platform 'posix'
C compiler: arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8
-mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fexpensive-optimizations
-fomit-frame-pointer -frename-registers -O2 -ggdb2 -fPIC

compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core
-Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath
-Inumpy/core/include
-I/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/arm-angstrom-linux-gnueabi/usr/include/python2.6
-I/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/python2.6
-c'
arm-angstrom-linux-gnueabi-gcc: _configtest.c
arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon
-mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
_configtest.o -o _configtest
_configtest
unable to execute _configtest: Exec format error
failure.
removing: _configtest.c _configtest.o _configtest
building data_files sources
build_src: building npy-pkg config files
running build_py
copying numpy/version.py -> build/lib.linux-x86_64-2.6/numpy
copying build/src.linux-x86_64-2.6/numpy/__config__.py ->
build/lib.linux-x86_64-2.6/numpy
copying build/src.linux-x86_64-2.6/numpy/distutils/__config__.py ->
build/lib.linux-x86_64-2.6/numpy/distutils
running build_clib
customize UnixCCompiler
customize UnixCCompiler using build_clib
running build_ext
customize UnixCCompiler
customize UnixCCompiler using build_ext
customize GnuFCompiler
customize IntelFCompiler
customize LaheyFCompiler
customize PGroupFCompiler
customize AbsoftFCompiler
customize NAGFCompiler
customize VastFCompiler
customize GnuFCompiler
customize CompaqFCompiler
customize IntelItaniumFCompiler
customize IntelEM64TFCompiler
customize Gnu95FCompiler
customize G95FCompiler
don't know how to compile Fortran code on platform 'posix'
warning: build_ext: f77_compiler=None is not available.
building 'numpy.core._dotblas' extension
compiling C sources
C compiler: arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8
-mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fexpensive-optimizations
-fomit-frame-pointer -frename-registers -O2 -ggdb2 -fPIC

compile options: '-DNO_ATLAS_INFO=2 -Inumpy/core/blasdot -I/usr/include
-Inumpy/core/include -Ibuild/src.linux-x86_64-2.6/numpy/core/include/numpy
-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core
-Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath
-Inumpy/core/include
-I/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/arm-angstrom-linux-gnueabi/usr/include/python2.6
-I/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/python2.6
-Ibuild/src.linux-x86_64-2.6/numpy/core/src/multiarray
-Ibuild/src.linux-x86_64-2.6/numpy/core/src/umath -c'
arm-angstrom-linux-gnueabi-gcc: numpy/core/blasdot/_dotblas.c
arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon
-mfloat-abi=softfp -mthumb-interwork -mno-thumb -D__SOFTFP__
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
-shared
-L/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi/usr/lib
-Wl,-O1 -Wl,--hash-style=gnu -fexpensive-optimizations -fomit-frame-pointer
-frename-registers -O2 -ggdb2
build/temp.linux-x86_64-2.6/numpy/core/blasdot/_dotblas.o -L/usr/lib64
-L/usr/lib -Lbuild/temp.linux-x86_64-2.6 -lf77blas -lcblas -latlas
-lpython2.6 -o build/lib.linux-x86_64-2.6/numpy/core/_dotblas.so
/usr/lib64/libf77blas.so: file not recognized: File format not recognized
collect2: ld returned 1 exit status
/usr/lib64/libf77blas.so: file not recognized: File format not recognized
collect2: ld returned 1 exit status
error: Command "arm-angstrom-linux-gnueabi-gcc -march=armv7-a
-mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb
-D__SOFTFP__
--sysroot=/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi
-shared
-L/home/connor/angstrom/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi/usr/lib
-Wl,-O1 -Wl,--hash-style=gnu -fexpensive-optimizations -fomit-frame-pointer
-frename-registers -O2 -ggdb2
build/temp.linux-x86_64-2.6/numpy/core/blasdot/_dotblas.o -L/usr/lib64
-L/usr/lib -Lbuild/temp.linux-x86_64-2.6 -lf77blas -lcblas -latlas
-lpython2.6 -o build/lib.linux-x86_64-2.6/numpy/core/_dotblas.so" failed
with exit status 1
+ oefatal 'python setup.py build_ext execution failed.'
+ echo FATAL: 'python setup.py build_ext execution failed.'
FATAL: python setup.py build_ext execution failed.
+ exit 1

Thanks,
Connor


More information about the Angstrom-distro-devel mailing list