bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gawk] macOS: mpfrsqrt check fails on gawk-4.2-stable and master


From: Andrew J. Schorr
Subject: Re: [bug-gawk] macOS: mpfrsqrt check fails on gawk-4.2-stable and master branches
Date: Tue, 6 Feb 2018 15:40:02 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, Feb 06, 2018 at 08:42:45PM +0100, Hermann Peifer wrote:
> 
> git bisect tells me:
> 
> 7c3d14eb1d103061939fdcad66bf2b27d78bc5b5 is the first bad commit
> 
> commit 7c3d14eb1d103061939fdcad66bf2b27d78bc5b5
> Author: Arnold D. Robbins <address@hidden>
> Date:   Sun Apr 16 12:53:35 2017 +0300
> 
>     Rename intdiv to intdiv0, require it to be configured in.

This is irksome. :-) Is it safe to assume that you ran "make clean"
and that the intdiv extension is compiled with the same version of
MPFR as gawk is? Not that this should be an actual problem, since the
library should be checking the versions at runtime. Hmmm...

> > ============== _mpfrsqrt =============
> > *** mpfrsqrt.ok 2018-02-06 19:11:08.648370557 +0100
> > --- _mpfrsqrt   2018-02-06 19:20:42.318373698 +0100
> > ***************
> > *** 1,2 ****
> >   11111111111111111111111111111111111111111111111111111111111
> > ! 11111111111111111111111111111111111111111111111111111111111
> > --- 1,2 ----
> >   11111111111111111111111111111111111111111111111111111111111
> > ! 11111111111111109867334288901275613641560219569226843684864
> > 
> > $ ./gawk -V
> > GNU Awk 4.2.0e, API: 2.0 (GNU MPFR 3.1.6, GNU MP 6.1.2)

But to be safe: was the intdiv extension also built with MPFR 3.1.6?
I don't see this problem on Fedora 27 with MPFR 3.1.5. I'm building
3.1.6 now...

Regards,
Andy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]