From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Christoph Egger" Subject: Building broken with CS 13282 Date: Mon, 8 Jan 2007 11:49:19 +0100 Message-ID: <200701081149.20060.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi! Building CS 13282 is broken: [...] gmake[2]: Entering directory `/usr/src/xen-unstable.hg/xen' gmake[2]: Leaving directory `/usr/src/xen-unstable.hg/xen' [ -e include/asm ] || ln -sf asm-x86 include/asm gmake -f /usr/src/xen-unstable.hg/xen/Rules.mk -C include gmake[2]: Entering directory `/usr/src/xen-unstable.hg/xen/include' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/src/xen-unstable.hg/xen/include' gmake -f /usr/src/xen-unstable.hg/xen/Rules.mk -C arch/x86 asm-offsets.s gmake[2]: Entering directory `/usr/src/xen-unstable.hg/xen/arch/x86' gcc -O2 -fomit-frame-pointer -m64 -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/xen-unstable.hg/xen/include -I/usr/src/xen-unstable.hg/xen/include/asm-x86/mach-generic -I/usr/src/xen-unstable.hg/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -mno-red-zone -fpic -fno-reorder-blocks -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -g -D__XEN__ -DCRASH_DEBUG -S -o asm-offsets.s x86_64/asm-offsets.c In file /usr/src/xen-unstable.hg/xen/include/xen/sched.h:9, from x86_64/asm-offsets.c:9: /usr/src/xen-unstable.hg/xen/include/xen/shared.h:8:24: error: compat/xen.h: No such file or directory [...] There is no xen/include/compat/ directory in my tree.