You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this plus #38002, it is now difficult to build Sage on OS X: any version of Sage earlier than 10.4.beta6 refuses to use the system's gfortran because it is too new, so it tries to build its own, which fails as noted here. With 10.4.beta6, the problem at #38002 arises, causing the build to fail.
Checklist
I have searched the existing issues for a bug report that matches the one I want to file, without success.
I have read the documentation and troubleshoot guide
The text was updated successfully, but these errors were encountered:
…-buster-gcc_spkg` from CI
<!-- ^ Please provide a concise and informative title. -->
<!-- ^ Don't put issue numbers in the title, do this in the PR
description below. -->
<!-- ^ For example, instead of "Fixessagemath#12345" use "Introduce new method
to calculate 1 + 2". -->
<!-- v Describe your changes below in detail. -->
<!-- v Why is this change required? What problem does it solve? -->
<!-- v If this PR resolves an open issue, please link to it here. For
example, "Fixessagemath#12345". -->
- Fixessagemath#38006@jhpalmieri
- `gcc` does not build on `debian-buster` (which we supported via
`-gcc_spkg` because it is LTS until 2024-06), so we drop this platform
now; see sagemath#32074.
### 📝 Checklist
<!-- Put an `x` in all the boxes that apply. -->
- [x] The title is concise and informative.
- [x] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.
- [ ] I have created tests covering the changes.
- [ ] I have updated the documentation and checked the documentation
preview.
### ⌛ Dependencies
<!-- List all open PRs that this PR logically depends on. For example,
-->
<!-- - sagemath#12345: short description why this is a dependency -->
<!-- - sagemath#34567: ... -->
- Depends on sagemath#37726 (merged here to resolve merge conflict)
URL: sagemath#38008
Reported by: Matthias Köppe
Reviewer(s):
Environment
Steps To Reproduce
./configure --with-system-gfortran=no
followed bymake
.Config log
config.log
Package logs
gfortran-12.2.0.log
Additional Information
With this plus #38002, it is now difficult to build Sage on OS X: any version of Sage earlier than 10.4.beta6 refuses to use the system's
gfortran
because it is too new, so it tries to build its own, which fails as noted here. With 10.4.beta6, the problem at #38002 arises, causing the build to fail.Checklist
The text was updated successfully, but these errors were encountered: