[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#421684: unhandled exception in callback for any feed



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-0                2.18.0-2     Bonobo CORBA interfaces library
ii  libc6                       2.5-7        GNU C Library: Shared libraries
ii  libgconf2-4                 2.18.0.1-3   GNOME configuration database syste
ii  libglib-perl                1:1.144-1    Perl interface to the GLib and GOb
ii  libglib2.0-0                2.12.12-1    The 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  perl                        5.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



Reply to: