Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 214289 - splitdebug causes multilib-strict failures on ppc64 64bits UL
Summary: splitdebug causes multilib-strict failures on ppc64 64bits UL
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: ppc64 architecture team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-22 17:39 UTC by Alexis Ballier
Modified: 2010-10-25 00:50 UTC (History)
0 users

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 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