Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030291AbWHRRNu (ORCPT ); Fri, 18 Aug 2006 13:13:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030297AbWHRRNu (ORCPT ); Fri, 18 Aug 2006 13:13:50 -0400 Received: from pasmtpa.tele.dk ([80.160.77.114]:6614 "EHLO pasmtp.tele.dk") by vger.kernel.org with ESMTP id S1030291AbWHRRNt (ORCPT ); Fri, 18 Aug 2006 13:13:49 -0400 Date: Fri, 18 Aug 2006 19:13:35 +0200 From: Sam Ravnborg To: Greg Schafer Cc: linux-kernel@vger.kernel.org Subject: Re: What's in kbuild.git for 2.6.19 Message-ID: <20060818171335.GA7595@mars.ravnborg.org> References: <20060813194503.GA21736@mars.ravnborg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.12-2006-07-14 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1319 Lines: 38 On Fri, Aug 18, 2006 at 06:26:07PM +1000, Greg Schafer wrote: > On Sun, 13 Aug 2006 21:45:03 +0200, Sam Ravnborg wrote: > > > Just a quick intro to what is pending in kbuild.git/lxdialog.git for 2.6.19. > > And a short status too. > > > > Highlights: > > o unifdef is now included in the kernel source (used by > > headers_* targets). > > Hi Sam, > > This apparently doesn't build: > > CHK include/linux/version.h > UPD include/linux/version.h > HOSTCC scripts/basic/fixdep > HOSTCC scripts/basic/docproc > HOSTCC scripts/unifdef > /tmp/ccwcmPxS.o: In function `keywordedit': > unifdef.c:(.text+0x25c): undefined reference to `strlcpy' > collect2: ld returned 1 exit status > make[1]: *** [scripts/unifdef] Error 1 > make: *** [headers_install] Error 2 When I grep in the unifdef sources I get only one reference to strlcpy. That's a prototype that was missed when I replaced the use of strlcpy with a dedicated implementation. I have checked latest -mm - same result. Try to doublecheck that you have properly updated your source tree. Sam - 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/