Re: Approval to upload gcc-defaults 1.70?

2008-04-19 Thread Martin Michlmayr
* Grant Grundler <[EMAIL PROTECTED]> [2008-04-19 19:08]: > This is a good idea - switch to gcc-4.3 for everything but the kernel. > I didnt think this would be possible but I'm not sure why I thought that. We use gcc-4.1 for the kernel anyway, rather than the default compiler. -- Martin Michlmayr

Re: Approval to upload gcc-defaults 1.70?

2008-04-19 Thread Grant Grundler
On Thu, Apr 17, 2008 at 11:54:13AM -0400, Kyle McMartin wrote: > On Thu, Apr 17, 2008 at 12:11:30PM +0200, Aurelien Jarno wrote: > > Have you narrowed done the problem to find if it is a gcc bug or a > > kernel bug? > > > > It fails with gcc-4.3, and works fine with all previous versions... > >

libffi 3.0.5-1 MIGRATED to testing

2008-04-19 Thread Debian testing watch
FYI: The status of the libffi source package in Debian's testing distribution has changed. Previous version: 3.0.4-2 Current version: 3.0.5-1 -- This email is automatically generated; [EMAIL PROTECTED] is responsible. See http://people.debian.org/~henning/trille/ for more information. --

Processed: Fixed upstream

2008-04-19 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 278685 fixed-upstream pending Bug#278685: accepts extension aggregate where expexted type is not extension Tags were: upstream Tags added: fixed-upstream, pending > retitle 278685 [Fixed in 4.4] accepts extension aggregate where expected type > i

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

Bug#476868: gnat-4.3: FTBFS (ppc64): Please update debian/ppc64-ada.dpatch

2008-04-19 Thread Andreas Jochens
Package: gnat-4.3 Version: 4.3.0-4 Severity: wishlist Tags: patch Hello, the current debian/ppc64-ada.dpatch has to be updated for gnat-4.3. With the attached patch 'gnat-4.3' can be built on ppc64. The resulting new debian/ppc64-ada.dpatch does the following: * add the new files system-linux

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

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++

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 si

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 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 > o

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 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

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 http://debian-ppc64.alioth.debian.org/buildd

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 "unsubscrib

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 appe

Bug#476645: multilib is installed also

2008-04-19 Thread Arthur Loiret
It works here in an up-to-date sid chroot: % gcc-4.2 -m32 hello.c && file a.out a.out: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.8, dynamically linked (uses shared libs), not stripped Please give me the result of: % dpkg -l gcc gcc-4.2 gcc-multilib gcc-4.2-mul