Bug#613106: mesa: FTBFS (sparc64): new symbols appeared in the symbols file

2011-02-13 Thread Aurelien Jarno
On Sun, Feb 13, 2011 at 07:42:13AM +0100, Cyril Brulebois wrote: > Julien Cristau (12/02/2011): > > > -ifneq ($(DEB_HOST_ARCH), sparc) > > > +ifeq (,$(findstring $(DEB_BUILD_ARCH),sparc sparc64)) > > > > filter rather than findstring? > > Will use filter as I just did for xorg vs. wkhtmltopdf, y

Bug#613106: mesa: FTBFS (sparc64): new symbols appeared in the symbols file

2011-02-12 Thread Cyril Brulebois
Julien Cristau (12/02/2011): > > -ifneq ($(DEB_HOST_ARCH), sparc) > > +ifeq (,$(findstring $(DEB_BUILD_ARCH),sparc sparc64)) > > filter rather than findstring? Will use filter as I just did for xorg vs. wkhtmltopdf, yeah. Also, that should probably be DEB_HOST_ARCH. > If you get a chance to inv

Bug#613106: mesa: FTBFS (sparc64): new symbols appeared in the symbols file

2011-02-12 Thread Julien Cristau
On Sat, Feb 12, 2011 at 23:00:21 +0100, Aurelien Jarno wrote: > Package: mesa > Version: 7.10-3 > Severity: important > Tags: patch > > mesa fails to build on sparc64 the same way as on sparc, some new > symbols are added. > > The patch below fixes that the same way. Can you please apply it in >

Bug#613106: mesa: FTBFS (sparc64): new symbols appeared in the symbols file

2011-02-12 Thread Aurelien Jarno
Package: mesa Version: 7.10-3 Severity: important Tags: patch mesa fails to build on sparc64 the same way as on sparc, some new symbols are added. The patch below fixes that the same way. Can you please apply it in the next upload? Thanks in advance. diff -u mesa-7.10/debian/rules mesa-7.10/debi