public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Joseph Myers <joseph@codesourcery.com>
To: Siddhesh Poyarekar <siddhesh@sourceware.org>
Cc: Adhemerval Zanella <adhemerval.zanella@linaro.org>,
	<libc-alpha@sourceware.org>, DJ Delorie <dj@redhat.com>
Subject: Re: [PATCH v2] elf: Use the minimal malloc on tunables_strdup
Date: Tue, 9 Nov 2021 23:09:06 +0000	[thread overview]
Message-ID: <alpine.DEB.2.22.394.2111092306350.67820@digraph.polyomino.org.uk> (raw)
In-Reply-To: <87003cce-709a-ef50-9ab5-546ddae06b08@sourceware.org>

This seems to have caused build failures for many architectures (plus a 
localplt test failure for i686-gnu, "Missing required PLT reference: 
ld.so: __sbrk").

https://sourceware.org/pipermail/libc-testresults/2021q4/008843.html

alpha-linux-gnu seems representative of the build failures:

dl-minimal.c: In function '__chk_fail':
dl-minimal.c:168:3: error: implicit declaration of function '_exit' [-Werror=implicit-function-declaration]
  168 |   _exit (127);
      |   ^~~~~
dl-minimal.c:168:3: error: incompatible implicit declaration of built-in function '_exit' [-Werror=builtin-declaration-mismatch]
In file included from <command-line>:
dl-minimal.c: At top level:
./../include/libc-symbols.h:549:33: error: '__EI___libc_fatal' aliased to undefined symbol '__GI___libc_fatal'
  549 |   extern thread __typeof (name) __EI_##name \
      |                                 ^~~~~
./../include/libc-symbols.h:545:3: note: in expansion of macro '__hidden_ver2'
  545 |   __hidden_ver2 (, local, internal, name)
      |   ^~~~~~~~~~~~~
./../include/libc-symbols.h:554:41: note: in expansion of macro '__hidden_ver1'
  554 | #  define hidden_def(name)              __hidden_ver1(__GI_##name, name, name);
      |                                         ^~~~~~~~~~~~~
./../include/libc-symbols.h:646:32: note: in expansion of macro 'hidden_def'
  646 | # define rtld_hidden_def(name) hidden_def (name)
      |                                ^~~~~~~~~~
dl-minimal.c:162:1: note: in expansion of macro 'rtld_hidden_def'
  162 | rtld_hidden_def (__libc_fatal)
      | ^~~~~~~~~~~~~~~

-- 
Joseph S. Myers
joseph@codesourcery.com

  reply	other threads:[~2021-11-09 23:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-04 13:11 Adhemerval Zanella
2021-11-09 15:31 ` Siddhesh Poyarekar
2021-11-09 23:09   ` Joseph Myers [this message]
2021-11-09 23:14     ` Adhemerval Zanella

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=alpine.DEB.2.22.394.2111092306350.67820@digraph.polyomino.org.uk \
    --to=joseph@codesourcery.com \
    --cc=adhemerval.zanella@linaro.org \
    --cc=dj@redhat.com \
    --cc=libc-alpha@sourceware.org \
    --cc=siddhesh@sourceware.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).