bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
* Re: [platform-testers] Test failures for grep-3.7.62-9a668
       [not found] <CMM.0.95.0.1650892991.beebe@gamma.math.utah.edu>
@ 2022-04-30 20:12 ` Bruno Haible
  2022-04-30 23:02   ` Jim Meyering
  2022-06-06 14:38 ` Bruno Haible
  1 sibling, 1 reply; 3+ messages in thread
From: Bruno Haible @ 2022-04-30 20:12 UTC (permalink / raw
  To: grep-devel; +Cc: bug-gnulib, Nelson H. F. Beebe

Nelson H. F. Beebe wrote:
> I did builds of grep-3.7.62-9a668 on 29 systems today ...
>
> On Solaris 11.4 x86_64:
> 
> 	../build-aux/test-driver: line 112: 14630: Memory fault
> 	../build-aux/test-driver: line 112: 15129: Memory fault
> 
> Those were for test-iconv and test-striconv.

This works fine for me, both with iconv() in libc and GNU libiconv.

Bruno





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [platform-testers] Test failures for grep-3.7.62-9a668
  2022-04-30 20:12 ` [platform-testers] Test failures for grep-3.7.62-9a668 Bruno Haible
@ 2022-04-30 23:02   ` Jim Meyering
  0 siblings, 0 replies; 3+ messages in thread
From: Jim Meyering @ 2022-04-30 23:02 UTC (permalink / raw
  To: Bruno Haible
  Cc: bug-gnulib@gnu.org List, Nelson H. F. Beebe, GNU grep developers

On Sat, Apr 30, 2022 at 1:14 PM Bruno Haible <bruno@clisp.org> wrote:
> Nelson H. F. Beebe wrote:
> > I did builds of grep-3.7.62-9a668 on 29 systems today ...
> >
> > On Solaris 11.4 x86_64:
> >
> >       ../build-aux/test-driver: line 112: 14630: Memory fault
> >       ../build-aux/test-driver: line 112: 15129: Memory fault
> >
> > Those were for test-iconv and test-striconv.
>
> This works fine for me, both with iconv() in libc and GNU libiconv.

Thanks for checking, Bruno.
And thanks for all the testing, Nelson.
As far as grep is concerned, those results look ok.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [platform-testers] Test failures for grep-3.7.62-9a668
       [not found] <CMM.0.95.0.1650892991.beebe@gamma.math.utah.edu>
  2022-04-30 20:12 ` [platform-testers] Test failures for grep-3.7.62-9a668 Bruno Haible
@ 2022-06-06 14:38 ` Bruno Haible
  1 sibling, 0 replies; 3+ messages in thread
From: Bruno Haible @ 2022-06-06 14:38 UTC (permalink / raw
  To: Nelson H. F. Beebe, bug-gnulib; +Cc: grep-devel

Nelson H. F. Beebe wrote in
<https://lists.gnu.org/archive/html/platform-testers/2022-04/msg00005.html>:

> On CentOS 5 x86_64:
> 
> 	test-fopen-gnu.c:64: assertion '(flags & FD_CLOEXEC) != 0' failed
> 
> On macOS 12.3.1 (Monterey):
> 
> 	../build-aux/test-driver: line 112: 30653 Abort trap: 6           "$@" >> "$log_file" 2>&1
> 	FAIL: test-fopen-gnu
> 	test-fopen-gnu.c:64: assertion '(flags & FD_CLOEXEC) != 0' failed
> 
> On Solaris 10 x86_64:
> 
> 	./build-aux/test-driver: line 112:   312 Abort                   (core dumped) "$@" >> "$log_file"
> 2>&1
> 	FAIL: test-fopen-gnu
> 	test-fopen-gnu.c:64: assertion '(flags & FD_CLOEXEC) != 0' failed
> 
> On Solaris 10 SPARC:
> 
> 	../build-aux/test-driver: line 112: 21570 Abort                   "$@" >> "$log_file" 2>&1
> 	FAIL: test-fopen-gnu
> 	test-fopen-gnu.c:64: assertion '(flags & FD_CLOEXEC) != 0' failed

Thanks for the report. This patch should fix it.


2022-06-06  Bruno Haible  <bruno@clisp.org>

	fopen-gnu: Make this module work again (regression 2022-01-03).
	Reported by Nelson H. F. Beebe <beebe@math.utah.edu> in
	<https://lists.gnu.org/archive/html/platform-testers/2022-04/msg00005.html>.
	* modules/fopen-gnu (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.

diff --git a/modules/fopen-gnu b/modules/fopen-gnu
index 86635a140b..8903508986 100644
--- a/modules/fopen-gnu
+++ b/modules/fopen-gnu
@@ -20,6 +20,7 @@ if test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1; then
   gl_PREREQ_FOPEN
 fi
 gl_MODULE_INDICATOR([fopen-gnu])
+gl_STDIO_MODULE_INDICATOR([fopen-gnu])
 
 Makefile.am:
 





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-06 15:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CMM.0.95.0.1650892991.beebe@gamma.math.utah.edu>
2022-04-30 20:12 ` [platform-testers] Test failures for grep-3.7.62-9a668 Bruno Haible
2022-04-30 23:02   ` Jim Meyering
2022-06-06 14:38 ` Bruno Haible

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).