Re: test-frexp-nolibm failure

2025-04-20 Thread Bruno Haible via Gnulib discussion list
> > > * This version still fails the tests on Debian unstable for i386,
> > > I think that glibc may have something to do with that:
> > > 
> > > ../build-aux/test-driver: line 119: 18250 Aborted (core 
> > > dumped) "$@" >> "$log_file" 2>&1
> > > FAIL: test-frexp-nolibm
> > 
> > Bruno, have you seen this one yet?  It looks to be something gnulib
> > should address.

Works for me. I installed a Debian 12/i386, upgraded it to Debian unstable [1],
and built
  - a gnulib testdir for modules 'frexp-nolibm', 'frexpl-nolibm',
  - Eric's m4 prerelease tarball from last week.
Result: All tests passed.

Bruno

[1] https://wiki.debian.org/DebianUnstable#Installation






Re: test-frexp-nolibm failure

2025-04-19 Thread Bruno Haible via Gnulib discussion list
Hi Santiago,

> > * This version still fails the tests on Debian unstable for i386,
> > I think that glibc may have something to do with that:
> > 
> > ../build-aux/test-driver: line 119: 18250 Aborted (core 
> > dumped) "$@" >> "$log_file" 2>&1
> > FAIL: test-frexp-nolibm
> 
> Bruno, have you seen this one yet?  It looks to be something gnulib
> should address.

Please send more detailed information, so as to make it easy for me to
reproduce the problem:
  - gcc version?
  - glibc version?
  - build log, that includes the compiler options passed when compiling?
  - test-suite.log?

Bruno