Sarah Morgensen <iskarian@mgsn.dev> skribis:
Toggle quote (36 lines)
> Gentoo's tracker for this issue [2] also has some more info. I manually
> searched Cuirass build logs and found 28 packages failing on x86_64 with
> arcan-sdl@0.5.5.2-1.b4dd1fb
> libappindicator@12.10.0
> ocaml4.07-lablgtk@1.18.10
> transmission-remote-gtk@1.4.1
> I submitted an issue upstream for transmission-remote-gtk [3], but I
> haven't taken a look at the others. Any takers?
Great that you built a list of affected packages.
I guess there are several options:
1. Build with ‘-fcommon’, effectively restoring pre-GCC-10 behavior;
2. Build with GCC 8.x or so, for example by adding it to
3. Upgrade packages and hope for the best;
4. Add the missing ‘extern’ keyword in declarations, assuming that
I suppose we’ll have to see on a case-by-cases basis which approach is
the easiest. Since we have a list, let’s parallelize work and
synchronize on IRC and in this issue!