Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750957AbWHPKhV (ORCPT ); Wed, 16 Aug 2006 06:37:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751097AbWHPKhV (ORCPT ); Wed, 16 Aug 2006 06:37:21 -0400 Received: from hellhawk.shadowen.org ([80.68.90.175]:50693 "EHLO hellhawk.shadowen.org") by vger.kernel.org with ESMTP id S1750957AbWHPKhU (ORCPT ); Wed, 16 Aug 2006 06:37:20 -0400 Message-ID: <44E2F4F9.8010402@shadowen.org> Date: Wed, 16 Aug 2006 11:35:37 +0100 From: Andy Whitcroft User-Agent: Thunderbird 1.5.0.2 (X11/20060516) MIME-Version: 1.0 To: Andy Whitcroft CC: Sam Ravnborg , Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: 2.6.18-rc4-mm1 -- new depancy on curses development References: <20060813012454.f1d52189.akpm@osdl.org> <44E2E867.2050508@shadowen.org> In-Reply-To: <44E2E867.2050508@shadowen.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2132 Lines: 63 [/me updates the CC: to Sam's real email.] Andy Whitcroft wrote: > Andrew Morton wrote: >> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.18-rc4/2.6.18-rc4-mm1/ >> > >> git-lxdialog.patch > > This tree seems to change the Makefile dependancies in the kconfig > subdirectory such that a plain compile of the kernel leads to an attempt > to build the menuconfig targets. This in turn adds a new dependancy on > the curses development libraries. > > 08/15/06-05:23:09 building kernel - make -j4 vmlinux > HOSTCC scripts/kconfig/lxdialog/checklist.o > In file included from scripts/kconfig/lxdialog/checklist.c:24: > scripts/kconfig/lxdialog/dialog.h:31:20: error: curses.h: > No such file or directory > > This seems to come from this rather innocent sounding change in that tree: > > commit 9238251dddc15b52656e70b74dffe56193d01215 > Author: Sam Ravnborg > Date: Mon Jul 24 21:40:46 2006 +0200 > > kconfig/lxdialog: refactor color support > Ok, reading the patch as if its git output isn't a good plan. The changeset appears to be this one: commit 49140e7b29bb1fcc195efef3e1c54c144dd2eff7 Author: Sam Ravnborg Date: Thu Jul 27 22:10:27 2006 +0200 kconfig/menuconfig: lxdialog is now built-in > which also seems to change the Makefile about, specifically bringing the > sub Makefile into the top level one. > > [...] > - $(Q)$(MAKE) $(build)=scripts/kconfig/lxdialog > [...] > +# lxdialog stuff > +check-lxdialog := $(srctree)/$(src)/lxdialog/check-lxdialog.sh > [...] > > Sam? > > -apw > - > 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/ - 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/