Your message dated Sun, 24 Jun 2001 22:04:09 +0200 with message-id <[EMAIL PROTECTED]> and subject line fixed in gcc-3.0-2 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.) Darren Benham (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 20 Jun 2001 23:51:33 +0000 >From [EMAIL PROTECTED] Wed Jun 20 18:51:32 2001 Return-path: <[EMAIL PROTECTED]> Received: from olympus.nisa.net [::ffff:207.194.212.100] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 15Crky-0006ug-00; Wed, 20 Jun 2001 18:51:32 -0500 Received: (from [EMAIL PROTECTED]) by olympus.nisa.net (8.10.2/8.10.2) id f5KNpGP04653 for [EMAIL PROTECTED]; Wed, 20 Jun 2001 16:51:16 -0700 Date: Wed, 20 Jun 2001 16:51:16 -0700 From: Jeff Bailey <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Patches for compiling on hurd-i386 Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Delivered-To: [EMAIL PROTECTED] Package: gcc-3.0 Version: 3.0-1 Please accept the following patch. This is against the upstream source. Note that, I wasn't sure if perhaps these are in alphabetical order. It was late when I did this. ;) --- ltcf-cxx.old Wed Jun 20 00:29:07 2001 +++ ltcf-cxx.sh Wed Jun 20 00:29:32 2001 @@ -313,6 +313,8 @@ ;; esac ;; + gnu*) + ;; linux*) case $cc_basename in KCC) @@ -767,6 +769,8 @@ ;; esac ;; + gnu*) + ;; linux*) case $cc_basename in KCC) --------------------------------------- Received: (at 101708-done) by bugs.debian.org; 24 Jun 2001 20:08:27 +0000 >From [EMAIL PROTECTED] Sun Jun 24 15:08:27 2001 Return-path: <[EMAIL PROTECTED]> Received: from mail.cs.tu-berlin.de [::ffff:130.149.17.13] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 15EGBD-0002jv-00; Sun, 24 Jun 2001 15:08:23 -0500 Received: from bolero.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.19.1]) by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id WAA06912; Sun, 24 Jun 2001 22:04:10 +0200 (MET DST) Received: (from [EMAIL PROTECTED]) by bolero.cs.tu-berlin.de (8.10.2+Sun/8.9.3) id f5OK49q22629; Sun, 24 Jun 2001 22:04:09 +0200 (MEST) From: Matthias Klose <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <[EMAIL PROTECTED]> Date: Sun, 24 Jun 2001 22:04:09 +0200 To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: fixed in gcc-3.0-2 X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Delivered-To: [EMAIL PROTECTED] * Add libgcc0 and libgcc300 to the build conflicts (#102041). * debian/README.FIRST: Removed (#101534). * Updated subreg-byte patch (doc files). * Disable java for the Hurd, mips and mipsel (#101570). * Patch for building on the Hurd (#101708) (Jeff Bailey <[EMAIL PROTECTED]>). * Packaging fixes for the Hurd (#101711) (Jeff Bailey <[EMAIL PROTECTED]>). * Include pregenerated doxygen (1.2.6) docs for libstdc++-v3 (#101557). The current doxygen-1.2.8.1 segaults. * C++: Enable -fuse-cxa-atexit by default (#101901). * Correct mail address in gccbug (#101743). * Make rules resumable after failure in binary-xxx targets (#101637).