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

Bug 444078

Summary: dev-util/gperf-3.0.4 does hardcoded AR calls
Product: Gentoo Linux Reporter: Denis M. (Phr33d0m) <god>
Component: New packagesAssignee: Anthony Basile <blueness>
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 Denis M. (Phr33d0m) 2012-11-20 18:57:17 UTC
$ ▶ ./blatt.sh /var/tmp/portage/logs/dev-util\:gperf-3.0.4\:20121120-130008.log 
>>> dev-util/gperf-3.0.4: ISSUES FOUND
> Hardcoded calls:
ar rc libgp.a getopt.o getopt1.o getline.o hash.o


Reproducible: Always
Comment 1 SpanKY gentoo-dev 2013-05-26 23:27:54 UTC
should be all set now in the tree; thanks for the report!

Commit message: Update to EAPI=4.  Respect $AR and $CPPFLAGS
http://sources.gentoo.org/dev-util/gperf/gperf-3.0.4.ebuild?r1=1.15&r2=1.16
Comment 2 Anthony Basile gentoo-dev 2017-01-05 20:47:06 UTC
(In reply to SpanKY from comment #1)
> should be all set now in the tree; thanks for the report!
> 
> Commit message: Update to EAPI=4.  Respect $AR and $CPPFLAGS
> http://sources.gentoo.org/dev-util/gperf/gperf-3.0.4.ebuild?r1=1.15&r2=1.16

note gperf-3.1 fixed lib/Makefile.in with AR = @AR@ but CPPFLAGS is still an issue.