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

Bug#476812: gcc-defaults: FTBFS (ppc64): Please add 'ppc64' to the architecture lines of the gnat/libgnat* packages.



On Sat, Apr 19, 2008 at 03:55:49PM +0200, Ludovic Brenta wrote:
> Index: debian/rules
> ===================================================================
> --- debian/rules        (révision 3018)
> +++ debian/rules        (copie de travail)
> @@ -256,6 +256,10 @@
>      no_packages += gcc-spu g++-spu gfortran-spu
>  endif
>  
> +ifeq (,$(filter $(DEB_HOST_ARCH),ppc64))
> +    no_packages += gnat
> +endif
> +
>  ifeq ($(DEB_HOST_ARCH),s390)
>  endif
>  


Hope I'm not wrong again...

ifeq (,$(filter $(DEB_HOST_ARCH),ppc64))
    no_packages += gnat
endif

You disabled gnat on all archs but ppc64. This should be ifneq.

Attachment: signature.asc
Description: Digital signature


Reply to: