Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 31 Dec 2015 13:33:49 -0500
From: Rich Felker <dalias@...c.org>
To: musl@...ts.openwall.com
Subject: Re: Musl bug, or, am I losing my mind?

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

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.