Opened 6 months ago

Last modified 6 months ago

#69567 assigned defect

Error: Processing of port fftw-3 failed — at Version 1

Reported by: wenbingzhang Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: fftw-3

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

--->  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.

Change History (2)

Changed 6 months ago by wenbingzhang

Attachment: config.log added

comment:1 Changed 6 months ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: set to MarcusCalhoun-Lopez
Port: fftw-3 added
Status: newassigned

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)
Note: See TracTickets for help on using tickets.