Your message dated Thu, 30 Jun 2005 09:02:28 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#315123: fixed in gtkdialog 1:0.58.11-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; 20 Jun 2005 17:40:04 +0000 >From [EMAIL PROTECTED] Mon Jun 20 10:40:04 2005 Return-path: <[EMAIL PROTECTED]> Received: from palrel11.hp.com [156.153.255.246] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DkQFg-0002oP-00; Mon, 20 Jun 2005 10:40:04 -0700 Received: from hplms2.hpl.hp.com (hplms2.hpl.hp.com [15.0.152.33]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by palrel11.hp.com (Postfix) with ESMTP id 3B2FC47E3 for <[EMAIL PROTECTED]>; Mon, 20 Jun 2005 10:40:04 -0700 (PDT) Received: from napali.hpl.hp.com (napali.hpl.hp.com [15.4.89.123]) by hplms2.hpl.hp.com (8.13.1/8.13.1/HPL-PA Hub) with ESMTP id j5KHe1X6016436; Mon, 20 Jun 2005 10:40:02 -0700 (PDT) Received: from napali.hpl.hp.com (napali [127.0.0.1]) by napali.hpl.hp.com (8.13.4/8.13.4/Debian-3) with ESMTP id j5KHe1d7025303; Mon, 20 Jun 2005 10:40:01 -0700 Received: (from [EMAIL PROTECTED]) by napali.hpl.hp.com (8.13.4/8.13.4/Submit) id j5KHe1FE025300; Mon, 20 Jun 2005 10:40:01 -0700 Date: Mon, 20 Jun 2005 10:40:01 -0700 From: David Mosberger <[EMAIL PROTECTED]> Message-Id: <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: implicitly converted pointer X-URL: http://www.hpl.hp.com/personal/David_Mosberger/ Reply-To: [EMAIL PROTECTED] 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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Package: gtkdialog Version: 0.59.4-1 Tags: patch Our automated buildd log filter [1] detected a problem 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: Function `str_default_name' implicitly converted to pointer at variables.c:74 Function `g_malloc' implicitly converted to pointer at memory.c:22 [1] http://people.debian.org/~dannf/check-implicit-pointer-functions The following patch fixes this problem: diff -urN gtkdialog-0.59.4/src/memory.c gtkdialog-0.59.4-davidm/src/memory.c --- gtkdialog-0.59.4/src/memory.c 2004-11-24 23:28:26.000000000 -0800 +++ gtkdialog-0.59.4-davidm/src/memory.c 2005-06-20 10:34:21.000000000 -0700 @@ -8,6 +8,8 @@ ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. */ +#include <glib/gmem.h> + #include "gtkdialog.h" #include "memory.h" diff -urN gtkdialog-0.59.4/src/stringman.h gtkdialog-0.59.4-davidm/src/stringman.h --- gtkdialog-0.59.4/src/stringman.h 2004-11-26 12:37:28.000000000 -0800 +++ gtkdialog-0.59.4-davidm/src/stringman.h 2005-06-20 10:35:24.000000000 -0700 @@ -27,6 +27,7 @@ char *find_pixmap( char *filename ); tag_attr *new_tag_attributeset(char *name, char *value); tag_attr *add_tag_attribute(tag_attr *attr, char *name, char *value); +char *str_default_name (int itype); char *get_tag_attribute(tag_attr *attr, char *name); #endif --------------------------------------- Received: (at 315123-close) by bugs.debian.org; 30 Jun 2005 13:08:03 +0000 >From [EMAIL PROTECTED] Thu Jun 30 06:08:03 2005 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Dnylv-0006DE-00; Thu, 30 Jun 2005 06:08:03 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1DnygW-0002uS-00; Thu, 30 Jun 2005 09:02:28 -0400 From: Fabio Tranchitella <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#315123: fixed in gtkdialog 1:0.58.11-1 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Thu, 30 Jun 2005 09:02:28 -0400 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-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 X-Spam-Level: Source: gtkdialog Source-Version: 1:0.58.11-1 We believe that the bug you reported is fixed in the latest version of gtkdialog, which is due to be installed in the Debian FTP archive: gtkdialog_0.58.11-1.diff.gz to pool/main/g/gtkdialog/gtkdialog_0.58.11-1.diff.gz gtkdialog_0.58.11-1.dsc to pool/main/g/gtkdialog/gtkdialog_0.58.11-1.dsc gtkdialog_0.58.11-1_i386.deb to pool/main/g/gtkdialog/gtkdialog_0.58.11-1_i386.deb gtkdialog_0.58.11.orig.tar.gz to pool/main/g/gtkdialog/gtkdialog_0.58.11.orig.tar.gz 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. Fabio Tranchitella <[EMAIL PROTECTED]> (supplier of updated gtkdialog 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: Thu, 30 Jun 2005 14:35:31 +0200 Source: gtkdialog Binary: gtkdialog Architecture: source i386 Version: 1:0.58.11-1 Distribution: unstable Urgency: low Maintainer: Fabio Tranchitella <[EMAIL PROTECTED]> Changed-By: Fabio Tranchitella <[EMAIL PROTECTED]> Description: gtkdialog - GUI-creation command-line utility based on GTK+ library Closes: 315123 316287 Changes: gtkdialog (1:0.58.11-1) unstable; urgency=low . * Starting epoch 1: upstream author suggested to go back to the 0.58.x branch, which is more stable. (Closes: #316287)) * debian/patches: fix for implicitly converted pointer, thanks to David Mosberger <[EMAIL PROTECTED]>. (Closes: #315123) * debian/control: added build-dependency on dpatch. Files: 501c25144ff16d6a035e9bdd13d464e0 659 interpreters optional gtkdialog_0.58.11-1.dsc 6c243e9a546bec0219d11325c24e798e 231536 interpreters optional gtkdialog_0.58.11.orig.tar.gz 7b81e640d218a8660aeff2cf16def362 26698 interpreters optional gtkdialog_0.58.11-1.diff.gz a021b1b366c812ed7f552156209ca7bd 56080 interpreters optional gtkdialog_0.58.11-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFCw+qVK/juK3+WFWQRAkHNAJkBKvC8/qgiRouC12wELL9VohDUIQCeLYju j3FyQ//KCqd5TbcbZm8wVF0= =jRzc -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]