Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 580808 - =sys-process/procenv-0.45 injects -Werror and -fstack-protector into CFLAGS
Summary: =sys-process/procenv-0.45 injects -Werror and -fstack-protector into CFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tim Harder
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: werror
  Show dependency tree
 
Reported: 2016-04-22 09:43 UTC by Jeroen Roovers (RETIRED)
Modified: 2016-04-22 12:12 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 Jeroen Roovers (RETIRED) gentoo-dev 2016-04-22 09:43:31 UTC
procenv.c:1:0: error: -fstack-protector not supported for this target [-Werror]

That's on HPPA, which  does not support -fstack-protector. That is normally just a warning, but the procenv build system additionally sets -Werror, so it's turned into an error.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2016-04-22 12:12:04 UTC
Fixed without revision bump. A proper fix that upstream should accept would probably involve leaving -Werror removed and testing for -fstack-protector in configure instead of in src/Makefile.am.