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] [PATCH] Build fix for OpenBSD

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] Build fix for OpenBSD
From: "Christoph Egger" <Christoph.Egger@xxxxxxx>
Date: Wed, 1 Nov 2006 10:25:04 +0100
Delivery-date: Thu, 02 Nov 2006 13:38:18 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: AMD / OSRC
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.9.4

Hi!

I have xen-unstable changeset 12050:

gcc -O2 -fomit-frame-pointer -m32 -march=i686 -DNDEBUG -std=gnu99 -Wall 
-Wstrict-prototypes -Wno-unused-value -nostdinc -fno-builtin -fno-common 
-fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe 
-I/usr/src/xen-unstable-master.hg/xen/include 
-I/usr/src/xen-unstable-master.hg/xen/include/asm-x86/mach-generic 
-I/usr/src/xen-unstable-master.hg/xen/include/asm-x86/mach-default 
-msoft-float -fno-stack-protector -fno-stack-protector-all -g -D__XEN__ -c 
seg_fixup.c -o seg_fixup.o
seg_fixup.c: In function `gpf_emulate_4gb':
seg_fixup.c:298: warning: int format, long int arg (arg 4)
gmake[4]: *** [seg_fixup.o] Error 1
gmake[4]: Leaving directory 
`/usr/src/xen-unstable-master.hg/xen/arch/x86/x86_32'
gmake[3]: *** [x86_32/built_in.o] Error 2


The attached patch fixes this.

Attachment: seg_fixup.diff
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] Build fix for OpenBSD, Christoph Egger <=