Re: Haiku

2025-03-12 Thread Bruno Haible via Gnulib discussion list
Collin Funk wrote: > I rarely test Haiku since, in my experience, it crashes after a few test > failures. The newest snapshot, hrev58726, fixes these crashes. Find attached the newest set of test failures, in case you have time to report issues to their bug tracker. Bruno [1] https://s3.wasabi

Re: dup3: Fix behavior for equal file descriptors on Haiku.

2025-03-12 Thread Bruno Haible via Gnulib discussion list
Collin Funk wrote: > Also submitted a bug report for Haiku [1]. > > [1] https://dev.haiku-os.org/ticket/19476 Nice, they already fixed it! Thank you. Bruno

dup3: Fix behavior for equal file descriptors on Haiku.

2025-03-12 Thread Collin Funk
On Haiku calling dup3 with the same file descriptor as both arguments suceeds. The same happened on NetBSD until a year ago, so it is a simple #if defined change. Also submitted a bug report for Haiku [1]. Collin [1] https://dev.haiku-os.org/ticket/19476 >From ed91d9b1c2f697a39116da46b553dfc89

Re: unistd-h: Make sure O_CLOEXEC is defined.

2025-03-12 Thread Collin Funk
Hi Bruno, Bruno Haible writes: > The cause is the recursive include -> -> , > that was introduced on 2025-02-16 and that has the effect that fcntl.h > examines the value of O_NONBLOCKING before this macro has gotten its > final value. Thanks for the fix. I rarely test Haiku since, in my expe

Re: Haiku

2025-03-12 Thread Collin Funk
Bruno Haible writes: > Find attached the newest set of test failures, in case you have time > to report issues to their bug tracker. Thanks! I'll have a look at them and see if I can bring the number of failures down a bit. Collin

Re: unistd-h: Make sure O_CLOEXEC is defined.

2025-03-12 Thread Bruno Haible via Gnulib discussion list
Building a testdir on Haiku, I see this compilation error: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DNO_XMALLOC -DEXEEXT=\"\" -I. -I../../gllib -I.. -DGNULIB_STRICT_CHECKING=1 -I/boot/home/config/non-packaged/include -Wall -fvisibility=hidden -g -O2 -MT nonblocking.o -MD -MP -MF $depba

Re: publish PGP-signed git bundles of gnulib?

2025-03-12 Thread Simon Josefsson via Gnulib discussion list
The gnulib git bundle is now on ftp.gnu.org and I updated the gnulib manual so the following link (should) explain everything: https://www.gnu.org/software/gnulib/manual/html_node/Gnulib-Git-Bundle.html The Debian gnulib package contains a copy of this particular bundle, and I hope that Debian ca