Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753772AbXLWWZf (ORCPT ); Sun, 23 Dec 2007 17:25:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751360AbXLWWZ0 (ORCPT ); Sun, 23 Dec 2007 17:25:26 -0500 Received: from ogre.sisk.pl ([217.79.144.158]:56743 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751302AbXLWWZZ (ORCPT ); Sun, 23 Dec 2007 17:25:25 -0500 From: "Rafael J. Wysocki" To: Sam Ravnborg Subject: Re: 2.6.24-rc6-mm1 Date: Sun, 23 Dec 2007 23:44:38 +0100 User-Agent: KMail/1.9.6 (enterprise 20070904.708012) Cc: Ingo Molnar , Andrew Morton , linux-kernel@vger.kernel.org References: <20071222233056.d652743e.akpm@linux-foundation.org> <200712231453.35497.rjw@sisk.pl> <20071223200946.GA21826@uranus.ravnborg.org> In-Reply-To: <20071223200946.GA21826@uranus.ravnborg.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712232344.39302.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1628 Lines: 43 On Sunday, 23 of December 2007, Sam Ravnborg wrote: > On Sun, Dec 23, 2007 at 02:53:34PM +0100, Rafael J. Wysocki wrote: > > On Sunday, 23 of December 2007, Rafael J. Wysocki wrote: > > > On Sunday, 23 of December 2007, Ingo Molnar wrote: > > > > > > > > * Rafael J. Wysocki wrote: > > > > > > > > > Well it doesn't build on x86-64 for me: > > > > > > > > > > CHK include/linux/compile.h > > > > > CC arch/x86/ia32/../../../fs/compat_binfmt_elf.o > > > > > Assembler messages: > > > > > Fatal error: can't create arch/x86/ia32/../../../fs/.tmp_compat_binfmt_elf.o: No such file or directory > > > > > make[2]: *** [arch/x86/ia32/../../../fs/compat_binfmt_elf.o] Error 2 > > > > > > > > > > I will post the .config if anyone is interested. > > > > > > > > yes, please send the .config. > > > > > > Attached. > > > > > > It also may be relevant that I compile the kernel with "make O=../build". > > > > I ran the compilation once again and it worked. Strange. > Try to delete your fs/ directory in your output dir. > Then I expect the same bug to surface again. It does surface indeed. > I guess it is because arch/x86/ia32/ is built before fs/ and > gcc cannot create directories for the output files and > it is the dependency files that triggers the error as this > is the first file to be generated. I think you are right. Greetings, Rafael -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/