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

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

To: Xen users mailing list <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] compilation errors with xen 3.3.1 on a xen 3.2 box
From: Ray Barnes <tical.net@xxxxxxxxx>
Date: Thu, 19 Mar 2009 09:37:30 -0400
Delivery-date: Thu, 19 Mar 2009 06:38:14 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=DgECKAy98tsIStB/H5s+Fj1EeB71llPz7Bf4ELUSIVc=; b=pTGpRI71qF+TrEdcz1qEWNneDbCBiW+6JvcBHlHaPd27fyc8RsTdO2naYzJ9N5Gjlb RdbHhEk8TBVDmDN1JKpH5AdaXaYkAFzBG3Ca+BoGk/LcrDLp2re0wdMiJ8hwHrF0yo5S ngYMJkO4VJQOTUa5kfwtG9KYRLlchR56rPopU=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=sNCeiV/zrW4wt63O2ONZHv83PmhTnl6CvD5DDUw05LGPURgn97+zEvIRfxMjmXLASJ c88H4dCFXlul/7tkriZ7ET/y/Hl0GcQlhptk6Bgblmaye2HnOFrBRc5m8E5bU0zziGV5 uTW9VKizz9SKmBgEaHdHiwDpRcU2mhhxCEfXY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] compilation errors with xen 3.3.1 on a xen 3.2 box, Ray Barnes <=