Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #33153: opensuse-tumbleweed: sagelib build fails
As reported in https://groups.google.com/g/sage- devel/c/81unMG60MyU/m/JdMKMFOSBQAJ Workaround: `export CFLAGS="${CFLAGS} -Wno-error=return-type"` (https://groups.google.com/g/sage-devel/c/81unMG60MyU/m/TfBT8KOsBQAJ) This is caused by strict compiler flags leaking from the opensuse python3 package into user packages via sysconfig/distutils. Same mechanism as the failures with misconfigured python3 in #31132 (homebrew), #33078 (cygwin), #32531 (pyenv) Upstream issue: - https://bugzilla.opensuse.org/show_bug.cgi?id=1194605 URL: https://trac.sagemath.org/33153 Reported by: mkoeppe Ticket author(s): Matthias Koeppe Reviewer(s): Michael Orlitzky
- Loading branch information