Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gfortran doesn't build on latest OS X + Xcode + Homebrew #38006

Closed
2 tasks done
jhpalmieri opened this issue May 15, 2024 · 2 comments · Fixed by #38008
Closed
2 tasks done

gfortran doesn't build on latest OS X + Xcode + Homebrew #38006

jhpalmieri opened this issue May 15, 2024 · 2 comments · Fixed by #38008

Comments

@jhpalmieri
Copy link
Member

Environment

- **OS**: OS X 14.4.1
- **Sage Version**: 10.4.beta6

Steps To Reproduce

./configure --with-system-gfortran=no followed by make.

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

  • 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
@mkoeppe
Copy link
Member

mkoeppe commented May 15, 2024

Yes, I have also seen this in the CI macOS, for example https://github.com/sagemath/sage/actions/runs/9053838531/job/24873010721#step:10:2443

@mkoeppe mkoeppe added this to the sage-10.4 milestone May 15, 2024
@mkoeppe
Copy link
Member

mkoeppe commented May 15, 2024

I've opened #38007 for this (not ready yet)

vbraun pushed a commit to vbraun/sage that referenced this issue May 24, 2024
…-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 "Fixes sagemath#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, "Fixes sagemath#12345". -->

- Fixes sagemath#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):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants