From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: linux-next: build failure Date: Mon, 30 Jun 2008 16:06:44 +0200 Message-ID: <20080630140644.GA5167@elte.hu> References: <20080630232248.8d993f1d.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mx3.mail.elte.hu ([157.181.1.138]:45083 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750842AbYF3OHH (ORCPT ); Mon, 30 Jun 2008 10:07:07 -0400 Content-Disposition: inline In-Reply-To: <20080630232248.8d993f1d.sfr@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: Sam Ravnborg , linux-next@vger.kernel.org, Thomas Gleixner , "H. Peter Anvin" * Stephen Rothwell wrote: > Hi Sam, > > Today's linux-next build (i386 defconfig) failed like this: > > GEN /scratch/sfr/i386_defconfig/Makefile > GEN /scratch/sfr/i386_defconfig/Makefile > SYMLINK include/asm -> include/asm-x86 > Using /scratch/sfr/next as source for kernel > /bin/sh: include/asm/asm-offsets.h: No such file or directory > > I can only guess that this is a kbuild problem. The object include > directory looked like this: > > /scratch/sfr/i386_defconfig/include$ ls -la > total 24 > drwxr-xr-x 5 sfr users 4096 2008-06-30 23:06 . > drwxr-xr-x 8 sfr users 4096 2008-06-30 23:06 .. > lrwxrwxrwx 1 sfr users 7 2008-06-30 23:06 asm -> asm-x86 > drwxr-xr-x 2 sfr users 4096 2008-06-30 23:06 asm-i386 > drwxr-xr-x 184 sfr users 8192 2008-06-30 23:06 config > drwxr-xr-x 2 sfr users 4096 2008-06-30 23:06 linux > > My powerpc (ppc64_defconfig, allnoconfig, allyesconfig and > ppc44x_deconfig), x86_64 (allmodconfig), sparc (defconfig) and sparc64 > (defconfig) build all worked. The kisskb overnight builds will show > us what else is broken. hm, there's no known (or even any recently fixed) kbuild related problem in the stuff that comes towards linux-next from -tip. I've done an integration run earlier today - have you already picked that up? Ingo