public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jonathan Wakely <jwakely.gcc@gmail.com>
To: Peter Dyballa <Peter_Dyballa@web.de>
Cc: gcc-help@gcc.gnu.org
Subject: Re: Configuring GCC 10.3 on PPC Mac OS X 10.4.11/Tiger for build reveals flaws in configure scripts
Date: Fri, 25 Nov 2022 11:39:43 +0000	[thread overview]
Message-ID: <CAH6eHdT_=B5+zWWuj5VT6=cy0w-FsLPQ6LsTTRW0wWpf2CosQA@mail.gmail.com> (raw)
In-Reply-To: <CAH6eHdRfJ3agcMPn+_67vgcpMZ198mB-b3V0rLsTZoCWffzvYA@mail.gmail.com>

On Fri, 25 Nov 2022 at 11:29, Jonathan Wakely wrote:
>
> On Fri, 25 Nov 2022 at 11:22, Jonathan Wakely wrote:
> >
> > On Fri, 25 Nov 2022 at 10:20, Peter Dyballa via Gcc-help
> > <gcc-help@gcc.gnu.org> wrote:
> > > Configuring stage 2 in ./gcc
> > >
> > > checking linker --sysroot support... no
> > > checking __stack_chk_fail in target C library... checking for __stack_chk_fail... no
> > > no __stack_chk_fail on this target
> > > no
> > > checking sys/sdt.h in the target C library... no
> >
> >
> > I'll see if I can find this one too. Also harmless though.
>
> gcc/configure.ac has:
>
> # Test for stack protector support in target C library.
> AC_CACHE_CHECK(__stack_chk_fail in target C library,
> ...
>        *-*-darwin* | *-*-freebsd* | *-*-netbsd*)
>      AC_CHECK_FUNC(__stack_chk_fail,[gcc_cv_libc_provides_ssp=yes],
>            [echo "no __stack_chk_fail on this target"])
>         ;;
>
> That AC_CHECK_FUNC comes after the earlier message which hasn't
> printed its result yet, so the output of the two gets muddled. Then
> the echo makes it even worse, by adding a third message inside the
> other two.


I've opened https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107869 for this.

  reply	other threads:[~2022-11-25 11:39 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-25 10:19 Peter Dyballa
2022-11-25 11:22 ` Jonathan Wakely
2022-11-25 11:29   ` Jonathan Wakely
2022-11-25 11:39     ` Jonathan Wakely [this message]
2022-11-25 11:30   ` Peter Dyballa
2022-11-25 15:56   ` Segher Boessenkool
2022-11-25 16:50     ` Peter Dyballa
2022-11-25 19:43       ` Segher Boessenkool
2022-11-28 22:05     ` Peter Dyballa
2022-11-30 23:09     ` Peter Dyballa
2022-12-01  8:22       ` Jonathan Wakely

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='CAH6eHdT_=B5+zWWuj5VT6=cy0w-FsLPQ6LsTTRW0wWpf2CosQA@mail.gmail.com' \
    --to=jwakely.gcc@gmail.com \
    --cc=Peter_Dyballa@web.de \
    --cc=gcc-help@gcc.gnu.org \
    /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.
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 read-only IMAP folder(s) and NNTP newsgroup(s).