From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1008 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: printf POSIX compliance Date: Fri, 8 Jun 2012 10:55:19 -0400 Message-ID: <20120608145519.GP163@brightrain.aerifal.cx> References: <20120608144423.GN163@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1339167598 16594 80.91.229.3 (8 Jun 2012 14:59:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 8 Jun 2012 14:59:58 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1009-gllmg-musl=m.gmane.org@lists.openwall.com Fri Jun 08 16:59:57 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 1Sd0fL-0001Sh-F9 for gllmg-musl@plane.gmane.org; Fri, 08 Jun 2012 16:59:55 +0200 Original-Received: (qmail 30253 invoked by uid 550); 8 Jun 2012 14:59:55 -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 30245 invoked from network); 8 Jun 2012 14:59:55 -0000 Content-Disposition: inline In-Reply-To: <20120608144423.GN163@brightrain.aerifal.cx> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:1008 Archived-At: On Fri, Jun 08, 2012 at 10:44:23AM -0400, Rich Felker wrote: > Still working on finding whether this long double issue is what's > causign the gnulib junk to get pulled in... And it's not, at least not in the worst package, GNU m4. I #if'd out the broken long double test in configure, re-ran it, and even with no printf problems reported, freadahead is still getting pulled in... I'll see if I see anything else odd. Rich