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

Bug 214289

Summary: splitdebug causes multilib-strict failures on ppc64 64bits UL
Product: Gentoo Linux Reporter: Alexis Ballier <aballier>
Component: [OLD] UnspecifiedAssignee: ppc64 architecture team <ppc64>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Alexis Ballier gentoo-dev 2008-03-22 17:39:35 UTC
On amd64 its fine but on ppc64 I get this:

>>> Completed installing taglib-1.5 into /var/tmp/portage/media-libs/taglib-1.5/image/

strip: powerpc64-unknown-linux-gnu-strip --strip-unneeded -R .comment
   usr/lib64/libtag_c.so.0.0.0
   usr/lib64/libtag.so.1.5.0
removing executable bit: usr/lib64/libtag_c.la
removing executable bit: usr/lib64/libtag.la
Files matching a file type that is not allowed:
   usr/lib/debug/usr/lib64/libtag_c.so.0.0.0.debug
   usr/lib/debug/usr/lib64/libtag.so.1.5.0.debug
 * 
 * ERROR: media-libs/taglib-1.5 failed.
 * Call stack:
 *       misc-functions.sh, line 609:  Called install_qa_check
 *       misc-functions.sh, line 360:  Called die
 * The specific snippet of code:
 *   		[[ ${abort} == yes ]] && die "multilib-strict check failed!"
 *  The die message:
 *   multilib-strict check failed!



amd64 make.defaults:

# FEATURES="multilib-strict" specific settings.
MULTILIB_STRICT_DIRS="/lib /usr/lib /usr/kde/*/lib /usr/qt/*/lib /usr/X11R6/lib"
MULTILIB_STRICT_DENY="64-bit.*shared object"
MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|binutils|eclipse-3|debug|portage)"


ppc64:
# In case someone wants to help out by setting FEATURES="multilib-strict"
MULTILIB_STRICT_DIRS="/lib /usr/lib /usr/kde/*/lib /usr/qt/*/lib /usr/X11R6/lib"
MULTILIB_STRICT_DENY="64-bit.*shared object"
MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|eclipse-3)"
Comment 1 Alexis Ballier gentoo-dev 2010-10-25 00:50:03 UTC
iirc this was fixed long ago