Interesting. To help debug this, could you edit build/bin/sage-pip-install and add "-v -v" to pip_install_flags? Then the install log for this package will contain more information.
(9.5.beta2 merged https://trac.sagemath.org/ticket/32492, so for the first time we actually look at dependency information declared by Python packages themselves.) On Thursday, September 30, 2021 at 10:19:55 AM UTC-7 [email protected] wrote: > Build gets stuck on debian buster. `make sdist-clean` did not help. > > After pressing Ctrl + C it seems fine. > > Jonathan > > For some reason I can't attach a file anymore, so the config.log is here > http://page.mi.fu-berlin.de/kliem/config.log > > [sagenb_export-3.3] INFO: This is taking longer than usual. You might need > to provide the dependency resolver with stricter constraints to reduce > runtime. If you want to abort this run, you can press Ctrl + C to do so. To > improve how pip performs, tell us what happened here: > https://pip.pypa.io/surveys/backtracking > > > [sagenb_export-3.3] INFO: pip is looking at multiple versions of decorator > to determine which version is compatible with other requirements. This > could take a while. > [sagenb_export-3.3] INFO: pip is looking at multiple versions of traitlets > to determine which version is compatible with other requirements. This > could take a while. > [sagenb_export-3.3] Processing > /srv/public/kliem/sage/local/var/lib/sage/wheels/traitlets-5.1.0-py3-none-any.whl > > > [sagenb_export-3.3] INFO: This is taking longer than usual. You might need > to provide the dependency resolver with stricter constraints to reduce > runtime. If you want to abort this run, you can press Ctrl + C to do so. To > improve how pip performs, tell us what happened here: > https://pip.pypa.io/surveys/backtracking > > > [sagenb_export-3.3] INFO: pip is looking at multiple versions of bleach to > determine which version is compatible with other requirements. This could > take a while. > [sagenb_export-3.3] INFO: pip is looking at multiple versions of tornado > to determine which version is compatible with other requirements. This > could take a while. > [sagenb_export-3.3] Processing > /srv/public/kliem/sage/local/var/lib/sage/wheels/tornado-6.1-cp37-cp37m-linux_x86_64.whl > > > [sagenb_export-3.3] INFO: This is taking longer than usual. You might need > to provide the dependency resolver with stricter constraints to reduce > runtime. If you want to abort this run, you can press Ctrl + C to do so. To > improve how pip performs, tell us what happened here: > https://pip.pypa.io/surveys/backtracking > > > [sagenb_export-3.3] INFO: pip is looking at multiple versions of backcall > to determine which version is compatible with other requirements. This > could take a while. > [sagenb_export-3.3] INFO: pip is looking at multiple versions of six to > determine which version is compatible with other requirements. This could > take a while. > [sagenb_export-3.3] Processing > /srv/public/kliem/sage/local/var/lib/sage/wheels/six-1.16.0-py2.py3-none-any.whl > > > [sagenb_export-3.3] INFO: This is taking longer than usual. You might need > to provide the dependency resolver with stricter constraints to reduce > runtime. If you want to abort this run, you can press Ctrl + C to do so. To > improve how pip performs, tell us what happened here: > https://pip.pypa.io/surveys/backtracking > > > [sagenb_export-3.3] INFO: pip is looking at multiple versions of traitlets > to determine which version is compatible with other requirements. This > could take a while. > [sagenb_export-3.3] INFO: pip is looking at multiple versions of pyzmq to > determine which version is compatible with other requirements. This could > take a while. > [sagenb_export-3.3] Processing > /srv/public/kliem/sage/local/var/lib/sage/wheels/pyzmq-22.2.1-cp37-cp37m-linux_x86_64.whl > > > [sagenb_export-3.3] INFO: This is taking longer than usual. You might need > to provide the dependency resolver with stricter constraints to reduce > runtime. If you want to abort this run, you can press Ctrl + C to do so. To > improve how pip performs, tell us what happened here: > https://pip.pypa.io/surveys/backtracking > > [email protected] schrieb am Mittwoch, 29. September 2021 um 22:36:03 UTC+2: > >> >> >> > On Sep 26, 2021, at 15:42 , Volker Braun <[email protected]> wrote: >> > >> > 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 >> >> Still seeing the build failure with OpenSSL on macOS 10.13.6. This time, >> it appears to be a problem with figuring out the processor: there’s a >> passel (>100) of these: >> crypto/bn/rsaz-avx512.s:134:2: error: instruction requires: AVX-512 IFMA >> ISA >> vpmadd52luq 64(%rsi),%ymm3,%ymm17 >> ^ >> >> This is above my pay grade, but the system is a 2019 iMac Pro, with a 2.3 >> GHz 18-core Xeon W processor (I think maybe “Coffee Lake”?) >> >> Config, install, and OpenSSL logs attached (tarball). >> >> Thanks for suggestions. >> >> Justin >> >> -- 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/37fb250d-9e28-4df4-822c-777cf5199333n%40googlegroups.com.
