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

Kamil Rytarowski via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 22 03:35:52 PDT 2019


krytarowski added a comment.

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`.

All my NetBSD setups are either native or qemu+haxm. I cannot test virtualbox or vmware as of now.


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