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

[Xen-devel] compilation errors with xen 3.3.1 on a xen 3.2 box

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] compilation errors with xen 3.3.1 on a xen 3.2 box
From: Ray Barnes <tical.net@xxxxxxxxx>
Date: Tue, 7 Apr 2009 14:59:12 -0400
Delivery-date: Tue, 07 Apr 2009 11:59:42 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=HpoASmiX5Kdrp8Lci156+mFE490Jgnwq8XJ47uUCWm8=; b=jVcXAorydUJ5oezeNJ9tnEZqJQVAWt5jjnITFuN8TuU0I5+buD19KjNxnSAj8cEADg m9mTORfS+Dn4wPX8oLhyd3yJ9P/UeG5dy97imwlHfbP2VEKYj+MazrTPzRa7WG9XaJng VqVVz6MKySzOoedgGxveOJbKP0054+Bazgbw4=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=kNY6vB6SV+4cIliCkvJde0ghgpf2U1/YE5MsJyBqJtpqTauW25fKHyLvLLZc7pxYyD ggcpW3wXzJofY7rxbODSHJdLDHJQoRgu1/sCu/v6VZILkKWSEs2ommlZlZATRiAwUyOU bzVafYkD+J761f1mQi+LbSZEJ/hUEgrepd+7U=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <afa5bb590903190637t96a794hbaec039881c55aba@xxxxxxxxxxxxxx>
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: <afa5bb590903190637t96a794hbaec039881c55aba@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
I posted to xen-users with no reply about 3 weeks ago; I kind of
figured xen-devel was a more apropos venue:

Hi all.  I have a Xen 3.2.1 box that runs a few HVM guests.  I'm
wanting to upgrade to 3.3.1.  I figured that I would compile 3.3.1 and
then shut down all the Xen tools stuff, go into the 3.2.1 directory,
'make uninstall' and then go into the 3.3.1 directory and 'make
install'.  But I'm getting compilation errors on this particular
machine under 3.3.1 which are not present on a clean machine when
compiling 3.3.1.  The error I'm seeing at the end of the compile
process is posted below.  Any idea if this is cause for concern?

-Ray


OBJCOPY arch/i386/boot/vmlinux-
stripped
  GZIP    arch/i386/boot/vmlinuz
Kernel: arch/i386/boot/vmlinuz is ready  (#1)
make[4]: Leaving directory
`/root/build2/xen-3.3.1/build-linux-2.6.18-xen_x86_32'
mkdir -p /root/build2/xen-3.3.1/dist/install/boot
select-linux-arch: i386
select-linux-image: build-linux-2.6.18-xen_x86_32/arch/i386/boot/vmlinuz
`build-linux-2.6.18-xen_x86_32/arch/i386/boot/vmlinuz' ->
`/root/build2/xen-3.3.1/dist/install/boot/vmlinuz-2.6.18.8-xen'
`build-linux-2.6.18-xen_x86_32/.config' ->
`/root/build2/xen-3.3.1/dist/install/boot/config-2.6.18.8-xen'
`build-linux-2.6.18-xen_x86_32/System.map' ->
`/root/build2/xen-3.3.1/dist/install/boot/System.map-2.6.18.8-xen'
make[3]: Leaving directory `/root/build2/xen-3.3.1'
make[2]: Leaving directory `/root/build2/xen-3.3.1'
make[1]: Leaving directory `/root/build2/xen-3.3.1'
make: *** [world] Error 2

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] compilation errors with xen 3.3.1 on a xen 3.2 box, Ray Barnes <=