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)
> 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
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
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).
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