mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Rich Felker <dalias@aerifal.cx>
To: musl@lists.openwall.com
Subject: Re: optional compat?
Date: Tue, 31 Dec 2013 10:22:37 -0500	[thread overview]
Message-ID: <20131231152236.GO24286@brightrain.aerifal.cx> (raw)
In-Reply-To: <CAK4o1WxiQbtXQBe_msj8q1MY9eqLA43hJKK+v=syPViQatW1ZQ@mail.gmail.com>

On Tue, Dec 31, 2013 at 09:23:37AM +0000, Justin Cormack wrote:
> On Sat, Dec 28, 2013 at 1:32 AM, Rich Felker <dalias@aerifal.cx> wrote:
> > On Fri, Dec 27, 2013 at 11:11:45PM +0000, Justin Cormack wrote:
> >> The include files sys/errno.h and sys/signal.h, to work around broken
> >> code are a bit inconsistent, one has a #warning and the other doesnt.
> >> I would actually rather that they were only installed if requested, as
> >> (in an unusual situation) they are actually causing me issues. It
> >> would seem nicer to have a make installbroken as well...
> >
> > Could you elaborate on how they're causing a problem? It's preferred
> > to avoid creating multiple configuration variants which would then
> > need to have their own application compatibility studies...
> 
> I worked out what the issue was - the #warning breaks the make depend
> step as it can't parse the output. So removing the warning fixes it,
> and so does removing the file as the dependency seems to be bogus
> anyway. Will still try to fix it upstream, but coming round to the
> view that if we have these files they shouldn't have #warnings in.

Is this script mixing stderr with stdout for the purpose of parsing?
Warnings should not affect parsing, and in fact other warnings could
potentially happen, e.g. with custom CFLAGS or newer compiler versions
that add new default warnings...

Rich


      reply	other threads:[~2013-12-31 15:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-27 23:11 Justin Cormack
2013-12-28  1:32 ` Rich Felker
2013-12-30 18:12   ` Justin Cormack
2013-12-31  9:23   ` Justin Cormack
2013-12-31 15:22     ` Rich Felker [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131231152236.GO24286@brightrain.aerifal.cx \
    --to=dalias@aerifal.cx \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).