Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 132319 - enigmail-0.94.0-r3 fails with hardened gcc
Summary: enigmail-0.94.0-r3 fails with hardened gcc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Hardened (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jory A. Pratt
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2006-05-05 02:07 UTC by rajas
Modified: 2006-05-05 08:09 UTC (History)
1 user (show)

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 rajas 2006-05-05 02:07:00 UTC
The emerge of enigmail-0.94.0-r3 fails at configuration time when using a hardened gcc. This is due to the following line in the ebuild:

has_hardened && append-flags -fno-stack-protector-all

Replacing this with:

gcc-specs-ssp && append-flags -fno-stack-protector-all

as found in the latest mozilla-thunderbird ebuild makes it compile again.
Comment 1 Kevin F. Quinn (RETIRED) gentoo-dev 2006-05-05 02:55:37 UTC
That change is fine by us - reassigning to maintainer (anarchy) for action.
(btw you should always supply the output of 'emerge --info' when raising bugs)
Comment 2 Jory A. Pratt 2006-05-05 04:07:16 UTC
Thanks for the report I thought I had commited all the changes, guess I forgot to commit enigmail tho :)
Comment 3 rajas 2006-05-05 08:08:43 UTC
(In reply to comment #1)
> (btw you should always supply the output of 'emerge --info' when raising bugs)

I fear you would not like them - gcc-4.1.1-alpha200604XX, --as-needed and such. ;)
Comment 4 rajas 2006-05-05 08:09:35 UTC
(In reply to comment #2)
> Thanks for the report I thought I had commited all the changes, guess I forgot
> to commit enigmail tho :)

You are welcome. Thanks for the fast fix.