Evan Miller wrote:
> > Oh, I see you're building for an old system (Mac OSX 10.4.11, circa 2007)
> > that Apple itself is no longer supporting. Although we don't normally worry
> > about such platforms, perhaps you can come up with a patch that clearly
> > won't break mainline platforms.
>
> A
Paul Eggert wrote:
> > Using grep 3.7 (as well as master), I'm seeing undefined symbol errors
> > after pointing the build to use a local installation of libsigsegv (version
> > 2.13).
>
> Thanks for reporting that. It's a bug in Gnulib's c-stack module, which
> I fixed in Gnulib by installing
Hi Paul,
> * lib/rawmemchr.c (HAVE_RAWMEMCHR): Assume it’s not defined;
> otherwise this file would not be compiled.
Unfortunately, this assumption does not hold. This file, when used as
part of the 'relocatable-prog-wrapper' module, is compiled unconditionally.
$ ./gnulib-tool --find lib/rawmem
After each glibc release, we should update the Gnulib documentation accordingly.
This patch does it for the glibc 2.34 release (two weeks ago).
https://sourceware.org/pipermail/libc-alpha/2021-August/129718.html
2021-08-14 Bruno Haible
doc: Update for glibc 2.34.
* doc/posix-f