Re: Configuration bug with pipe-filter-* modules (+ open module m4 error)

2025-01-11 Thread Miro Palmu via Gnulib discussion list
But it is obviously related to the glibc bug https://sourceware.org/bugzilla/show_bug.cgi?id=32024 and gnulib has a workaround, in module 'sys_un-h'. Thanks for letting me know! 'sys_un-h' worked for me. Miro Palmu**

Re: bug#74692: ls -la unexpected output on NFS shares, possibly due to listxattr in gnulib

2025-01-11 Thread Paul Eggert
On 2025-01-11 08:48, Pádraig Brady wrote: The attached gnulib patch does that. Thanks for fixing that.

Re: bug#74692: ls -la unexpected output on NFS shares, possibly due to listxattr in gnulib

2025-01-11 Thread Pádraig Brady
On 11/01/2025 13:44, Pádraig Brady wrote: On 11/01/2025 08:37, Paul Eggert wrote: On 2025-01-10 06:48, Pádraig Brady wrote: With the previously discussed ls patch included, we also suppress the error (while indicating the obtainable security context): $ src/ls -l /mnt/nfs total 0 --w---. 1

Re: Configuration bug with pipe-filter-* modules (+ open module m4 error)

2025-01-11 Thread Bruno Haible via Gnulib discussion list
Hi, Miro Palmu via wrote: > g++ -DHAVE_CONFIG_H -I. -I.. -I./lib -I../lib -O0 -MT main.o -MD -MP > -MF .deps/main.Tpo -c -o main.o ../main.cpp > In file included from /usr/include/sys/un.h:38, > from ../main.cpp:4: > ./lib/string.h:829:1: error: conflicting declaration of ‘vo

Re: sys_un-h: Ensure that defines sa_family_t

2025-01-11 Thread Bruno Haible via Gnulib discussion list
Oops, I see this configuration warning: checking whether defines the SHUT_* macros... yes ./configure: line 10600: test: =: unary operator expected checking for struct sockaddr_storage... yes This patch fixes it. 2025-01-11 Bruno Haible sys_socket-h: Fix configuration mistake (regr

Re: Configuration bug with pipe-filter-* modules (+ open module m4 error)

2025-01-11 Thread Bruno Haible via Gnulib discussion list
Hi Miro, > configure:9639: error: possibly undefined macro: gl_STDLIB_H_DEFAULTS >If this token and others are legitimate, please use m4_pattern_allow. >See the Autoconf documentation. > autoreconf: error: /usr/bin/autoconf failed with exit status: 1 > ... > I do not really know wh

Re: bug#74692: ls -la unexpected output on NFS shares, possibly due to listxattr in gnulib

2025-01-11 Thread Pádraig Brady
On 11/01/2025 08:37, Paul Eggert wrote: On 2025-01-10 06:48, Pádraig Brady wrote: With the previously discussed ls patch included, we also suppress the error (while indicating the obtainable security context): $ src/ls -l /mnt/nfs total 0 --w---. 1 padraig padraig 0 Jan  8 20:42 file I'll

Configuration bug with pipe-filter-* modules (+ open module m4 error)

2025-01-11 Thread Miro Palmu via Gnulib discussion list
Hi This email is to report somewhat convoluted bug, as it is related to the libc function replacements and how they breaks under specific circumstances (C++, GNULIB_NAMESPACE, without optimization, including sys/un.h). By breaking I mean it will not compile due to declarations with conflicting li

Re: bug#74692: ls -la unexpected output on NFS shares, possibly due to listxattr in gnulib

2025-01-11 Thread Paul Eggert
On 2025-01-10 06:48, Pádraig Brady wrote: With the previously discussed ls patch included, we also suppress the error (while indicating the obtainable security context): $ src/ls -l /mnt/nfs total 0 --w---. 1 padraig padraig 0 Jan  8 20:42 file I'll push that ls patch now. Thanks, but I'm