From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/7275 Path: news.gmane.org!not-for-mail From: stephen Turner Newsgroups: gmane.linux.lib.musl.general Subject: Re: Re: nsz libc-test Date: Thu, 26 Mar 2015 16:54:03 -0400 Message-ID: References: <20150326045301.GE23507@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1136b89a4329e20512373788 X-Trace: ger.gmane.org 1427403283 23467 80.91.229.3 (26 Mar 2015 20:54:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 Mar 2015 20:54:43 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-7288-gllmg-musl=m.gmane.org@lists.openwall.com Thu Mar 26 21:54:43 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 1YbEnC-0000DS-Be for gllmg-musl@m.gmane.org; Thu, 26 Mar 2015 21:54:18 +0100 Original-Received: (qmail 13539 invoked by uid 550); 26 Mar 2015 20:54:15 -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 13516 invoked from network); 26 Mar 2015 20:54:15 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=2fNYNm6vltP32YWzdZU05+awOHtwD63sMj/wZsqoSO0=; b=maE7lit0GnRioqjibRQas7+zs787MgNUBKaNniDH+E8v0tPESpUv3nY0WB3yb/HIDm OuIKntxQxiK0OPUz5b9M2NyJJ6B5nm8Y1fDuMPSu/uhSxyNSiCv+km26t6onTeK8BtAd JTb3HaBa4n5M1KBZBkd1H6HjAn3A5QUq/YwReFG8DrBItgnmERdhbKehjnxDqYRDyXVz tSoyrXuk6JPE5BPfneaD4DSRwHb+LxuAbLVl5vch2LY4GAhBMu4QDjjwnKLWYS61yNHN u0COsr4Q6yRwH252E/4bYjOnbvHCEZDCNTRStDqA5hfpsQRfKSxvdsEbOf1DbHWgJc4k xyDg== X-Received: by 10.236.39.145 with SMTP id d17mr16610880yhb.92.1427403243201; Thu, 26 Mar 2015 13:54:03 -0700 (PDT) In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:7275 Archived-At: --001a1136b89a4329e20512373788 Content-Type: text/plain; charset=UTF-8 so ideally with a musl system what kind of report output can i expect? the report i have is from a broken system, would someone happen to have a report from a working musl system? On Thu, Mar 26, 2015 at 11:28 AM, stephen Turner wrote: > You're not going to get any meaningful results without removing >> -pedantic-errors from the config.mak. pcc is erroring out due to the >> unrecognized option without building any tests. >> >> Rich >> > > Thanks Rich, I found and removed the setting in the makefile and re-ran > the test. > > I have been using some shell code to identify pcc and make adjustments, > its super crude but here it is. Perhaps something along these lines could > be added to the nsz libc test. > > if command -v pcc >/dev/null 2>&1; then > export CC=pcc > else > export CFLAGS="$CFLAGS --static" > fi > --001a1136b89a4329e20512373788 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
so ideally with a musl system what kind of report output c= an i expect? the report i have is from a broken system, would someone happe= n to have a report from a working musl system?
On Thu, Mar 26, 2015 at 11:28 AM, stephen Turn= er <stephen.n.turner@gmail.com> wrote:
You're not going t= o get any meaningful results without removing
-pedantic-errors from the config.mak. pcc is erroring out due to the
unrecognized option without building any tests.

Rich

Thanks Rich, I found and removed the setting in the makefile and re-ran t= he test.=C2=A0

I have been using some shell code to identify pcc and make adjustm= ents, its super crude but here it is. Perhaps something along these lines c= ould be added to the nsz libc test.

if command -v pcc = >/dev/null 2>&1; then
export CC= =3Dpcc
else
export CFLAGS=3D"$CFLAGS --static"
fi

--001a1136b89a4329e20512373788--