Subject: | failing during target podindex |
make
/home/src/perl/repoperls/installed-perls/perl/pEhGb34/perl-5.8.0@32001/bin/perl
-I blib/lib -I blib/arch -MGlib::GenPod -MGtk2 \
-e 'add_types ("doctypes",
"/home/src/perl/repoperls/installed-perls/perl/pEhGb34/perl-5.8.0@32001/lib/site_perl/5.10.0/i686-linux-64int/Glib/Install/doctypes",
"/home/src/perl/repoperls/installed-perls/perl/pEhGb34/perl-5.8.0@32001/lib/site_perl/5.10.0/i686-linux-64int/Cairo/Install/doctypes");
$Glib::GenPod::COPYRIGHT="Copyright (C) 2003-2007 by the gtk2-perl
team.\n\nThis 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");'
loaded 10 extra types from doctypes
can't open types file
/home/src/perl/repoperls/installed-perls/perl/pEhGb34/perl-5.8.0/lib/site_perl/5.10.0/i686-linux-64int/Glib/Install/doctypes:
No such file or directory
make: *** [build/podindex] Error 2
Somebody in the mangled the path to the doctypes. The correct path would
have been
/home/src/perl/repoperls/installed-perls/perl/pEhGb34/perl-5.8.0@32001/lib/site_perl/5.10.0/i686-linux-64int/Glib/Install/doctype
(note the "@32001" in the path)
HTH,