Bug#613106: mesa: FTBFS (sparc64): new symbols appeared in the symbols file
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))
dh_makeshlibs -s -- -c4
else
# Temporarily work around FTBFS on sparc, ignore new symbols:
-- System Information:
Debian Release: 6.0
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: sparc64
Kernel: Linux 2.6.32-bpo.5-sparc64-smp (SMP w/32 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Reply to: