From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9029 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Musl bug, or, am I losing my mind? Date: Thu, 31 Dec 2015 13:33:49 -0500 Message-ID: <20151231183349.GN238@brightrain.aerifal.cx> References: <1315337459.141890.1451583062461.JavaMail.yahoo.ref@mail.yahoo.com> <1315337459.141890.1451583062461.JavaMail.yahoo@mail.yahoo.com> 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: ger.gmane.org 1451586847 8997 80.91.229.3 (31 Dec 2015 18:34:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Dec 2015 18:34:07 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9042-gllmg-musl=m.gmane.org@lists.openwall.com Thu Dec 31 19:34:06 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1aEi34-00051Q-AT for gllmg-musl@m.gmane.org; Thu, 31 Dec 2015 19:34:06 +0100 Original-Received: (qmail 25986 invoked by uid 550); 31 Dec 2015 18:34:04 -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 25965 invoked from network); 31 Dec 2015 18:34:03 -0000 Content-Disposition: inline In-Reply-To: <1315337459.141890.1451583062461.JavaMail.yahoo@mail.yahoo.com> User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:9029 Archived-At: On Thu, Dec 31, 2015 at 05:31:02PM +0000, Guided Muscle wrote: > Recompiled and installed musl 1.1.12 freshly downloaded from the musl web site. > configure;make -j2;make install. > > Oops - just read the INSTALL file in the musl 1.1.12 directory. I'm using gcc 4.90. > Installed gcc 4.8; recompiled musl 1.1.12; > configure;make -j2;make install. > > Test: > lua test.lua | ../cdb -c c.cdb > cdb: (stdin): bad format > > I give up and will use a temporary file for tinycdb. > > Thank you all for your help. Do you have a sample file we could use to reproduce the issue? If the output of test.lua is not private data, just lua test.lua > sample.txt and mailing sample.txt to the list would suffice. Rich