bug-gnulib
[Top][All Lists]
Advanced

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

Re: bison 3.7.1 failing to build on Centos 7: verify_NSIG_constraint


From: Paul Smith
Subject: Re: bison 3.7.1 failing to build on Centos 7: verify_NSIG_constraint
Date: Sun, 02 Aug 2020 19:02:33 -0400
User-agent: Evolution 3.36.3-0ubuntu1

On Sun, 2020-08-02 at 18:58 -0400, Paul Smith wrote:
> If I compare the configure output from a run with using the cache
> (fails) with one that doesn't use the cache (succeeds) the only
> difference of interest is:
> 
>   @@ -378,7 +379,7 @@
>    checking whether program_invocation_name is declared... yes
>    checking whether program_invocation_short_name is declared... yes
>    checking for raise... yes
>   -checking for sigprocmask... 1
>   +checking for sigprocmask... yes
>    checking for readline... yes
>    checking how to link with libreadline... -lreadline
>    checking for readline/readline.h... yes
>   @@ -398,7 +399,7 @@
>    checking for sighandler_t... yes
>    checking for signbit macro... yes
>    checking for signbit compiler built-ins... yes
>   -checking for sigprocmask... 1
>   +checking for sigprocmask... yes
>    checking for stdint.h... yes
>    checking for SIZE_MAX... yes
>    checking for snprintf... yes

Sorry, this diff was from a cleaned-up version I was using for
comparison.  It obviously should be:

  -checking for sigprocmask... (cached) 1
  +checking for sigprocmask... yes
     ...
  -checking for sigprocmask... (cached) 1
  +checking for sigprocmask... yes





reply via email to

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