Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156225 - sys-apps/dbus-0.6.2 segfaults in tests when built with -fstack-protector-all
Summary: sys-apps/dbus-0.6.2 segfaults in tests when built with -fstack-protector-all
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-25 08:27 UTC by Kevin F. Quinn (RETIRED)
Modified: 2006-12-02 12:31 UTC (History)
2 users (show)

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


Attachments
Avoid -fstack-protector-all when building sys-apps/dbus (dbus-0.62-r1-nosspall.patch,873 bytes, patch)
2006-11-25 08:28 UTC, Kevin F. Quinn (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin F. Quinn (RETIRED) gentoo-dev 2006-11-25 08:27:56 UTC
Triggered in particular by the hardened compiler.

Simple expedient is to 'filter-flags -fstack-protector-all' in pkg_setup().

Patch to follow
Comment 1 Kevin F. Quinn (RETIRED) gentoo-dev 2006-11-25 08:28:54 UTC
Created attachment 102707 [details, diff]
Avoid -fstack-protector-all when building sys-apps/dbus
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2006-12-02 12:31:34 UTC
Fixed.