From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Marc - A. Dahlhaus [ Administration | Westermann GmbH ]" Subject: Re: Re: NX related build failure in latest pv_ops dom0 hackery tree Date: Thu, 23 Apr 2009 14:01:24 +0200 Message-ID: <1240488084.6074.2.camel@marc> References: <20090404192338.GJ24960@edu.joroinen.fi> <49D840D4.1070701@goop.org> <1239555359.12706.4.camel@leto.intern.saout.de> <49E4BF6F.2010308@goop.org> <1239887761.30384.13.camel@leto.intern.saout.de> <49E7591E.3030402@goop.org> <1239899080.30384.138.camel@leto.intern.saout.de> <49E75E06.1060702@goop.org> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <49E75E06.1060702@goop.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jeremy Fitzhardinge Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hello Jeremy, did a fresh clone of your repo and got some warning from git: $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen Initialized empty Git repository in linux-2.6-xen2/.git/ remote: Counting objects: 1294968, done. remote: Compressing objects: 100% (225881/225881), done. remote: Total 1294968 (delta 1084032), reused 1271909 (delta 1061619) Receiving objects: 100% (1294968/1294968), 306.19 MiB | 671 KiB/s, done. Resolving deltas: 100% (1084032/1084032), done. warning: remote HEAD refers to nonexistent ref, unable to checkout. something broken here? The chechout worked: $ cd linux-2.6-xen $ git checkout origin/xen-tip/next -b xen-tip/next warning: You appear to be on a branch yet to be born. warning: Forcing checkout of origin/xen-tip/next. Checking out files: 100% (27906/27906), done. Branch xen-tip/next set up to track remote branch refs/remotes/origin/xen-tip/next. Switched to a new branch "xen-tip/next" But this time, it doesn't build without CONFIG_NUMA. This is a i686 PAE build. Didn't test tip itself for presence of this error: $ make HOSTLD scripts/kconfig/conf scripts/kconfig/conf -s arch/x86/Kconfig CHK include/linux/version.h UPD include/linux/version.h CHK include/linux/utsrelease.h UPD include/linux/utsrelease.h SYMLINK include/asm -> include/asm-x86 CC kernel/bounds.s GEN include/linux/bounds.h CC arch/x86/kernel/asm-offsets.s In file included from include/linux/suspend.h:8, from arch/x86/kernel/asm-offsets_32.c:11, from arch/x86/kernel/asm-offsets.c:2: include/linux/mm.h:495:2: error: #error SECTIONS_WIDTH+NODES_WIDTH +ZONES_WIDTH > BITS_PER_LONG - NR_PAGEFLAGS make[1]: *** [arch/x86/kernel/asm-offsets.s] Error 1 make: *** [prepare0] Error 2 Am Donnerstag, den 16.04.2009, 09:34 -0700 schrieb Jeremy Fitzhardinge: > > Actually, the kernel to test is xen-tip/next. That's going to be the > base for ongoing development, and I'll cull all the rest of the branches > once all their nutritious changesets have been extracted. Oh, and it > actually works. > > J