Bug 251689
| Summary: | sbcl: fails to build --target=i[56]86 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Anton Guda <atu.guda> | ||||
| Component: | sbcl | Assignee: | Rex Dieter <rdieter> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i586 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-08-10 14:00:28 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: | |||||||
| Attachments: |
|
||||||
|
Description
Anton Guda
2007-08-10 13:21:28 UTC
Created attachment 161051 [details]
head of build logfile
fyi, (re)building pkgs for --target=i586 is not all that supported or advisable... In the meantime, I'll see if I can reproduce. fyi, (re)building pkgs for --target=i586 is not all that supported or advisable... In the meantime, I'll see if I can reproduce. reproducible alright (on f7), but still not really supportable here in fedora
(-> WONTFIX), though I may go as far as changing
ExclusiveArch: %{ix86} ...
to
ExclusiveArch: i386
You're welcome to report this issue to upstream sbcl developers, but I would
venture they will say the same thing: don't go mucking with non-standard build
options (ie gcc's -march=i586).
Confirmed same problem with --target=i686 as well. %changelog * Fri Aug 10 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.8-2 - ExclusiveArch: i386 (#251689) |