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

Bug#252699: gcc-3.3: Please enable Ada on amd64



Package: gcc-3.3
Version: 1:3.3.3-9
Severity: normal
Tags: patch

Thank you for including the amd64 patch in the latest uploads.
gcc-3.3 and 3.4 compile cleanly now on amd64.

In the meantime Ada support has been made available on amd64. 
(I bootstrapped gnat using the gcc-3.3 binaries from Fedora 
after a few failed attempts to cross compile gnat from i386).

Please apply the following patch to enable Ada in gcc-3.3.
It removes amd64 from ada_no_archs and removes two
occurrences of !amd64 from the Build-Depends on gnat-3.3
and gnat-3.2. The same applies to gcc-3.4.

Regards
Andreas Jochens

diff -urN ../tmp-orig/gcc-3.3-3.3.4/debian/control ./debian/control
--- ../tmp-orig/gcc-3.3-3.3.4/debian/control	2004-06-04 20:16:20.289067062 +0200
+++ ./debian/control	2004-06-04 20:14:25.066315947 +0200
@@ -4,7 +4,7 @@
 Maintainer: Debian GCC maintainers <debian-gcc@lists.debian.org>
 Uploaders: Matthias Klose <doko@debian.org>, Gerhard Tonn <gt@debian.org>
 Standards-Version: 3.6.1
-Build-Depends: libc6.1-dev (>= 2.3.1) [alpha ia64] | libc0.3-dev [hurd-i386] | libc1-dev [freebsd-i386] | libc12-dev [netbsd-i386] | libc6-dev (>= 2.3.2.ds1-12) [hppa] | libc6-dev (>= 2.3.1) [!hppa], libc6-dev-sparc64 [sparc], libc6-dev-s390x [s390], m4, autoconf2.13, automake1.4 | automake (<< 1.5), libtool, autotools-dev, gawk, dejagnu (>= 1.4.3) [!hurd-i386], expect (>= 5.38.0) [!hurd-i386], bzip2, binutils (>= 2.14.90.0.4) | binutils (<< 2.14), binutils (>= 2.13.90.0.10) [!m68k !sparc] | binutils (>= 2.13.90.0.18-1.3) [m68k] | binutils (>= 2.13.90.0.18-1.4) [sparc], binutils-hppa64 [hppa], debhelper (>= 3.0.25), gperf (>= 2.7-3), bison (>= 1:1.875a-1) | bison (<< 1:1.50), flex-old | flex (<< 2.5.31), gettext, texinfo (>= 4.3), zlib1g-dev, libgc-dev [!avr !freebsd-i386], xlibs-dev, gnat-3.3 [!amd64 !arm !hurd-i386 !m68k !freebsd-i386 !netbsd-i386] | gnat-3.2 [!amd64 !arm !hurd-i386 !m68k !freebsd-i386 !netbsd-i386] | gnat [i386 powerpc sparc], libncurses5-dev [!netbsd-i38
 6], libgmp3-dev, tetex-bin [!netbsd-i386], locales [!netbsd-i386 !hurd-i386 !hurd-i386], gcc-2.95 [m68k], procps [!hurd-i386], help2man, sharutils
+Build-Depends: libc6.1-dev (>= 2.3.1) [alpha ia64] | libc0.3-dev [hurd-i386] | libc1-dev [freebsd-i386] | libc12-dev [netbsd-i386] | libc6-dev (>= 2.3.2.ds1-12) [hppa] | libc6-dev (>= 2.3.1) [!hppa], libc6-dev-sparc64 [sparc], libc6-dev-s390x [s390], m4, autoconf2.13, automake1.4 | automake (<< 1.5), libtool, autotools-dev, gawk, dejagnu (>= 1.4.3) [!hurd-i386], expect (>= 5.38.0) [!hurd-i386], bzip2, binutils (>= 2.14.90.0.4) | binutils (<< 2.14), binutils (>= 2.13.90.0.10) [!m68k !sparc] | binutils (>= 2.13.90.0.18-1.3) [m68k] | binutils (>= 2.13.90.0.18-1.4) [sparc], binutils-hppa64 [hppa], debhelper (>= 3.0.25), gperf (>= 2.7-3), bison (>= 1:1.875a-1) | bison (<< 1:1.50), flex-old | flex (<< 2.5.31), gettext, texinfo (>= 4.3), zlib1g-dev, libgc-dev [!avr !freebsd-i386], xlibs-dev, gnat-3.3 [!arm !hurd-i386 !m68k !freebsd-i386 !netbsd-i386] | gnat-3.2 [!arm !hurd-i386 !m68k !freebsd-i386 !netbsd-i386] | gnat [i386 powerpc sparc], libncurses5-dev [!netbsd-i386], libgmp3-de
 v, tetex-bin [!netbsd-i386], locales [!netbsd-i386 !hurd-i386 !hurd-i386], gcc-2.95 [m68k], procps [!hurd-i386], help2man, sharutils
 Build-Depends-Indep: doxygen (>= 1.3.6.20040222)
 
 Package: gcc-3.3-base
diff -urN ../tmp-orig/gcc-3.3-3.3.4/debian/rules.defs ./debian/rules.defs
--- ../tmp-orig/gcc-3.3-3.3.4/debian/rules.defs	2004-06-04 20:16:20.284068028 +0200
+++ ./debian/rules.defs	2004-06-04 20:14:25.067315754 +0200
@@ -365,7 +365,7 @@
 endif
 
 with_libgnat := yes
-ada_no_archs := amd64 arm hurd-i386 m68k freebsd-i386 netbsd-i386
+ada_no_archs := arm hurd-i386 m68k freebsd-i386 netbsd-i386
 ifneq ($(DEB_TARGET_ARCH),i386)
   ifeq ($(DEB_TARGET_ARCH), $(findstring $(DEB_TARGET_ARCH),$(ada_no_archs)))
     with_ada := disabled for architecure $(DEB_TARGET_ARCH)


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.6-1-k7
Locale: LANG=C, LC_CTYPE=C

Versions of packages gcc-3.3 depends on:
ii  binutils                   2.14.90.0.7-8 The GNU assembler, linker and bina
ii  cpp-3.3                    1:3.3.3-9     The GNU C preprocessor
ii  gcc-3.3-base               1:3.3.3-9     The GNU Compiler Collection (base 
ii  libc6                      2.3.2.ds1-13  GNU C Library: Shared libraries an
ii  libgcc1                    1:3.3.3-9     GCC support library

-- no debconf information



Reply to: