Opened 8 years ago

Closed 8 years ago

#49606 closed defect (duplicate)

py34-scipy fails to build on Mac OS X.5 PPC

Reported by: RivetBenoit (Benoit Rivet) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: powerpc Cc: sean@…, michaelld (Michael Dickens)
Port: py-scipy

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Trying to upgrade py34-scipy from version 0.16.0_1 (currently installed) to 0.16.1_0 fails.

The following lines in the log may explain the failure :

:info:build gfortran-mp-4.8: error: unrecognized argument in option '-mtune=generic'
:info:build gfortran-mp-4.8: note: valid arguments to '-mtune=' are: 401 403 405 405fp 440 440fp 464 464fp 476 476fp 505 601 602 603 603e 604 604e 620 630 740 7400 7450 750 801 821 823 8540 8548 860 970 G3 G4 G5 a2 cell e300c2 e300c3 e500mc e500mc64 e5500 e6500 ec603e native power3 power4 power5 power5+ power6 power6x power7 power8 powerpc powerpc64 powerpc64le rs64 titan
:info:build gfortran-mp-4.8: error: unrecognized command line option '-march=x86-64'
:info:build gfortran-mp-4.8: error: unrecognized command line option '-msse2'
:info:build error: Command "/opt/local/bin/gfortran-mp-4.8 -Os -fno-second-underscore -fPIC -O2 -march=x86-64 -DMS_WIN64 -mtune=generic -msse2 -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/numpy/core/include -c -c scipy/fftpack/src/dfftpack/dcosqb.f -o build/temp.macosx-10.5-ppc-3.4/scipy/fftpack/src/dfftpack/dcosqb.o" failed with exit status 1

Attachments (1)

main.log (195.9 KB) - added by RivetBenoit (Benoit Rivet) 8 years ago.

Download all attachments as: .zip

Change History (3)

Changed 8 years ago by RivetBenoit (Benoit Rivet)

Attachment: main.log added

comment:1 Changed 8 years ago by RivetBenoit (Benoit Rivet)

Here are the lines from the log file properly formatted :

:info:build gfortran-mp-4.8: error: unrecognized argument in option '-mtune=generic'
:info:build gfortran-mp-4.8: note: valid arguments to '-mtune=' are: 401 403 405 405fp
 440 440fp 464 464fp 476 476fp 505 601 602 603 603e 604 604e 620 630 740 7400 7450 750
 801 821 823 8540 8548 860 970 G3 G4 G5 a2 cell e300c2 e300c3 e500mc e500mc64 e5500 e6500
 ec603e native power3 power4 power5 power5+ power6 power6x power7 power8 powerpc powerpc64
 powerpc64le rs64 titan
:info:build gfortran-mp-4.8: error: unrecognized command line option '-march=x86-64'
:info:build gfortran-mp-4.8: error: unrecognized command line option '-msse2'
:info:build error: Command "/opt/local/bin/gfortran-mp-4.8 -Os -fno-second-underscore
 -fPIC -O2 -march=x86-64 -DMS_WIN64 -mtune=generic -msse2 -I/opt/local/Library/Frameworks
 /Python.framework/Versions/3.4/lib/python3.4/site-packages/numpy/core/include -c -c
 scipy/fftpack/src/dfftpack/dcosqb.f -o build/temp.macosx-10.5-ppc-3.4/scipy/fftpack
 /src/dfftpack/dcosqb.o" failed with exit status 1

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: sean@… michaelld@… added
Description: modified (diff)
Keywords: powerpc added
Resolution: duplicate
Status: newclosed

Duplicate of #49516.

Note: See TracTickets for help on using tickets.