Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Bricolage: users

buttons

 

 

Bricolage users RSS feed   Index | Next | Previous | View Threaded


zdravko.balorda at siix

Nov 10, 2008, 4:32 AM

Post #1 of 6 (1748 views)
Permalink
buttons

Hi,
I am making a slovene translation of Bricolage.
I have Gimp 2.0, but have trouble with Gimp.pm. It can't install.
This is CentOS Linux.

Could someone help?
Zdravko


david at kineticode

Nov 10, 2008, 9:48 AM

Post #2 of 6 (1639 views)
Permalink
Re: buttons [In reply to]

On Nov 10, 2008, at 4:32 AM, Zdravko Balorda wrote:

>
> Hi,
> I am making a slovene translation of Bricolage.
> I have Gimp 2.0, but have trouble with Gimp.pm. It can't install.
> This is CentOS Linux.

*Someone* must be able to run the button-generation script, no?

Thanks,

David


rs at plusw

Nov 10, 2008, 10:26 AM

Post #3 of 6 (1631 views)
Permalink
Re: buttons [In reply to]

Am Montag, 10. November 2008 18:48:30 schrieb David E. Wheeler:
> On Nov 10, 2008, at 4:32 AM, Zdravko Balorda wrote:
> > Hi,
> > I am making a slovene translation of Bricolage.
> > I have Gimp 2.0, but have trouble with Gimp.pm. It can't install.
> > This is CentOS Linux.
>
> *Someone* must be able to run the button-generation script, no?
>
> Thanks,
>
> David

Well, I've done this some month ago for somebody else, so I can try that
again. Can you send me the text file ?

--
Rolf Schaufelberger


zdravko.balorda at siix

Nov 10, 2008, 11:27 PM

Post #4 of 6 (1636 views)
Permalink
Re: buttons [In reply to]

>
> Well, I've done this some month ago for somebody else, so I can try that
> again. Can you send me the text file ?
>

Rolf, thank you. bric_buttons-sl_si.txt is attached.
Prehaps you know how to go about:

FATAL: unable to deduce plugindir from gimptool script

This perl error prevents Gimp.pm from installing. The plugindir is there:
/usr/lib/gimp/2.0/plug-ins/

Regards, Zdravko
Attachments: bric_buttons.sl_si.txt (2.94 KB)


andreas at faafeng

Nov 11, 2008, 12:16 AM

Post #5 of 6 (1630 views)
Permalink
Re: buttons [In reply to]

Zdravko Balorda wrote:

> FATAL: unable to deduce plugindir from gimptool script
> This perl error prevents Gimp.pm from installing. The plugindir is there:
> /usr/lib/gimp/2.0/plug-ins/

Failure to install Gimp.pm from CPAN seems to be the rule rather than
the exception:

http://search.cpan.org/dist/Gimp/
http://www.cpantesters.org/show/Gimp.html#Gimp-1.211

> CPAN Testers FAIL (18) UNKNOWN (8)

It is probably the regexp on lines 82-83 in 'config.pl' that fails to
recognize your plugindir:

http://search.cpan.org/src/MLEHMANN/Gimp-1.211/config.pl.in

81 $gimpplugindir = `$GIMPTOOL -n --install-admin-bin /bin/sh`;
82 $gimpplugindir =~ s{^.*\s(.*?)(?:/+bin/sh)\r?\n?$}{$1} &&
83 $gimpplugindir =~ s{/plug-ins$}{} or die "\nFATAL: unable to
deduce p
83 lugindir from gimptool script\n\n";

You should post your question on http://perlmonks.org/ under "Seekers of
Perl Wisdom".

PS. It fails for me too:

$ /usr/bin/gimptool -n --install-admin-bin /bin/sh
/usr/bin/install -c -d /usr/lib/gimp/2.0/plug-ins
/usr/bin/install -c /bin/sh /usr/lib/gimp/2.0/plug-ins/sh

$ perl config.pl
FATAL: unable to deduce plugindir from gimptool script

You won't be able to install unless the following prints YES twice:

$ perl -l
use strict;
use warnings;
my $gimpplugindir = qx{/usr/bin/gimptool -n --install-admin-bin /bin/sh};
($gimpplugindir =~ s{^.*\s(.*?)(?:/+bin/sh)\r?\n?$}{$1}) ? print "YES" :
print "NO";
($gimpplugindir =~ s{/plug-ins/$}{}) ? print "YES" : print "NO";
__END__
NO
NO


--
Andreas


rs at plusw

Nov 11, 2008, 12:24 AM

Post #6 of 6 (1638 views)
Permalink
Re: buttons [In reply to]

Am Dienstag, 11. November 2008 08:27:36 schrieb Zdravko Balorda:
> > Well, I've done this some month ago for somebody else, so I can try that
> > again. Can you send me the text file ?
>
> Rolf, thank you. bric_buttons-sl_si.txt is attached.
> Prehaps you know how to go about:
>
> FATAL: unable to deduce plugindir from gimptool script
>
> This perl error prevents Gimp.pm from installing. The plugindir is there:
> /usr/lib/gimp/2.0/plug-ins/
>
> Regards, Zdravko

see attached file

--
Mit freundlichen Grüßen
Rolf Schaufelberger
Attachments: buttons_sl_si.tgz (19.3 KB)

Bricolage users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.