Volker Braun

Results 88 comments of Volker Braun

This attempts to download maxima as part of installing sagelib, which the buildbot prohibits: ``` [sagelib-10.7.beta8] Setting up build directory /Users/buildbot-sage/worker/sage_git/build/local/var/lib/sage/venv-python3.12.5/var/tmp/sage/build/sagelib-10.7.beta8 [sagelib-10.7.beta8] Host system: Darwin Mini-M2.fritz.box 24.5.0 Darwin Kernel Version...

Actually buildbot only prohibits internet access when running tests, but it should work at build time (i.e. when running `make start`) Something is wrong with the sourceforge cert? Either way...

``` ----------- Command line: `gcc -L/Users/buildbot-sage/worker/sage_git/build/local/lib /Users/buildbot-sage/worker/sage_git/build/build/sage-distro/meson-private/tmpd4z06vu6/testfile.c -o /Users/buildbot-sage/worker/sage_git/build/build/sage-distro/meson-private/tmpd4z06vu6/output.exe -g -O2 -O0 -Werror=implicit-function-declaration -lecl -Wl,-undefined,dynamic_lookup` -> 0 Library ecl found: YES Program ecl found: YES (/Users/buildbot-sage/worker/sage_git/build/local/bin/ecl) Running command: /Users/buildbot-sage/worker/sage_git/build/local/bin/ecl --eval...

> Is there a better source for the maxima tarball? The maxima spkg also specifies sourceforge as source. yes, our mirrors have the maxima tarball

That sounds a lot like you are reinventing the distro wheel. I don't particularly care. But relying solely on sourceforge download urls is going to be super painful.

This breaks ``` $ ./bootstrap -s [...] ./bootstrap: installing /home/release/Sage/build/pkgs/sagemath_repl/src/requirements.txt ./bootstrap: installing /home/release/Sage/build/pkgs/sagemath_sirocco/src/pyproject.toml ./bootstrap: installing /home/release/Sage/build/pkgs/sagemath_sirocco/src/requirements.txt ./bootstrap: installing /home/release/Sage/build/pkgs/sagemath_tdlib/src/pyproject.toml ./bootstrap: installing /home/release/Sage/build/pkgs/sagemath_tdlib/src/requirements.txt ./bootstrap-conda:84: generate conda environment files configure.ac:64: installing 'config/compile'...

``` sage -t --warn-long 30.0 --random-seed=123 src/sage/graphs/generators/families.py # 2 doctests failed ```

``` ! Undefined control sequence. l.8176 ...s of Galois for elliptic curves over} \(\Q \) (and an appendix with J... ```

Yes the buildbot doesn't have homebrew. The homebrew build clearly configures suitesparse the same way (no `@rpath` used). Not sure its either a suitesparse or cvxopt bug, we just compile...

Yes, thats what I did in https://github.com/sagemath/sage/pull/38775, only change suitesparse to build without `@rpath`