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

2008-05-08 Thread Matthias Klose
Andreas Jochens writes: Hello, On Sat, Apr 19, 2008 at 03:55:49PM +0200, Ludovic Brenta wrote: As I learned the hard way, it is a bad idea to try to build gnat before gnat-4.3 is available. Therefore I just committed this patch to gcc-defaults. The moment you produce gnat-4.3 for

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

2008-05-08 Thread Andreas Jochens
Hello, On Thu, May 08, 2008 at 10:12:59AM +0200, Matthias Klose wrote: Andreas, planning one more gcc-defaults upload; is it ok for you to make gnat-4.3 the default on ppc64 now? yes, that is ok, thanks. Is there some place where to fetch new gcc/binutils/glibc packages, the alioth archive

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

2008-04-20 Thread Matthias Klose
Andreas Jochens writes: Hello, On Sat, Apr 19, 2008 at 03:55:49PM +0200, Ludovic Brenta wrote: As I learned the hard way, it is a bad idea to try to build gnat before gnat-4.3 is available. Therefore I just committed this patch to gcc-defaults. The moment you produce gnat-4.3 for

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

2008-04-19 Thread Andreas Jochens
Package: gcc-defaults Version: 1.69 Severity: wishlist Tags: patch Hello, when building 'gcc-defaults' on ppc64/unstable, I get the following error: dh_gencontrol -pgcc-multilib -u-v4:4.3.0-4 dh_gencontrol -pgnat -u-v4.3.0-4 dpkg-gencontrol: error: current host architecture 'ppc64' does not

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

2008-04-19 Thread Ludovic Brenta
I'd be happy to add support for ppc64 but this requires that gnat-4.3 is known to work on that architecture. Is that the case? I can't see it on http://debian-ppc64.alioth.debian.org/buildd-logs. -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

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

2008-04-19 Thread Andreas Jochens
Hello, thanks for your quick reply! On Sat, Apr 19, 2008 at 02:28:24PM +0200, Ludovic Brenta wrote: I'd be happy to add support for ppc64 but this requires that gnat-4.3 is known to work on that architecture. Is that the case? I can't see it on

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

2008-04-19 Thread Ludovic Brenta
Andreas Jochens writes: Yes, gnat-4.3 works on ppc64, finally! It took quite a while to bootstrap gnat-4.3 on ppc64. However, the current version of the debian/patches/ppc64-ada.dpatch in the gnat-4.3/gcc-4.3 package still needs to be updated. I will file a separate bug report to the

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

2008-04-19 Thread Andreas Jochens
Hello, On Sat, Apr 19, 2008 at 03:16:13PM +0200, Ludovic Brenta wrote: Great. Do you thing gcc-defaults depends on this new patch and should therefore wait for it? the current unstable version 1.70 of the 'gcc-defaults' package FTBFS on ppc64 anyway at the moment because no_packages = gnat

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

2008-04-19 Thread Ludovic Brenta
Andreas Jochens [EMAIL PROTECTED] writes: Hello, On Sat, Apr 19, 2008 at 03:16:13PM +0200, Ludovic Brenta wrote: Great. Do you thing gcc-defaults depends on this new patch and should therefore wait for it? the current unstable version 1.70 of the 'gcc-defaults' package FTBFS on ppc64

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

2008-04-19 Thread Arthur Loiret
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;

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

2008-04-19 Thread Arthur Loiret
On Sat, Apr 19, 2008 at 04:49:35PM +0200, Arthur Loiret wrote: Why not libgnatvsn-dev and libgnatprj-dev as well? Oups, didn't see that: ifneq (,$(findstring gnat, $(no_packages))) no_packages += libgnatvsn-dev libgnatprj-dev gnat-doc endif Sorry. signature.asc Description: Digital

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

2008-04-19 Thread Arthur Loiret
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

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

2008-04-19 Thread Ludovic Brenta
Arthur Loiret writes: 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. This time you are right! I blindly pasted the previous ifeq. Thanks for spotting this. There is a

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

2008-04-19 Thread Andreas Jochens
Hello, On Sat, Apr 19, 2008 at 03:55:49PM +0200, Ludovic Brenta wrote: As I learned the hard way, it is a bad idea to try to build gnat before gnat-4.3 is available. Therefore I just committed this patch to gcc-defaults. The moment you produce gnat-4.3 for ppc64, I'll add support for it in