Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 295118 - dev-lang/eleven installs Perl modules into site-dir (should go in vendor-dir)
Summary: dev-lang/eleven installs Perl modules into site-dir (should go in vendor-dir)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Development Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: perl-sitedir
  Show dependency tree
 
Reported: 2009-11-29 21:52 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2012-07-15 17:49 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 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-11-29 21:52:46 UTC
* Flameeyes QA Warning! Invalid directories in image
/usr/lib/perl5/site_perl/runtime11.pm
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2009-12-03 18:09:45 UTC
src_install() {
-       make prefix=${D}/usr sysconfdir=${D}/etc install || die
+       eval "$(perl -V:installvendorlib )"
+       make prefix="${D}"/usr sysconfdir="${D}"/etc perldir="${D}/${installvendorlib}" install || die
Comment 2 Torsten Veller (RETIRED) gentoo-dev 2010-04-24 15:57:02 UTC
I am going to mask this package for removal in a week or so.

docdir is wrong, installs useless COPYING file.
Comment 3 Torsten Veller (RETIRED) gentoo-dev 2011-03-09 18:48:09 UTC
Please ask, if you want help to fix the installation path.

If the sitedir problem isn't fixed when we add perl-5.14, we will mask the package.
Comment 4 Torsten Veller (RETIRED) gentoo-dev 2012-07-15 17:49:53 UTC
Removed from the tree.