[MacPorts] #68515: qgis3 fails to build on macOS Sonoma ARM
MacPorts
noreply at macports.org
Fri Oct 20 20:46:38 UTC 2023
#68515: qgis3 fails to build on macOS Sonoma ARM
------------------------+---------------------------
Reporter: alanterra | Owner: Veence
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Resolution: | Keywords: sonoma, arm64
Port: qgis3 |
------------------------+---------------------------
Comment (by ryandesign):
Instead of decreasing the number of jobs, you can try installing ports in
smaller batches. For example, pasting this command into your terminal will
tell MacPorts to install a random one of qgis3's dependences that you
haven't installed yet:
{{{
sudo port -N install --unrequested $(port echo depof:qgis3 and not active
| sort -R | head -n1)
}}}
After doing that some number of times, you should be able to install qgis3
and its remaining dependencies successfully (unless there is also another
problem).
--
Ticket URL: <https://trac.macports.org/ticket/68515#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list