Re: Help needed to fix FTBFS (gcc-10 caused failures)

2020-02-24 Thread Robin Lee
On Sun, Feb 23, 2020 at 11:50 PM Mukundan Ragavan wrote: > > Hi all, > > I have two packages that fail to build from source. As far as I can tell > from the build logs, they are gcc-10 failures. The typical "extern" > solution does not work me (or, I am not adding 'extern' at the correct > places)

Re: Help needed to fix FTBFS (gcc-10 caused failures)

2020-02-24 Thread Dridi Boukelmoune
> Having -Wall and -Wextra with -Werror is the perfect footgun, since > you’re at the mercy of whatever compiler is being used. Get yourself a > manageable set of warnings and make those fatal instead. That's what we do at $DAYJOB and we are happy whenever a new gcc or clang release finds new issu

Re: Help needed to fix FTBFS (gcc-10 caused failures)

2020-02-24 Thread Ernestas Kulik
On Sun, 2020-02-23 at 20:04 +, Dridi Boukelmoune wrote: > On Sun, Feb 23, 2020 at 3:49 PM Mukundan Ragavan < > nonamed...@gmail.com> wrote: > > Hi all, > > > > I have two packages that fail to build from source. As far as I can > > tell > > from the build logs, they are gcc-10 failures. The ty

Re: Help needed to fix FTBFS (gcc-10 caused failures)

2020-02-23 Thread Dridi Boukelmoune
On Sun, Feb 23, 2020 at 3:49 PM Mukundan Ragavan wrote: > > Hi all, > > I have two packages that fail to build from source. As far as I can tell > from the build logs, they are gcc-10 failures. The typical "extern" > solution does not work me (or, I am not adding 'extern' at the correct > places).

Help needed to fix FTBFS (gcc-10 caused failures)

2020-02-23 Thread Mukundan Ragavan
Hi all, I have two packages that fail to build from source. As far as I can tell from the build logs, they are gcc-10 failures. The typical "extern" solution does not work me (or, I am not adding 'extern' at the correct places). Can someone give me pointers for fixing this FTBFS? Here are the lin