guix-devel
[Top][All Lists]
Advanced

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

Re: 04/08: gnu: QEMU: Unbundle iPXE.


From: Mathieu Othacehe
Subject: Re: 04/08: gnu: QEMU: Unbundle iPXE.
Date: Sat, 07 Jan 2023 16:43:33 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hello Marius,

>             glib
>             gtk+
> +           ipxe-qemu
>             libaio
>             libcacard                    ;smartcard support
>             attr libcap-ng               ;VirtFS support

I just noticed that:

--8<---------------cut here---------------start------------->8---
./pre-inst-env guix build --system=aarch64-linux grub
/home/mathieu/guix/gnu/packages/bootloaders.scm:101:2: warning: package 
grub@2.06 does not support aarch64-linux
--8<---------------cut here---------------end--------------->8---

it seems to be because of the following dependency path:

--8<---------------cut here---------------start------------->8---
grub <- qemu-minimal <- ipxe-qemu <- ipxe <- syslinux
--8<---------------cut here---------------end--------------->8---

with syslinux that only supports x86_64-linux and i686-linux.

I'm not sure how to break that path. It looks like qemu-minimal is
required by grub for test purposes. Maybe we could restrict that
dependency and the tests to x86_64-linux and i686-linux?

WDYT?

Thanks,

Mathieu



reply via email to

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