Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 474766 - media-libs/vamp-plugin-sdk : does not respect RANLIB
Summary: media-libs/vamp-plugin-sdk : does not respect RANLIB
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2013-06-25 18:33 UTC by Agostino Sarubbo
Modified: 2013-08-12 16:19 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 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
+