Your message dated 26 Dec 2001 22:12:15 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in korelib 0.0.1-7.1
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; 17 Dec 2001 04:00:40 +0000
>From [EMAIL PROTECTED] Sun Dec 16 22:00:40 2001
Return-path: <[EMAIL PROTECTED]>
Received: from atlrel9.hp.com [156.153.255.214] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 16FoxD-00031i-00; Sun, 16 Dec 2001 22:00:39 -0600
Received: from security.hp.com (cranston.fc.hp.com [15.1.44.224])
        by atlrel9.hp.com (Postfix) with ESMTP id C1ADF1F5C7
        for <[EMAIL PROTECTED]>; Sun, 16 Dec 2001 23:00:08 -0500 (EST)
Received: from smallone.fc.hp.com (smallone.fc.hp.com [15.1.44.235])
        by security.hp.com (Postfix) with ESMTP id F34361872C
        for <[EMAIL PROTECTED]>; Sun, 16 Dec 2001 21:00:07 -0700 (MST)
Received: by smallone.fc.hp.com (Postfix, from userid 1000)
        id BAB281C302; Sun, 16 Dec 2001 21:00:26 -0700 (MST)
From: LaMont Jones <[EMAIL PROTECTED]>
Subject: korelib: Build failure with gcc 3.0 (hppa)
To: [EMAIL PROTECTED]
X-Mailer: bug 3.3.10
Message-Id: <[EMAIL PROTECTED]>
Date: Sun, 16 Dec 2001 21:00:26 -0700 (MST)
Delivered-To: [EMAIL PROTECTED]

Package: korelib
Version: 0.0.1-7
Severity: important
Tags: patch

Build fails on hppa because of gcc 3.0 errors.  The patch below fixes the
problem.  Since this package is a build-dependency of another package, and
the fix is trivial, I will probably upload a source NMU within the next few
days.

=======================================================================
diff -ur t/korelib-0.0.1/include/kore/servicemanager.h 
korelib-0.0.1/include/kore/servicemanager.h
--- t/korelib-0.0.1/include/kore/servicemanager.h       Mon Sep  4 16:35:26 2000
+++ korelib-0.0.1/include/kore/servicemanager.h Sun Dec 16 20:55:44 2001
@@ -6,7 +6,11 @@
 #ifdef WIN32
 #include <map>
 #else
+#if (__GNUC__<3)
 #include <hash_map>
+#else
+#include <ext/hash_map>
+#endif
 #endif
 #include <set>
 
=======================================================================

-- System Information
Debian Release: 3.0
Kernel Version: Linux smallone 2.4.9-pa79 #2 Thu Nov 8 18:18:02 MST 2001 
parisc64 unknown


---------------------------------------
Received: (at 124289-done) by bugs.debian.org; 26 Dec 2001 21:02:19 +0000
>From [EMAIL PROTECTED] Wed Dec 26 15:02:19 2001
Return-path: <[EMAIL PROTECTED]>
Received: from jagor.srce.hr [161.53.2.130] (root)
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 16JLBq-0008Er-00; Wed, 26 Dec 2001 15:02:18 -0600
Received: (from [EMAIL PROTECTED])
        by jagor.srce.hr (8.9.3/8.9.3) id VAA03635
        for [EMAIL PROTECTED]; Wed, 26 Dec 2001 21:59:25 +0100 (MET)
Received: from fuzz (asy105.cmu.carnet.hr [193.198.128.105])
        by jagor.srce.hr (8.9.3/8.9.3) with ESMTP id VAA03484
        for <[EMAIL PROTECTED]>; Wed, 26 Dec 2001 21:59:14 +0100 (MET)
Received: from mvela by fuzz with local (Exim 3.33 #1 (Debian))
        id 16JLLU-0007eh-00
        for <[EMAIL PROTECTED]>; Wed, 26 Dec 2001 22:12:16 +0100
From: Matej Vela <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Fixed in korelib 0.0.1-7.1
Date: 26 Dec 2001 22:12:15 +0100
Message-ID: <[EMAIL PROTECTED]>
Lines: 11
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: Matej Vela <[EMAIL PROTECTED]>
X-Virus-Scanned: by AMaViS perl-11
Delivered-To: [EMAIL PROTECTED]

Now that korelib is orphaned, bugs fixed by non-maintainer uploads can
be closed.

Here is the relevant changelog entry:

  korelib (0.0.1-7.1) unstable; urgency=low

    * NMU
    * Apply patch from #124289, fixes gcc 3.0 compiles.  Closes: #124289

   -- LaMont Jones <[EMAIL PROTECTED]>  Sat, 22 Dec 2001 10:02:47 -0700

Reply via email to