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

Bug 78765

Summary: [multilib-strict] perl-5.8.5-r2
Product: Gentoo Linux Reporter: Kevin Koltzau <kevin>
Component: Current packagesAssignee: AMD64 Project <amd64>
Status: RESOLVED FIXED    
Severity: normal CC: perl
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 78541    

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.