bug-gnulib
[Top][All Lists]
Advanced

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

Re: signal.h:682:13: error: size of array 'verify_NSIG_constraint' is ne


From: Bruno Haible
Subject: Re: signal.h:682:13: error: size of array 'verify_NSIG_constraint' is negative
Date: Sun, 02 Aug 2020 15:30:43 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-186-generic; KDE/5.18.0; x86_64; ; )

Hi Tim,

> after updating gnulib, I see this on all CI pipelines (Debian, Fedora,
> Alpine, Arch, ...):
> 
> In file included from /usr/include/x86_64-linux-gnu/sys/param.h:28,
>                  from ./minmax.h:34,
>                  from md2.c:30:
> ./signal.h:682:13: error: size of array 'verify_NSIG_constraint' is negative
>   682 | typedef int verify_NSIG_constraint[NSIG <= 32 ? 1 : -1];
>       |             ^~~~~~~~~~~~~~~~~~~~~~
> make[3]: *** [Makefile:2261: md2.lo] Error 1

Where do you see this?
  https://gitlab.com/gnulib/gnulib-ci/-/jobs
  https://gitlab.com/gnulib/build-images/-/jobs
are fine.

The signal.h related stuff in Gnulib has not changed since February 2020.

To me, it looks like you are building a package that has "#define NSIG 64"
in its config.h. Or something like that...

Bruno




reply via email to

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