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

Bug#31918: marked as done (shhmsg: Fix for glibc2.1)



Your message dated Fri, 9 Nov 2001 20:49:17 +0100 (CET)
with message-id <Pine.NEB.4.40.0111092047140.23242-100000@mimas.fachschaften.tu-muenchen.de>
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; 15 Jan 1999 14:34:21 +0000
Received: (qmail 24015 invoked from network); 15 Jan 1999 14:34:07 -0000
Received: from koenig.isr.uni-stuttgart.de (HELO koenig) (mail@129.69.33.94)
  by master.debian.org with SMTP; 15 Jan 1999 14:34:07 -0000
Received: from chris by koenig with local (Exim 2.05 #1 (Debian))
	id 101A9l-0008I6-00; Fri, 15 Jan 1999 15:23:25 +0100
From:  <meder@isr.uni-stuttgart.de>
Subject: shhmsg: Fix for glibc2.1
To: submit@bugs.debian.org
X-Mailer: bug 3.1.7
Message-Id: <E101A9l-0008I6-00@koenig>
Date: Fri, 15 Jan 1999 15:23:25 +0100

Package: shhmsg
Version: 1.3.3-2

With glibc2.1 stdin, stdout and stderr aren't constant anymore (the
ANSI standard allows this). You have to initialize the streams at
runtime. Please check the appended patch and incorporate it if it
works for you.

For further information on the standard check the C9X work at

http://wwwold.dkuug.dk/JTC1/SC22/WG14/

Greetings,


				Christian

-- System Information
Debian Release: 2.1
Kernel Version: Linux koenig 2.0.35 #1 Mon Nov 16 11:00:30 CET 1998 sparc unknown

diff -u -r -N shhmsg-1.3.3-old/debian/changelog shhmsg-1.3.3/debian/changelog
--- shhmsg-1.3.3-old/debian/changelog	Fri Jan 15 15:21:50 1999
+++ shhmsg-1.3.3/debian/changelog	Fri Jan 15 15:21:54 1999
@@ -1,3 +1,11 @@
+shhmsg (1.3.3-2.1) frozen unstable; urgency=low
+
+  * non maintainer, sparc only upload
+  * fix initializer element not constant problem with glibc2.1
+  * delete debian/files before building (don't use dh_clean -k here)
+
+ -- Christian Meder <meder@isr.uni-stuttgart.de>  Tue, 17 Nov 1998 16:43:31 +0100
+ 
 shhmsg (1.3.3-2) unstable; urgency=low
 
   * Switched to debhelper.
diff -u -r -N shhmsg-1.3.3-old/debian/files shhmsg-1.3.3/debian/files
--- shhmsg-1.3.3-old/debian/files	Fri Jan 15 15:21:50 1999
+++ shhmsg-1.3.3/debian/files	Thu Jan  1 01:00:00 1970
@@ -1,2 +0,0 @@
-shhmsg-dev_1.3.3-2_i386.deb devel optional
-shhmsg_1.3.3-2_i386.deb libs optional
diff -u -r -N shhmsg-1.3.3-old/debian/rules shhmsg-1.3.3/debian/rules
--- shhmsg-1.3.3-old/debian/rules	Fri Jan 15 15:21:50 1999
+++ shhmsg-1.3.3/debian/rules	Fri Jan 15 15:21:54 1999
@@ -15,7 +15,7 @@
 	rm -f build-stamp
 	$(MAKE) clean
 	rm -f lib*
-	dh_clean -k
+	dh_clean 
 
 binary-indep: build
 
diff -u -r -N shhmsg-1.3.3-old/vars.c shhmsg-1.3.3/vars.c
--- shhmsg-1.3.3-old/vars.c	Tue Nov 12 09:04:34 1996
+++ shhmsg-1.3.3/vars.c	Fri Jan 15 15:21:54 1999
@@ -27,6 +27,8 @@
  *  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;
+/* we don't have to setup the streams beforehand they will be created at 
+   runtime */
+FILE *_msgErrorStream;
+FILE *_msgVerboseStream;
+FILE *_msgMessageStream;
---------------------------------------
Received: (at 29549-done) by bugs.debian.org; 9 Nov 2001 19:49:47 +0000
>From bunk@fs.tum.de Fri Nov 09 13:49:47 2001
Return-path: <bunk@fs.tum.de>
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 <bunk@fs.tum.de>
X-X-Sender: bunk@mimas.fachschaften.tu-muenchen.de
To: 104673-done@bugs.debian.org,  <104991-done@bugs.debian.org>, 
     <19578-done@bugs.debian.org>,  <29549-done@bugs.debian.org>
Subject: These bugs were already fixed
Message-ID: <Pine.NEB.4.40.0111092047140.23242-100000@mimas.fachschaften.tu-muenchen.de>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: 29549-done@bugs.debian.org


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

cu
Adrian

-- 

Get my GPG key: finger bunk@debian.org | gpg --import

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



Reply to: