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

Bug#324243: marked as done (gcc-3.3: FTBFS (ppc64): Please support the ppc64 architecture)



Your message dated Fri, 16 Sep 2005 05:17:13 -0700
with message-id <E1EGF9V-0004q7-00@spohr.debian.org>
and subject line Bug#324243: fixed in gcc-3.3 1:3.3.6-10
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 21 Aug 2005 08:41:22 +0000
>From aj@andaco.de Sun Aug 21 01:41:22 2005
Return-path: <aj@andaco.de>
Received: from c158132.adsl.hansenet.de (localhost.localdomain) [213.39.158.132] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1E6lOL-0007bf-00; Sun, 21 Aug 2005 01:41:22 -0700
Received: from aj by localhost.localdomain with local (Exim 4.52)
	id 1E6lO7-0000Ah-Ft; Sun, 21 Aug 2005 10:41:11 +0200
To: Debian Bug Tracking System <submit@bugs.debian.org>
From: Andreas Jochens <aj@andaco.de>
Subject: gcc-3.3: FTBFS (ppc64): Please support the ppc64 architecture
Message-Id: <E1E6lO7-0000Ah-Ft@localhost.localdomain>
Date: Sun, 21 Aug 2005 10:41:09 +0200
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: gcc-3.3
Version: 3.3.6-9
Severity: wishlist
Tags: patch

The attached patch adds ppc64 support to gcc-3.3. 

Regards
Andreas Jochens


Summary of changes:

* debian/rules.defs: add 'ppc64' to ada_no_archs (gcc-4.0 has ada
  support on ppc64 but gnat-3.3 does not build with gnat-4.0)

* debian/rules2: use '--disable-multilib' for 'ppc64'


diff -urN ../tmp-orig/gcc-3.3-3.3.6/debian/rules.defs ./debian/rules.defs
--- ../tmp-orig/gcc-3.3-3.3.6/debian/rules.defs	2005-08-21 06:27:41.000000000 +0000
+++ ./debian/rules.defs	2005-08-20 18:57:09.000000000 +0000
@@ -399,7 +399,7 @@
 endif
 
 with_libgnat := yes
-ada_no_archs := arm hurd-i386 m68k kfreebsd-i386 netbsd-i386
+ada_no_archs := arm hurd-i386 m68k ppc64 kfreebsd-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)
diff -urN ../tmp-orig/gcc-3.3-3.3.6/debian/rules2 ./debian/rules2
--- ../tmp-orig/gcc-3.3-3.3.6/debian/rules2	2005-08-21 06:27:41.000000000 +0000
+++ ./debian/rules2	2005-08-20 18:56:21.000000000 +0000
@@ -137,7 +137,7 @@
   endif
 endif
 
-ifeq ($(DEB_TARGET_ARCH),amd64)
+ifeq ($(DEB_TARGET_ARCH),$(findstring $(DEB_TARGET_ARCH),amd64 ppc64))
   CONFARGS += --disable-multilib
 endif
 
@@ -969,7 +969,7 @@
 
 	mkdir -p $(d)/$(libdir) $(d)/bin $(d)/$(PF)/share/{doc,info,man/man1}
 
-ifeq ($(DEB_TARGET_ARCH),amd64)
+ifeq ($(DEB_TARGET_ARCH),$(findstring $(DEB_TARGET_ARCH),amd64 ppc64))
 	: # link lib to lib64 and usr/lib to usr/lib64
 	: # (this works when CONFARGS contains '--disable-multilib')
 	ln -s $(libdir) $(d)/lib64

---------------------------------------
Received: (at 324243-close) by bugs.debian.org; 16 Sep 2005 12:19:40 +0000
>From katie@spohr.debian.org Fri Sep 16 05:19:39 2005
Return-path: <katie@spohr.debian.org>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
	id 1EGF9V-0004q7-00; Fri, 16 Sep 2005 05:17:13 -0700
From: Matthias Klose <doko@debian.org>
To: 324243-close@bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#324243: fixed in gcc-3.3 1:3.3.6-10
Message-Id: <E1EGF9V-0004q7-00@spohr.debian.org>
Sender: Archive Administrator <katie@spohr.debian.org>
Date: Fri, 16 Sep 2005 05:17:13 -0700
Delivered-To: 324243-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: gcc-3.3
Source-Version: 1:3.3.6-10

We believe that the bug you reported is fixed in the latest version of
gcc-3.3, which is due to be installed in the Debian FTP archive:

cpp-3.3-doc_3.3.6-10_all.deb
  to pool/main/g/gcc-3.3/cpp-3.3-doc_3.3.6-10_all.deb
cpp-3.3_3.3.6-10_i386.deb
  to pool/main/g/gcc-3.3/cpp-3.3_3.3.6-10_i386.deb
g++-3.3_3.3.6-10_i386.deb
  to pool/main/g/gcc-3.3/g++-3.3_3.3.6-10_i386.deb
gcc-3.3-base_3.3.6-10_i386.deb
  to pool/main/g/gcc-3.3/gcc-3.3-base_3.3.6-10_i386.deb
gcc-3.3-doc_3.3.6-10_all.deb
  to pool/main/g/gcc-3.3/gcc-3.3-doc_3.3.6-10_all.deb
gcc-3.3_3.3.6-10.diff.gz
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.6-10.diff.gz
gcc-3.3_3.3.6-10.dsc
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.6-10.dsc
gcc-3.3_3.3.6-10_i386.deb
  to pool/main/g/gcc-3.3/gcc-3.3_3.3.6-10_i386.deb
