CPAN::Forum
Glib - Re: failing to compile in USE_ARCH=64 guise?
| Posted on Sun Sep 7 20:53:58 2008 by kaffee in response to 8694 (See the whole thread of 2) |
| Re: failing to compile in USE_ARCH=64 guise? |
|
Yeah, that's not enough information. The command executed at this sage is:
$ /your/path/to/perl -I blib/lib -I blib/arch -MGlib::GenPod -MGlib \
-e "add_types (qq(doctypes)); Glib::GenPod::set_copyright(qq{Copyright (C) 2003-20
+08 by the gtk2-perl team.\n\nThis software is licensed under the LGPL. See L<Glib> for a fu
+ll notice.\n}); Glib::GenPod::set_main_mod(qq(Glib)); xsdoc2pod(q(build/doc.pl), q(blib/lib), q(b
+uild/podindex));"
Can you try running it manually, and perhaps with gdb and valgrind?
$ gdb /your/path/to/perl
gdb> r -I blib/lib -I blib/arch -MGlib::GenPod -MGlib -e "add_types (qq(doctypes)); Glib::GenPod
+::set_copyright(qq{Copyright (C) 2003-2008 by the gtk2-perl team.\n\nThis software is licensed und
+er the LGPL. See L<Glib> for a full notice.\n}); Glib::GenPod::set_main_mod(qq(Glib)); xsd
+oc2pod(q(build/doc.pl), q(blib/lib), q(build/podindex));"
... crash ...
gdb> bt
$ valgrind --tool=memcheck --num-callers=100 /your/path/to/perl -I blib/arch -MGlib::GenPod -MGli
+b -e "add_types (qq(doctypes)); Glib::GenPod::set_copyright(qq{Copyright (C) 2003-2008 by the gtk
+2-perl team.\n\nThis software is licensed under the LGPL. See L<Glib> for a full notice.\n}
+); Glib::GenPod::set_main_mod(qq(Glib)); xsdoc2pod(q(build/doc.pl), q(blib/lib), q(build/podindex
+));"
|
| Write a response |
(0)
]