Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108388 - dev-libs/libffi uses awk in global scope
Summary: dev-libs/libffi uses awk in global scope
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Armando Di Cianno (RETIRED)
URL:
Whiteboard:
Keywords:
: 115530 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-10-07 07:40 UTC by Christian Heim (RETIRED)
Modified: 2005-12-21 05:38 UTC (History)
2 users (show)

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


Attachments
libffi-awk-globalscope.patch (libffi-awk-globalscope.patch,1.20 KB, text/plain)
2005-10-07 07:41 UTC, Christian Heim (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Heim (RETIRED) gentoo-dev 2005-10-07 07:40:43 UTC
As seen on a `emerge --regen`, there is a QA-violation by using awk in global
scope to get the MY_PV and MY_PV_FULL.
Comment 1 Christian Heim (RETIRED) gentoo-dev 2005-10-07 07:41:47 UTC
Created attachment 70088 [details]
libffi-awk-globalscope.patch

Find attached a patch that replaces the awk-calls with the corresponding
versionator-calls.
Comment 2 Christian Heim (RETIRED) gentoo-dev 2005-10-07 07:45:48 UTC
Ah, forgot to mention that this QA-violation concerns all libffi-ebuilds except
'=libffi-1.2.0'
Comment 3 Armando Di Cianno (RETIRED) gentoo-dev 2005-10-07 07:48:14 UTC
Ahh, this is great, thanks.  I'll be able to get to this sometime this weekend
(so much bug work to catch up on).
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2005-12-21 05:29:26 UTC
*** Bug 115530 has been marked as a duplicate of this bug. ***
Comment 5 Seemant Kulleen (RETIRED) gentoo-dev 2005-12-21 05:30:12 UTC
in Armando's absence, I'll be fixing this.  The thing I don't get is the wacky KEYWORDS combinations in the ebuilds.  Makes it hard to obsolete any of them in the 3* series.
Comment 6 Seemant Kulleen (RETIRED) gentoo-dev 2005-12-21 05:38:03 UTC
thanks Christian, fixed in cvs -- now I see you're a dev anyway and you could've done this, Sorry about that.