Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7874 - Wrong site_perl directory
Summary: Wrong site_perl directory
Status: RESOLVED DUPLICATE of bug 9067
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Michael Cummings (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-13 07:39 UTC by binsh00
Modified: 2011-10-30 22:18 UTC (History)
2 users (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 binsh00 2002-09-13 07:39:57 UTC
Following packages

  dev-perl/CDDB_get
  dev-perl/MP3-Info

get installed under /usr/lib/site_perl/5.6.1 while other packages use
/usr/lib/perl5/site_perl/5.6.1
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2002-09-14 16:51:22 UTC
timing is everything :) Just noticed this and corrected. Two problems: The
MakeMaker ebuild had a mistake, and the modules eclass had a missing ${DEPEND}
line. This has been committed already and should reach the mirrors in a little bit.
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2002-09-21 21:30:32 UTC
Is this all set for you now? Just wanted to check in.
Comment 3 Michael Cummings (RETIRED) gentoo-dev 2002-10-11 11:51:35 UTC
wondering since you weren't in the cc list whether you saw the responses...
Comment 4 SpanKY gentoo-dev 2002-10-13 01:50:51 UTC
(these 3 packages can be found in dev-perl)

root@vapier root # emerge Parse-RecDescent Test-Simple Event unmerge
<all goes ok>
root@vapier root # ls /usr/lib/site_perl/5.6.1/ -R
ls: /usr/lib/site_perl/5.6.1/: No such file or directory
root@vapier root # emerge Parse-RecDescent Test-Simple Event
root@vapier root # ls /usr/lib/site_perl/5.6.1/ -R
/usr/lib/site_perl/5.6.1/:
Parse  Test  Text

/usr/lib/site_perl/5.6.1/Parse:
RecDescent.pm  RecDescent.pod

/usr/lib/site_perl/5.6.1/Test:
Builder.pm  More.pm  Simple.pm  Tutorial.pod

/usr/lib/site_perl/5.6.1/Text:
Balanced.pm  Balanced.pod
Comment 5 SpanKY gentoo-dev 2002-10-13 01:52:05 UTC
i only noticed this problem when i tried making my first dev-perl ebuilds ...

when i left the default src_compile and src_install to the eclass, my stuff got 
installed into /usr/lib/site_perl/
Comment 6 SpanKY gentoo-dev 2002-10-13 15:23:11 UTC
handled/fixed over at Bug 9067 

*** This bug has been marked as a duplicate of 9067 ***