Re: Build failure on IBM z/OS

2025-04-10 Thread Bruno Haible via Gnulib discussion list
Hi, Sachin T wrote: > I'm encountering a build failure while trying to compile Coreutils v9.7 on > IBM z/OS version 2.4. The error message is: > “Please port gnulib getlocalename_l-unsafe.c to your platform! Report this to > bug-gnulib”. > Kindly advise on the recommended approach or if a patch

Re: symbolic link curiousity in 3.6.0

2025-04-10 Thread Bruno Haible via Gnulib discussion list
Paul Eggert wrote: > On 4/9/25 04:09, Corinna Vinschen wrote: > > I would like to ask you to reconsider and to remove the > > Cygwin-special code and let Cygwin decide by itself, what a trivial vs. > > non-trivial ACL is by using the POSIXy functions Cygwin provides. > > Just use acl_extended_file(

Re: symbolic link curiousity in 3.6.0

2025-04-10 Thread Paul Eggert
On 4/9/25 04:09, Corinna Vinschen wrote: I would like to ask you to reconsider and to remove the Cygwin-special code and let Cygwin decide by itself, what a trivial vs. non-trivial ACL is by using the POSIXy functions Cygwin provides. Just use acl_extended_file(), please. Sorry, I've lost conte

Re: Build failure on IBM z/OS

2025-04-10 Thread Paul Eggert
On 4/10/25 07:02, Sachin T wrote: I'm encountering a build failure while trying to compile Coreutils v9.7 on IBM z/OS version 2.4. The error message is: “Please port gnulib getlocalename_l-unsafe.c to your platform! Report this to bug-gnulib”. How did you configure and run coreutils, and what

Build failure on IBM z/OS

2025-04-10 Thread Sachin T
Hi Gnulib team, I'm encountering a build failure while trying to compile Coreutils v9.7 on IBM z/OS version 2.4. The error message is: “Please port gnulib getlocalename_l-unsafe.c to your platform! Report this to bug-gnulib”. Kindly advise on the recommended approach or if a patch is planned. Bes

Re: cross compiling with current gnulib fails on strcasecmp

2025-04-10 Thread Bruno Haible via Gnulib discussion list
Hi, Rudi Heitbaum wrote: > checking for strcasecmp... yes > checking whether strcasecmp works... configure: error: in > '/var/media/DATA/home-rudi/LibreELEC.tv/build.LibreELEC-Generic.x86_64-13.0-devel/build/diffutils-3.12/.x86_64-libreelec-linux-gnu': > configure: error: cannot run test program

cross compiling with current gnulib fails on strcasecmp

2025-04-10 Thread Rudi Heitbaum
Hi Team, Compiling nano 8.4 and diffutils 3.12 which are using a recent gnulib fail to build on Ubuntu 24.04. links: - https://lists.gnu.org/archive/html/bug-diffutils/2025-04/msg3.html - https://savannah.gnu.org/bugs/index.php?66978 This is tge error from diffutils: checking for strcasecmp

vasnprintf: Fix handling of # flag in %b, %B directives

2025-04-10 Thread Bruno Haible via Gnulib discussion list
When building a testdir of vasnprintf-posix, configured on glibc with the command gl_cv_func_printf_precision=no gl_cv_func_printf_enomem=no ./configure I get this test failure: test-vasnprintf-posix.c:4583: assertion 'strcmp (result, "0b001100111001 33") == 0' failed Aborted (cor