gnat-3.3-doc_3.3.6-10_all.deb
  to pool/main/g/gcc-3.3/gnat-3.3-doc_3.3.6-10_all.deb
gnat-3.3_3.3.6-10_i386.deb
  to pool/main/g/gcc-3.3/gnat-3.3_3.3.6-10_i386.deb
libstdc++5-3.3-dbg_3.3.6-10_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-dbg_3.3.6-10_i386.deb
libstdc++5-3.3-dev_3.3.6-10_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-dev_3.3.6-10_i386.deb
libstdc++5-3.3-doc_3.3.6-10_all.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-doc_3.3.6-10_all.deb
libstdc++5-3.3-pic_3.3.6-10_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5-3.3-pic_3.3.6-10_i386.deb
libstdc++5_3.3.6-10_i386.deb
  to pool/main/g/gcc-3.3/libstdc++5_3.3.6-10_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 324243@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <doko@debian.org> (supplier of updated gcc-3.3 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 16 Sep 2005 08:50:11 +0200
Source: gcc-3.3
Binary: libstdc++5-3.3-dev gcc-3.3-nof gcc-3.3 libgcc1 lib64stdc++5 gcc-3.3-soft-float libstdc++5-3.3-doc libstdc++5 lib64gcc1 cpp-3.3-doc gcc-3.3-hppa64 cpp-3.3 lib64gnat3.15 libstdc++5-3.3-pic g++-3.3 gcc-3.3-base libstdc++5-3.3-dbg gnat-3.3 gcc-3.3-doc gnat-3.3-doc libgnat-3.15
Architecture: source i386 all
Version: 1:3.3.6-10
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Description: 
 cpp-3.3    - The GNU C preprocessor
 cpp-3.3-doc - Documentation for the GNU C preprocessor (cpp)
 g++-3.3    - The GNU C++ compiler
 gcc-3.3    - The GNU C compiler
 gcc-3.3-base - The GNU Compiler Collection (base package)
 gcc-3.3-doc - Documentation for the GNU compilers (gcc, gobjc, g++)
 gnat-3.3   - The GNU Ada compiler
 gnat-3.3-doc - Documentation for the GNU Ada compiler (gnat)
 libstdc++5 - The GNU Standard C++ Library v3
 libstdc++5-3.3-dbg - The GNU Standard C++ Library v3 (debugging files)
 libstdc++5-3.3-dev - The GNU Standard C++ Library v3 (development files)
 libstdc++5-3.3-doc - The GNU Standard C++ Library v3 (documentation files)
 libstdc++5-3.3-pic - The GNU Standard C++ Library v3 (shared library subset kit)
Closes: 324243
Changes: 
 gcc-3.3 (1:3.3.6-10) unstable; urgency=low
 .
   * ppc64 build fixes (Andreas Jochens). Closes: #324243.
     - debian/rules.defs: add 'ppc64' to ada_no_archs (gcc-4.0 has ada
       support on ppc64 but gnat-3.3 does not build with gnat-4.0).
     - debian/rules2: use '--disable-multilib' for 'ppc64'
   * Change section of libstdc++ libs from 'base' to 'libs'.
   * Fix some lintian warnings.
Files: 
 b6638d0d0e5278a652bdca9dc0c5b5ac 1953 devel optional gcc-3.3_3.3.6-10.dsc
 82e903c4a3cf757e667626146f98bb94 322175 devel optional gcc-3.3_3.3.6-10.diff.gz
 f847e6ed41ec92bd4c3038e5d092a7a4 176642 doc optional cpp-3.3-doc_3.3.6-10_all.deb
 f4897df0615b055f33137b9de8960799 6721892 doc optional libstdc++5-3.3-doc_3.3.6-10_all.deb
 98d7732eafb8112b4239fbfbdb1e09ee 707476 doc optional gnat-3.3-doc_3.3.6-10_all.deb
 ee1bad291ec975fec7881284d047a181 1335904 doc optional gcc-3.3-doc_3.3.6-10_all.deb
 e10f46397e152fb3c5f82b222cd51c11 150326 devel optional gcc-3.3-base_3.3.6-10_i386.deb
 697fec9fe27a8ec2e6697f434be4742b 1385222 interpreters optional cpp-3.3_3.3.6-10_i386.deb
 5ae9a330cfdd716b47cc444d5628a1ac 1771716 devel optional g++-3.3_3.3.6-10_i386.deb
 f8eca3a83e44ad37cf788fa6fb9372eb 295612 libs optional libstdc++5_3.3.6-10_i386.deb
 a1fd68257e552baa61686e98bb8c027b 774792 libdevel optional libstdc++5-3.3-dev_3.3.6-10_i386.deb
 7e589472d60a58b6c214c90302fdad50 325226 libdevel extra libstdc++5-3.3-pic_3.3.6-10_i386.deb
 9139f53a547a9dd5271c0851e68eccee 4914878 libdevel extra libstdc++5-3.3-dbg_3.3.6-10_i386.deb
 1420cd4b3faae00826693800fd6a774c 6205130 devel optional gnat-3.3_3.3.6-10_i386.deb
 9406925345cb788c5545ca49200cca39 1553562 devel optional gcc-3.3_3.3.6-10_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDKrO/StlRaw+TLJwRAltlAJ92UK+NjKxFOvK4QvGb7a9iLBlwzwCfUjzN
UKx+QI+rrJVCmcxjGOyjohA=
=43oA
-----END PGP SIGNATURE-----



Reply to: