[MacPorts] #70910: port install not using variants given on command line
MacPorts
noreply at macports.org
Wed Sep 25 03:03:01 UTC 2024
#70910: port install not using variants given on command line
--------------------------+--------------------
Reporter: ShadSterling | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: base | Version: 2.10.1
Keywords: sequoia | Port:
--------------------------+--------------------
2018 Intel macbook just upgraded to Sequoia, attempting to migrate ports.
After `port migrate` (and `port restore --last`) failed on 38 ports I'm
trying to manually migrate them.
I reinstalled several of the failed ports given in the migration/restore
output before learning that `port snapshot --all --diff` would show the
original variants; now I'm trying to re-re-install those ports with the
original variants.
When re-re-installing curl it's getting confused about the variants and
not giving a log file for more details
I'm running `port clean curl c-ares; port install curl
+ares+brotli+gsasl+http2+idn+psl+sftp_scp+ssl+universal+zstd`
And getting
{{{
---> Cleaning curl
---> Cleaning c-ares
Error: Requested variants "+brotli+http2+idn+psl+ssl+universal+zstd" do
not match those the build was started with:
"+ares+brotli+gsasl+http2+idn+psl+sftp_scp+ssl+universal+zstd".
Error: Please use the same variants again, or run 'port clean curl' first
to remove the existing partially completed build.
Error: Unable to execute port curl: upgrade c-ares failed
}}}
--
Ticket URL: <https://trac.macports.org/ticket/70910>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list