[MacPorts] #67023: poppler fails build
MacPorts
noreply at macports.org
Thu Mar 2 00:42:57 UTC 2023
#67023: poppler fails build
----------------------+----------------------
Reporter: tjahns | Owner: dbevans
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: poppler |
----------------------+----------------------
Comment (by ryandesign):
Oh. Building all those deps from source will take extra time. It's fine to
let it run, or you could interrupt the build, clean whichever port was
building when you interrupted it, then install those deps manually first,
letting MacPorts get binaries for them:
{{{
sudo port install --unrequested bison bison-runtime meson ninja py-
bootstrap-modules py311-build py311-installer py311-packaging py311-pep517
py311-setuptools py311-wheel python311 re2c
}}}
The `-k` flag would also apply to those deps so you'll want to remove
their logs and work directories later with:
{{{
sudo port clean bison bison-runtime meson ninja py-bootstrap-modules
py311-build py311-installer py311-packaging py311-pep517 py311-setuptools
py311-wheel python311 re2c
}}}
--
Ticket URL: <https://trac.macports.org/ticket/67023#comment:11>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list