This is from the latest c/s in xen-unstable (24818)
make -C etherboot all
make[6]: Entering directory
`/home/source/xen-unstable.hg/tools/firmware/etherboot''
rm -rf ipxe
gzip -dc ipxe.tar.gz | tar xf -
for i in $(cat patches/series) ; do \
patch -d ipxe -p1 --quiet <patches/$i || exit 1 ; \
done
1 out of 4 hunks FAILED -- saving rejects to file
src/arch/i386/prefix/romprefix.S.rej
make[6]: *** [ipxe/src/arch/i386/Makefile] Error 1
make[6]: Leaving directory
`/home/source/xen-unstable.hg/tools/firmware/etherboot''
make[5]: *** [subdir-all-etherboot] Error 2
make[5]: Leaving directory
`/home/source/xen-unstable.hg/tools/firmware''
make[4]: *** [subdirs-all] Error 2
make[4]: Leaving directory
`/home/source/xen-unstable.hg/tools/firmware''
make[3]: *** [all] Error 2
make[3]: Leaving directory
`/home/source/xen-unstable.hg/tools/firmware''
make[2]: *** [subdir-install-firmware] Error 2
make[2]: Leaving directory `/home/source/xen-unstable.hg/tools''
make[1]: *** [subdirs-install] Error 2
make[1]: Leaving directory `/home/source/xen-unstable.hg/tools''
make: *** [install-tools] Error 2
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
On Thu, 2012-02-16 at 16:54 +0000, Shriram Rajagopalan wrote:> This is from the latest c/s in xen-unstable (24818) > > make -C etherboot all > make[6]: Entering directory > `/home/source/xen-unstable.hg/tools/firmware/etherboot'' > rm -rf ipxe > gzip -dc ipxe.tar.gz | tar xf -Can you try nuking that file so that it gets re-downloaded? What version were you running previously? Ian.
yep works. thanks On Thu, Feb 16, 2012 at 9:06 AM, Ian Campbell <Ian.Campbell@citrix.com>wrote:> On Thu, 2012-02-16 at 16:54 +0000, Shriram Rajagopalan wrote: > > This is from the latest c/s in xen-unstable (24818) > > > > make -C etherboot all > > make[6]: Entering directory > > `/home/source/xen-unstable.hg/tools/firmware/etherboot'' > > rm -rf ipxe > > gzip -dc ipxe.tar.gz | tar xf - > > Can you try nuking that file so that it gets re-downloaded? > > What version were you running previously? > > Ian. > > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel