From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6345 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?6buE5bu65b+g?= Newsgroups: gmane.linux.lib.musl.general Subject: Re: Webkit/JavascriptCore did not work with musl libc Date: Thu, 16 Oct 2014 14:28:19 +0800 Message-ID: <543F6583.9060408@i-soft.com.cn> References: <543E0D12.2010903@i-soft.com.cn> <20141015120211.42a4f0db@ncopa-desktop.alpinelinux.org> <543F24FD.6000604@i-soft.com.cn> <20141016020849.GW32028@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1413440929 6919 80.91.229.3 (16 Oct 2014 06:28:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Oct 2014 06:28:49 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6358-gllmg-musl=m.gmane.org@lists.openwall.com Thu Oct 16 08:28:42 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1XeeYD-0007O5-7l for gllmg-musl@plane.gmane.org; Thu, 16 Oct 2014 08:28:41 +0200 Original-Received: (qmail 24081 invoked by uid 550); 16 Oct 2014 06:28:40 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 24073 invoked from network); 16 Oct 2014 06:28:40 -0000 X-QQ-mid: bizesmtp5t1413440903t179t240 X-QQ-SSF: 00400000002000F0F212B00A0000000 X-QQ-FEAT: hFFdomqy5albEpUU5Iy+7prXtisYpb/JZAVOqjxH2bklGlh3OJpKUvnLCMbiP Q2WgfRdvTqxbIth0/VIRiNj0TWV3Lka8Fd8ARA2469mmi2i7U9uyQx1Pnf9/Z4EyLyomY1v 9ZzWcCbdHaHKf0kblHm/ejaCYZHnywugqvZGsH/disxuACECA/XbJTA3DJCAPH7iEi8qgDr POmeJCMBRAU5TD/MNef9L X-QQ-GoodBg: 2 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: <20141016020849.GW32028@brightrain.aerifal.cx> X-QQ-SENDSIZE: 520 X-QQ-FName: 49DDD462F74941A7A172F70A86780CBD X-QQ-LocalIP: 163.177.66.155 Xref: news.gmane.org gmane.linux.lib.musl.general:6345 Archived-At: Hmm... C/posix equals to UTF8, some testcase need to adjust. Lack of predefined locale, there are some locale-dependent codes. for example, seperators, date time format, locale-dependent sort etc. It's buggy to write locale-dependent codes but it exist. Another problem about multilingul is the poor iconv, some source may compiled but not works as expected. gnu/libiconv can be used as a suppliment, but there are also some testcase can not pass. 于 2014年10月16日 10:08, Rich Felker 写道: > On Thu, Oct 16, 2014 at 09:53:01AM +0800, 黄建忠 wrote: >> Thanks for you feedback. >> >> I notice alpine, it's greate and I also take a lot of patches from >> it when building my dist.(RPM based, support systemd/wayland-only). >> >> But I found there is no "check" (make check, make test, make tests >> etc.) in alpine build system. >> >> According my work, a lot of base components will fail under musl >> libc, and I already fix most of them(when it's ready, I will release >> all codes.). >> >> At the same time, It's also a heavy and useful testing for musl. At >> least, I can say Musl is good enough and ready to use(Locale support >> is poor, need more work.) > Just the lack of any pre-made locales, or something else you're > missing? > > Rich > -- Huang JianZhong