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 <phco...@gmail.com>
> Date:   Tue Feb 7 02:10:14 2017 +0100
>
>     verifiers: Add possibility to verify kernel and modules command lines
>
>     Signed-off-by: Vladimir Serbinenko <phco...@gmail.com>
>     Signed-off-by: Daniel Kiper <daniel.ki...@oracle.com>
>     Reviewed-by: Ross Philipson <ross.philip...@oracle.com>
>
> 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

_______________________________________________
Bug-grub mailing list
Bug-grub@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to