-
-
Notifications
You must be signed in to change notification settings - Fork 519
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
openblas build fails on archlinux-latest-minimal, fedora-38-minimal #34899
Comments
@antonio-rojas
|
On
|
<!-- Please provide a concise, informative and self-explanatory title. --> <!-- Don't put issue numbers in the title. Put it in the Description below. --> <!-- For example, instead of "Fixes #12345", use "Add a new method to multiply two integers" --> ### 📚 Description <!-- Describe your changes here in detail. --> https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.23 <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> - fixes the build on `fedora-38-minimal` - the known build errors on `archlinux-latest-minimal` (#34899) and `opensuse-tumbleweed-minimal` persist after this update <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x ]`. --> - [x] The title is concise, informative, and self-explanatory. - [ ] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #35371 Reported by: Matthias Köppe Reviewer(s): John H. Palmieri
Also the
|
Reproduced the ubuntu-trusty hang with
|
ubuntu trusty is well past its normal EOL, and will lose even paid support in 5 months. Why do we bother about it at all? |
I've already solved the problem in #36671; it's not helpful to suggest I should not have bothered |
there one finds a workaround which won't be needed as soon as we stop catering for distros with such an old make, and this is very soon. |
Look closer. It also fixes the makefile parallelization bugs that affect the newest distros. |
…cit `make -j N`; but use `make -j 1` on `ubuntu-trusty` <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes sagemath#1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> OpenMathLib/OpenBLAS#828 <!-- Why is this change required? What problem does it solve? --> Fixes part of sagemath#34899 (comment) Tests at https://github.com/mkoeppe/sage/actions/runs/6779033300: openblas finishes successfully in https://github.com/mkoeppe/sage/action s/runs/6779033300/job/18425453802#step:11:3863 <!-- If this PR resolves an open issue, please link to it here. For example "Fixes sagemath#12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [ ] 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 accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - sagemath#12345: short description why this is a dependency - sagemath#34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: sagemath#36671 Reported by: Matthias Köppe Reviewer(s): John H. Palmieri, Matthias Köppe
…cit `make -j N`; but use `make -j 1` on `ubuntu-trusty` <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes sagemath#1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> OpenMathLib/OpenBLAS#828 <!-- Why is this change required? What problem does it solve? --> Fixes part of sagemath#34899 (comment) Tests at https://github.com/mkoeppe/sage/actions/runs/6779033300: openblas finishes successfully in https://github.com/mkoeppe/sage/action s/runs/6779033300/job/18425453802#step:11:3863 <!-- If this PR resolves an open issue, please link to it here. For example "Fixes sagemath#12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [ ] 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 accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - sagemath#12345: short description why this is a dependency - sagemath#34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: sagemath#36671 Reported by: Matthias Köppe Reviewer(s): John H. Palmieri, Matthias Köppe
I should have said "attempts to fix".... Still broken in 10.2.rc2 after #36671:
|
<!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes sagemath#1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes sagemath#12345". --> Another attempt to fix sagemath#34899 <!-- If your change requires a documentation PR, please link it appropriately. --> Full portability run for Linux: https://github.com/mkoeppe/sage/actions/runs/6874334523 (inspected `ubuntu-trusty-standard` ... `almalinux-9-standard` and likewise `-minimal`, no sign of regressions) ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [ ] 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 accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - sagemath#12345: short description why this is a dependency - sagemath#34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: sagemath#36722 Reported by: Matthias Köppe Reviewer(s):
https://github.com/mkoeppe/sage/actions/runs/3853109922/jobs/6583067996
CC: @antonio-rojas
Component: packages: standard
Issue created by migration from https://trac.sagemath.org/ticket/34899
The text was updated successfully, but these errors were encountered: