Control: affects -1 kodi On Mon, 14 Nov 2016 18:47:00 +0100 Michael Biebl <bi...@debian.org> wrote: > Am 13.11.2016 um 19:43 schrieb 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 builds fine in stretch. > > The new binutils should migrate to testing soon. > > I can then retry the build on a mips porter machine with > > 2.27.51.20161108-1 > > binutils 2.27.51.20161108-1 just migrated to stretch. mutter still > builds fine in stretch with this version. So I'd say we can cross off > binutils from the list of suspects.
Also makes kodi FTBFS on mips*: https://buildd.debian.org/status/fetch.php?pkg=kodi&arch=mipsel&ver=17.0~beta5%2Bdfsg1-2&stamp=1479134924 ... LD kodi.bin xbmc/windowing/X11/windowing_X11.a(GLContextEGL.o): In function `CGLContextEGL::Destroy()': ./xbmc/windowing/X11/GLContextEGL.cpp:253: undefined reference to `eglTerminate' ./xbmc/windowing/X11/GLContextEGL.cpp:255: undefined reference to `eglTerminate' xbmc/windowing/X11/windowing_X11.a(GLContextEGL.o): In function `CGLContextEGL::QueryExtensions()': ./xbmc/windowing/X11/GLContextEGL.cpp:369: undefined reference to `eglQueryString' ./xbmc/windowing/X11/GLContextEGL.cpp:369: undefined reference to `eglQueryString' xbmc/windowing/X11/windowing_X11.a(GLContextEGL.o): In function `CGLContextEGL::Refresh(bool, int, unsigned long, bool&)': ./xbmc/windowing/X11/GLContextEGL.cpp:159: undefined reference to `eglTerminate' ./xbmc/windowing/X11/GLContextEGL.cpp:159: undefined reference to `eglTerminate' ... Mutter is most likely easier to debug due to linking to way less libs. Cheers, Balint