[MacPorts] #42626: failure to install fftw-3
MacPorts
noreply at macports.org
Wed Feb 26 12:28:50 PST 2014
#42626: failure to install fftw-3
----------------------+--------------------------------
Reporter: tiasus@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.1
Keywords: | Port: fftw-3
----------------------+--------------------------------
on trying to install py27-numpy, the build failed due to fftw-3. Have
tried 'port clean' and 'port uninstall'. This is the output of the
installation.
{{{
/opt/local (530): sudo port install fftw-3
---> Computing dependencies for fftw-3
---> Fetching archive for fftw-3
---> Attempting to fetch fftw-3-3.3.3_6+gcc48.darwin_13.x86_64.tbz2 from
http://packages.macports.org/fftw-3
---> Attempting to fetch fftw-3-3.3.3_6+gcc48.darwin_13.x86_64.tbz2 from
http://lil.fr.packages.macports.org/fftw-3
---> Attempting to fetch fftw-3-3.3.3_6+gcc48.darwin_13.x86_64.tbz2 from
http://mse.uk.packages.macports.org/sites/packages.macports.org/fftw-3
---> Fetching distfiles for fftw-3
---> Attempting to fetch fftw-3.3.3.tar.gz from
http://distfiles.macports.org/fftw-3
---> Verifying checksums for fftw-3
---> Extracting fftw-3
---> Configuring fftw-3
Error: Failed to configure fftw-3, consult
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_fftw-3/fftw-3/work/fftw-3.3.3/config.log
Error: org.macports.configure for port fftw-3 returned: configure failure:
command execution failed
Please see the log file for port fftw-3 for details:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_fftw-3/fftw-3/main.log
To report a bug, follow the instructions in the guide:
http://guide.macports.org/#project.tickets
Error: Processing of port fftw-3 failed
}}}
I have looked through the logs, and from what I see it tried to do 'gcc
-v' and then 'gcc -V', and this second one gives an error. I checked these
from the terminal and got
{{{
gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/opt/local/libexec/gcc/x86_64-apple-darwin13/4.8.2
/lto-wrapper
Target: x86_64-apple-darwin13
Configured with:
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.2/configure
--prefix=/opt/local --build=x86_64-apple-darwin13 --enable-
languages=c,c++,objc,obj-c++,lto,fortran,java
--libdir=/opt/local/lib/gcc48 --includedir=/opt/local/include/gcc48
--infodir=/opt/local/share/info --mandir=/opt/local/share/man
--datarootdir=/opt/local/share/gcc-4.8 --with-local-prefix=/opt/local
--with-system-zlib --disable-nls --program-suffix=-mp-4.8 --with-gxx-
include-dir=/opt/local/include/gcc48/c++/ --with-gmp=/opt/local --with-
mpfr=/opt/local --with-mpc=/opt/local --with-cloog=/opt/local --enable-
cloog-backend=isl --disable-cloog-version-check --enable-stage1-checking
--disable-multilib --enable-lto --enable-libstdcxx-time --with-
as=/opt/local/bin/as --with-ld=/opt/local/bin/ld --with-
ar=/opt/local/bin/ar --with-bugurl=https://trac.macports.org/newticket
--with-pkgversion='MacPorts gcc48 4.8.2_0'
Thread model: posix
gcc version 4.8.2 (MacPorts gcc48 4.8.2_0)
}}}
and
{{{
gcc -V
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
}}}
I am attaching the logs...
--
Ticket URL: <https://trac.macports.org/ticket/42626>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list