Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78765 - [multilib-strict] perl-5.8.5-r2
Summary: [multilib-strict] perl-5.8.5-r2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 78541
  Show dependency tree
 
Reported: 2005-01-19 20:25 UTC by Kevin Koltzau
Modified: 2005-04-21 16:58 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 Kevin Koltzau 2005-01-19 20:25:31 UTC
perl ebuild tries to install 64-bit libraries in /usr/lib

Reproducible: Always
Steps to Reproduce:
1. emerge perl with FEATURES="multilib-strict"

Actual Results:  
!!! ERROR: dev-lang/perl-5.8.5-r2 failed.
!!! Function dyn_install, Line 1110, Exitcode 0
!!! File
/var/tmp/portage/perl-5.8.5-r2/image///usr/lib/perl5/5.8.5/x86_64-linux/auto/B/C/C.so
matches a file type that is not allowed in /usr/lib
Comment 1 Herbie Hopkins (RETIRED) gentoo-dev 2005-04-21 16:58:46 UTC
Perl installs a few shared libs in an arch dependant sub directory of /usr/lib (perl5/$PV/$ARCH-linux/). This is the correct location for them. Multilib-strict in the latest portage now ignores files installed here so I consider this bug fixed.