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] Unable to compile 2.0.7 on FC4

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Unable to compile 2.0.7 on FC4
From: Julius <julius@xxxxxxxxx>
Date: Thu, 17 Nov 2005 11:40:10 +1300
Delivery-date: Wed, 16 Nov 2005 22:40:27 +0000
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/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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)
Hi,

This looks like it was an issue at some point but I can't find the answer. I have also installed compat-gcc-32, removed the "-mtune=pentium4", and get the following from:

make CC=gcc32 world

...cut...

xen/lowlevel/xc/xc.c:1183: warning: left-hand operand of comma expression has no effect xen/lowlevel/xc/xc.c:1185: warning: implicit declaration of function `Py_InitModule' xen/lowlevel/xc/xc.c:1187: warning: implicit declaration of function `PyModule_GetDict' xen/lowlevel/xc/xc.c:1188: warning: implicit declaration of function `PyErr_NewException' xen/lowlevel/xc/xc.c:1188: warning: assignment makes pointer from integer without a cast xen/lowlevel/xc/xc.c:1189: warning: implicit declaration of function `PyDict_SetItemString' xen/lowlevel/xc/xc.c:1191: warning: assignment makes pointer from integer without a cast
error: command 'gcc32' failed with exit status 1
make[3]: *** [build] Error 1
make[3]: Leaving directory `/home/julius/Desktop/Downloads/Xen/xen-2.0/tools/python'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/home/julius/Desktop/Downloads/Xen/xen-2.0/tools'
make[1]: *** [tools] Error 2
make[1]: Leaving directory `/home/julius/Desktop/Downloads/Xen/xen-2.0'
make: *** [world] Error 2

Any ideas?

Cheers.

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Unable to compile 2.0.7 on FC4, Julius <=