Your message dated Mon, 12 Sep 2005 17:02:06 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#321852: fixed in guppi 0.40.3-13 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; 7 Aug 2005 20:38:57 +0000 >From [EMAIL PROTECTED] Sun Aug 07 13:38:57 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 1E1rv7-0003nT-00; Sun, 07 Aug 2005 13:38:57 -0700 Received: from smtp1.fc.hp.com (smtp.fc.hp.com [15.11.136.119]) by atlrel9.hp.com (Postfix) with ESMTP id 746EB7965; Sun, 7 Aug 2005 16:38:56 -0400 (EDT) Received: from ldl.fc.hp.com (ldl.fc.hp.com [15.11.146.30]) by smtp1.fc.hp.com (Postfix) with ESMTP id 9561137F73; Sun, 7 Aug 2005 20:38:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ldl.fc.hp.com (Postfix) with ESMTP id 74DA21340F2; Sun, 7 Aug 2005 14:38:50 -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 11052-08; Sun, 7 Aug 2005 14:38:49 -0600 (MDT) Received: from localhost (hplu.lsy [10.100.0.20]) by ldl.fc.hp.com (Postfix) with ESMTP id D45E91340D4; Sun, 7 Aug 2005 14:38:48 -0600 (MDT) Subject: [Fwd: Log for successful build of guppi_0.40.3-12 (dist=unstable)] From: dann frazier <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: David Mosberger <[EMAIL PROTECTED]> Content-Type: multipart/mixed; boundary="=-qEMB7S27NfgdkcgztZE9" Date: Sun, 07 Aug 2005 14:38:49 -0600 Message-Id: <[EMAIL PROTECTED]> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 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 --=-qEMB7S27NfgdkcgztZE9 Content-Type: text/plain Content-Transfer-Encoding: 7bit Package: guppi Version: 0.40.3-12 Severity: important 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. guppi_seq_boolean_new() isn't defined in any header files I can find. I do see a guppi_seq_boolean_new_aligned in src/libguppidata/guppi-seq-boolean.c, but it is wrapped in an #ifdef 0. Google finds a suggested fix here: http://mail.gnome.org/archives/guppi-list/2004-February/msg00002.html Though I can't remark on its correctness. The patch below implements this suggestion and has been compile-tested. [1]http://people.debian.org/~dannf/check-implicit-pointer-functions --- guppi-0.40.3/plug-ins/plot/scatter/guppi-scatter-state.c~ 2002-01-20 19:35:16.000000000 -0700 +++ guppi-0.40.3/plug-ins/plot/scatter/guppi-scatter-state.c 2005-08-07 14:11:13.824384219 -0600 @@ -526,7 +526,7 @@ return; if (mask_data == NULL) { - mask_data = GUPPI_SEQ_BOOLEAN (guppi_seq_boolean_new ()); + mask_data = GUPPI_SEQ_BOOLEAN (guppi_type_new (GUPPI_TYPE_SEQ_BOOLEAN)); guppi_scatter_state_set_mask_data (ss, mask_data); } @@ -571,7 +571,7 @@ return; if (mask_data == NULL) { - mask_data = GUPPI_SEQ_BOOLEAN (guppi_seq_boolean_new ()); + mask_data = GUPPI_SEQ_BOOLEAN (guppi_type_new (GUPPI_TYPE_SEQ_BOOLEAN)); guppi_scatter_state_set_mask_data (ss, mask_data); } -- dann frazier <[EMAIL PROTECTED]> --=-qEMB7S27NfgdkcgztZE9 Content-Disposition: inline Content-Description: Forwarded message - Log for successful build of guppi_0.40.3-12 (dist=unstable) Content-Type: message/rfc822 Return-Path: <[EMAIL PROTECTED]> X-Original-To: [EMAIL PROTECTED] Delivered-To: [EMAIL PROTECTED] Received: from localhost (localhost [127.0.0.1]) by ldl.fc.hp.com (Postfix) with ESMTP id C43C41340F2 for <[EMAIL PROTECTED]>; Sun, 7 Aug 2005 08:34:32 -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 20206-03 for <[EMAIL PROTECTED]>; Sun, 7 Aug 2005 08:34:30 -0600 (MDT) Received: from smtp2.fc.hp.com (smtp.fc.hp.com [15.15.136.253]) by ldl.fc.hp.com (Postfix) with ESMTP id DE2821340D4 for <[EMAIL PROTECTED]>; Sun, 7 Aug 2005 08:34:29 -0600 (MDT) Received: from atlrel6.hp.com (atlrel6.hp.com [15.45.89.154]) by smtp2.fc.hp.com (Postfix) with ESMTP id 8273141E702 for <[EMAIL PROTECTED]>; Sun, 7 Aug 2005 14:34:26 +0000 (UTC) Received: from mailbox.hp.com (mailbox.hp.com [192.151.27.9]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by atlrel6.hp.com (Postfix) with ESMTP id CBBFD118B2 for <[EMAIL PROTECTED]>; Sun, 7 Aug 2005 10:34:06 -0400 (EDT) Received: from mailbox.hp.com (localhost [127.0.0.1]) by receive-from-antispam-filter (Postfix) with SMTP id 34D0632E3D for <[EMAIL PROTECTED]>; Sun, 7 Aug 2005 10:33:16 -0400 (EDT) Received: from caballero.debian.org (caballero.debian.org [193.201.200.200]) by mailbox.hp.com (Postfix) with ESMTP id 7716432E32 for <[EMAIL PROTECTED]>; Sun, 7 Aug 2005 10:32:45 -0400 (EDT) Received: from buildd by caballero.debian.org with local (Exim 3.36 1 (Debian)) id 1E1m5J-0007Sr-00; Sun, 07 Aug 2005 15:25:05 +0100 Subject: Log for successful build of guppi_0.40.3-12 (dist=unstable) Message-Id: <[EMAIL PROTECTED]> From: Debian/IA64 non-US Build Daemon <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Sun, 07 Aug 2005 15:25:05 +0100 Delivered-To: [EMAIL PROTECTED] X-PMX-Version: 5.0.3.165339, Antispam-Engine: 2.1.0.0, Antispam-Data: 2005.8.7.13 X-PerlMx-Spam: Gauge=XXXI, Probability=31%, Report='HASHBUSTER_BLOCK_V2 3.4, __HASHBUSTER_BLOCK_V2_1 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __SANE_MSGID 0, __STOCK_CRUFT 0' X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ldl.fc.hp.com Debian-Buildd-Error: Yes Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Function `guppi_seq_boolean_new' implicitly converted to pointer at guppi-scatter-state.c:529 --=-qEMB7S27NfgdkcgztZE9-- --------------------------------------- Received: (at 321852-close) by bugs.debian.org; 13 Sep 2005 00:08:02 +0000 >From [EMAIL PROTECTED] Mon Sep 12 17:08:02 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1EEyFS-0007MV-00; Mon, 12 Sep 2005 17:02:06 -0700 From: Matej Vela <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#321852: fixed in guppi 0.40.3-13 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Mon, 12 Sep 2005 17:02: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 X-CrossAssassin-Score: 2 Source: guppi Source-Version: 0.40.3-13 We believe that the bug you reported is fixed in the latest version of guppi, which is due to be installed in the Debian FTP archive: guppi_0.40.3-13.diff.gz to pool/main/g/guppi/guppi_0.40.3-13.diff.gz guppi_0.40.3-13.dsc to pool/main/g/guppi/guppi_0.40.3-13.dsc libguppi-dev_0.40.3-13_i386.deb to pool/main/g/guppi/libguppi-dev_0.40.3-13_i386.deb libguppi16_0.40.3-13_i386.deb to pool/main/g/guppi/libguppi16_0.40.3-13_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. Matej Vela <[EMAIL PROTECTED]> (supplier of updated guppi 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: Tue, 13 Sep 2005 01:37:44 +0200 Source: guppi Binary: libguppi16 libguppi-dev Architecture: source i386 Version: 0.40.3-13 Distribution: unstable Urgency: low Maintainer: Debian QA Group <[EMAIL PROTECTED]> Changed-By: Matej Vela <[EMAIL PROTECTED]> Description: libguppi-dev - GNOME graph and plot component, development files libguppi16 - GNOME graph and plot component Closes: 289640 321852 Changes: guppi (0.40.3-13) unstable; urgency=low . * QA upload. * plug-ins/plot/scatter/guppi-scatter-state.c: Replace guppi_seq_boolean_new with guppi_type_new as suggested by Jean Brefort. Closes: #321852. * Undo now unnecessary modification to guppi-gnumeric/Makefile.am (originally a fix for #122532). Revert to original Makefiles. * Add build dependency on autotools-dev instead of keeping config.sub and config.guess in the diff. * Remove unnecessary dependency on libdb3-dev. Thanks to Andreas Jochens for noticing. Closes: #289640. * Switch to debhelper 4. * debian/copyright: Update upstream URL and FSF address. * debian/watch: Add. * Conforms to Standards version 3.6.2. Files: 383b0f34f6852e63f209e957045fb764 998 math optional guppi_0.40.3-13.dsc 3bd0ac012c7daa0da9d094247b930bb1 9307 math optional guppi_0.40.3-13.diff.gz 9ca2a1fa20c262312cbd0d3fa2755ae8 666262 libs optional libguppi16_0.40.3-13_i386.deb 4930b8aa664c6d30453453758211de3a 592906 libdevel optional libguppi-dev_0.40.3-13_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDJhLUxBYivKllgY8RAjFxAKDA0Oq0fCTfjClQuRVxlYRZQ47K2wCgwo/k cLsQYeehdxaLoRZUL5Y0co0= =Aq1Q -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]