From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10990 Path: news.gmane.org!.POSTED!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: Re: a bug in bindtextdomain() and strip '.UTF-8' Date: Mon, 30 Jan 2017 14:05:47 +0100 Message-ID: <20170130130547.GA12395@port70.net> References: <20170129133946.GT17692@port70.net> <20170129140747.GJ1533@brightrain.aerifal.cx> <20170129164008.GU17692@port70.net> <20170129164916.GN1533@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1485781564 27434 195.159.176.226 (30 Jan 2017 13:06:04 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 30 Jan 2017 13:06:04 +0000 (UTC) User-Agent: Mutt/1.6.0 (2016-04-01) To: musl@lists.openwall.com Original-X-From: musl-return-11005-gllmg-musl=m.gmane.org@lists.openwall.com Mon Jan 30 14:05:57 2017 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1cYBee-0006p5-Nj for gllmg-musl@m.gmane.org; Mon, 30 Jan 2017 14:05:56 +0100 Original-Received: (qmail 29950 invoked by uid 550); 30 Jan 2017 13:06:00 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 29922 invoked from network); 30 Jan 2017 13:05:59 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:10990 Archived-At: * He X [2017-01-30 20:36:41 +0800]: > worked! http://paste.ubuntu.com/23893379/ > -su-4.4# nm -D /usr/lib/libstdc++.so.6 |grep __locale_struct |wc -l > 0 > anything i missed? it it acceptable ? and how could i post this to the > upstream? on a second look you might be right that conforming c++ code is probably not able to reference those symbols at all. in that case i'm not sure why they are public symbols, and changing the abi might be preferable to the workaround hack.