From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx3.mail.elte.hu ([157.181.1.138]:50689 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932265AbZHUQ2w (ORCPT ); Fri, 21 Aug 2009 12:28:52 -0400 Date: Fri, 21 Aug 2009 18:28:22 +0200 From: Ingo Molnar Subject: Re: [PATCH 00/14] kconfig: streamline distro configs for testers Message-ID: <20090821162822.GA20898@elte.hu> References: <20090819025634.987354707@goodmis.org> <20090821143525.GH11098@elte.hu> <20090821145406.GA3659@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Steven Rostedt Cc: linux-kernel@vger.kernel.org, Andrew Morton , Thomas Gleixner , Peter Zijlstra , Linus Torvalds , Theodore Tso , Arjan van de Ven , Greg KH , "Luis R. Rodriguez" , zippel@linux-m68k.org, linux-kbuild@vger.kernel.org, Sam Ravnborg , Jonathan Corbet , Alan Jenkins , Andi Kleen * Steven Rostedt wrote: > > On Fri, 21 Aug 2009, Steven Rostedt wrote: > > > > OK, I found the bug. There's a dependency missing. > > > > $ make localyesconfig > > HOSTCC scripts/basic/fixdep > > HOSTCC scripts/basic/docproc > > HOSTCC scripts/basic/hash > > using config: '/boot/config-2.6.27.25-78.2.56.fc9.x86_64' > > /bin/sh: line 8: scripts/kconfig/conf: No such file or directory > > make[1]: *** [localyesconfig] Error 127 > > make: *** [localyesconfig] Error 2 > > > > Thus the script failed to run. But the sed command that converts the '=m' > > to '=y' still ran. This gives us a distro config with all modules > > converted to built in! > > Funny that localmodconfig does not have this bug. ... add to that i dont use modules much so i probably hit that localyesconfig bug ;-) btw: mind adding localrandconfig too? It would be a perfect tool to randomize all configs except a 'must have' core set of options. ( Or is this already possible via some existing kconfig feature? I remember having seen something related, did that ever get upstream? A quick grep in scripts/ shows nothing but i might have missed it.) Ingo