Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 465746 - app-text/texlive-core : does not respect RANLIB
Summary: app-text/texlive-core : 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: Alexis Ballier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2013-04-13 07:25 UTC by Agostino Sarubbo
Modified: 2013-05-30 16:31 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
texlive-core-2012-r1.patch (texlive-core-2012-r1.patch,412 bytes, patch)
2013-05-29 19:38 UTC, Michael Mair-Keimberger (iamnr3)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2013-04-13 07:25:53 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 libicudata.a
Comment 1 Michael Mair-Keimberger (iamnr3) 2013-05-29 19:38:47 UTC
Created attachment 349592 [details, diff]
texlive-core-2012-r1.patch

This simple change for the ebuild fixes the issue for me. 
However, this problem only occurs when the internal icu gets build and looking at bug 265232 it seems that only xetex still needs the internal icu.
Comment 2 Alexis Ballier gentoo-dev 2013-05-30 16:31:44 UTC
(In reply to Michael Mair-Keimberger (iamnr3) from comment #1)
> Created attachment 349592 [details, diff] [details, diff]
> texlive-core-2012-r1.patch
> 
> This simple change for the ebuild fixes the issue for me. 
> However, this problem only occurs when the internal icu gets build and
> looking at bug 265232 it seems that only xetex still needs the internal icu.

applied, thanks!