Your message dated Fri, 23 Dec 2005 07:17:04 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#325927: fixed in notebook 0.2rel-2
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; 31 Aug 2005 20:30:01 +0000
>From [EMAIL PROTECTED] Wed Aug 31 13:30:01 2005
Return-path: <[EMAIL PROTECTED]>
Received: from atlrel7.hp.com [156.153.255.213]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EAZDc-00021z-00; Wed, 31 Aug 2005 13:30:01 -0700
Received: from smtp1.fc.hp.com (smtp1.fc.hp.com [15.15.136.127])
by atlrel7.hp.com (Postfix) with ESMTP id 144B2B81;
Wed, 31 Aug 2005 16:29:55 -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 BA315386DF; Wed, 31 Aug 2005 20:29:54 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
by ldl.fc.hp.com (Postfix) with ESMTP id 8EF371340F2;
Wed, 31 Aug 2005 14:29:54 -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 09850-05; Wed, 31 Aug 2005 14:29:53 -0600 (MDT)
Received: from krebs.dannf (lart.fc.hp.com [15.11.146.31])
by ldl.fc.hp.com (Postfix) with ESMTP id 26C871340D4;
Wed, 31 Aug 2005 14:29:53 -0600 (MDT)
Subject: notebook: implicitly converted pointers
From: dann frazier <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: David Mosberger <[EMAIL PROTECTED]>
Content-Type: text/plain
Date: Wed, 31 Aug 2005 14:32:14 -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: notebook
Version: 0.2rel-1
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.
[1]http://people.debian.org/~dannf/check-implicit-pointer-functions
[2]
Function `gnome_vfs_get_mime_type' implicitly converted to pointer at
nb_global.c:492
Function `gnome_about_new' implicitly converted to pointer at
ui/nb_ui_interface.c:147
diff -urN notebook-0.2rel.orig/src/nb_global.c notebook-0.2rel/src/nb_global.c
--- notebook-0.2rel.orig/src/nb_global.c 2005-03-20 12:46:00.000000000
-0700
+++ notebook-0.2rel/src/nb_global.c 2005-08-31 14:30:05.000000000 -0600
@@ -23,6 +23,7 @@
#include <glib.h>
#include <gconf/gconf-client.h>
+#include <libgnomevfs/gnome-vfs-mime-utils.h>
#include <stdio.h>
#include <errno.h>
#include <string.h>
diff -urN notebook-0.2rel.orig/src/ui/nb_ui_interface.c
notebook-0.2rel/src/ui/nb_ui_interface.c
--- notebook-0.2rel.orig/src/ui/nb_ui_interface.c 2005-03-20
12:46:01.000000000 -0700
+++ notebook-0.2rel/src/ui/nb_ui_interface.c 2005-08-31 14:30:36.000000000
-0600
@@ -25,6 +25,7 @@
#include <gtk/gtk.h>
#include <glade/glade.h>
#include <gconf/gconf-client.h>
+#include <libgnomeui/gnome-about.h>
#include "../nb_global.h"
#include "nb_ui_interface_callbacks.h"
---------------------------------------
Received: (at 325927-close) by bugs.debian.org; 23 Dec 2005 15:20:55 +0000
>From [EMAIL PROTECTED] Fri Dec 23 07:20:55 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1EpofI-0001xe-GS; Fri, 23 Dec 2005 07:17:04 -0800
From: Gustavo Franco <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#325927: fixed in notebook 0.2rel-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 23 Dec 2005 07:17:04 -0800
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: notebook
Source-Version: 0.2rel-2
We believe that the bug you reported is fixed in the latest version of
notebook, which is due to be installed in the Debian FTP archive:
notebook-gtk2_0.2rel-2_i386.deb
to pool/main/n/notebook/notebook-gtk2_0.2rel-2_i386.deb
notebook_0.2rel-2.diff.gz
to pool/main/n/notebook/notebook_0.2rel-2.diff.gz
notebook_0.2rel-2.dsc
to pool/main/n/notebook/notebook_0.2rel-2.dsc
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.
Gustavo Franco <[EMAIL PROTECTED]> (supplier of updated notebook 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: Fri, 23 Dec 2005 01:33:42 -0200
Source: notebook
Binary: notebook-gtk2
Architecture: source i386
Version: 0.2rel-2
Distribution: unstable
Urgency: low
Maintainer: Gustavo Franco <[EMAIL PROTECTED]>
Changed-By: Gustavo Franco <[EMAIL PROTECTED]>
Description:
notebook-gtk2 - A GTK+ logbook editor
Closes: 325927
Changes:
notebook (0.2rel-2) unstable; urgency=low
.
* NMU acked. Thanks Dann. (Closes: #325927)
* debian/control: Standards-Version updated to 3.6.2.1.
Files:
0b1169386326fbd4179e25a80bf2b033 737 x11 optional notebook_0.2rel-2.dsc
8bd7a5e28104dd81ac3c71a39db42564 2242 x11 optional notebook_0.2rel-2.diff.gz
24dd420b1769140a910eb4b018cb0fba 36146 x11 optional
notebook-gtk2_0.2rel-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDrBGN7ftwBTcVV3gRArunAJ41s/8pFVq9JvRCyrZ/ATVzM6pWPACfV4jF
bSF2QpTt0Bike/j7QMNrIRE=
=OelT
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]