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

Bug 465746

Summary: app-text/texlive-core : does not respect RANLIB
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Alexis Ballier <aballier>
Status: RESOLVED FIXED    
Severity: QA CC: mmk, tex
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: texlive-core-2012-r1.patch

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!