Bug 248359
| Summary: | Please add alpha arch along other arches | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Balint Cristian <cbalint> |
| Component: | eclipse | Assignee: | Ben Konrath <ben> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | oliver |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 3.2.2-16.fc7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-07-16 21:40:53 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: | |||
Do you want me to push a new build for this fix or just commit it to cvs? Ben, it will be enough if you just fix it in CVS... Pushing a build to everyone doesn't make sense in case of an alpha-only fix... Since eclipse isn't a small pkg also :-) That was what I was thinking too - I just thought I'd double check. I'll commit and fix for F-7 and devel in ~ 20 mins. Ben |
Description of problem: alpha arch missing for eclipse. Version-Release number of selected component (if applicable): e.g 3.2.2-15 How reproducible: just try compile on alphacore Steps to Reproduce: 1. 2. 3. Actual results: fail Expected results: build Additional info: Please add alpha arch: Just spec file adjust is enough # the ia64 strings with ppc64 or s390(x) or alpha %ifarch ppc64 s390 s390x sparc sparc64 alpha for f in $(find -name \*ia64\* | grep -v motif | grep -v ia64_32); do mv $f $(echo $f | sed "s/ia64/%{_arch}/") We succesfuly builded eclipse on alpha.