Debian Bug report logs - #31919
xmgr: Fix for glibc2.1

version graph

Package: xmgr; Maintainer for xmgr is (unknown);

Reported by: <meder@isr.uni-stuttgart.de>

Date: Fri, 15 Jan 1999 14:48:01 UTC

Severity: fixed

Found in version 4.1.2-2

Done: Torsten Werner <twerner@intercomm.de>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Enrique Zanardi <ezanard@debian.org>:
Bug#31919; Package xmgr. (full text, mbox, link).


Acknowledgement sent to <meder@isr.uni-stuttgart.de>:
New bug report received and forwarded. Copy sent to Enrique Zanardi <ezanard@debian.org>. (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: <meder@isr.uni-stuttgart.de>
To: submit@bugs.debian.org
Subject: xmgr: Fix for glibc2.1
Date: Fri, 15 Jan 1999 15:33:04 +0100
Package: xmgr
Version: 4.1.2-2

log2 is an ISOC9XX extension. With glibc2.1 you have to define _GNU_SOURCE
to get the declaration.

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 xmgr-4.1.2-old/conf/linux xmgr-4.1.2/conf/linux
--- xmgr-4.1.2-old/conf/linux	Sun Mar  1 23:07:05 1998
+++ xmgr-4.1.2/conf/linux	Fri Jan 15 15:28:48 1999
@@ -11,7 +11,7 @@
 ###############################
 # C flags
 #
-CFLAGS="-Wall -pedantic"
+CFLAGS="-Wall -pedantic -D_GNU_SOURCE"
 ###############################
 
 ###############################
diff -u -r -N xmgr-4.1.2-old/debian/changelog xmgr-4.1.2/debian/changelog
--- xmgr-4.1.2-old/debian/changelog	Fri Jan 15 15:28:37 1999
+++ xmgr-4.1.2/debian/changelog	Fri Jan 15 15:28:48 1999
@@ -1,3 +1,10 @@
+xmgr (4.1.2-2.1) frozen unstable; urgency=low
+
+  * non maintainer, sparc only upload
+  * use -D_GNU_SOURCE to get log2 which is an ISOC9X extension
+
+ -- Christian Meder <meder@isr.uni-stuttgart.de>  Mon,  4 Jan 1999 23:57:12 +0100
+
 xmgr (4.1.2-2) unstable; urgency=low
 
   * Changed the package description. Now it tells the user about the 


Severity set to `fixed'. Request was from jdassen@debian.org (J.H.M. Dassen Ray) to control@bugs.debian.org. (full text, mbox, link).


Reply sent to Torsten Werner <twerner@intercomm.de>:
You have taken responsibility. (full text, mbox, link).


Notification sent to <meder@isr.uni-stuttgart.de>:
Bug acknowledged by developer. (full text, mbox, link).


Message #12 received at 31919-done@bugs.debian.org (full text, mbox, reply):

From: Torsten Werner <twerner@intercomm.de>
To: 31919-done@bugs.debian.org
Subject: Re: Debian Bugs information: logs for Bug#31919
Date: Wed, 29 Nov 2000 17:17:39 +0100
> log2 is an ISOC9XX extension. With glibc2.1 you have to define _GNU_SOURCE
> to get the declaration.

That was fixed a long time ago. That is why I am closing the bug now.

Torsten Werner




Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Tue May 7 21:52:09 2024; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.