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**
On 2025-01-11 08:48, Pádraig Brady wrote:
The attached gnulib patch does that.
Thanks for fixing that.
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
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
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
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
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
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
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