[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/changelog
> ===================================================================
> --- debian/changelog    (révision 3018)
> +++ debian/changelog    (copie de travail)
> @@ -1,3 +1,11 @@
> +gcc-defaults (1.71) unstable; urgency=low
> +
> +  [Ludovic Brenta]
> +  * Do not build gnat on ppc64 until such time as gnat-4.3 is available
> +    on this architecture.  Closes: #476812.
> +
> + -- Ludovic Brenta <lbrenta@debian.org>  Sat, 19 Apr 2008 15:47:50 +0200
> +
>  gcc-defaults (1.70) unstable; urgency=low
>  
>    [Matthias Klose]
> 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
>  

Why not libgnatvsn-dev and libgnatprj-dev as well?

Attachment: signature.asc
Description: Digital signature


Reply to: