Opened 20 months ago
Closed 20 months ago
#67158 closed defect (duplicate)
ffcall 2.4_0+universal fails on M1
Reported by: | PrometheusPi (Richard Pausch) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | ffcall |
Description
Installing ffcall via port install ffcall
compiles fine on M1 Ventura, installing however via port install ffcall +universal
fails with "Error: Failed to configure" with /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_ffcall/ffcall/main.log
containing:
:info:configure configure: error: in `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_ffcall/ffcall/work/libffcall-2.4': :info:configure configure: error: cannot make /usr/bin/clang report undeclared builtins :info:configure See `config.log' for more details :info:configure Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_ffcall/ffcall/work/libffcall-2.4" && ./configure --prefix=/opt/local --disable-dependency-tracking --mandir=/opt/local/share/man --infodir=/opt/local/share/info :info:configure Exit code: 1 :error:configure Failed to configure ffcall: consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_ffcall/ffcall/work/libffcall-2.4/config.log :error:configure Failed to configure ffcall: configure failure: command execution failed :debug:configure Error code: NONE :debug:configure Backtrace: configure failure: command execution failed :debug:configure while executing :debug:configure "$procedure $targetname" :error:configure See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_ffcall/ffcall/main.log for details.
and /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_ffcall/ffcall/work/libffcall-2.4/config.log
failing with:
configure:5480: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch arm64 -arch x86_64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk conftest.c >&5 conftest.c:14:12: error: unknown type name 'barfbarf' barfbarf ^ 1 error generated.
Attachments (1)
Change History (4)
comment:1 Changed 20 months ago by ryandesign (Ryan Carsten Schmidt)
Changed 20 months ago by PrometheusPi (Richard Pausch)
Attachment: | config.log added |
---|
config.log with error from building ffcall on M1
comment:2 Changed 20 months ago by PrometheusPi (Richard Pausch)
Here is the entire config.log
file.
comment:3 Changed 20 months ago by jmroot (Joshua Root)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
It seems unlikely that that is the relevant error in config.log. Please attach the config.log so we can take a look.