Bug#839381: xserver-xorg-video-amdgpu: very long Xorg initilization time in recent kernels

2016-11-13 Thread Michael Strobel
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

Bug#844227: FTBFS on mips*, ./.libs/libmutter-cogl.so: undefined reference to `eglQueryString'

2016-11-13 Thread Michael Biebl
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

Re: Bug#844227: Acknowledgement (FTBFS on mips*, ./.libs/libmutter-cogl.so: undefined reference to `eglQueryString')

2016-11-13 Thread Michael Biebl
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

Re: Bug#844227: FTBFS on mips*, ./.libs/libmutter-cogl.so: undefined reference to `eglQueryString'

2016-11-13 Thread Sven Joachim
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

Re: Bug#844227: FTBFS on mips*, ./.libs/libmutter-cogl.so: undefined reference to `eglQueryString'

2016-11-13 Thread Michael Biebl
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

Bug#839381: xserver-xorg-video-amdgpu: very long Xorg initilization time in recent kernels

2016-11-13 Thread Michel Dänzer
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