On 28/9/2024 07:24, Gerben Wierda wrote:
The last update of MacPorts gets me a failure on a fresh install of
rspamd on a further empty MacPorts (macOS Sonoma, latest update):
---> Configuring libgcc14
Error: libgcc14 cannot be built while libunwind-headers is active.
Error: Please forcibly deactivate libunwind-headers, e.g. by running:
Error:
Error: sudo port -f deactivate libunwind-headers
Error:
Error: Then try again. You can reactivate libunwind-headers again later.
Error: Failed to configure libgcc14: libunwind-headers is active
Error: See /opt/local/var/macports/logs/
_Users_gerben_MacPortsDev_macports-ports_lang_gcc14/libgcc14/main.log
for details.
Error: Follow https://guide.macports.org/#project.tickets if you believe
there is a bug.
Error: Processing of port rspamd failed
Probably in the order of dependencies OpenBLAS must come before libunwind
Any port that depends on libunwind on anything more recent than 10.6 or
so should stop doing that. It's an older version and its only function
on newer systems is to break builds.
- Josh