[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-users] Compiling Xen-3.2.0
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----- 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |