Re: localename: Fix test failure on AIX 7

2018-12-18 Thread Jim Meyering
On Tue, Dec 18, 2018 at 12:57 AM Bruno Haible wrote: > > Hi, > > Assaf Gordon wrote in > : > > > On AIX 7.1 and 7.2, one gnulib failure (FAIL: test-localename) - > > not a show-stopper. > > This patch fixes it. > > Jim: To avoid

Re: [platform-testers] new snapshot available: grep-3.1.51-e767

2018-12-18 Thread Bruno Haible
Hi Assaf, In you reported: >CYGWIN_NT-10.0 2.11.1(0.329/5/3) (x86_64) (with one gnulib failure: > test-wctype-h) Can you please give more details? With an older version of Cygwin, this test passes. Mine is

strerror() sets errno to ENOMEM unexpectedly on cross builds with glibc 2.28

2018-12-18 Thread Tim Rühsen
Hi, at GnuTLS we recently see Debian cross builds failing due to the issue described in the email subject. I can't find code in gnulib's strerror.c or strerror-override.c. But a stand-alone test calling libc's strerror(-3) without gnulib leaves errno at 0. $ cat gl/tests/test-strerror.log

Re: strerror() sets errno to ENOMEM unexpectedly on cross builds with glibc 2.28

2018-12-18 Thread Tim Rühsen
On 12/18/18 1:30 PM, Tim Rühsen wrote: > Hi, > > at GnuTLS we recently see Debian cross builds failing due to the issue > described in the email subject. > > I can't find code in gnulib's strerror.c or strerror-override.c. > > But a stand-alone test calling libc's strerror(-3) without gnulib

duplocale: Avoid test failure on AIX 7

2018-12-18 Thread Bruno Haible
The duplocale test also fails on AIX 7.2: 1. for the same reason as the localename test: uselocale() is undocumented and broken. 2. Also, nl_langinfo_l is undocumented and broken. This patch works around it by disabling the sensitive parts of the test. 2018-12-18 Bruno Haible

localename: Fix test failure on AIX 7

2018-12-18 Thread Bruno Haible
Hi, Assaf Gordon wrote in : > On AIX 7.1 and 7.2, one gnulib failure (FAIL: test-localename) - > not a show-stopper. This patch fixes it. Jim: To avoid risk, I would NOT include this patch in the upcoming 'sed' and 'grep'