[MacPorts] #27002: py26-numpy @1.5.0, Revision 1 - build failure

MacPorts noreply at macports.org
Mon Oct 25 13:41:43 PDT 2010


#27002: py26-numpy @1.5.0, Revision 1 - build failure
-----------------------------------+----------------------------------------
 Reporter:  dannowolk@…            |       Owner:  macports-tickets@…                   
     Type:  defect                 |      Status:  new                                  
 Priority:  Normal                 |   Milestone:                                       
Component:  ports                  |     Version:  1.9.1                                
 Keywords:  tiger "build failure"  |        Port:  py26-numpy                           
-----------------------------------+----------------------------------------
 I tried port -vf install py26-numpy, and it failed.  Before that I tried
 several times to upgrade the port, and also tried the +gc44 variant, as
 recommended somewhere.  It failed the same way every time.

 Here is some data about my machine:


 Machine Name:   iBook G4
 Machine Model:  PowerBook6,7
 CPU Type:       PowerPC G4 (1.5)
 Mac OS:         10.4.11
 XCode Tools:    2.5

 Here is some relevant terminal output:

 {{{
 port -v install py26-numpy--->  Computing dependencies for py26-numpy.
 --->  Building py26-numpy
 Running from numpy source directory.non-existing path in
 'numpy/distutils': 'site.cfg'
 F2PY Version 1
 blas_opt_info:
 blas_mkl_info:
   libraries mkl,vml,guide not found in
 /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib
   libraries mkl,vml,guide not found in /usr/lib
   libraries mkl,vml,guide not found in /opt/local/lib
   NOT AVAILABLE

 atlas_blas_threads_info:
 Setting PTATLAS=ATLAS
   libraries ptf77blas,ptcblas,atlas not found in /opt/local/lib
   libraries ptf77blas,ptcblas,atlas not found in
 /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib
   libraries ptf77blas,ptcblas,atlas not found in /usr/lib
   NOT AVAILABLE

 atlas_blas_info:
   FOUND:
     libraries = ['f77blas', 'cblas', 'atlas']
     library_dirs = ['/opt/local/lib']
     language = c
     include_dirs = ['/opt/local/include']

 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/numpy-1.5.0/numpy/distutils/command/config.py:397:
 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 NAGFCompiler
 Could not locate executable f95
 customize AbsoftFCompiler
 Could not locate executable f90
 Could not locate executable f77
 customize IBMFCompiler
 Could not locate executable xlf90
 Could not locate executable xlf
 customize IntelFCompiler
 Could not locate executable ifort
 Could not locate executable ifc
 customize GnuFCompiler
 Found executable /opt/local/bin/gfortran-mp-4.4
 gnu: no Fortran 90 compiler found
 gnu: no Fortran 90 compiler found
 customize Gnu95FCompiler
 customize Gnu95FCompiler
 customize Gnu95FCompiler using config
 compiling '_configtest.c':
 }}}

 [snip]

 {{{
 creating build/temp.macosx-10.4-ppc-2.6/numpy/linalg
 compile options: '-DATLAS_INFO="\"3.8.3\"" -I/opt/local/include
 -Inumpy/core/include
 -Ibuild/src.macosx-10.4-ppc-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/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
 -Ibuild/src.macosx-10.4-ppc-2.6/numpy/core/src/multiarray
 -Ibuild/src.macosx-10.4-ppc-2.6/numpy/core/src/umath -c'
 gcc-4.0: numpy/linalg/lapack_litemodule.c
 gcc-4.0: numpy/linalg/python_xerbla.c
 /opt/local/bin/gfortran-mp-4.4 -Wall -Wall -undefined dynamic_lookup
 -bundle build/temp.macosx-10.4-ppc-2.6/numpy/linalg/lapack_litemodule.o
 build/temp.macosx-10.4-ppc-2.6/numpy/linalg/python_xerbla.o
 -L/opt/local/lib -L/opt/local/lib/gcc44/gcc/ppc-apple-darwin8/4.4.5
 -Lbuild/temp.macosx-10.4-ppc-2.6 -llapack -lf77blas -lcblas -latlas
 -lgfortran -o build/lib.macosx-10.4-ppc-2.6/numpy/linalg/lapack_lite.so
 -undefined dynamic_lookup -bundle
 /usr/bin/ld: Undefined symbols:
 ___powisf2 referenced from liblapack expected to be defined in libgcc
 ___powidf2 referenced from liblapack expected to be defined in libgcc
 collect2: ld returned 1 exit status
 /usr/bin/ld: Undefined symbols:
 ___powisf2 referenced from liblapack expected to be defined in libgcc
 ___powidf2 referenced from liblapack expected to be defined in libgcc
 collect2: ld returned 1 exit status
 error: Command "/opt/local/bin/gfortran-mp-4.4 -Wall -Wall -undefined
 dynamic_lookup -bundle
 build/temp.macosx-10.4-ppc-2.6/numpy/linalg/lapack_litemodule.o
 build/temp.macosx-10.4-ppc-2.6/numpy/linalg/python_xerbla.o
 -L/opt/local/lib -L/opt/local/lib/gcc44/gcc/ppc-apple-darwin8/4.4.5
 -Lbuild/temp.macosx-10.4-ppc-2.6 -llapack -lf77blas -lcblas -latlas
 -lgfortran -o build/lib.macosx-10.4-ppc-2.6/numpy/linalg/lapack_lite.so
 -undefined dynamic_lookup -bundle" failed with exit status 1
 shell command " cd
 "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/work/numpy-1.5.0"
 &&
 /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6
 setup.py --no-user-cfg build " returned error 1
 Error: Target org.macports.build returned: shell command failed
 Warning: the following items did not execute (for py26-numpy):
 org.macports.activate org.macports.build org.macports.destroot
 org.macports.install
 Log for py26-numpy is at:
 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-numpy/main.log
 Error: Status 1 encountered during processing.
 To report a bug, see <http://guide.macports.org/#project.tickets>
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/27002>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list