cheribuild
cheribuild copied to clipboard
Needed packages on FreeBSD-13
I ran
cheribuild.py run-morello-purecap
on a freshly installed FreeBSD 13.1.
Neither the README nor the script itself mentions/detects that packages bash and mercurial are required.
bash should not be required, where are you seeing this error?
However, you are correct that mercurial is a new dependency for GDB12 since we now build libgmp and there does not seem to be an up-to-date git mirror. We should add a check for the "hg" command being present though.
I believe this should be fixed.