From: Sergei Trofimovich <slyich@gmail.com>
To: 49930@debbugs.gnu.org
Subject: bug#49930: glibc-2.34 build failure in gnulib (needs a sync)
Date: Sat, 7 Aug 2021 20:40:34 +0100 [thread overview]
Message-ID: <YQ7hshtd9K+NMDQS@zn3> (raw)
Hi bug-guile!
Recent glibc-2.34 released changed attribute macros slightly
which broke older gnulib macros. Fixed in gnulib upstream as:
https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=0c907f7da13232908f05c415b8cec56024071906
guile.git now fails to build on x86_64-linux as:
```
CC regex.lo
In file included from regexec.c:1368,
from regex.c:74:
./malloc/dynarray-skeleton.c:195:24: error: expected declaration specifiers or '...' before '(' token
195 | __attribute_nonnull__ ((1))
| ^
./malloc/dynarray-skeleton.c:205:51: error: expected declaration specifiers or '...' before '(' token
205 | __attribute_maybe_unused__ __attribute_nonnull__ ((1))
| ^
./malloc/dynarray-skeleton.c:216:24: error: expected declaration specifiers or '...' before '(' token
216 | __attribute_nonnull__ ((1))
| ^
./malloc/dynarray-skeleton.c:225:24: error: expected declaration specifiers or '...' before '(' token
225 | __attribute_nonnull__ ((1))
| ^
./malloc/dynarray-skeleton.c:239:24: error: expected declaration specifiers or '...' before '(' token
239 | __attribute_nonnull__ ((1))
| ^
./malloc/dynarray-skeleton.c:248:24: error: expected declaration specifiers or '...' before '(' token
248 | __attribute_nonnull__ ((1))
| ^
./malloc/dynarray-skeleton.c:260:24: error: expected declaration specifiers or '...' before '(' token
260 | __attribute_nonnull__ ((1))
| ^
./malloc/dynarray-skeleton.c:270:24: error: expected declaration specifiers or '...' before '(' token
270 | __attribute_nonnull__ ((1))
| ^
./malloc/dynarray-skeleton.c: In func
```
Would it be reasonable to sync gnulib and cut a guile point release
compatible with it?
Thank you!
--
Sergei
next reply other threads:[~2021-08-07 19:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-07 19:40 Sergei Trofimovich [this message]
2021-08-16 17:41 ` bug#49930: glibc-2.34 build failure in gnulib (needs a sync) lloda
2021-08-16 18:25 ` Sergei Trofimovich
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
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YQ7hshtd9K+NMDQS@zn3 \
--to=slyich@gmail.com \
--cc=49930@debbugs.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).