Bug 1380102
| Summary: | maxima not available on aarch64 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dominik 'Rathann' Mierzejewski <dominik> |
| Component: | maxima | Assignee: | Rex Dieter <rdieter> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | jamatos, rdieter |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | aarch64 | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-09-28 22:05:08 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: | |||
| Bug Depends On: | 1377395 | ||
| Bug Blocks: | 922257, 1380191 | ||
|
Description
Dominik 'Rathann' Mierzejewski
2016-09-28 16:29:22 UTC
Ok, added ExcludeArch: aarch64 to sagemath with a link to this bug for now. if sagemath is depending on maxima, imo, better to synchronize with what maxima uses (minus anything else sagemath doesn't support)
ExclusiveArch: %{arm} %{ix86} x86_64 aarch64 ppc sparcv9
Thanks for the tip, done. OK, I totally misinterpretted the problem here, my apologies. So, the referenced root.log fails with: DEBUG util.py:421: No matching package to install: 'linbox-devel' DEBUG util.py:421: No matching package to install: 'maxima-runtime-ecl' Can't explain maxima-runtime-ecl missing, but I'll try a rebuild, and see what happens. https://koji.fedoraproject.org/koji/buildinfo?buildID=805232 success! so both ecl and maxima are available on fc26/aarch64 now. fyi, sbcl backend is enabled on aarch64 too, https://koji.fedoraproject.org/koji/buildinfo?buildID=873833 |