Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 2006 15:34:31 -0400
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        freebsd-current@FreeBSD.org
Cc:        Andreas Kohn <andreas.kohn@gmx.net>
Subject:   Re: buildworld fails with WITH_NLS
Message-ID:  <200605191534.34127.jkim@FreeBSD.org>
In-Reply-To: <1147953969.2888.0.camel@klamath>
References:  <1147953969.2888.0.camel@klamath>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605191534.34127.jkim>