Summary: | Nagios-Plugin uses -fno-stack-protector-all and fails to build with GCC-4.3.4 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Richard Scott <gentoo.bugs> |
Component: | New packages | Assignee: | Tobias Scherbaum (RETIRED) <dertobi123> |
Status: | RESOLVED TEST-REQUEST | ||
Severity: | critical | CC: | netmon |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Richard Scott
2009-10-23 08:36:44 UTC
The problem is the -fno-stack-protector-all flag as apparently this isn't supported after GCC-4.1 Thanks for reporting back the answer, guess we can close this bug then. Sorry, I misinterpreted your second comment at first. Now I see that you didn't have -fno-stack-protector-all in your CFLAGS, so nagios-plugins must have enabled it... (In reply to comment #3) > Sorry, I misinterpreted your second comment at first. Now I see that you didn't > have -fno-stack-protector-all in your CFLAGS, so nagios-plugins must have > enabled it... > I'm not entirely sure where it is enabled... some systems have re-compiled ok, and a couple have this error. Perhaps its a feature of Gentoo and I need to emerge -e system && emerge -e world again! :-( (In reply to comment #4) > (In reply to comment #3) > > Sorry, I misinterpreted your second comment at first. Now I see that you didn't > > have -fno-stack-protector-all in your CFLAGS, so nagios-plugins must have > > enabled it... > > > > I'm not entirely sure where it is enabled... some systems have re-compiled ok, > and a couple have this error. Probably it's because of the hardened toolchain you're using. I fail to reproduce this on some hardened boxes, though. Can you please re-test with 1.4.14-r1 and re-open this bug if this issue still exists? |