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

fedora-40-standard: Build failures in ppl, fflas_ffpack #37353

Closed
mkoeppe opened this issue Feb 15, 2024 · 2 comments
Closed

fedora-40-standard: Build failures in ppl, fflas_ffpack #37353

mkoeppe opened this issue Feb 15, 2024 · 2 comments

Comments

@mkoeppe
Copy link
Member

mkoeppe commented Feb 15, 2024

https://github.com/mkoeppe/sage/actions/runs/7911709009/job/21596297783

 [ppl-1.2.p1]   checking for the GMP library version 4.1.3 or above... no
  [ppl-1.2.p1]   configure: error: Cannot find GMP version 4.1.3 or higher.
  [ppl-1.2.p1]   GMP is the GNU Multi-Precision library:
  [ppl-1.2.p1]   see http://www.swox.com/gmp/ for more information.
  [ppl-1.2.p1]   When compiling the GMP library, do not forget to enable the C++ interface:
  [ppl-1.2.p1]   add --enable-cxx to the configuration options.
[fflas_ffpack-2.4.3.p0]   -----------------------------------------------
  [fflas_ffpack-2.4.3.p0]   checking for pkg-config... /usr/bin/pkg-config
  [fflas_ffpack-2.4.3.p0]   checking pkg-config is at least version 0.9.0... yes
  [fflas_ffpack-2.4.3.p0]   checking for GIVARO... yes
  [fflas_ffpack-2.4.3.p0]   checking for GIVARO usability... no
  [fflas_ffpack-2.4.3.p0]   configure: error: The Givaro library could not be used with the compiler and the flags set up by the configure script
  [fflas_ffpack-2.4.3.p0]   ********************************************************************************
  [fflas_ffpack-2.4.3.p0]   Error configuring fflas_ffpack-2.4.3.p0
  [fflas_ffpack-2.4.3.p0]   See the file
  [fflas_ffpack-2.4.3.p0]       /sage/local/var/tmp/sage/build/fflas_ffpack-2.4.3.p0/src/config.log
  [fflas_ffpack-2.4.3.p0]   for details.
  [fflas_ffpack-2.4.3.p0]   ********************************************************************************
  [fflas_ffpack-2.4.3.p0]   
  [fflas_ffpack-2.4.3.p0]   real	0m55.992s
  [fflas_ffpack-2.4.3.p0]   user	0m10.989s
  [fflas_ffpack-2.4.3.p0]   sys	0m3.800s
  [fflas_ffpack-2.4.3.p0]   ************************************************************************
  [fflas_ffpack-2.4.3.p0]   Error installing package fflas_ffpack-2.4.3.p0
  [fflas_ffpack-2.4.3.p0]   ************************************************************************
  [fflas_ffpack-2.4.3.p0] Full log file: /sage/logs/pkgs/fflas_ffpack-2.4.3.p0.log
vbraun pushed a commit to vbraun/sage that referenced this issue Apr 11, 2024
…u-trusty`, `opensuse-{15.3,15.4}`

    
<!-- ^^^^^
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". -->

We increase parallelization according to [the upgraded Linux runners on
GH Actions](https://docs.github.com/en/actions/using-github-hosted-
runners/about-github-hosted-runners/about-github-hosted-
runners#standard-github-hosted-runners-for-public-repositories) (4 CPUs)
and add some newer platforms.

`fedora-40` fails because we reject GCC 14, that's now tracked in
sagemath#37353.

Update (Apr 2024):
- ubuntu-trusty reaches EOL, we drop it. Also remove some past-EOL
OpenSUSE Leap; see sagemath#32074
- also reducing the list of systems tested with `--enable-system-site-
packages` because there is no interest in doing the porting work
- updating the default platform (used by the incremental build
workflows) from `ubuntu-focal` to `ubuntu-jammy`.

<!-- 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.
- [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 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#37351
Reported by: Matthias Köppe
Reviewer(s): Julian Rüth, Kwankyu Lee, Matthias Köppe, Michael Orlitzky, Tobias Diez
@erentar
Copy link

erentar commented May 3, 2024

I have replicated this too

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

mkoeppe commented May 27, 2024

@mkoeppe mkoeppe closed this as completed May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants