[Lldb-commits] [PATCH] D68856: convert SBDebugger::***FileHandle() wrappers to native files.

Lawrence D'Anna via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 22 10:08:51 PDT 2019


lawrence_danna added a comment.

In D68856#1717767 <https://reviews.llvm.org/D68856#1717767>, @krytarowski wrote:

> In D68856#1717683 <https://reviews.llvm.org/D68856#1717683>, @lawrence_danna wrote:
>
> > @mgorny
> >
> > I can't get anything to work.   I've tried running  a local VM with virtualbox but it's networking driver crashes my kernel.   I've tried a local VM with VMware but it won't boot netbsd.   I've tried AWS but they only have netbsd 7, which is too old.   I've tried google cloud, but their image creator script only works for netbsd 9, and python won't build because x11 isn't installed.   I've tried installing the pkgsrc binaries from netbsd 8 onto netbsd 9, but that doesn't work either.   I'm completely at a loss.  I can't figure out how to make a netbsd VM that can actually build LLDB.
> >
> > Do you have  a machine image on AWS or google cloud or even a VMDK or something that I could use?
>
>
> For the python part, you need to either install all basesystem sets (including x11) or set `X11_TYPE=modular` in `/etc/mk.conf`.


I tried `X11_TYPE`, it does nothing.      I'm a bit confused there because I did not have a file called `/etc/mk.conf`.

Is there a way to install those missing basesystem sets once the machine is up?   Or do I have to go back and reinstall from scratch?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68856/new/

https://reviews.llvm.org/D68856





More information about the lldb-commits mailing list