Summary: | dev-lang/python no longer needs NDEBUG and OPT is bogus as we need -fwrapv | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alan Hourihane <alanh> |
Component: | New packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | 2.4.6, 2.5.4-r4, 2.6.4-r1, 3.1.1-r1 | ||
Package list: | Runtime testing required: | --- |
Description
Alan Hourihane
2009-12-17 10:00:34 UTC
Oh, additionally as we define OPT, we miss a check in configure that requires the use of -fwrapv with GCC 4. Fixed in 2.4.6, 2.5.4-r4, 2.6.4-r1 and 3.1.1-r1. |