Hi,
planarity should be fixed by
<https://github.com/sagemath/sage/pull/40153>

To fix Maxima, one either has to use something like

CFLAGS="-std=gnu17" make maxima

or build and use an unreleased ecl, where all this is fixed.
E.g.
https://gitlab.com/embeddable-common-lisp/ecl/-/commit/0f24472237ad7a8d49d0125d476eb94c0c033e03
works

HTH
Dima

On June 6, 2025 6:46:22 PM CDT, Kazuyoshi Furutaka <
[email protected]> wrote:

> Hi,
> Build from git source on Fedora Release 42 (Adams, x86_64) failed in
> building the following two packages (both download failure?):
>  * package:         planarity-3.0.1.0
>   last build time: Jun 2 18:15
>   log file:
>  /home/furutaka/work/sage/sage-10.7.beta5-gcc/logs/pkgs/planarity-3.0.1.0.log
>   build directory:
> /home/furutaka/work/sage/sage-10.7.beta5-gcc/local/var/tmp/sage/build/planarity-3.0.1.0
>
> * package:         maxima-5.47.0
>   last build time: Jun 2 18:20
>   log file:
>  /home/furutaka/work/sage/sage-10.7.beta5-gcc/logs/pkgs/maxima-5.47.0.log
>   build directory:
> /home/furutaka/work/sage/sage-10.7.beta5-gcc/local/var/tmp/sage/build/maxima-5.47.0
>
> Kazuyoshi
>
> 2025年6月2日(月) 7:22 Volker Braun <[email protected]>:
>
>> As always, you can get the latest beta version from the "develop" git
>> branch. Alternatively, the self-contained source tarball is at
>> http://www.sagemath.org/download-latest.html
>>
>>
>> 9352a3258c0 (tag: 10.7.beta5, github/develop) Updated SageMath version to
>> 10.7.beta5
>> 5379f2e776e gh-40176: Trac #40167: Fix incorrect parent reuse in
>> matrix-vector multiplication over GF(2)
>> 5b324d111f4 gh-40173: Trac #40127: Pass factor_on_left in
>> linear_combination
>> ac4b33f4747 gh-40172: remove old stuff in relint.yml
>> bb6db9de47d gh-40171: much faster count for linear intervals
>> 95adbfc9af4 gh-40170: generic implementation of
>> _element_of_factored_order in finite-fields…
>> 581aae7712a gh-40164: ⬆️ Bump astral-sh/setup-uv from 6.0.1 to 6.1.0
>> 7dc3a24fb01 gh-40162: Add documentation for packaging SageMath downstream
>> dcadc84dbb5 gh-40160: get rid of CommutativeRing in p-adics
>> 52f51a700fb gh-40159: moved some is_noetherian to categories
>> 89e16d32dea gh-40157: Add back ubuntu-noble-standard to ci-linux
>> 5ea8db28977 gh-40156: Support Cython 3.1
>> edbe69de8e1 gh-40155: Add check for Arch Linux in configure to recommend
>> meson build
>> b8606ed0c14 gh-40152: Use platformdirs to improve database path handling
>> 0cbf563f416 gh-40150: significantly faster BQFClassGroupQuotientMorphism
>> 173c0e55604 gh-40149: Revision of the Khovanov polynomial
>> cf8b7efb20a gh-40148: fixing a large lot of typos
>> b4f28f85854 gh-40145: add simple cycle enumeration by k shortest simple
>> path algorithm
>> f678b89c9c7 gh-40140: move some methods to the category of fields
>> c2d70d00edb gh-40138: update primecount(py) to the latest versions
>> 008f6a317f0 gh-40132: update m4ri to gcc-15-supporting version
>> 50981d564ff gh-40126: Simplify
>> QuiverRep_generic.linear_combination_of_basis method
>> bc0178fc624 gh-40125: Fix superscript for 2^{32} in prime_pi.pyx
>> f6ea97d7cae gh-40124: Update Meson and Conda install instructions
>> 9e99cb20962 gh-40123: adding typing annotations on many has_* methods
>> 9a75586c28d gh-40122: reactive the code style checks using ruff
>> b36af32bf4c gh-40121: fix all remaining E228 in cython files
>> 1743e9b0265 gh-40119: cli: restore ability to run a file from the command
>> line
>> 138c5b04262 gh-40116: try to fix build on some arm64 macOS systems
>> 556653993e0 gh-40114: add weighted cycle enumeration in digraph
>> a1a4b0a06c1 gh-40107: Add retry mechanism for Conda environment setup in
>> CI workflow
>> e3eaead3175 gh-40094: msolve tarball got ./configure - sha*s are changed
>> d4dc08f6c51 gh-40093: Jacobi theta functions implemented as lazy series
>> 614505c6701 gh-40080: cleanup in number_field.py
>> 45079c83c87 gh-40074: Fixed error when calling CRT_list() with list of 1
>> python int
>> a034f8d3301 gh-40037: introduce the bubble and shuffle lattices
>> 1de082e4c45 gh-40034: Clean affine permutation
>> 1e504e45edb gh-40020: Fixed infinite recursion in trig functions
>> e13ce52348e gh-40019: Hash fraction_field_elements more appropriately
>> c12fe5dc824 gh-40003: Fix memory leak in conversion of symbolic
>> expressions
>> 9d547e2182b gh-39993: Update conda lock files
>> 8e0eda4fe65 gh-39918: add add_entry and anti_restrict methods to
>> SkewTableau
>> c56e92163e1 gh-39742: Support inverse_mod() single element for
>> multi_polynomial_ring
>> 61806aaad18 gh-39726: Optimize AdditiveMonoids sum() method
>> ff9d47fcbae gh-39112: check base to decide whether singular supports the
>> ring
>> d617df423d7 (tag: 10.7.beta4) Updated SageMath version to 10.7.beta4
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "sage-release" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> To view this discussion visit
>> https://groups.google.com/d/msgid/sage-release/66bf5455-f6ba-453c-ad96-61a237d8b4bbn%40googlegroups.com
>> <https://groups.google.com/d/msgid/sage-release/66bf5455-f6ba-453c-ad96-61a237d8b4bbn%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/sage-release/CAAWYfq1wwBngWDgdMeKD9woaRHDox0bcYUZyNwfjGM0qn0dtQA%40mail.gmail.com.

Reply via email to