From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2112 Path: news.gmane.org!not-for-mail From: John Spencer Newsgroups: gmane.linux.lib.musl.general Subject: remaining gnulib/glibc incompatibilities Date: Tue, 16 Oct 2012 19:51:42 +0200 Message-ID: <507D9EAE.5010304@barfooze.de> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1350409939 13040 80.91.229.3 (16 Oct 2012 17:52:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Oct 2012 17:52:19 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2113-gllmg-musl=m.gmane.org@lists.openwall.com Tue Oct 16 19:52:26 2012 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 1TOBJZ-0003mb-Hk for gllmg-musl@plane.gmane.org; Tue, 16 Oct 2012 19:52:25 +0200 Original-Received: (qmail 5709 invoked by uid 550); 16 Oct 2012 17:52:18 -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 5701 invoked from network); 16 Oct 2012 17:52:18 -0000 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Mail/1.0 Xref: news.gmane.org gmane.linux.lib.musl.general:2112 Archived-At: i tested with m4, using my configure.cache workaround ( https://github.com/rofl0r/sabotage/blob/master/KEEP/config.cache#L77 ) for bogus tests: the following configure tests failed, apart from getopt, which is expected; causing a gnulib replacement to get built: http://sprunge.us/FcJT putenv expects GNU behaviour, http://sprunge.us/DdhN regex expects a ton of GNU additions, causing about 120KB in objects to get built, http://sprunge.us/EfdS and strtod expects "nan()" to be accepted.