libunwind-headers issue
Werner LEMBERG
wl at gnu.org
Fri Nov 8 08:36:15 UTC 2019
On Mac Lion, installing a fresh MacPorts from scratch, then calling
port -N mpkg lilypond-devel +mactex +perl5_28 +python37
always causes a (harmless) abort. The reason is that
`libunwind-headers' gets installed as part of the dependencies rather
early, but one of the very last steps is installation of `libgcc9',
which doesn't work with activated `libunwind-headers'.
Is it possible to somehow tell `port' in the above command that
`libunwind-headers' has to be deactivated before building `libgcc9'?
Werner
More information about the macports-users
mailing list