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

Bug#273004: marked as done (Minor kbsd-gnu fixes)



Your message dated Mon, 17 Jan 2005 08:05:05 +0100
with message-id <16875.25505.230730.594984@gargle.gargle.HOWL>
and subject line fixed in gcc-4.0_4.0ds3-0pre4 upload
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; 23 Sep 2004 11:26:36 +0000
>From rmh@khazad.dyndns.org Thu Sep 23 04:26:36 2004
Return-path: <rmh@khazad.dyndns.org>
Received: from 86.red-80-24-13.pooles.rima-tde.net (khazad.dyndns.org) [80.24.13.86] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CARkB-00046z-00; Thu, 23 Sep 2004 04:26:35 -0700
Received: from aragorn ([192.168.0.1] helo=khazad.dyndns.org)
	by khazad.dyndns.org with esmtp (Exim 3.36 #1 (Debian))
	id 1CARsD-0000Mk-00; Thu, 23 Sep 2004 13:34:53 +0200
Received: from rmh by khazad.dyndns.org with local (Exim 4.34)
	id 1CARiT-000GCZ-SY; Thu, 23 Sep 2004 13:24:50 +0200
Content-Type: multipart/mixed; boundary="===============1609337978=="
MIME-Version: 1.0
From: Robert Millan <rmh@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: Minor kbsd-gnu fixes
X-Mailer: reportbug 2.99.3
Date: Thu, 23 Sep 2004 13:24:49 +0200
Message-Id: <E1CARiT-000GCZ-SY@khazad.dyndns.org>
Sender: <rmh@khazad.dyndns.org>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============1609337978==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: gcc-4.0
Severity: wishlist
Tags: patch

Hi!

I'm attaching a few minor kbsd-gnu fixes for rules.defs:

  - Enable java for kfreebsd-gnu
  - Enable ffi for kfreebsd-gnu and knetbsd-gnu
  - Enable checks for kfreebsd-gnu and knetbsd-gnu
  - Fix typo I introduced in one of my previous patches
    (s/netbsd-elf-gnu/netbsdelf-gnu/g)

Thanks

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: kfreebsd-i386 (i386)
Kernel: GNU/kFreeBSD 5.2.1-6
Locale: LANG=C, LC_CTYPE=C (ignored: LC_ALL set to C)

--===============1609337978==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="kbsd-gnu.diff"

diff -ur gcc-4.0-4.0.old/debian/rules.defs gcc-4.0-4.0/debian/rules.defs
--- gcc-4.0-4.0.old/debian/rules.defs	2004-09-23 13:10:05.000000000 +0200
+++ gcc-4.0-4.0/debian/rules.defs	2004-09-23 13:17:00.000000000 +0200
@@ -193,7 +193,7 @@
   with_java := yes
 endif
 
-java_no_systems := hurd-i386 kfreebsd-gnu knetbsd-gnu netbsd-elf-gnu
+java_no_systems := hurd-i386 knetbsd-gnu netbsdelf-gnu
 ifneq (, $(filter $(DEB_TARGET_GNU_SYSTEM),$(java_no_systems)))
   with_java := disabled for $(DEB_TARGET_GNU_SYSTEM)
 endif
@@ -245,7 +245,7 @@
 ifeq ($(with_common_libs),yes)
   with_libffi := yes
   no_ffi_cpus :=
-  no_ffi_systems := hurd-i386 kfreebsd-gnu knetbsd-gnu netbsd-elf-gnu
+  no_ffi_systems := hurd-i386 netbsdelf-gnu
   ifneq ($(with_java),yes)
     ifneq (, $(filter $(DEB_TARGET_GNU_CPU),$(no_ffi_cpus)))
       with_libffi := disabled for architecure $(DEB_TARGET_GNU_CPU)
@@ -433,7 +433,7 @@
 
 with_libgnat := yes
 ada_no_cpus := arm m68k
-ada_no_systems := hurd-i386 kfreebsd-gnu knetbsd-gnu netbsd-elf-gnu
+ada_no_systems := hurd-i386 kfreebsd-gnu knetbsd-gnu netbsdelf-gnu
 ifneq (, $(filter $(DEB_TARGET_GNU_CPU),$(ada_no_cpus)))
   with_ada := disabled for architecure $(DEB_TARGET_GNU_CPU)
 endif
@@ -516,7 +516,7 @@
 ifdef DEB_CROSS
   with_check := disabled for cross compiler package
 endif
-check_no_systems := hurd-i386 kfreebsd-gnu knetbsd-gnu
+check_no_systems := hurd-i386
 ifneq (, $(filter $(DEB_TARGET_GNU_SYSTEM),$(check_no_systems)))
   with_check := disabled for $(DEB_TARGET_GNU_SYSTEM)
 endif

--===============1609337978==--

---------------------------------------
Received: (at 273004-done) by bugs.debian.org; 17 Jan 2005 07:05:22 +0000
>From doko@cs.tu-berlin.de Sun Jan 16 23:05:22 2005
Return-path: <doko@cs.tu-berlin.de>
Received: from mail.cs.tu-berlin.de [130.149.17.13] (root)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CqQwz-0006zt-00; Sun, 16 Jan 2005 23:05:21 -0800
Received: from mailhost.cs.tu-berlin.de (postfix@mail.cs.tu-berlin.de [130.149.17.13])
	by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id IAA10938;
	Mon, 17 Jan 2005 08:05:16 +0100 (MET)
Received: from localhost (localhost [127.0.0.1])
	by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id 2C388F216;
	Mon, 17 Jan 2005 08:05:16 +0100 (MET)
Received: from mailhost.cs.tu-berlin.de ([127.0.0.1])
 by localhost (bueno [127.0.0.1]) (amavisd-new, port 10224) with ESMTP
 id 28648-09; Mon, 17 Jan 2005 08:05:05 +0100 (MET)
Received: from bolero.cs.tu-berlin.de (bolero.cs.tu-berlin.de [130.149.19.1])
	by mailhost.cs.tu-berlin.de (Postfix) with ESMTP;
	Mon, 17 Jan 2005 08:05:05 +0100 (MET)
Received: (from doko@localhost)
	by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id j0H755hQ025605;
	Mon, 17 Jan 2005 08:05:05 +0100 (MET)
From: Matthias Klose <doko@cs.tu-berlin.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <16875.25505.230730.594984@gargle.gargle.HOWL>
Date: Mon, 17 Jan 2005 08:05:05 +0100
To: 287644-done@bugs.debian.org, 273219-done@bugs.debian.org,
        276185-done@bugs.debian.org, 281350-done@bugs.debian.org,
        282631-done@bugs.debian.org, 285051-done@bugs.debian.org,
        275408-done@bugs.debian.org, 269801-done@bugs.debian.org,
        271851-done@bugs.debian.org, 273159-done@bugs.debian.org,
        273004-done@bugs.debian.org
Subject: fixed in gcc-4.0_4.0ds3-0pre4 upload
X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid
X-Virus-Scanned: by amavisd-new at cs.tu-berlin.de
Delivered-To: 273004-done@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-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
	version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 3

these issues are fixed in the gcc-4.0_4.0ds3-0pre4 upload to
experimental. Built for i386, ia64, sparc and powerpc.



Reply to: