Bug 246732
| Summary: | Unable to build lightning for ppc | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jochen Schmitt <jochen> |
| Component: | lightning | Assignee: | Jochen Schmitt <jochen> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | dwmw2, lxtnow |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 1.2-9.fc7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-07-11 15:22:39 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 179260 | ||
|
Description
Jochen Schmitt
2007-07-04 14:42:41 UTC
I have found out the reasons, why the test suite fails on the ppc arch. On modern(??) ppc64 system there are a execstack protection feature which prohibit s the execution of dynamic created code from the stack. but this is what the lightning test suite doing When I do a 'execstack -s incr' in test test directory, the the 'incr' test is running as expected. That's the same as on modern i386 systems then. The broken package needs fixing, surely? lightning-1.2-9.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. lightning-1.2-9.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report. |