Subject: | GD::Group not installed as part of GD-2.4.1 |
Date: | Fri, 10 Oct 2008 09:19:38 -0400 |
To: | bug-GD [...] rt.cpan.org |
From: | Bob Kinney <bkinney [...] hmdc.harvard.edu> |
Hi:
I've been working with the group at rpmforge trying to discover the
reason why the latest rebuild of perl-GD they did was failing a
dependency on GD::Group.
After a little debugging, I believe I have tracked it down to the
Makefile.PL not specifying 'GD/Group.pm' as something to be installed:
WriteMakefile(
'NAME' => 'GD',
'VERSION_FROM' => 'GD.pm',
'PREREQ_PM' => {
'Math::Trig' => 0,
},
'PM' => { 'GD.pm' => '$(INST_LIBDIR)/GD.pm',
'GD/Polyline.pm' => '$(INST_LIBDIR)/GD/Polyline.pm',
'GD/Polygon.pm' => '$(INST_LIBDIR)/GD/Polygon.pm',
'GD/Simple.pm' => '$(INST_LIBDIR)/GD/Simple.pm',
'GD/Image.pm' => '$(INST_LIBDIR)/GD/Image.pm',
'qd.pl' => '$(INST_LIBDIR)/qd.pl'},
'dist' => {'COMPRESS'=>'gzip -9f', 'SUFFIX' => 'gz',
'ZIP'=>'/usr/bin/zip','ZIPFLAGS'=>'-rl'},
'LIBS' => [join(' ',$ENV{'GD_LIBS'},@LIBPATH,@LIBS)],
'INC' => join(' ',$ENV{'GD_INC'},@INC),
'PL_FILES' => {'bdf_scripts/bdf2gdfont.PLS' =>
'bdf_scripts/bdf2gdfont.pl',
'GD/Image.pm.PLS' => 'GD/Image.pm',
},
# 'CFLAGS' => '-nostdinclude',
'EXE_FILES' => ['bdf_scripts/bdf2gdfont.pl'],
'AUTHOR' => 'Lincoln Stein (lstein@cshl.org)',
'ABSTRACT' => 'Interface to Gd Graphics Library',
$CAPI ? ('CAPI' => 'TRUE') : (),
'DEFINE' => $DEFINES,
);
I've tested this also by installing via the CPAN module and I get the
same result (GD::Group) is not installed.
Regards,
Bob
--
Earl (Bob) Kinney
Manager of Research Computing
Harvard-MIT Data Center