Re: [Gimp-user] new gimp from old perl scripts ..versions conflict?

2009-03-08 Thread act
Owen wrote:

> 
> What do you get when you check your modules for Gimp?
> 
> # perl -MFile::Find=find -MFile::Spec::Functions -Tlwe 'find { wanted
> => sub { print canonpath $_ if /\.pm\z/ }, no_chdir => 1 }, @INC'
> |grep Gimp

That's a nice oneliner! :-)

I get some 3700 lines of output listing almost the entire
perl tree of 81 mb's & 5000 files, all under /usr/lib/perl5
and including every .pm I have ever seen or thought
possible.

I 'think' there may be an installation problem. I really
don't understand why perl can't 'find' what's only a couple
of planks from where it's at.  Here's the perl lib tree

/usr/lib/perl5/
 5.10.0
   nothing gimp

 site_perl
   5.10.0
 nothing gimp

 vendor_perl
   5.10.0
 nothing gimp

   5.8.8
 i586-linux-thread-multi
Gimp
   bunch of .pm's

Gimp.pm


> Have a look at http://search.cpan.org/search?query=gimp&mode=all
> and try install the missing modules
> I am unsure as to the currency of Gimp-Perl or Perl-Gimp (name I think
> depends on distro)

In this case it may be an attempt to differentiate between
the 1.x gimp series and 2.x and also to bring the naming
scheme closer to what it's supposed to. Looks like
essentially similar stuff in the packages.


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] new gimp from old perl scripts ..versions conflict?

2009-03-08 Thread Owen
> Sven Neumann wrote:
>> Hi,
>>
>> On Sun, 2009-03-08 at 13:10 -0400, a...@trixtar.org wrote:
>>
>>> Can't locate Gimp.pm in @INC
>>
>> Looks like you don't have gimp-perl installed.
>
> It's a little confusing, there's gimp-perl and perl-gimp, I
> find only perl-Gimp for OpenSUSE and I have version
> 2.0pre3-4.1.i586.rpm installed. It also provides a long list
> including such as
>
>  Gimp::Fu
>  Gimp::PDL
>  Gimp::Util
>  Gimp::Lib
>  Gimp::Net
>
> But they don't load with the 'use Gimp::Fu' command.


What do you get when you check your modules for Gimp?

# perl -MFile::Find=find -MFile::Spec::Functions -Tlwe 'find { wanted
=> sub { print canonpath $_ if /\.pm\z/ }, no_chdir => 1 }, @INC'
|grep Gimp

Have a look at http://search.cpan.org/search?query=gimp&mode=all

and try install the missing modules

I am unsure as to the currency of Gimp-Perl or Perl-Gimp (name I think
depends on distro)


Owen

___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] new gimp from old perl scripts ..versions conflict?

2009-03-08 Thread act
Sven Neumann wrote:
> Hi,
> 
> On Sun, 2009-03-08 at 13:10 -0400, a...@trixtar.org wrote:
> 
>> Can't locate Gimp.pm in @INC
> 
> Looks like you don't have gimp-perl installed.

It's a little confusing, there's gimp-perl and perl-gimp, I
find only perl-Gimp for OpenSUSE and I have version
2.0pre3-4.1.i586.rpm installed. It also provides a long list
including such as

 Gimp::Fu
 Gimp::PDL
 Gimp::Util
 Gimp::Lib
 Gimp::Net

But they don't load with the 'use Gimp::Fu' command.



___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] new gimp from old perl scripts ..versions conflict?

2009-03-08 Thread Sven Neumann
Hi,

On Sun, 2009-03-08 at 13:10 -0400, a...@trixtar.org wrote:

> Can't locate Gimp.pm in @INC

Looks like you don't have gimp-perl installed.


Sven



___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user