Bug 11559 - lots of Perl errors from gimp 1.1.22-1
Summary: lots of Perl errors from gimp 1.1.22-1
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: gimp
Version: 1.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Matt Wilson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-05-21 21:17 UTC by Jonathan Kamens
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-05-21 21:17:57 UTC
Embargoed:


Attachments (Terms of Use)

Description Jonathan Kamens 2000-05-21 21:17:57 UTC
I get a whole bunch of Perl errors when I install and run gimp-1.1.22-1,
probably because Gimp is installing its .pm file in
/usr/lib/perl5/site_perl/5.6.0/i386-linux/Gimp.pm, which is not where it
should be since I have perl-5.00503-10 installed (and indeed there is no
later version of Perl available as an RPM on ftp.redhat.com).

Gimp's installation shouldn't depend on the standard Perl header paths.
Gimp Perl files should be installed in a Gimp-specific directory, and the
Gimp Perl scripts and plugins should know to add that directory to @INC.

Either that, or the Gimp RPM installation scripts should know how to
determine the correct directory into which to install the files, e.g., by
running "perl -e '@SITEINC = grep(/site_perl/, @INC); print pop @SITEINC;'"
or something like that.

Comment 1 Matt Wilson 2001-01-27 02:04:18 UTC
your perl needs to match the version of perl on the system for which those gimp
packages were made.



Note You need to log in before you can comment on or make changes to this bug.