Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122110 - perl-cleaner and perl 5.8.8
Summary: perl-cleaner and perl 5.8.8
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-08 04:47 UTC by Andrej Filipcic
Modified: 2006-02-20 11:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
temporary workaround to lib64 issue (perl-cleaner.patch,867 bytes, patch)
2006-02-08 12:50 UTC, Brad Schuetz
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Filipcic 2006-02-08 04:47:32 UTC
perl 5.8.8 installs into /usr/lib64/perl5 while the old 5.8.7 was in /usr/lib/perl5 on amd64. perl-cleaner is confused about it since old module files
are searched as /usr/lib64/perl5/* instead of /usr/lib/perl5/*
So, no modules are rebuilt with "perl-cleaner modules".

Maybe, both paths should be tried...
Comment 1 Brad Schuetz 2006-02-08 12:50:25 UTC
Created attachment 79261 [details, diff]
temporary workaround to lib64 issue

This patch will only provide a temporary work around for the lib64/lib change.  Running perl-cleaner with this patch after modules are all installed into lib64 would result in breakage.
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2006-02-10 04:04:24 UTC
In looking at your problem, the real problem isn't with perl-cleaner per se, but with the fact that the new perl ebuild actually installs correctly :) (but yeah, the fix needs to be in perl-cleaner). I'll see what I can do for ya, in the process of getting my hands on a amd64 virtual to work with 
Comment 3 Andrej Filipcic 2006-02-10 04:11:03 UTC
Well, I migrated my sistems already, but the bug will remain for others.
Maybe it would be better to use an intermediate perl-cleaner.5.8.8 for migration
to 5.8.8 or above...
Comment 4 Michael Cummings (RETIRED) gentoo-dev 2006-02-20 11:45:43 UTC
perl-cleaner-1.03 is in the tree and fixes this by simply tackling the problem from a different angle. Tested on both amd64 and vanilla lib boxes :)