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 > the next upload? Thanks in advance. > > diff -u mesa-7.10/debian/rules mesa-7.10/debian/rules > --- mesa-7.10/debian/rules > +++ mesa-7.10/debian/rules > @@ -294,7 +294,7 @@ > -pmesa-common-dev > dh_compress -s > dh_fixperms -s > -ifneq ($(DEB_HOST_ARCH), sparc) > +ifeq (,$(findstring $(DEB_BUILD_ARCH),sparc sparc64))
filter rather than findstring? > dh_makeshlibs -s -- -c4 > else > # Temporarily work around FTBFS on sparc, ignore new symbols: > If you get a chance to investigate why sparc has those symbols that would be appreciated btw. Cheers, Julien -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110212221455.gp3...@radis.liafa.jussieu.fr