qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC PATCH v4 1/1] tests/vm: Add Haiku test based on their vagrant i


From: Philippe Mathieu-Daudé
Subject: Re: [RFC PATCH v4 1/1] tests/vm: Add Haiku test based on their vagrant images
Date: Wed, 28 Oct 2020 11:21:51 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1

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 <kallisti5@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").



reply via email to

[Prev in Thread] Current Thread [Next in Thread]