From owner-cvs-src@FreeBSD.ORG Thu Oct 25 19:15:45 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0296216A417; Thu, 25 Oct 2007 19:15:45 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id 8C97413C4B7; Thu, 25 Oct 2007 19:15:44 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id C34D8EC2F0C; Fri, 26 Oct 2007 03:15:41 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id NgIPmHaLDSF5; Fri, 26 Oct 2007 03:15:29 +0800 (CST) Received: from LI-Xins-MacBook.local (71.5.7.139.ptr.us.xo.net [71.5.7.139]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 74817EB27B1; Fri, 26 Oct 2007 03:15:27 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:subject:references:in-reply-to:x-enigmail-version:openpgp:content-type; b=vyQ2/jREHJwsW0Siu21Oo20DPnrEFlft9h/BPOi2sJJ9sKJEKmH3dYJWR+E32SLf8 qYxM1KpxDBX9Fqb732Pog== Message-ID: <4720EB41.8090100@delphij.net> Date: Thu, 25 Oct 2007 12:15:13 -0700 From: LI Xin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Andrey Chernov , Scott Long , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200710150951.l9F9pUm7026506@repoman.freebsd.org> <4720B30F.4040903@samsco.org> <20071025151707.GA11398@nagual.pp.ru> <4720E0AF.1010004@samsco.org> <20071025190609.GB16187@nagual.pp.ru> In-Reply-To: <20071025190609.GB16187@nagual.pp.ru> X-Enigmail-Version: 0.95.4 OpenPGP: url=http://www.delphij.net/delphij.asc Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig27A1476FCE3F43E2381B97AC" Cc: Subject: Re: cvs commit: src/lib/libc/locale utf8.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2007 19:15:45 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig27A1476FCE3F43E2381B97AC Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Andrey Chernov wrote: > On Thu, Oct 25, 2007 at 12:30:07PM -0600, Scott Long wrote: [snip] >> and is causing many users problems >> during upgrades and normal operations. =20 >=20 > Like what? I don't observe any singe problem so far. This has revealed another issue on RELENG_6 while rafan@ did the MFC. The problem is that the installworld process needs sh(1), but a dynamically linked sh(1) will require ncurses libraries, which calls ctype.h (and in turn _ctype.h), so inherited requires the new symbol. Unfortunately on RELENG_6 libc.so is not forced to be installed first, so once ncurses libraries are updated, it refuses the old libc.so bits as it does not provide the required symbol. I have discussed this with rafan@ and he committed a workaround, which is to MFC src/lib/Makefile,v 1.221. On RELENG_7 and HEAD we already have the change so it's not a problem for these branches. Hopefully we can find out a way of making newly compiled binaries backward compatible with the old RELENG_6 world? Cheers, --=20 Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! --------------enig27A1476FCE3F43E2381B97AC Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHIOtBOfuToMruuMARChnRAJ91Buvjx4pHNH1HkLCDL7dizy5bjACcDcxi U6khIF0q3xe5MtJQyPpMzzg= =6zJz -----END PGP SIGNATURE----- --------------enig27A1476FCE3F43E2381B97AC--