From owner-freebsd-current@FreeBSD.ORG Fri May 19 19:35:02 2006 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8926B16A452 for ; Fri, 19 May 2006 19:35:02 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id C561F43D45 for ; Fri, 19 May 2006 19:34:59 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k4JJYoKp030935; Fri, 19 May 2006 15:34:50 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-current@FreeBSD.org Date: Fri, 19 May 2006 15:34:31 -0400 User-Agent: KMail/1.6.2 References: <1147953969.2888.0.camel@klamath> In-Reply-To: <1147953969.2888.0.camel@klamath> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200605191534.34127.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/1471/Fri May 19 10:07:46 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Andreas Kohn Subject: Re: buildworld fails with WITH_NLS X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 19:35:03 -0000 On Thursday 18 May 2006 08:06 am, Andreas Kohn wrote: > Hi, > > if I define WITH_NLS= in src.conf, buildworld will stop right in > Stage 1.1 Legacy Tools, because Makefile.inc1 calls a target with > -DWITHOUT_NLS. > This upsets bsd.own.mk, telling me that I shouldn't define WITH_NLS > and WITHOUT_NLS. > > I tried replacing -DWITHOUT_NLS with MK_NLS=no, but that won't > help. I can buildworld when WITH_NLS is not defined in src.conf, > but I think Makefile.inc1 is at fault here. > > I also think the problem might happen with the -DWITHOUT_MAN knob, > although I guess this one could safely be replaced with -DNO_MAN, > which gets special handling in bsd.own.mk. > > Am I misunderstanding something with regard to src.conf here? NLS support is currently unmaintained and broken. :-( Try this patch to re-enable: http://people.freebsd.org/~jkim/nls.diff Jung-uk Kim