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

Bug 348557

Summary: dev-lang/perl-5.12.2-r4: -fstack-protector forced on everyone
Product: Gentoo Linux Reporter: SpanKY <vapier>
Component: [OLD] Core systemAssignee: Gentoo Perl team <perl>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://rt.perl.org/rt3/Public/Bug/Display.html?id=79838
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: perl-no-ssp.patch

Description SpanKY gentoo-dev 2010-12-12 19:56:39 UTC
apparently perl-5.12.2 detects if gcc supports -fstack-protector and if so, enables it.  it should not be doing this at all and instead should be letting the gcc profile take care of things.
Comment 1 SpanKY gentoo-dev 2010-12-12 22:39:08 UTC
Created attachment 256990 [details, diff]
perl-no-ssp.patch

until upstream gets around to fixing the issue, here is a simple patch we can incorporate into the ebuild
Comment 2 Torsten Veller (RETIRED) gentoo-dev 2010-12-13 11:40:16 UTC
Fixed in 5.12.2-r5. Thanks.