Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 390439 - media-gfx/blender-2.60a fails installation at multilib-strict check
Summary: media-gfx/blender-2.60a fails installation at multilib-strict check
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-13 18:49 UTC by Sebastian Pipping
Modified: 2011-11-13 21:17 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 Sebastian Pipping gentoo-dev 2011-11-13 18:49:32 UTC
strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment
   usr/bin/blender-bin-2.60
   usr/lib/blender/2.60/plugins/texture/clouds2.so
   usr/lib/blender/2.60/plugins/texture/tiles.so
   usr/lib/blender/2.60/plugins/sequences/blur.so
   usr/lib/blender/2.60/plugins/sequences/color-correction-hsv.so
   usr/lib/blender/2.60/plugins/sequences/color-correction-yuv.so
   usr/lib/blender/2.60/plugins/sequences/dnr.so
   usr/lib/blender/2.60/plugins/sequences/gamma.so
   usr/lib/blender/2.60/plugins/sequences/scatter.so
ecompressdir: bzip2 -9 /usr/share/man
Files matching a file type that is not allowed:
   usr/lib/blender/2.60/plugins/texture/clouds2.so
   usr/lib/blender/2.60/plugins/texture/tiles.so
   usr/lib/blender/2.60/plugins/sequences/blur.so
   usr/lib/blender/2.60/plugins/sequences/color-correction-hsv.so
   usr/lib/blender/2.60/plugins/sequences/color-correction-yuv.so
   usr/lib/blender/2.60/plugins/sequences/dnr.so
   usr/lib/blender/2.60/plugins/sequences/gamma.so
   usr/lib/blender/2.60/plugins/sequences/scatter.so
 * ERROR: media-gfx/blender-2.60a failed:
 *   multilib-strict check failed!
 * 
 * Call stack:
 *   misc-functions.sh, line 1149:  Called install_qa_check
 *   misc-functions.sh, line  726:  Called die
 * The specific snippet of code:
 *   		[[ ${abort} == yes ]] && die "multilib-strict check failed!"
Comment 1 Luca Barbato gentoo-dev 2011-11-13 19:23:32 UTC
You are right, my fault for forgetting to set the strict checks in.
Comment 2 Luca Barbato gentoo-dev 2011-11-13 19:29:38 UTC
Fixed that part, I need to check the default paths for plugins are lib64.
Comment 3 Sebastian Pipping gentoo-dev 2011-11-13 21:17:04 UTC
Nice, installs fine.