On 10/28/20 7:02 AM, Thomas Huth wrote: > On 27/10/2020 11.21, Philippe Mathieu-Daudé wrote: >> From: Alexander von Gluck IV <kallis...@unixzen.com> >> ... >> +class HaikuVM(basevm.BaseVM): >> + name = "haiku" >> + arch = "x86_64" >> + >> + link = >> "https://app.vagrantup.com/haiku-os/boxes/r1beta2-x86_64/versions/20200702/providers/libvirt.box" >> + csum = >> "41c38b316e0cbdbc66b5dbaf3612b866700a4f35807cb1eb266a5bf83e9e68d5" >> + >> + poweroff = "shutdown" >> + >> + requirements = [ >> + "devel:libbz2", >> + "devel:libcapstone", >> + "devel:libcurl", >> + "devel:libfdt", >> + "devel:libgcrypt", >> + "devel:libgl", >> + "devel:libglib_2.0", >> + "devel:libgnutls", >> + "devel:libgpg_error", >> + "devel:libintl", >> + "devel:libjpeg", >> + "devel:liblzo2", >> + "devel:libncursesw", >> + "devel:libnettle", >> + "devel:libpixman_1", >> + "devel:libpng16", >> + "devel:libsdl2_2.0", >> + "devel:libsnappy", >> + "devel:libssh2", >> + "devel:libtasn1", >> + "devel:libusb_1.0", >> + "devel:libz", >> + "setuptools_python3" >> + ] > > When running this image, I now get: > > ERROR: Cannot find Ninja > > And even if I add "ninja" to the list, it fails after configuration: > > make: *** No rule to make target 'qemu-img', needed by 'check-block'. Stop. > > ... so this needs some more fine-tuning for the new build system?
Sorry, last time I tested was 2 weeks ago, before commit 09e93326e44 ("build: replace ninjatool with ninja").