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

Bug 114935

Summary: media-gfx/gwenview on amd64 uses executable stack (breaks w/ PAX, won't build with FEATURES=stricter)
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Heinrich Wendel (RETIRED) <lanius>
Status: RESOLVED FIXED    
Severity: normal CC: hardened
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: gwenview-1.3.1-noexecstack.patch

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2005-12-08 17:20:29 UTC
As the summary say, libgwenviewcore.so uses executable stack because of an  
error in the only .S file present in the sources, when built on non-x86  
systems.  
The attached patch fixes the problem. 
 
I've already sent the same patch upstream. 
 
HTH, 
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-12-08 17:20:58 UTC
Created attachment 74357 [details, diff]
gwenview-1.3.1-noexecstack.patch
Comment 2 Heinrich Wendel (RETIRED) gentoo-dev 2005-12-23 10:14:50 UTC
go ahead and apply it
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-12-23 17:03:51 UTC
Thanks, applied now :)

Upstream is already fixed btw, mueller changed the thing a while back.