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

Bug 474766

Summary: media-libs/vamp-plugin-sdk : does not respect RANLIB
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Professional Audio Applications Maintainers <proaudio>
Status: RESOLVED FIXED    
Severity: QA    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    

Description Agostino Sarubbo gentoo-dev 2013-06-25 18:33:18 UTC
You receive this bug because this package does not respect my system's RANLIB (x86_64-pc-linux-gnu-ranlib) and calls directly /usr/bin/ranlib
The possible solutions to fix this issue are:
1)Fix the buildsystem, if you can;
2)inherit toolchain-funcs and use tc-export RANLIB
3)inherit toolchain-funcs and use emake RANLIB="$(tc-getRANLIB)"


From the build log:

ranlib ./libvamp-sdk.a
ranlib ./libvamp-hostsdk.a
Comment 1 Michael Mair-Keimberger (iamnr3) 2013-07-25 19:10:36 UTC
i've fixed this issue in bug 474764. Please have a look there.
Comment 2 Alexis Ballier gentoo-dev 2013-08-12 16:19:19 UTC
+  12 Aug 2013; Alexis Ballier <aballier@gentoo.org> vamp-plugin-sdk-2.5.ebuild:
+  honour ar and ranlib, bugs #474764 and #474766
+