[gentoo-user] Perl problem

2007-11-19 Thread Andreas Vinsander
Hi!

It seems like perl-5.8.8-r3 introduced a new place
(/usr/lib/vendor_perl) for perl modules, but the perl-cleaner utility
didn't catch that properly. Now all perl modules/utilities (like genlop)
are broken for me.

What is the easiest way out? Trying to find out which perl modules are
installed and re-install them all? Has anybody else seen the same problem?

/Andreas
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Perl problem

2007-11-19 Thread Andreas Vinsander
Andreas Vinsander wrote:
 Hi!
 
 It seems like perl-5.8.8-r3 introduced a new place
 (/usr/lib/vendor_perl) for perl modules, but the perl-cleaner utility
 didn't catch that properly. Now all perl modules/utilities (like genlop)
 are broken for me.
 
 What is the easiest way out? Trying to find out which perl modules are
 installed and re-install them all? 

Something like this:

emerge -av1 $(equery --nocolor list -f 'dev-perl/.*' |tail --lines=+2 |
sed 's;dev-perl;=dev-perl;g')

was what I had in mind.

/Andreas
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Perl problem

2007-11-19 Thread Rumen Yotov
On (19/11/07 09:00) Andreas Vinsander wrote:
 Hi!
 
 It seems like perl-5.8.8-r3 introduced a new place
 (/usr/lib/vendor_perl) for perl modules, but the perl-cleaner utility
 didn't catch that properly. Now all perl modules/utilities (like genlop)
 are broken for me.
 
 What is the easiest way out? Trying to find out which perl modules are
 installed and re-install them all? Has anybody else seen the same problem?
 
 /Andreas
 -- 
 [EMAIL PROTECTED] mailing list
 
Hi,

Yes. you're not alone :-)
Tried to disable -ithreads for libperlperl but thing only got more
broken. Then 'perl-cleaner reallyall' - errors everywhere.
Perl even couldn't find it's Config.pm  @INC.
Reverted to 'ithreads', now at least it partly works.
What's the result of (1) $perl -V  (2) $perl -e 'print join \n, @INC' ?
Mine is (2):
/etc/perl
/usr/lib/perl5/vendor_perl/5.8.8/i686-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8
/usr/lib/perl5/vendor_perl
/usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8
/usr/lib/perl5/site_perl
/usr/lib/perl5/5.8.8/i686-linux-thread-multi
/usr/lib/perl5/5.8.8
/usr/local/lib/site_perl
...cut...
PS: /etc/perl - no such dir here
HTH. Rumen
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Perl problem

2007-11-19 Thread Dirk Heinrichs
Am Montag, 19. November 2007 schrieb ext Andreas Vinsander:

 It seems like perl-5.8.8-r3 introduced a new place
 (/usr/lib/vendor_perl) for perl modules

Hmm, I don't have this directory on my system with 5.8.8-r3 installed and I 
don't see any traces of it in perl -V output.

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Wanheimerstraße 68  | Web:  http://www.capgemini.com
D-40468 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Perl problem

2007-11-19 Thread Peter Alfredsen
On Monday 19 November 2007, Andreas Vinsander wrote:
 Hi!

 It seems like perl-5.8.8-r3 introduced a new place
 (/usr/lib/vendor_perl) for perl modules, but the perl-cleaner utility
 didn't catch that properly. Now all perl modules/utilities (like genlop)
 are broken for me.

 What is the easiest way out? Trying to find out which perl modules are
 installed and re-install them all? Has anybody else seen the same problem?

Please re-emerge perl. *Somebody* hrm played with a stable ebuild without 
committing a revision bump (which would have gone to unstable first).
emerge --syncemerge -1 dev-lang/perl
should fix this.
See this bug:
https://bugs.gentoo.org/199518
for more information.
-- 
/PA
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Perl problem

2007-11-19 Thread Andreas Vinsander
Peter Alfredsen wrote:
 Please re-emerge perl. *Somebody* hrm played with a stable ebuild without 
 committing a revision bump (which would have gone to unstable first).
 emerge --syncemerge -1 dev-lang/perl
 should fix this.
 See this bug:
 https://bugs.gentoo.org/199518
 for more information.

Thanks a lot! I searched b.g.o before posting to the list but didn't
find that bug myself.

/Andreas
-- 
[EMAIL PROTECTED] mailing list