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-users

Re: [Xen-users] Compiling Xen-3.2.0

To: "Maik Brauer" <mailinglist@xxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] Compiling Xen-3.2.0
From: "Emre Erenoglu" <erenoglu@xxxxxxxxx>
Date: Thu, 24 Jan 2008 13:48:04 +0100
Cc: Jeremie Le Hen <jeremie@xxxxxxxxxx>, Ian Tobin <itobin@xxxxxxxxxxxxx>, Xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 24 Jan 2008 04:48:39 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=Q6jHapImwoOHxEz1YL3V3hR0DC1Ic7wzzgIlrLDwE+E=; b=JF3bUYjkZojkybrM69zw61qdVAhRen85VxIy1geKl/7VK8rgU7m6mCI94tH3FPHLhGCzA1MMTvnYfqWHLEf14hjsYLvzyo+m/+pfcNpvFFNmneEqcxgem6nQR9fS2VnN+Pf0uWCVNxYlLyChJtaMBeelyB3r1tn/bjrazqstIWA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=r3fMyiDOTxW5XJP6EGL6OwBTOLyNPSCZ2Fyz7WM1iUFEIcLUHhVDi3Sz57sI7VhtFI/nn4GKWuAlOlePzSxwCV9JyoDnNHfeqEfIX+WB3FyYb0XbiygeQHVECV4QM3zkgTC18Q29xjEI7o7Rd8tQk6dqzA6pznu1IhmVTwoZHhA=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <D16159AA-A1F0-4737-8A1F-EEE43CFE87A9@xxxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <1241F505DD3E2145B9BE36BDC4342CFE024049@xxxxxxxxxxxxxxxxxxxxxx> <20080123131434.GF86598@xxxxxxxxxxxxxxxxxxxxxxxx> <1241F505DD3E2145B9BE36BDC4342CFE02404B@xxxxxxxxxxxxxxxxxxxxxx> <20080123152640.GG86598@xxxxxxxxxxxxxxxxxxxxxxxx> <1241F505DD3E2145B9BE36BDC4342CFE024054@xxxxxxxxxxxxxxxxxxxxxx> <D16159AA-A1F0-4737-8A1F-EEE43CFE87A9@xxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi Maik,

I'm on Ubuntu 7.10 and I never do the second hg clone, I mean:

# hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg

For me, the first hg clone for xen does download the kernel during make world build process.

Emre



On Jan 24, 2008 1:07 PM, Maik Brauer < mailinglist@xxxxxxxxxxxxxxx> wrote:
Hi Ian,

please take care of the following steps:
# hg clone –r RELEASE-3.2.0 http://xenbits.xensource.com/xen-3.2-testing.hg
# hg clone  http://xenbits.xensource.com/linux-2.6.18-xen.hg
# cd xen-3.2-testing.hg

After that you should be able to use the different make command, like "make world", etc.
Tell me where you exactly got stucked.

Cheers,
Maik


On Jan 24, 2008, at 12:09 PM, Ian Tobin wrote:

Hi,

So has anyone successfully compiled 3.2.0 from tarball running on Debian 4.0?

If so could you shed some light on how you did it as all the methods I have tried so far have failed.

Thanks

Ian


-----Original Message-----
From: Jeremie Le Hen [mailto:jeremie@xxxxxxxxxx]
Sent: 23 January 2008 15:27
To: Ian Tobin
Cc: Xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Compiling Xen-3.2.0

Ian,

On Wed, Jan 23, 2008 at 01:47:18PM -0000, Ian Tobin wrote:

> I tried that method of downloading the kernel and I get this error

>

> 14:51:02 (21.50 MB/s) - `/root/.ketchup/linux-2.6.18.tar.gz.sign.partial' saved [248/248]

>

> Verifying signature...

> gpg: Signature made Wed 20 Sep 2006 04:56:08 BST using DSA key ID 517D0F0E

> gpg: Can't check signature: public key not found

> ketchup: gpg returned 512

> ketchup: removing files...

> ketchup: Tarball download failed

> make[3]: *** [linux-2.6.18/.valid-src] Error 255

> make[3]: Leaving directory `/usr/src/xen-3.2.0'

> make[2]: *** [linux-2.6-xen-install ] Error 2

> make[2]: Leaving directory `/usr/src/xen-3.2.0'

> make[1]: *** [install-kernels] Error 1

> make[1]: Leaving directory `/usr/src/xen-3.2.0'

> make: *** [world] Error 2

> triggertest:/usr/src/xen-3.2.0#

I've got this error once too and worked around it with the following

simple patch:

=== 8< === cut here === 8< ===

--- buildconfigs/src.tarball.0  2008-01-23 17:25:36.000000000 +0100

+++ buildconfigs/src.tarball    2008-01-23 17:25:44.000000000 +0100

@@ -15,5 +15,5 @@ linux-%.tar.bz2:

 # XXX create a pristine tree for diff -Nurp convenience

 %/.valid-src: $(__XEN_LINUX_UPDATE)

-       $(KETCHUP) -d $(@D) $(LINUX_VER)

+       $(KETCHUP) -G -d $(@D) $(LINUX_VER)

        touch $@ # update timestamp to avoid rebuild

=== 8< === cut here === 8< ===

Another way to do it is to download linux-2.6.18.tar.gz in

/root/.ketchup/ because ketchup seems to try checking the signature only

when the file has just been downloaded.  (Not verified in the code

though.)


Let me know if you could go any further than I did.

Regards,

--

Jeremie Le Hen

< jeremie at le-hen dot org >< ttz at chchile dot org >

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


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



--
Emre Erenoglu
erenoglu@xxxxxxxxx
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users