Your message dated Thu, 14 Jul 2005 03:47:55 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#313526: fixed in liferea 0.9.3-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; 14 Jun 2005 06:22:20 +0000
>From [EMAIL PROTECTED] Mon Jun 13 23:22:20 2005
Return-path: <[EMAIL PROTECTED]>
Received: from note.orchestra.cse.unsw.edu.au [129.94.242.24] (root)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Di4oW-0002vV-00; Mon, 13 Jun 2005 23:22:20 -0700
Received: From localhost.localdomain ([129.94.175.65] == 
lime.gelato.unsw.EDU.AU) By
        note With Smtp ; Tue, 14 Jun 2005 16:22:13 +1000 
From: Ian Wienand <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Date: Tue, 14 Jun 2005 16:22:49 +1000
Message-Id: <[EMAIL PROTECTED]>
Content-Type: multipart/mixed; boundary="===============0425379801244467180=="
MIME-Version: 1.0
Subject: liferea: Liferea segfaults on IA64
X-Mailer: reportbug 3.12
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: 

This is a multi-part MIME message sent by reportbug.

--===============0425379801244467180==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: liferea
Version: 0.9.1-1
Severity: normal
Tags: patch

liferea segfaults on IA64 because there is no definition for
ui_itemlist_get_tree_store() which makes the compiler assume it
returns an int.  Since it actually returns a pointer, the value is
truncated.

This is fixed in CVS, but not in the released 0.9.2 tarball.  The
attached patch will fix it until the next upstream release.

Thanks,

-i
[EMAIL PROTECTED]
http://www.gelato.unsw.edu.au


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ia64
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.10
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages liferea depends on:
ii  libatk1.0-0              1.8.0-4         The ATK accessibility toolkit
ii  libc6.1                  2.3.2.ds1-22    GNU C Library: Shared libraries an
ii  libgconf2-4              2.8.1-6         GNOME configuration database syste
ii  libglib2.0-0             2.6.4-1         The GLib library of C routines
ii  libgtk2.0-0              2.6.4-3         The GTK+ graphical user interface 
ii  libice6                  4.3.0.dfsg.1-14 Inter-Client Exchange library
ii  liborbit2                1:2.12.2-1      libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0            1.8.1-1         Layout and rendering of internatio
ii  libsm6                   4.3.0.dfsg.1-14 X Window System Session Management
ii  libx11-6                 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxml2                  2.6.16-7        GNOME XML library
ii  liferea-gtkhtml          0.9.1-1         gtkhtml-based rendering for Lifere
ii  xlibs                    4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii  zlib1g                   1:1.2.2-4       compression library - runtime

-- no debconf information

--===============0425379801244467180==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="liferea-0.9.2-ia64.patch"

--- ./liferea-0.9.2/src/ui_itemlist.h   2005-05-15 20:42:33.000000000 +1000
+++ ./liferea-0.9.2-fixed/src/ui_itemlist.h     2005-06-14 16:14:50.139042583 
+1000
@@ -46,6 +46,13 @@
 void ui_itemlist_init(GtkWidget *itemlist);
 
 /**
+ * This returns the GtkTreeStore that is internal to the
+ * ui_itemlist. This is currently used for setting and getting the
+ * sort column.
+ */
+GtkTreeStore * ui_itemlist_get_tree_store(void);
+
+/**
  * Method to reset the format string of the date column.
  * Should be called upon initializaton and each time the
  * date format changes.

--===============0425379801244467180==--

---------------------------------------
Received: (at 313526-close) by bugs.debian.org; 14 Jul 2005 07:53:09 +0000
>From [EMAIL PROTECTED] Thu Jul 14 00:53:09 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 1DsyWr-0001Gu-00; Thu, 14 Jul 2005 00:53:09 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DsyRn-0006am-00; Thu, 14 Jul 2005 03:47:55 -0400
From: David Moreno Garza <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#313526: fixed in liferea 0.9.3-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 14 Jul 2005 03:47:55 -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: 
X-CrossAssassin-Score: 3

Source: liferea
Source-Version: 0.9.3-1

We believe that the bug you reported is fixed in the latest version of
liferea, which is due to be installed in the Debian FTP archive:

liferea-gtkhtml_0.9.3-1_i386.deb
  to pool/main/l/liferea/liferea-gtkhtml_0.9.3-1_i386.deb
liferea-mozilla_0.9.3-1_i386.deb
  to pool/main/l/liferea/liferea-mozilla_0.9.3-1_i386.deb
liferea_0.9.3-1.diff.gz
  to pool/main/l/liferea/liferea_0.9.3-1.diff.gz
liferea_0.9.3-1.dsc
  to pool/main/l/liferea/liferea_0.9.3-1.dsc
liferea_0.9.3-1_i386.deb
  to pool/main/l/liferea/liferea_0.9.3-1_i386.deb
liferea_0.9.3.orig.tar.gz
  to pool/main/l/liferea/liferea_0.9.3.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.
David Moreno Garza <[EMAIL PROTECTED]> (supplier of updated liferea 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,  8 Jul 2005 22:40:09 +0300
Source: liferea
Binary: liferea-mozilla liferea-gtkhtml liferea
Architecture: source i386
Version: 0.9.3-1
Distribution: unstable
Urgency: low
Maintainer: David Moreno Garza <[EMAIL PROTECTED]>
Changed-By: David Moreno Garza <[EMAIL PROTECTED]>
Description: 
 liferea    - feed aggregator for GNOME
 liferea-gtkhtml - gtkhtml-based rendering for Liferea
 liferea-mozilla - mozilla-based rendering for Liferea
Closes: 312313 312984 313526 314001
Changes: 
 liferea (0.9.3-1) unstable; urgency=low
 .
   * New upstream release.
   * No confusing warning anymore when there are no user settings
     for the enclosure handling (mime.xml) (Closes: #312313).
   * No crashing anymore when trying to open an item without a
     link in a tab (Closes: #312984).
   * Fixes a crash on IA64 due to undefined return types (Closes: #313526).
   * Corrections of German translation (Closes: #314001).
Files: 
 f903d48940d94880766641eb9542193c 711 gnome optional liferea_0.9.3-1.dsc
 28555f32c70acea594086e4348354c64 1107876 gnome optional 
liferea_0.9.3.orig.tar.gz
 18175451db4659f6ef0f314b03607de0 6185 gnome optional liferea_0.9.3-1.diff.gz
 381fb507209cd832030ad14b847e519b 427022 gnome optional liferea_0.9.3-1_i386.deb
 24c1ec9d44cc220bb1280073fed127f4 18912 gnome optional 
liferea-gtkhtml_0.9.3-1_i386.deb
 bbefe92764b2fa2c7285d81f55e1a399 19316 gnome optional 
liferea-mozilla_0.9.3-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC1hdtgY5NIXPNpFURAv5fAKCXWxTeivfNuH99TxY+z6PGyr9NbQCgx343
ubp1sDMy8SaiZWBd38M06wE=
=JvYX
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to