From owner-freebsd-current@FreeBSD.ORG Mon Aug 4 06:57:15 2003 Return-Path: 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 A935237B401; Mon, 4 Aug 2003 06:57:15 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47AF543F93; Mon, 4 Aug 2003 06:57:14 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.9/8.12.9) with ESMTP id h74DvDYk039332; Mon, 4 Aug 2003 17:57:13 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.9/8.12.9/Submit) id h74DvDdL039331; Mon, 4 Aug 2003 17:57:13 +0400 (MSD) Date: Mon, 4 Aug 2003 17:57:13 +0400 From: Andrey Chernov To: Shin-ichi YOSHIMOTO Message-ID: <20030804135713.GA39289@nagual.pp.ru> References: <20030804195135.0562a9a2.yosimoto@waishi.jp> <20030804114723.GB39384@sunbay.com> <20030804223833.6c9a6718.yosimoto@waishi.jp> <20030804134636.GA39138@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030804134636.GA39138@nagual.pp.ru> User-Agent: Mutt/1.5.4i cc: current@freebsd.org Subject: Re: buildworld broken after installworld X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 04 Aug 2003 13:57:16 -0000 On Mon, Aug 04, 2003 at 17:46:37 +0400, Andrey Chernov wrote: > On Mon, Aug 04, 2003 at 22:38:33 +0900, Shin-ichi YOSHIMOTO wrote: > > Subject: Re: buildworld broken after installworld, > > On Mon, 4 Aug 2003 14:47:23 +0300, Ruslan Ermilov wrote: > > > Too bad. I think this may be related to a recent work of Andrey > > > on tr(1), as fcns.h is generated using src/lib/libedit/makelist. > > > Perhaps, just enforcing the C locale will fix it. > > > > Yes. I tried to "setenv LANG C", just fine. > > There is > > tr '[a-z]' '[A-Z]' > > which can be different for different locales since use collate now as > required by POSIX. Please tell which exact non-C locale you use and what > happens? I miss start of this discussion. Well, I found error in the archives, so the question remains, what locale you use?