[MacPorts] #65847: shellcheck: broken pre-built binary package, wants to be rebuilt
MacPorts
noreply at macports.org
Sat Sep 17 13:31:37 UTC 2022
#65847: shellcheck: broken pre-built binary package, wants to be rebuilt
-------------------------+------------------------
Reporter: sierkb | Owner: neverpanic
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.7.2
Resolution: fixed | Keywords:
Port: shellcheck |
-------------------------+------------------------
Comment (by essandess):
There are no binary changes and therefore no binary rebuilds or port
revbumps.
You may either wait for the chipmunks to deliver the PR changes that fix
the dependencies, then reinstall {{{shellcheck}}}, which will now
correctly install the necessary dependencies automatically:
{{{
sudo port uninstall shellcheck
sudo port install shellcheck
}}}
Or you can just install the necessary dependency by hand yourself right
now and the issue will go away:
{{{
sudo port install gmp
}}}
--
Ticket URL: <https://trac.macports.org/ticket/65847#comment:14>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list