Hi,
i think i found the problem: it's powerplay. The bisection showed that
3466904d38ff1e63f0a19cb31166db67f2d05c61 is the commit which introduced
the problem:
while the code before checked if amdgpu_powerplay > 0 now it checks
equality. The default value is -1 so pp is enabled. I booted with
amd
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
Th
Looking at the git log for mutter, I don't find any changes between
3.22.1 and 3.22.2 which look like it could be the cause for this build
failure.
So I suspect it's a change in mesa.
3.22.1-2 (from 2016-10-15) successfully built against mesa 12.0.3-1
3.22.2-1 failed to build [1] against 12.0.4-2
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 t
Am 13.11.2016 um 18:37 schrieb Sven Joachim:
> 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.
That might well be it. Currently mutter still
On 13/11/16 09:09 PM, Michael Strobel wrote:
> Hi,
>
> i think i found the problem: it's powerplay. The bisection showed that
> 3466904d38ff1e63f0a19cb31166db67f2d05c61 is the commit which introduced
> the problem:
>
> while the code before checked if amdgpu_powerplay > 0 now it checks
> equality
6 matches
Mail list logo