From owner-freebsd-current@FreeBSD.ORG Mon Mar 1 05:49:16 2004 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 B70A416A4CE for ; Mon, 1 Mar 2004 05:49:16 -0800 (PST) Received: from Grimbart.Malepartus.DE (grimbart.malepartus.de [194.25.4.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8AB943D39 for ; Mon, 1 Mar 2004 05:49:15 -0800 (PST) (envelope-from bm@Grimbart.Malepartus.DE) Received: from Grimbart.Malepartus.DE (localhost [127.0.0.1]) i21DnA8a058082; Mon, 1 Mar 2004 14:49:10 +0100 (CET) (envelope-from bm@Grimbart.Malepartus.DE) Received: (from bm@localhost) by Grimbart.Malepartus.DE (8.12.11/8.12.10/Submit) id i21DnAMn058081; Mon, 1 Mar 2004 14:49:10 +0100 (CET) (envelope-from bm) Date: Mon, 1 Mar 2004 14:49:01 +0100 From: Burkard Meyendriesch To: Andrey Chernov Message-Id: <20040301144901.00d41f0f.bm@malepartus.de> In-Reply-To: <20040301123935.GA34100@nagual.pp.ru> References: <20040301110805.6b842df0.bm@malepartus.de> <20040301113233.GA13869@nagual.pp.ru> <20040301132843.073897d2.bm@malepartus.de> <20040301123935.GA34100@nagual.pp.ru> Organization: The Home of Reineke Fuchs X-Mailer: Sylpheed version 0.9.9 (GTK+ 1.2.10; i386-portbld-freebsd4.9) X-Face: "[-; ]oI+8gP9>*J%knDN8d%DuhvJS2Lj4L\bRb7gz(pcT?2Zh6_Vam_6csAum3$<&lhAFd^ jt|!&Ut1C~Vg*E/q}+#cbFg-GU]c.bB8Ad,L'W$'9{^0y'AzM4#hS[C[F-1'|O; Kg3Vrq5q6dsU*TmJ@}+QPM\ b[^9Rhd,UoMpRpd5k[X=h.Dom*kbT`cNQ Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="Signature=_Mon__1_Mar_2004_14_49_01_+0100_9v+4VtM0/APl5R0f" X-Malepartus-MailScanner-Information: Please contact the ISP for more information X-Malepartus-MailScanner: Found to be clean cc: freebsd-current@FreeBSD.ORG Subject: Re: 5.2.1-RELEASE lib/libedit broken? Problems with tr(1) and LANG=de_DE.ISO8859-15 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, 01 Mar 2004 13:49:16 -0000 --Signature=_Mon__1_Mar_2004_14_49_01_+0100_9v+4VtM0/APl5R0f Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Mon, 1 Mar 2004 15:39:36 +0300 Andrey Chernov wrote: > On Mon, Mar 01, 2004 at 01:28:43PM +0100, Burkard Meyendriesch wrote: > > Thanks Andrey, this might be the point; I still have v1.48 of > > setlocale.c. How can I merge 1.50 into my source tree? > > If you track RELENG_5_2 branch by cvsup, I just merge them there > today. If you mean merging by hand, just grab 1.50 from FreeBSD CVS > via WWW interface. > I just cvsup'ed RELENG_5_2 and found your version 1.48.2.1 of setlocale.c. But this does not solve my problem: I still find illegal non-ASCII characters in /usr/obj/usr/src/lib/libedit/fcns.h which produce my compiling errors: >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries In file included from editline.c:4: /usr/src/lib/libedit/chared.c: In function `ch_init': /usr/src/lib/libedit/chared.c:456: error: `ED_UNASSIGNED' undeclared (first use in this function) .. (lots of similar errors) Changing /usr/src/lib/libedit/makelist: sort | LC_ALL=C tr 'a-z' 'A-Z' | $AWK ' to: sort | LC_ALL=C tr '[:lower:]' '[:upper:]' | $AWK ' solves the problem. Maybe there is still another problem in setlocale.c? Burkard -- Burkard Meyendriesch Stevern 2 D-48301 Nottuln --Signature=_Mon__1_Mar_2004_14_49_01_+0100_9v+4VtM0/APl5R0f Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAkBDP1YACgkQcWaHg5Bcpau/9gCggnaxLSShtFw/5NrOF7bg8wbr arkAn0nDpWoL8hNpnXen0P0NM6yyiZS0 =xtym -----END PGP SIGNATURE----- --Signature=_Mon__1_Mar_2004_14_49_01_+0100_9v+4VtM0/APl5R0f--