|
Posted by Jared C. on January 10, 2005, 1:44 pm
Please log in for more thread options
Hi, I'm using cpan to install the Gtk2 module, I've got all of the
dependent modules installed already (I believe), and it begins the make
process for Gtk2 just fine. However, far into the process it dies with
the following:
make: *** [build/podindex] Segmentation fault
This is preceded by several errors such as "cannot create class for
'GtkFileChooser'derived from non-classed parent type `GInterface' at
/usr/lib/perl5/5.8.4/i486-linux/DynaLoader.pm line 253"
Anyone encounter something like this before?
The full text of the errors is as follows:
chmod 755 blib/arch/auto/Gtk2/Gtk2.so
cp Gtk2.bs blib/arch/auto/Gtk2/Gtk2.bs
chmod 644 blib/arch/auto/Gtk2/Gtk2.bs
/usr/bin/perl5.8.4 -I blib/lib -I blib/arch -MGlib::GenPod -MGtk2
-e 'add_types ("doctypes",
"/usr/lib/perl5/site_perl/5.8.4/i486-linux/Glib/Install/doctypes");
$Glib::GenPod::COPYRIGHT="Copyright (C) 2003-2004 by the gtk2-perl
team.nnThis software is licensed under the LGPL. See L<Gtk2> for a
full notice.n"; $Glib::GenPod::MAIN_MOD="Gtk2";
xsdoc2pod("build/doc.pl", "blib/lib", "build/podindex");'
GLib-GObject-WARNING **: cannot create class for `GtkFileChooser',
derived from non-classed parent type `GInterface' at
/usr/lib/perl5/5.8.4/i486-linux/DynaLoader.pm line 253.
GLib-GObject-CRITICAL **: file gtype.c: line 1167
(g_type_interface_add_prerequisite): assertion `G_TYPE_IS_INTERFACE
(interface_type)' failed at
/usr/lib/perl5/5.8.4/i486-linux/DynaLoader.pm line 253.
GLib-GObject-WARNING **: cannot create class for `GtkFileChooser',
derived from non-classed parent type `GInterface' at
/usr/lib/perl5/5.8.4/i486-linux/DynaLoader.pm line 253.
GLib-GObject-CRITICAL **: file gtype.c: line 1167
(g_type_interface_add_prerequisite): assertion `G_TYPE_IS_INTERFACE
(interface_type)' failed at
/usr/lib/perl5/5.8.4/i486-linux/DynaLoader.pm line 253.
GLib-GObject-CRITICAL **: file gtype.c: line 1942
(g_type_add_interface_static): assertion `g_type_parent (interface_type)
== G_TYPE_INTERFACE' failed at
/usr/lib/perl5/5.8.4/i486-linux/DynaLoader.pm line 253.
GLib-GObject-WARNING **: cannot create class for `GtkFileChooser',
derived from non-classed parent type `GInterface' at
/usr/lib/perl5/5.8.4/i486-linux/DynaLoader.pm line 253.
GLib-GObject-CRITICAL **: file gtype.c: line 1167
(g_type_interface_add_prerequisite): assertion `G_TYPE_IS_INTERFACE
(interface_type)' failed at
/usr/lib/perl5/5.8.4/i486-linux/DynaLoader.pm line 253.
GLib-GObject-CRITICAL **: file gtype.c: line 1942
(g_type_add_interface_static): assertion `g_type_parent (interface_type)
== G_TYPE_INTERFACE' failed at
/usr/lib/perl5/5.8.4/i486-linux/DynaLoader.pm line 253.
GLib-GObject-WARNING **: cannot create class for `GtkFileChooserEmbed',
derived from non-classed parent type `GInterface' at
/usr/lib/perl5/5.8.4/i486-linux/DynaLoader.pm line 253.
GLib-GObject-CRITICAL **: file gtype.c: line 1167
(g_type_interface_add_prerequisite): assertion `G_TYPE_IS_INTERFACE
(interface_type)' failed at
/usr/lib/perl5/5.8.4/i486-linux/DynaLoader.pm line 253.
GLib-GObject-CRITICAL **: file gtype.c: line 1942
(g_type_add_interface_static): assertion `g_type_parent (interface_type)
== G_TYPE_INTERFACE' failed at
/usr/lib/perl5/5.8.4/i486-linux/DynaLoader.pm line 253.
loaded 5 extra types from doctypes
loaded 4 extra types from
/usr/lib/perl5/site_perl/5.8.4/i486-linux/Glib/Install/doctypes
podifying blib/lib/Gtk2/TreeView.pod
podifying blib/lib/Gtk2/RadioAction.pod
make: *** [build/podindex] Segmentation fault
Thanks in advance,
Jared
|
| Similar Threads | Posted | | Problem installing GD module | April 4, 2006, 12:26 pm |
| Problem Installing Module | April 4, 2007, 10:02 am |
| problem installing MATH::MATLAB module | August 28, 2006, 10:50 am |
| Problem installing module Email-Send | December 4, 2007, 8:39 pm |
| Problem Installing Module (Email::MIME::Modifier) | July 31, 2007, 11:41 pm |
| Segmentation Fault with Gtk2 | August 10, 2005, 3:10 pm |
| Modules Geo::OGC::Geometry and Gtk2::Ex::Geo | July 17, 2007, 8:46 am |
| Problem installing win32::OLE | September 20, 2005, 12:52 pm |
| Problem installing Net::LDAP | September 22, 2005, 12:54 pm |
| problem installing DBD-mysql | January 10, 2005, 5:51 pm |
|