[MacPorts] #63698: libgcc11 @11.1.0: Fails to build on 12.0 Monterey under arm64
MacPorts
noreply at macports.org
Thu Oct 28 09:49:03 UTC 2021
#63698: libgcc11 @11.1.0: Fails to build on 12.0 Monterey under arm64
-----------------------+--------------------
Reporter: mpbarlow | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.7.1
Resolution: | Keywords:
Port: libgcc11 |
-----------------------+--------------------
Comment (by mpbarlow):
I have found a workaround. The error in `config.log` is that it cannot
find `/usr/lib/libgcc_s.1.1.dylib` or `/usr/local/lib/libgcc_s.1.1.dylib`.
However, this file is present in the work directory for the port, so after
the install failed I ran
{{{
sudo cp
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_gcc11/libgcc11/work/build/arm64
-apple-darwin21/libgcc/libgcc_s.1.1.dylib /usr/local/lib
}}}
After that the port built without issue—hopefully there are no further
implications from doing this.
--
Ticket URL: <https://trac.macports.org/ticket/63698#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list