Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 295118

Summary: dev-lang/eleven installs Perl modules into site-dir (should go in vendor-dir)
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Development Tools Team <dev-tools>
Status: RESOLVED WONTFIX    
Severity: normal CC: perl
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 280728    

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.