Your message dated Sun, 18 Sep 2005 20:17:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#325033: fixed in geomview 1.8.1-9
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; 25 Aug 2005 17:19:07 +0000
>From [EMAIL PROTECTED] Thu Aug 25 10:19:07 2005
Return-path: <[EMAIL PROTECTED]>
Received: from atlrel9.hp.com [156.153.255.214]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E8LNb-00058Q-00; Thu, 25 Aug 2005 10:19:07 -0700
Received: from smtp1.fc.hp.com (smtp1b.fc.hp.com [15.15.136.127])
by atlrel9.hp.com (Postfix) with ESMTP id 2C1B3E416;
Thu, 25 Aug 2005 13:19:04 -0400 (EDT)
Received: from ldl.fc.hp.com (linux-bugs.fc.hp.com [15.11.146.30])
by smtp1.fc.hp.com (Postfix) with ESMTP
id BF57F384F3; Thu, 25 Aug 2005 17:18:58 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
by ldl.fc.hp.com (Postfix) with ESMTP id 843821341DE;
Thu, 25 Aug 2005 11:18:58 -0600 (MDT)
Received: from ldl.fc.hp.com ([127.0.0.1])
by localhost (ldl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
id 03297-03; Thu, 25 Aug 2005 11:18:57 -0600 (MDT)
Received: from krebs.dannf (lart.fc.hp.com [15.11.146.31])
by ldl.fc.hp.com (Postfix) with ESMTP id 30A6D1341DB;
Thu, 25 Aug 2005 11:18:57 -0600 (MDT)
Subject: geomview: implicitly converted pointers
From: dann frazier <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: David Mosberger <[EMAIL PROTECTED]>
Content-Type: text/plain
Date: Thu, 25 Aug 2005 11:21:17 -0600
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Mailer: Evolution 2.2.3
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ldl.fc.hp.com
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: geomview
Version: 1.8.1-8
Severity: important
Tags: patch
Our automated buildd log filter[1] detected a problem[2] that will cause
your package to segfault on architectures where the size of a pointer is
greater than the size of an integer, such as ia64.
This packages uses fmemopen() without -D_GNU_SOURCE. However, defining
_GNU_SOURCE pulls in a conflicting definition of getline(). This patch
resolves that issue by renaming the local symbol.
[1]http://people.debian.org/~dannf/check-implicit-pointer-functions
[2]Function `fmemopen' implicitly converted to pointer at futil.c:880
--- geomview-1.8.1/src/bin/example/oogl.c~ 2000-09-01 16:36:14.000000000
-0600
+++ geomview-1.8.1/src/bin/example/oogl.c 2005-08-25 11:15:10.000000000
-0600
@@ -32,7 +32,7 @@
#include "meshflag.h"
FILE *f = NULL;
-static char *getline(char *s);
+static char *ooglgetline(char *s);
Begin_OOGL()
{
@@ -88,7 +88,7 @@
/* Stolen from Mark Phillips' Hinge module */
-static char *getline(char *s)
+static char *ooglgetline(char *s)
{
static char *p;
char *first;
--- geomview-1.8.1/debian/rules.orig 2005-08-25 11:16:17.000000000 -0600
+++ geomview-1.8.1/debian/rules 2005-08-25 10:55:41.000000000 -0600
@@ -44,7 +44,7 @@
dh_testdir
rm -f config.cache
- ./configure $(CONFIGURE_OPTS) ; cat config.log
+ CFLAGS=-D_GNU_SOURCE ./configure $(CONFIGURE_OPTS) ; cat config.log
$(MAKE) $(no_auto_tools) $(DIRSETTINGS)
cd doc && $(MAKE) $(DIRSETTINGS) geomview.ps
#/usr/bin/docbook-to-man debian/geomview.sgml > geomview.1
---------------------------------------
Received: (at 325033-close) by bugs.debian.org; 19 Sep 2005 03:18:23 +0000
>From [EMAIL PROTECTED] Sun Sep 18 20:18:23 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EHC9S-0005Vt-00; Sun, 18 Sep 2005 20:17:06 -0700
From: [EMAIL PROTECTED] (Steve M. Robbins)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#325033: fixed in geomview 1.8.1-9
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 18 Sep 2005 20:17:06 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Source: geomview
Source-Version: 1.8.1-9
We believe that the bug you reported is fixed in the latest version of
geomview, which is due to be installed in the Debian FTP archive:
geomview_1.8.1-9.diff.gz
to pool/main/g/geomview/geomview_1.8.1-9.diff.gz
geomview_1.8.1-9.dsc
to pool/main/g/geomview/geomview_1.8.1-9.dsc
geomview_1.8.1-9_i386.deb
to pool/main/g/geomview/geomview_1.8.1-9_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Steve M. Robbins <[EMAIL PROTECTED]> (supplier of updated geomview package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sat, 17 Sep 2005 16:40:52 -0400
Source: geomview
Binary: geomview
Architecture: source i386
Version: 1.8.1-9
Distribution: unstable
Urgency: low
Maintainer: Steve M. Robbins <[EMAIL PROTECTED]>
Changed-By: Steve M. Robbins <[EMAIL PROTECTED]>
Description:
geomview - interactive geometry viewing program
Closes: 325033
Changes:
geomview (1.8.1-9) unstable; urgency=low
.
* geomview.sh: Exit with status 0 (not 1) when invoked with "-help"
option. Fix diagnostic emitted when invoked with "-graphics" and no
alternatives exist.
.
* debian/control: Build-depend on version 4 of debhelper.
.
* debian/rules: Update to debhelper version 4.
.
* Avoid implicitly converted pointer by compiling with _GNU_SOURCE
defined so that fmemopen() is defined. This also pulls in a
definition of getline() that conflicts with that of
src/bin/example/oogl.c. However, the getline function of oogl.c is
not used, so it is deleted. Closes: #325033.
Files:
a21b09bedb78eed7589153040001c41f 727 math optional geomview_1.8.1-9.dsc
d6fcd7b12faf98b2fa8013b9096e6a39 500731 math optional geomview_1.8.1-9.diff.gz
b26188f6f0fb444402467e5636c79c53 3633002 math optional
geomview_1.8.1-9_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDLimZ0i2bPSHbMcURAi6cAJ46nLHD3sLAy+MABx57GB1cKlUhzgCgi5FH
4RTpEgEl9WVpyn3P8b25Gw0=
=XOOf
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]