On Mon, Jan 17, 2022 at 10:05 AM Kenji Iohara <[email protected]> wrote: > > Failed compilation from the first built, owing to r-3.6.3… > Here is the log-file:
checking for curl-config... /usr/local/anaconda3/bin/curl-config checking libcurl version ... 7.78.0 checking curl/curl.h usability... yes checking curl/curl.h presence... yes checking for curl/curl.h... yes checking if libcurl is version 7 and >= 7.22.0... no configure: error: libcurl >= 7.22.0 library and headers are required Are you mixing in conda libraries? Unless this is a conda build, this most probably won't work. If it's not a conda build then /usr/local/anaconda3/bin should not be in your PATH, but it seems it is. > > -- > 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/5955FFF1-EB87-49E1-A3DF-C77E7C5E2424%40gmail.com. > Even with pré-installed r-4.1.2, it didn’t work. > > 16/01/2022 23:09、Matthias Köppe <[email protected]>のメール: > > The sqlite doctest failure is tracked at > https://trac.sagemath.org/ticket/29092 > > On Sunday, January 16, 2022 at 1:42:06 PM UTC-8 [email protected] > wrote: >> >> Thanks Volker for preparing the release. >> >> All tests pass on debian buster, except >> >> sage -t --long --random-seed=146168601452887490256495561253701871534 >> src/sage/tests/cmdline.py # 3 doctests failed >> as squlite executable is not available. >> >> Volker Braun schrieb am Sonntag, 16. Januar 2022 um 18:17:36 UTC+1: >>> >>> 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 >>> >>> f9b2db94f6 (tag: 9.5.rc2, trac/develop) Updated SageMath version to 9.5.rc2 >>> 7a9347dbc0 Trac #33155: Broken install using system pythons < 3.10 from >>> python.org macOS packages >>> fe634f8613 Trac #33162: Fix installation of cryptominisat and pycryptosat >>> 9ceaaea7a7 Trac #33153: opensuse-tumbleweed: sagelib build fails >>> 3da1b22c25 (tag: 9.5.rc1) Updated SageMath version to 9.5.rc1 > > > -- > 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/8bf9bc5c-73db-406c-9cc3-3040d2b7764bn%40googlegroups.com. > > > -- > 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/5955FFF1-EB87-49E1-A3DF-C77E7C5E2424%40gmail.com. -- 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/CAAWYfq04uUp01TvCZvkMfyMrwd%2BEoahaqbTLYSYURwD2Naj%3D8w%40mail.gmail.com.
