Your message dated Fri, 9 Nov 2001 20:49:17 +0100 (CET)
with message-id <[EMAIL PROTECTED]>
and subject line These bugs were already fixed
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; 5 May 1999 21:44:23 +0000
Received: (qmail 2925 invoked from network); 5 May 1999 21:44:21 -0000
Received: from atlas.cc.uoa.gr (HELO proton.local) (195.134.68.5)
  by master.debian.org with SMTP; 5 May 1999 21:44:21 -0000
Received: from proton (localhost [127.0.0.1])
        by proton.local (8.9.3/8.9.3/Debian/GNU) with SMTP id AAA14346
        for <[EMAIL PROTECTED]>; Thu, 6 May 1999 00:44:34 +0300
From: Konstantinos Margaritis <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: patch to enable shhmsg to compile on egcs compilers
Date: Thu, 6 May 1999 00:19:01 +0300
X-Mailer: KMail [version 1.0.17]
Content-Type: text/plain
MIME-Version: 1.0
Message-Id: <[EMAIL PROTECTED]>
Content-Transfer-Encoding: 8bit
X-KMail-Mark: 

Package: shhmsg
Version: 1.3.3-2

Here is the patch. I have moved the initilizing definitions from vars.c
to the init function msgSetName in progname.c. The egcs compiler is very
strict about non-constant initializing of variables.

------------------
diff -ru shhmsg-1.3.3.orig/progname.c shhmsg-1.3.3/progname.c
--- shhmsg-1.3.3.orig/progname.c        Tue Nov 12 10:04:33 1996
+++ shhmsg-1.3.3/progname.c     Thu May  6 00:10:38 1999
@@ -61,6 +61,10 @@
 msgSetName(const char *name)
 {
     Argv0 = (char *) name;
+
+    _msgErrorStream = MSG_DEFAULT_ERROR_STREAM;
+    _msgVerboseStream = MSG_DEFAULT_VERBOSE_STREAM;
+    _msgMessageStream = MSG_DEFAULT_MESSAGE_STREAM;
 }
 
 
diff -ru shhmsg-1.3.3.orig/vars.c shhmsg-1.3.3/vars.c
--- shhmsg-1.3.3.orig/vars.c    Tue Nov 12 10:04:34 1996
+++ shhmsg-1.3.3/vars.c Thu May  6 00:10:48 1999
@@ -23,10 +23,3 @@
  *                                                                        *
  **************************************************************************/
 
-/*
- *  Actually, these are not public, as they're supposed to be used
- *  internally by this library only.
- */
-FILE *_msgErrorStream = MSG_DEFAULT_ERROR_STREAM;
-FILE *_msgVerboseStream = MSG_DEFAULT_VERBOSE_STREAM;
-FILE *_msgMessageStream = MSG_DEFAULT_MESSAGE_STREAM;
----------------------

--
Konstantinos Margaritis
---------------------------------------
Received: (at 29549-done) by bugs.debian.org; 9 Nov 2001 19:49:47 +0000
>From [EMAIL PROTECTED] Fri Nov 09 13:49:47 2001
Return-path: <[EMAIL PROTECTED]>
Received: from hermes.fachschaften.tu-muenchen.de [129.187.176.19] 
        by master.debian.org with smtp (Exim 3.12 1 (Debian))
        id 162Het-0003UF-00; Fri, 09 Nov 2001 13:49:47 -0600
Received: (qmail 29159 invoked from network); 9 Nov 2001 19:49:19 -0000
Received: from mimas.fachschaften.tu-muenchen.de (HELO mimas) (129.187.176.26)
  by hermes.fachschaften.tu-muenchen.de with SMTP; 9 Nov 2001 19:49:18 -0000
Date: Fri, 9 Nov 2001 20:49:17 +0100 (CET)
From: Adrian Bunk <[EMAIL PROTECTED]>
X-X-Sender: [EMAIL PROTECTED]
To: [EMAIL PROTECTED],  <[EMAIL PROTECTED]>, 
     <[EMAIL PROTECTED]>,  <[EMAIL PROTECTED]>
Subject: These bugs were already fixed
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]


These bugs in packages maintained by Debian QA were only marked as "fixed"
instead of being closed.

cu
Adrian

-- 

Get my GPG key: finger [EMAIL PROTECTED] | gpg --import

Fingerprint: B29C E71E FE19 6755 5C8A  84D4 99FC EA98 4F12 B400

Reply via email to