Bug 349171
| Summary: | imlib2 should not use --enable-mmx on ia64 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Doug Chapman <dchapman> |
| Component: | imlib2 | Assignee: | Hans de Goede <hdegoede> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | ia64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-10-23 21:07:10 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: | 163350 | ||
1.4.0-4, which fixes this, should show up in rawhide once F-8 is released and rawhide unfreezes at the start of the F-9 development cycle. |
Description of problem: The spec file for imlib2 incorrectly has --enable-mmx for ia64 which does not build. %ifarch %{ix86} ia64 asmopts="--enable-mmx --disable-amd64" %endif this should be changed to: %ifarch %{ix86} asmopts="--enable-mmx --disable-amd64" %endif Version-Release number of selected component (if applicable): imlib2-1.4.0-3.fc8 How reproducible: 100% Steps to Reproduce: 1. build imlib2 on ia64 2. 3. Actual results: Lots of asm errors since x86 asm code is used Expected results: clean build Additional info: