Re: [PATCH] reloc-ldflags: Fix handling of multiple relocatable library directories.

2020-09-20 Thread Ben Pfaff
On Sun, Sep 20, 2020 at 7:50 AM Bruno Haible wrote: > Thanks for the patch! You are right: since none of the platforms for which > reloc-ldflags is being used is AIX, HP-UX, IRIX — these are the platforms > for which libtool.m4 defines hardcode_libdir_separator to ':' —, the rpath > options are cu

[PATCH] test-stdalign: test Oracle Studio better

2020-09-20 Thread Paul Eggert
* doc/posix-headers/stdalign.texi (stdalign.h): * tests/test-stdalign.c (main): Sun Studio Bug #2125432 seems to be fixed. --- ChangeLog | 5 + doc/posix-headers/stdalign.texi | 8 tests/test-stdalign.c | 2 +- 3 files changed, 10 insertions(+), 5 delet

Re: libsigsegv on LinuxFromScratch

2020-09-20 Thread Paul Eggert
On 9/19/20 4:47 PM, Bruno Haible wrote: havelib: Avoid linking with libc.a on GNU systems. Thanks for fixing the bug. This caused me to look at the c-stack module for the first time in a while, and I found some old-fashioned code and some unlikely bugs and fixed one misfeature when l

canonicalize: Add support for UNC file names on native Windows

2020-09-20 Thread Bruno Haible
Through the 'supersede' module, gettext now uses the 'canonicalize' module. Vaclav Slavik reported in : "msgfmt ... to unmounted shared folders on Windows via UNC paths (e.g. \\localhost\sharedfolder) fails. I got multiple reports of this pretty quickl

Re: supersede: Avoid a failure when writing to /dev/null in Solaris zones

2020-09-20 Thread Bruno Haible
On 2020-08-23 I did: > 2020-08-23 Bruno Haible > > supersede: Avoid a failure when writing to /dev/null in Solaris zones. > Reported by Jörg Sonnenberger > via Thomas Klausner in > > . >

Re: [platform-testers] new snapshot available: grep-3.4-almost.19-ff30

2020-09-20 Thread Bruno Haible
Yesterday I wrote: > This patch fixes it. Part of it can be removed once config.guess will have > been > corrected. Today the config.guess is corrected to work as expected on Alpine Linux 3.10. I have therefore reverted the override in gnulib: 2020-09-20 Bruno Haible Revert now-unnec

Re: gnulib-ci project

2020-09-20 Thread Bruno Haible
Hi Tim, > > [1] https://gitlab.com/gnulib/gnulib-ci/-/pipelines > > Interested to see those tests, I visited your link, but for me it gets a 404. > Is there another way to get to the desired page? Indeed, this Gitlab project is private. Would you agree to making it public, i.e. world-visible? B

Re: [PATCH] verify: avoid __builtin_assume

2020-09-20 Thread Jim Meyering
On Sun, Sep 20, 2020 at 7:59 AM Bruno Haible wrote: > On 2020-09-06 I wrote: > > The actual failure is a > > FAIL: test-regex > > during "make check". > > > > Like Emacs, the regex code is quite complicated, so it is possible > > that both the Emacs crash and the regex failure are caused by the

Re: [PATCH] verify: avoid __builtin_assume

2020-09-20 Thread Bruno Haible
On 2020-09-06 I wrote: > The actual failure is a > FAIL: test-regex > during "make check". > > Like Emacs, the regex code is quite complicated, so it is possible > that both the Emacs crash and the regex failure are caused by the > same clang bug. > > Let's see how the gnulib integration test w

Re: [PATCH] reloc-ldflags: Fix handling of multiple relocatable library directories.

2020-09-20 Thread Bruno Haible
Hi Ben, Thanks for the patch! You are right: since none of the platforms for which reloc-ldflags is being used is AIX, HP-UX, IRIX — these are the platforms for which libtool.m4 defines hardcode_libdir_separator to ':' —, the rpath options are cumulative. I applied your patch, revising comments a