2021-03-14 17:53 UTC, Matthias Köppe: > > On Sunday, March 14, 2021 at 10:48:30 AM UTC-7 Samuel Lelievre wrote: >> >> 2021-03-13 17:27 UTC, Matthias Köppe: >> > On Friday, March 12, 2021 at 1:00:17 PM UTC-8 Samuel Lelievre wrote: >> >> On macOS 10.14.6, with Homebrew, failed to build cysignals-1.10.2. >> > This is another instance of homebrew packages >> > leaking into the build, in this case pari. >> > >> > Please try with https://trac.sagemath.org/ticket/31335 >> > ("homebrew: Unused packages (singular, pari, ...) >> > in /usr/local leak into sagelib build via distutils.cfg") >> >> Tried with #31335 applied: cysignals still fails to build. >> >> https://www.math.u-psud.fr/~lelievre/t/slel-2021-03-14-s93b8-t31335.zip > > > Thanks for testing! > > Could you try with: export SETUPTOOLS_USE_DISTUTILS=local > before restarting build?
That trick helps. a. Starting from the same branch that failed above, this ``` $ source .homebrew-build-env $ export SETUPTOOLS_USE_DISTUTILS=local $ ./bootstrap -q && ./configure -q && make -s V=0 ``` succeeds in building cysignals-1.10.2 and many more packages but eventually fails to build argon2_cffi-20.1.0. Logs: https://www.math.u-psud.fr/~lelievre/t/slel-2021-03-14-s93b8-t31335-trick.zip b. Starting from a fresh clone, similar result. Logs: https://www.math.u-psud.fr/~lelievre/t/slel-2021-03-14-s93b8-t31335-trick-fresh.zip c. In a different install, applying tickets 31474 (upgrade cysignals) and 31335, the build fails on distutil. https://www.math.u-psud.fr/~lelievre/t/slel-2021-03-14-s93b8-t31474-t31335.zip -- 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 on the web visit https://groups.google.com/d/msgid/sage-release/CAEcArF1n6RToKdNaK3vv5%2BQ0kmWF%2BEB9zzTgPFd0jnqas7ZiEQ%40mail.gmail.com.
