WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH]: Implement bzip2 and LZMA loaders / fixed patch

To: Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH]: Implement bzip2 and LZMA loaders / fixed patch for Xen 3.4.1
From: Pasi Kärkkäinen <pasik@xxxxxx>
Date: Fri, 21 Aug 2009 18:03:29 +0300
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>, Chris Lalancette <clalance@xxxxxxxxxx>, Gerd Hoffmann <kraxel@xxxxxxxxxx>
Delivery-date: Fri, 21 Aug 2009 08:03:56 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20090821140149.GQ19938@xxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <20090821105722.GP19938@xxxxxxxxxxxxxxx> <C6B45B00.12A22%keir.fraser@xxxxxxxxxxxxx> <20090821140149.GQ19938@xxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.13 (2006-08-11)
On Fri, Aug 21, 2009 at 05:01:49PM +0300, Pasi Kärkkäinen wrote:
> On Fri, Aug 21, 2009 at 02:09:04PM +0100, Keir Fraser wrote:
> > On 21/08/2009 11:57, "Pasi Kärkkäinen" <pasik@xxxxxx> wrote:
> > 
> > >> Actually I just checked in c/s 20105 to get rid of the minios-specific 
> > >> hack
> > >> in that Makefile. So all you need to do is patch to download and build 
> > >> the
> > >> libs. If you make a patch, I will arrange for the lib tarballs to be 
> > >> hosted
> > >> on xenbits and adjust the patch URLs appropriately.
> > >> 
> > > 
> > > Ok :)
> > > 
> > > c/s 20105 stubdom fails to build now, but I guess that's expected until 
> > > the
> > > patch for adding the libs is done.
> > 
> > No, that isn't expected. It builds okay for me.
> > 
> 
> For me it builds _without_ libbz2-devel/liblzma-devel.
> 
> With those installed stubdom build fails with errors about not finding the
> headers for those libs.
> 

c/s 20104: 
        - "make tools && make stubdom" without libbz2-devel/liblzma-devel 
succeeds
        - "make tools && make stubdom" with libbz2-devel/liblzma-devel succeeds

c/s 20105:
        - "make tools && make stubdom" without libbz2-devel/liblzma-devel 
succeeds
        - "make tools && make stubdom" with libbz2-devel/liblzma-devel: tools 
succeeds, stubdom fails


xc_dom_bzimageloader.c:26:19: error: bzlib.h: No such file or directory
xc_dom_bzimageloader.c: In function 'xc_try_bzip2_decode':

xc_dom_bzimageloader.c:124:18: error: lzma.h: No such file or directory
xc_dom_bzimageloader.c: In function 'xc_try_lzma_decode':


-- Pasi

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>