Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754925Ab0KIKYk (ORCPT ); Tue, 9 Nov 2010 05:24:40 -0500 Received: from mail-gy0-f174.google.com ([209.85.160.174]:64344 "EHLO mail-gy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753048Ab0KIKYi (ORCPT ); Tue, 9 Nov 2010 05:24:38 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=k6gDA+p++ib9hwOkvPOghuDOYjtF+5cXF91ZS2QE49psCWPNSqb1O9xnj3Nxvhevnz 0FxYa7F0GWjY82zPxGcHQPO0FkRKw7kwbRfbPNiU1YjuTsZ/X39E2OlslPNHhUDRz7J+ DMq0m1b0UB0LJknblXxr1ZMhWB+SXvLSybNsg= Date: Tue, 9 Nov 2010 18:29:19 +0800 From: =?utf-8?Q?Am=C3=A9rico?= Wang To: Ben Gamari Cc: Sam Ravnborg , =?utf-8?Q?Am=C3=A9rico?= Wang , Christoph Egger , linux-kernel@vger.kernel.org, linux-kbuild , Michal Marek Subject: Re: fstat suddenly return -EINVAL [Was: Bus error on make allyesconfig, kernelbuild with HEAD] Message-ID: <20101109102919.GI5220@cr0.nay.redhat.com> References: <20101107170700.GA22684@merkur.ravnborg.org> <87mxplypid.fsf@gmail.com> <20101107223056.GA23871@merkur.ravnborg.org> <87lj54raw3.fsf@gmail.com> <20101108101920.GA5527@cr0.nay.redhat.com> <87d3qgq9ca.fsf@gmail.com> <20101108182209.GA26742@merkur.ravnborg.org> <87d3qfejy5.fsf@gmail.com> <20101108190501.GA26866@merkur.ravnborg.org> <8762w7efjn.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8762w7efjn.fsf@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1162 Lines: 38 On Mon, Nov 08, 2010 at 03:17:16PM -0500, Ben Gamari wrote: >On Mon, 8 Nov 2010 20:05:01 +0100, Sam Ravnborg wrote: >> > >> > $ make >> > HOSTCC scripts/basic/fixdep >> > file=scripts/basic/.fixdep.d >> > fixdep: fstat failed: Invalid argument >> >> But open succedd - because we see no output from that one. >> >Yes, this is true. > >> > How are .d files supposed to be generated? >> >> They are generated by kbuild. >> See scripts/Kbuild.include: >> >> If you delete the line marked "==>" then you should have .d files are a build. >> >True. > >> > export CC=${CROSS_COMPILE}gcc >> > export CXX=${CROSS_COMPILE}g++ >> This part is wrong. The kernel will do this for you. >> It should not cause any harm... >> >Yeah, this is for other applications. > >Any idea of what could be happening? > No idea why this only happens to those .*.d files. A blind guess would be commit 365b1818. :-/ -- 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/