On 2013-08-22 10:35 +0200, Maarten Lankhorst wrote: > Op 21-08-13 23:19, Jon Severinsson schreef: >> --- >> debian/changelog | 1 + >> debian/rules | 5 ----- >> 2 filer ändrade, 1 tillägg(+), 5 borttagningar(-) >> >> diff --git a/debian/changelog b/debian/changelog >> index 7f554e49..e523baa2 100644 >> --- a/debian/changelog >> +++ b/debian/changelog >> @@ -7,6 +7,7 @@ mesa (9.2~rc1-2) UNRELEASED; urgency=low >> * libgl1-mesa(-swx11)-dev.install.in: Install the correct pkgconfig/gl.pc >> files. >> * rules: Add --disable-shared-glapi to the swx11-i386-i686 target. >> * rules: Enable the llvm shader compiler for r600g. >> + * rules: Don't fail on new symbols. >> >> -- Jon Severinsson <j...@severinsson.net> Tue, 20 Aug 2013 18:00:00 +0200 >> >> diff --git a/debian/rules b/debian/rules >> index 113c7838..24a3a161 100755 >> --- a/debian/rules >> +++ b/debian/rules >> @@ -274,12 +274,7 @@ binary-arch: install >> dh_strip $(foreach p,$(nodbgpkg),-p$(p)) >> dh_compress -s >> dh_fixperms -s >> -ifeq (,$(filter sparc sparc64,$(DEB_HOST_ARCH))) >> - dh_makeshlibs -s -- -c4 >> -else >> - # Temporarily work around FTBFS on sparc, ignore new symbols: >> dh_makeshlibs -s -- -c1 >> -endif >> dh_installdeb -s >> dh_shlibdeps -s >> dh_gencontrol -s > Why?
In mesa 7.10, libgles1-mesa would gain new symbols on sparc[1], that's why KiBi introduced this hack. Since mesa 7.11 this no longer seems to be the case[2], so the workaround should be removed. Cheers, Sven 1. https://buildd.debian.org/status/fetch.php?pkg=mesa&arch=sparc&ver=7.10-1&stamp=1295942553 2. https://buildd.debian.org/status/fetch.php?pkg=mesa&arch=sparc&ver=7.11-1&stamp=1314309912 -- 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/87y57rvvhm....@turtle.gmx.de