cheribuild icon indicating copy to clipboard operation
cheribuild copied to clipboard

Needed packages on FreeBSD-13

Open bsdphk opened this issue 3 years ago • 1 comments

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.

bsdphk avatar Nov 05 '22 06:11 bsdphk

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.

arichardson avatar Nov 14 '22 10:11 arichardson

I believe this should be fixed.

arichardson avatar Apr 04 '23 21:04 arichardson