Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9571 - emerging perl modules broken
Summary: emerging perl modules broken
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Michael Cummings (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-23 16:22 UTC by Scott Beck
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Beck 2002-10-23 16:22:55 UTC
Hi,

I would have debugged this further but I know little about how inheritence
works in ebuilds. It seems that something in portage/eclass/perl-* is busted.
If I emerge a perl module the module its' self goes into the wrong directory.
I tested with three different modules, MD5, perl-tk and CGI.

MD5.pm ended up in:
    /usr/lib/site_perl/5.6.1/MD5.pm
CGI.pm ended up in:
    /usr/lib/5.6.1/CGI.pm
Tk.pm ended up in:
    /usr/lib/site_perl/5.6.1/i686-linux/Tk.pm

I'm not sure when this started happening as I usually use `perl -MCPAN -e shell'
to install modules. I emerge rsync nightly and I am running 1.4rc1.

Cheers,

Scott
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-10-23 16:57:52 UTC
emerge ExtUtils-MakeMaker and then try these three again, please...
Comment 2 Scott Beck 2002-10-23 17:25:56 UTC
Thats very strange:
sbeck@sbeck sbeck $ emerge -p ExtUtils-MakeMaker

These are the packages that I would merge, in order.

Calculating dependencies ...done!
[ebuild   R  ] dev-perl/ExtUtils-MakeMaker-6.05


But re-emerging ExtUtils-MakeMaker did fix the problem even though it was
listed as uptodate...

Thanks!

Scott