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

Bug 444624

Summary: app-text/texlive-core does not respect AR
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: New packagesAssignee: Alexis Ballier <aballier>
Status: RESOLVED FIXED    
Severity: normal CC: god, jstein, kripton, mmk, tex
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 2012-11-24 21:30:42 UTC
You receive this bug because this package does not respect my system's AR ( x86_64-pc-linux-gnu-ar - /usr/bin/x86_64-pc-linux-gnu-ar ) and calls directly ar - /usr/bin/ar
The possible solutions to fix this issue are:
1)Fix the buildsystem, if you can
2)inherit toolchain-funcs and use tc-export AR
3)inherit toolchain-funcs and use emake AR="$(tc-getAR)"


/usr/bin/ar cru libopenbsd-compat.a bsd-asprintf.o bsd-snprintf.o strlcat.o strlcpy.o strsep.o strtoll.o strtonum.o strtoul.o
Comment 1 Alexis Ballier gentoo-dev 2013-01-21 17:14:55 UTC
*** Bug 444030 has been marked as a duplicate of this bug. ***
Comment 2 Michael Mair-Keimberger (iamnr3) 2013-06-15 19:27:56 UTC
This issue doesn't happen anymore with sed-4.2.2 (sed-4.2.1 is still affected) . It seems to be fixed upstream. I guess we can close this bug.
Comment 3 Michael Mair-Keimberger (iamnr3) 2013-06-15 19:30:34 UTC
(In reply to Michael Mair-Keimberger (iamnr3) from comment #2)
> This issue doesn't happen anymore with sed-4.2.2 (sed-4.2.1 is still
> affected) . It seems to be fixed upstream. I guess we can close this bug.

Wrong bug, sorry for the noise :(
Comment 4 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2019-07-19 13:10:07 UTC
ok, the simple solution is that we should invoke emake AR="$(tc-getAR)" during src_compile(), this is not enough to pass it only into src_configure().
Comment 5 Larry the Git Cow gentoo-dev 2019-07-19 16:00:52 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9520d5023dfe91aa7ee02aaffdec55ccc9a7c764

commit 9520d5023dfe91aa7ee02aaffdec55ccc9a7c764
Author:     Mikle Kolyada <zlogene@gentoo.org>
AuthorDate: 2019-07-19 15:59:54 +0000
Commit:     Mikle Kolyada <zlogene@gentoo.org>
CommitDate: 2019-07-19 16:00:46 +0000

    app-text/texlive-core: respect AR; Add distro banner
    
    Closes: https://bugs.gentoo.org/444624
    Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
    Package-Manager: Portage-2.3.66, Repoman-2.3.11

 app-text/texlive-core/texlive-core-2019-r4.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)