[MacPorts] #69567: Error: Processing of port fftw-3 failed
MacPorts
noreply at macports.org
Fri Mar 22 07:27:38 UTC 2024
#69567: Error: Processing of port fftw-3 failed
---------------------------+---------------------------------
Reporter: wenbingzhang | Owner: MarcusCalhoun-Lopez
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: fftw-3 |
---------------------------+---------------------------------
Changes (by ryandesign):
* owner: (none) => MarcusCalhoun-Lopez
* status: new => assigned
* port: => fftw-3
Old description:
> ---> Configuring fftw-3
> Error: Failed to configure fftw-3: consult
> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_math_fftw-3/fftw-3/work/fftw-3.3.10-arm64/config.log
> Error: Failed to configure fftw-3: configure failure: command execution
> failed
> Error: See
> /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_math_fftw-3/fftw-3/main.log
> for details.
New description:
{{{
---> Configuring fftw-3
Error: Failed to configure fftw-3: consult
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_math_fftw-3/fftw-3/work/fftw-3.3.10-arm64/config.log
Error: Failed to configure fftw-3: configure failure: command execution
failed
Error: See
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_math_fftw-3/fftw-3/main.log
for details.
}}}
--
Comment:
It looks like you're on an Intel Mac running macOS 12 and you're trying to
compile this port for arm64. Is that right?
The log says:
{{{
./configure: line 2408: /opt/local/bin/gfortran-mp-13: Bad CPU type in
executable
}}}
What is the CPU type of that executable? This command would tell you:
{{{
file /opt/local/bin/gfortran-mp-13
}}}
Also, for what architecture does MacPorts think it has installed it? This
command would tell you:
{{{
port -v installed $(port provides /opt/local/bin/gfortran-mp-13)
}}}
--
Ticket URL: <https://trac.macports.org/ticket/69567#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list