[MacPorts] #63138: meson @0.58.1: distfile not mirrored
MacPorts
noreply at macports.org
Thu Jun 24 23:59:38 UTC 2021
#63138: meson @0.58.1: distfile not mirrored
-----------------------------+------------------------
Reporter: tehcog | Owner: ryandesign
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: server/hosting | Version: 2.7.1
Resolution: fixed | Keywords:
Port: |
-----------------------------+------------------------
Comment (by kencu):
your "curl" command probably is using "/opt/local/bin/curl", which is
modern and works.
"port" is built (by default) against /usr/lib/libcurl* which is ancient
and doesn't work.
Try
{{{
/usr/bin/curl -L -o meson-0.58.1.tar.gz
https://github.com/mesonbuild/meson/releases/download/0.58.1/meson-0.58.1.tar.gz
}}}
to see what I mean.
I build macports on most systems less than 10.10 against a newer libcurl
to fix this problem.
Ask if you want to know how.
--
Ticket URL: <https://trac.macports.org/ticket/63138#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list