[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Make grub error "too few arguments" with xen
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 <phcoder@xxxxxxxxx> > Date: Tue Feb 7 02:10:14 2017 +0100 > > verifiers: Add possibility to verify kernel and modules command lines > > Signed-off-by: Vladimir Serbinenko <phcoder@xxxxxxxxx> > Signed-off-by: Daniel Kiper <daniel.kiper@xxxxxxxxxx> > Reviewed-by: Ross Philipson <ross.philipson@xxxxxxxxxx> > > 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 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |