Bug#421684: unhandled exception in callback for any feed

2007-05-11 Thread Frank Pavageau
Hi.

Following up on the bug, I've made a really simple test case which fails
on my computer:

$ cat TestVFS.pl 
#!/usr/bin/perl
use Gnome2::VFS (-init);

my $uri = Gnome2::VFS::URI-new(http://www.debian.org/;);
print uri= . $uri-to_string() . \n;
$ ./TestVFS.pl
Can't call method to_string on an undefined value at ./TestVFS.pl line 5.


The example in the Gnome2::VFS man page also fails, with the following
error (after replacing the URI with an existing one):
An error occured while opening connection to 
'http://www.debian.org/intro/about'.


Here's an up-to-date list of the libgnome2-vfs-perl dependencies:
ii  libbonobo2-02.18.0-2 Bonobo CORBA interfaces library
ii  libc6   2.5-7GNU C Library: Shared libraries
ii  libgconf2-4 2.18.0.1-3   GNOME configuration database syste
ii  libglib-perl1:1.144-1Perl interface to the GLib and GOb
ii  libglib2.0-02.12.12-1The GLib library of C routines
ii  libgnomevfs2-0  1:2.18.1-2   GNOME Virtual File System (runtime
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  perl5.8.8-7  Larry Wall's Practical Extraction
ii  perl-base [perlapi-5.8.8]   5.8.8-7  The Pathologically Eclectic Rubbis


Let me know if there's anything I can run to provide more information.
I've tried reinstalling libgnome2-vfs-perl but the result is the same.

Frank


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



Bug#421684: unhandled exception in callback for any feed

2007-05-06 Thread Joachim Breitner
Hi,

bug #421684 might be a problem with libgnome2-vfs-perl. Does anyone feel
like checking that? Maybe a recompile is all it takes so solve it, maybe
not.

Greetings,
Joachim


Am Samstag, den 05.05.2007, 18:45 +0200 schrieb Frank Pavageau:
 Hi.
 
 I've got the same problem since last night, when I did a massive
 dist-upgrade after a month and a half (the last one was before Etch was
 released). I have a GNOME environment, but I don't think that's relevant.
 
 I don't really know perl, but I can read some of it and add a few print
 statements to do some basic debugging. The problem is that
 my $uri = Gnome2::VFS::URI-new($url);
 on line 57 of /usr/share/yarssr/Yarssr/Fetcher.pm doesn't return
 anything, so $uri is indeed undefined.
 
 However, libgnome2-vfs-perl was not upgraded, but some of its
 dependencies were:
 2007-05-05 02:02:48 upgrade libc6-dev 2.3.6.ds1-13 2.5-5
 2007-05-05 02:03:00 upgrade libc6 2.3.6.ds1-13 2.5-5
 2007-05-05 02:03:21 upgrade libc6-i686 2.3.6.ds1-13 2.5-5
 2007-05-05 02:03:34 upgrade libglib2.0-0 2.12.6-2 2.12.11-3
 2007-05-05 02:03:35 upgrade liborbit2 1:2.14.4-1 1:2.14.7-0.1
 2007-05-05 02:03:36 upgrade libbonobo2-0 2.14.0-4 2.18.0-2
 2007-05-05 02:03:54 upgrade libgconf2-4 2.16.1-1 2.18.0.1-3
 2007-05-05 02:04:15 upgrade libgnomevfs2-0 1:2.14.2-7 1:2.18.1-2
 
 libgnomevfs2-0 might be a likely candidate, though I don't know how the
 perl bindings are supplied. The libgnome2-vfs-perl maintainer might be
 of some help there.
 
 Frank
 
 -- System Information:
 Debian Release: lenny/sid
   APT prefers unstable
   APT policy: (500, 'unstable')
 Architecture: i386 (i686)
 
 Kernel: Linux 2.6.20.7 (SMP w/2 CPU cores)
 Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US (charmap=ISO-8859-1)
 Shell: /bin/sh linked to /bin/bash
 
 Versions of packages yarssr depends on:
 ii  libgnome2-perl1.040-1Perl interface to the GNOME 
 librar
 ii  libgnome2-vfs-perl1.060-1Perl interface to the 2.x series 
 o
 ii  libgtk2-gladexml-perl 1.006-1Perl interface to use user 
 interfa
 ii  libgtk2-perl  1:1.140-1  Perl interface to the 2.x series 
 o
 ii  libgtk2-trayicon-perl 0.04-1 Perl interface to fill the system
 ii  libxml-rss-perl   1.05-1 Perl module for managing RSS (RDF
 ii  perl  5.8.8-7Larry Wall's Practical Extraction
 
 yarssr recommends no packages.
 
 Versions of packages libgnome2-vfs-perl depends on:
 ii  libbonobo2-02.18.0-2 Bonobo CORBA interfaces library
 ii  libc6   2.5-5GNU C Library: Shared libraries
 ii  libgconf2-4 2.18.0.1-3   GNOME configuration database 
 syste
 ii  libglib-perl1:1.140-1Perl interface to the GLib and 
 GOb
 ii  libglib2.0-02.12.11-3The GLib library of C routines
 ii  libgnomevfs2-0  1:2.18.1-2   GNOME Virtual File System 
 (runtime
 ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA 
 ORB
 ii  perl5.8.8-7  Larry Wall's Practical Extraction
 ii  perl-base [perlapi-5.8.8]   5.8.8-7  The Pathologically Eclectic 
 Rubbis
 
 libgnome2-vfs-perl recommends no packages.
 
 -- no debconf information
 

-- 
Joachim nomeata Breitner
Debian Developer
  [EMAIL PROTECTED] | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: [EMAIL PROTECTED] | http://people.debian.org/~nomeata



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



Bug#421684: unhandled exception in callback for any feed

2007-05-06 Thread Marc 'HE' Brockschmidt
Joachim Breitner [EMAIL PROTECTED] writes:
 bug #421684 might be a problem with libgnome2-vfs-perl. Does anyone feel
 like checking that? Maybe a recompile is all it takes so solve it, maybe
 not.

Errm, if a recompile would be needed to fix this, there is some break in
the ABI and we need to file a bug against gnome-vfs. I'm writing this
mail on the train and can thus not look up the context of your mail
(which I would love to have seen as CC), but it's on my todo list
now. It may take some time to come round to look at this issue, though,
so if someone else is interested in checking this - feel free to do so,
just keep me in the loop.

Marc
-- 
BOFH #194:
We only support a 1200 bps connection.


pgpXUXPCmXKK1.pgp
Description: PGP signature


Bug#421684: unhandled exception in callback for any feed

2007-05-05 Thread Frank Pavageau
Hi.

I've got the same problem since last night, when I did a massive
dist-upgrade after a month and a half (the last one was before Etch was
released). I have a GNOME environment, but I don't think that's relevant.

I don't really know perl, but I can read some of it and add a few print
statements to do some basic debugging. The problem is that
my $uri = Gnome2::VFS::URI-new($url);
on line 57 of /usr/share/yarssr/Yarssr/Fetcher.pm doesn't return
anything, so $uri is indeed undefined.

However, libgnome2-vfs-perl was not upgraded, but some of its
dependencies were:
2007-05-05 02:02:48 upgrade libc6-dev 2.3.6.ds1-13 2.5-5
2007-05-05 02:03:00 upgrade libc6 2.3.6.ds1-13 2.5-5
2007-05-05 02:03:21 upgrade libc6-i686 2.3.6.ds1-13 2.5-5
2007-05-05 02:03:34 upgrade libglib2.0-0 2.12.6-2 2.12.11-3
2007-05-05 02:03:35 upgrade liborbit2 1:2.14.4-1 1:2.14.7-0.1
2007-05-05 02:03:36 upgrade libbonobo2-0 2.14.0-4 2.18.0-2
2007-05-05 02:03:54 upgrade libgconf2-4 2.16.1-1 2.18.0.1-3
2007-05-05 02:04:15 upgrade libgnomevfs2-0 1:2.14.2-7 1:2.18.1-2

libgnomevfs2-0 might be a likely candidate, though I don't know how the
perl bindings are supplied. The libgnome2-vfs-perl maintainer might be
of some help there.

Frank

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.20.7 (SMP w/2 CPU cores)
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages yarssr depends on:
ii  libgnome2-perl1.040-1Perl interface to the GNOME librar
ii  libgnome2-vfs-perl1.060-1Perl interface to the 2.x series o
ii  libgtk2-gladexml-perl 1.006-1Perl interface to use user interfa
ii  libgtk2-perl  1:1.140-1  Perl interface to the 2.x series o
ii  libgtk2-trayicon-perl 0.04-1 Perl interface to fill the system
ii  libxml-rss-perl   1.05-1 Perl module for managing RSS (RDF
ii  perl  5.8.8-7Larry Wall's Practical Extraction

yarssr recommends no packages.

Versions of packages libgnome2-vfs-perl depends on:
ii  libbonobo2-02.18.0-2 Bonobo CORBA interfaces library
ii  libc6   2.5-5GNU C Library: Shared libraries
ii  libgconf2-4 2.18.0.1-3   GNOME configuration database syste
ii  libglib-perl1:1.140-1Perl interface to the GLib and GOb
ii  libglib2.0-02.12.11-3The GLib library of C routines
ii  libgnomevfs2-0  1:2.18.1-2   GNOME Virtual File System (runtime
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  perl5.8.8-7  Larry Wall's Practical Extraction
ii  perl-base [perlapi-5.8.8]   5.8.8-7  The Pathologically Eclectic Rubbis

libgnome2-vfs-perl recommends no packages.

-- no debconf information


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



Bug#421684: unhandled exception in callback for any feed

2007-04-30 Thread Ben Pearre
Package: yarssr
Version: 0.2.2-1
Severity: grave

--- Please enter the report below this line. ---

(0)% rm -rf .yarssr # just to be sure...
(0)% yarssr

# yarssr starts fine and sits itself in the KDE tray.  I right-click
# on it, bring up Preferences, and click on the New icon.  I add the
# name Slashdot, address http://rss.slashdot.org/Slashdot/slashdot;
# (no quotes, of course) (or any other feed I've tried), and say Ok.
# Then I get this:

*** unhandled exception in callback:
***   Can't call method get_host_name on an undefined value at 
/usr/share/yarssr/Yarssr/Fetcher.pm line 33.
***  ignoring at /usr/share/yarssr/Yarssr/GUI.pm line 115.

The system tray icon now does not respond (although of course it has
the tooltip updating  I have to kill it.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.19.2

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstablejordi.tecnosfera.org 
  500 unstabledebian.lcs.mit.edu 
  500 stable  www.maretmanu.org 

--- Package information. ---
Depends(Version) | Installed
-+-===
perl | 5.8.8-7
libgtk2-perl | 1:1.140-1
libgtk2-gladexml-perl| 1.006-1
libgtk2-trayicon-perl| 0.04-1
libgnome2-vfs-perl   | 1.060-1
libgnome2-perl (= 0.94) | 1.040-1
libxml-rss-perl  | 1.05-1

All these are the latest available (of late I've updated roughly every
day or two, and this bug has been present for at least a week or so).
I haven't done anything unusual--some normal upgrade has broken this,
I believe.  I tried reinstalling all of these dependencies, but
haven't gone deeper...

--
Ben Pearre http://ml.cs.colorado.edu/~ben  PGP: CFDA6CDA
Don't let Bush read your email! http://www.gnupg.org


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