From owner-freebsd-stable@FreeBSD.ORG Fri Sep 26 09:59:13 2008 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84AAC1065698 for ; Fri, 26 Sep 2008 09:59:13 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from QMTA10.westchester.pa.mail.comcast.net (qmta10.westchester.pa.mail.comcast.net [76.96.62.17]) by mx1.freebsd.org (Postfix) with ESMTP id 2DD348FC1C for ; Fri, 26 Sep 2008 09:59:12 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from OMTA11.westchester.pa.mail.comcast.net ([76.96.62.36]) by QMTA10.westchester.pa.mail.comcast.net with comcast id KMgT1a0080mv7h05AMzCVp; Fri, 26 Sep 2008 09:59:12 +0000 Received: from koitsu.dyndns.org ([67.180.253.227]) by OMTA11.westchester.pa.mail.comcast.net with comcast id KMz01a0024v8bD73XMz08X; Fri, 26 Sep 2008 09:59:01 +0000 X-Authority-Analysis: v=1.0 c=1 a=6I5d2MoRAAAA:8 a=QycZ5dHgAAAA:8 a=pUBjM6g3SMpyPNvdtCIA:9 a=IEEClNYn-DCY_1Ct3YsA:7 a=yJyikQBz_cww4U9JXa6tgvZN0qsA:4 a=EoioJ0NPDVgA:10 a=LY0hPdMaydYA:10 Received: by icarus.home.lan (Postfix, from userid 1000) id 10ADAC9432; Fri, 26 Sep 2008 02:59:11 -0700 (PDT) Date: Fri, 26 Sep 2008 02:59:10 -0700 From: Jeremy Chadwick To: Tobias Roth Message-ID: <20080926095910.GA20964@icarus.home.lan> References: <48DB4E11.2060604@fsck.ch> <20080925114505.af589ce3.cyb.@gmx.net> <48DB6CC6.90402@fsck.ch> <20080925151411.5c0c4d0a.cyb.@gmx.net> <48DCAF74.3070900@fsck.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48DCAF74.3070900@fsck.ch> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Andreas Rudisch <"cyb."@gmx.net>, stable@freebsd.org Subject: Re: buildworld fails in csh X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2008 09:59:13 -0000 On Fri, Sep 26, 2008 at 11:46:28AM +0200, Tobias Roth wrote: > On 09/25/08 15:14, Andreas Rudisch wrote: >> On Thu, 25 Sep 2008 12:49:42 +0200 >> Tobias Roth wrote: >> >>> heh, that should be RELENG_7. >> >> Update your source tree again and clean up the build dirs. >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html#Q23.4.14.6. >> >> Could be caused by some left overs from a previous build. > > That didn't work. What else could I try? Did you rm -fr /usr/obj/* before rebuilding world? "That didn't work" is too ambiguous. The build is failing because it claims ICONV_CONST is undefined. ICONV_CONST is found here: $ grep -r ICONV_CONST /usr/src/contrib/tcsh /usr/src/bin/csh /usr/src/contrib/tcsh/config.h.in:#undef ICONV_CONST /usr/src/contrib/tcsh/configure:#define ICONV_CONST $am_cv_proto_iconv_arg1 /usr/src/contrib/tcsh/sh.func.c: ICONV_CONST char *src; /usr/src/bin/csh/config.h:#define ICONV_CONST const src/bin/csh/config.h declares it. The proper include files are only included if HAVE_ICONV is declared, which it is (in src/bin/csh/Makefile), as you can see from -DHAVE_ICONV. You might have to end up giving someone access to your box to solve this problem. -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |