Bug 873718
| Summary: | Incorrect build of js causes Illegal Instruction | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Quentin Armitage <quentin> | ||||
| Component: | js | Assignee: | Pavel Alexeev <pahan> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 18 | CC: | pahan | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | arm | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-11-06 14:49:45 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
*** This bug has been marked as a duplicate of bug 870510 *** |
Created attachment 639400 [details] Patch to fix build architecture Description of problem: js for armv6tel is actually built for armv7 processor. Version-Release number of selected component (if applicable): js-1.8.5-10.fc18.armv5tel How reproducible: Always Steps to Reproduce: 1.Run nmcli nm list 2. 3. Actual results: It takes about 30 seconds to respond Expected results: Immediate response Additional info: This is caused by AuthorisationManager terminating with Illegal Instruction. This in turn is caused by js, which has been build for the armv7 processor. I have modified the js configure.in (see attached patch), and it now all runs successfully.