From owner-freebsd-questions@FreeBSD.ORG Sat Sep 3 11:51:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26CE916A41F for ; Sat, 3 Sep 2005 11:51:10 +0000 (GMT) (envelope-from wigry@uninet.ee) Received: from mail.neti.ee (smtp-out-1.neti.ee [194.126.101.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id C17D843D48 for ; Sat, 3 Sep 2005 11:51:09 +0000 (GMT) (envelope-from wigry@uninet.ee) Message-ID: <43198E33.5010101@uninet.ee> Date: Sat, 03 Sep 2005 14:51:15 +0300 From: Rein Kadastik User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <200509031140.j83BeuEx007719@saltmine.radix.net> In-Reply-To: <200509031140.j83BeuEx007719@saltmine.radix.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee Subject: Re: sed not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2005 11:51:10 -0000 What about csh/tcsh and gdb? Particularly tc.const.h generation and init.c generation? Also if I cvsup'ed the sources for 4.11-RELEASE-p11, the make buildworld still failed, so no sign of the bugfix there. Rein Thomas Dickey wrote: >In article you wrote: > > >>Hi, >> >> > > > >>I have a very interesing problem with sed in FreeBSD. >> >> > >FreeBSD probably still has the obsolete version of MKlib_gen.sh >The current one (for the past few years) sets its locale to POSIX to >work around this problem. The problem was actually that they updated >the locale support without bothering to test or maintain ncurses. > > > >>Lets take the following sed command (from the ncurses MKlib_gen.sh script): >> >> > > >