[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



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



Reply to: