Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 468192 - sci-physics/cernlib-montecarlo : does not respect RANLIB
Summary: sci-physics/cernlib-montecarlo : 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: Gentoo Science Physics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2013-05-01 19:01 UTC by Agostino Sarubbo
Modified: 2013-06-05 16:48 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-05-01 19:01:30 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 libcojets.a
Comment 1 Sébastien Fabbro (RETIRED) gentoo-dev 2013-06-05 16:48:35 UTC
  04 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org>
  cernlib-montecarlo-2006-r3.ebuild:
  Respect user toolchain (bug #468192)