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

Bug 447620

Summary: app-text/enscript-1.6.6 does not respect AR
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Printing Team <printing>
Status: RESOLVED FIXED    
Severity: normal    
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-12-17 17:53:49 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)"


ar cru libcompat.a getopt.o getopt1.o xalloc.o regex.o
ar cru libafm.a afm.o afmparse.o strhash.o e_88591.o e_88592.o e_88593.o e_88594.o e_88595.o e_88597.o e_88599.o e_885910.o e_pc.o e_mac.o e_vms.o e_hp8.o e_koi8.o 
deffont.o
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2013-05-06 21:33:42 UTC
Fixing this requires running eautoreconf, which makes a thousand other things fail in turn. Right now not worth the effort.
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2017-02-11 19:52:38 UTC
commit a9d34704b8f19365fb585cec6b71dd2b344e8316
Author: Andreas K. Hüttel <dilfridge@gentoo.org>
Date:   Sat Feb 11 20:51:48 2017 +0100

    app-text/enscript: Honor AR setting, bug 447620
    
    Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/enscript/enscript-1.6.6.ebuild | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)