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

Bug 264348

Summary: scanelf qa_execstack broken
Product: Gentoo Linux Reporter: Mr. Bones. (RETIRED) <mr_bones_>
Component: [OLD] UnspecifiedAssignee: SpanKY <vapier>
Status: RESOLVED INVALID    
Severity: normal CC: flameeyes, grobian, solar
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mr. Bones. (RETIRED) gentoo-dev 2009-03-31 04:12:01 UTC
Try installing ps2-packer-0.4.4.ebuild.  Note that the QA warning about execstack is displayed for a bunch of files, the same files in fact that are listed in the QA_EXECSTACK variable set in the ebuild.  Used to work properly... seems to have been broken fairly recently.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2009-03-31 04:12:56 UTC
This is with app-misc/pax-utils-0.1.19
Comment 2 SpanKY gentoo-dev 2009-03-31 06:08:59 UTC
looks to me like ps2-packer forgot to 'inherit games' and so GAMES_PREFIX_OPT is not actually set
Comment 3 SpanKY gentoo-dev 2009-03-31 06:10:32 UTC
i blame the moron who committed it in the first place ;)

but it seems even after you fix that, it still doesnt work
Comment 4 SpanKY gentoo-dev 2009-03-31 06:13:41 UTC
although still not strictly a bug in portage

that package has exec pt loads, not exec stacks.  so you need to use QA_WX_LOAD.  again, i blame the guy who originally committed.