bug-grub
[Top][All Lists]
Advanced

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

Re: Make grub error "too few arguments" with xen


From: Daniel Kiper
Subject: Re: Make grub error "too few arguments" with xen
Date: Tue, 4 Dec 2018 17:07:13 +0100
User-agent: NeoMutt/20170113 (1.7.2)

On Tue, Dec 04, 2018 at 05:49:24AM +0000, Chen, Farrah wrote:
> Hi all,
>
> When I make grub, I met error " too few arguments to function 
> 'grub_create_loader_cmdline'" with xen.
> I used git bisect and found the error occurred from commit: 
> 4d4a8c96e3593d76fe7b025665ccdecc70a53c1f.
> Do you have any ideas? Thanks a lot!
>
> commit 4d4a8c96e3593d76fe7b025665ccdecc70a53c1f
> Author: Vladimir Serbinenko <address@hidden>
> Date:   Tue Feb 7 02:10:14 2017 +0100
>
>     verifiers: Add possibility to verify kernel and modules command lines
>
>     Signed-off-by: Vladimir Serbinenko <address@hidden>
>     Signed-off-by: Daniel Kiper <address@hidden>
>     Reviewed-by: Ross Philipson <address@hidden>
>
> Make steps and Error log:
>
> cd grub
> ./autogen.sh
> ./configure --target=amd64 --with-platform=xen --prefix=${PWD}/../pvgrub2
> make
> ..
> loader/i386/xen.c: In function 'grub_cmd_xen':
> loader/i386/xen.c:650:10: error: too few arguments to function 
> 'grub_create_loader_cmdline'
>           sizeof (xen_state.next_start.cmd_line) - 1);
>           ^

[...]

Ugh... This is the fallout after verifiers framework introduction.
I will fix this and post the patches probably tomorrow. Sorry for
the confusion.

Daniel



reply via email to

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