Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 817836 - >=sys-devel/glibc-2.34 should not filter --enable-stack-protector=all (upstream fix)
Summary: >=sys-devel/glibc-2.34 should not filter --enable-stack-protector=all (upstre...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-12 09:42 UTC by cilly
Modified: 2022-03-22 17:22 UTC (History)
3 users (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 cilly 2021-10-12 09:42:06 UTC
The bug with failed tests is resolved upstream since March 2020, there is no need to filter out the flag --enable-stack-protector=all

At the moment, you need to do the following:

/etc/portage/env/sys-libs/glibc 
# make sure to use ssp all
EXTRA_ECONF="--enable-stack-protector=all"

Please, make sure the flag is not filtered, i.e. in flag-o-matic.eclass

Upstream fix:

https://sourceware.org/bugzilla/show_bug.cgi?id=25680

Thanks to Dave for the patch!
Comment 1 cilly 2021-10-12 10:47:49 UTC
Sorry, since March 2021 is correct.