Bug#844227: FTBFS on mips*, ./.libs/libmutter-cogl.so: undefined reference to `eglQueryString'
Sven Joachim
svenjoac at gmx.de
Sun Nov 13 17:37:50 UTC 2016
On 2016-11-13 17:14 +0100, Michael Biebl wrote:
> Source: mutter
> Version: 3.22.2-1
> Severity: serious
>
> The latest build of mutter failed on mips, mipsel and mips64el with
>
> ./.libs/libmutter-cogl.so: undefined reference to `eglQueryString'
> ./.libs/libmutter-cogl.so: undefined reference to `eglTerminate'
> collect2: error: ld returned 1 exit status
>
> This looks like a recent regression in either mutter or mesa,
> mutter 3.22.1 built fine on those architectures.
I had a look at the build log, and libmutter-cogl.so appears to have
been linked with -lEGL as it's supposed to. Also, the two mentioned
symbols are still present in libEGL.so, so there's no obvious mesa
problem either.
The toolchain has also changed quite a bit in the past four weeks, with
gcc having pie enabled by default and binutils at a bleeding edge
snapshot. Maybe one of those has triggered the build failure.
Cheers,
Sven
More information about the pkg-gnome-maintainers
mailing list