Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 444078 - dev-util/gperf-3.0.4 does hardcoded AR calls
Summary: dev-util/gperf-3.0.4 does hardcoded AR calls
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2012-11-20 18:57 UTC by Denis M. (Phr33d0m)
Modified: 2017-01-05 20:47 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.