On Wed, Nov 25, 2020 at 12:33 PM Emmanuel Charpentier
<emanuel.charpent...@gmail.com> wrote:
>
> On Debian testing, I can’t configure an upgrade to a working 9.1.beta1 :
>
> charpent@zen-book-flip:/usr/local/sage-9$ ./configure 
> --enable-download-from-upstream-url
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... /bin/mkdir -p
> checking for gawk... gawk
> checking whether make -j8 sets $(MAKE)... yes
> checking whether make -j8 supports nested variables... yes
> checking whether to enable maintainer-specific portions of Makefiles... yes
> checking for root user... no
> checking build system type... x86_64-pc-linux-gnu
> checking host system type... x86_64-pc-linux-gnu
> checking for a sed that does not truncate output... /bin/sed
> checking for ar... yes
> checking for m4... yes
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.29... yes
> checking for ranlib... yes
> checking for strip... yes
> checking for GNU or BSD tar... /bin/tar
> checking for Python... ./configure: line 5424: build/bin/sage-system-python: 
> No such file or directory
> configure: error: You do not have a suitable version of Python installed
>
> My last compile was a (misguided) attempt to test Trac#30476.
>
> Hints ?
>
Looks like your ./configure is stale.
build/bin/sage-system-python is gone now, and you need to run

./bootstrap

first


> Le mercredi 25 novembre 2020 à 00:26:08 UTC+1, Volker Braun a écrit :
>>
>> 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
>>
>> 020bd59ec2 (tag: 9.3.beta2, trac/develop) Updated SageMath version to 
>> 9.3.beta2
>> ee1d038453 Trac #25488: Improved Kash interface
>> 8bf3f4c944 Trac #16804: points() has problems with some lists of complexes 
>> containing real (i.e. imag(x)==0) values.
>> 253c17dd35 Trac #14509: Fix LaTeX of free algebras (and repr_lincomb)
>> 7adc2a9160 Trac #30937: Improve error message for jmol
>> fad5b5b093 Trac #30932: some details in global options
>> aa85a69719 Trac #30927: Frobenius endomorphisms of p-adic fields pickle 
>> incorrectly
>> 40c167483f Trac #30923: tox.ini: Add environments 
>> local-sudo-ubuntu-standard, etc.
>> a91d4b5f52 Trac #30920: refresh affine crystal
>> d23d3144cc Trac #30919: small change in one dict for preparser for python 3.9
>> 77a020fda7 Trac #30918: one more stable doctest in mutable poset
>> ec33e38631 Trac #30909: doc tweaks in OEIS
>> d9e021e6eb Trac #30908: get rid of CombinatorialClass in combination.py
>> 9876939b1f Trac #30907: get rid of CombinatorialClass in parking
>> ccccdd5070 Trac #30904: changes in shuffle_product
>> b1c3cc831b Trac #30902: let NCSF know that it is cocommutative
>> 3a662d4d96 Trac #30899: igraph, python-igraph: Update to 0.8.3
>> 5b01884dd2 Trac #30889: remove  CombinatorialAlgebra
>> 7f20b28c6c Trac #30883: Update instructions for conda to use miniforge
>> 9d3278d239 Trac #30881: remove the unused file group_homset
>> e70b894680 Trac #30880: flake8 for multi_polynomial_ideal.py
>> da925cb064 Trac #30878: some flake8 details in backend normaliz
>> 60cbf36695 Trac #30873: Fix test failures in distro packages after #25825
>> b007a8e392 Trac #30871: symmetric functions are commutative
>> fe12787424 Trac #30869: Some computation hangs in Multizeta
>> 17feb0a0db Trac #30866: remove broken --upgrade option from sage
>> 1a32e62ab9 Trac #30864: Comparison of power series
>> 457a5932ad Trac #30858: add giac to build/pkgs/sagelib/dependencies
>> 5c6da01b89 Trac #30856: get rid of EMBEDDED_MODE from plot.plot
>> d03689bd25 Trac #30852: let sagelib and sage_sws2rst not depend on six
>> 324b53b9a8 Trac #30851: single-valued multizeta
>> 334dde64cb Trac #30849: Make gcd/lcm interact better with pari and gmpy2
>> 84e9a4d044 Trac #30844: better maple conversion for symbolic matrices
>> 87c261ae60 Trac #30843: AbelianGroup_gap quotient group
>> 7e4ea978a0 Trac #30840: small improvement in Hasse diagram
>> bb31b65353 Trac #30830: Subintervals of OpenInterval and UniqueRepresentation
>> 1101a45f53 Trac #30812: some details in the det method for general matrices
>> 96df69332a Trac #30804: Add Spheres smoothly embedded in Euclidean Space to 
>> Manifold Catalog
>> 2cd4f829da Trac #30784: sage.matrix: Resolve circular imports without using 
>> __init__.py
>> 496b3f6d08 Trac #30780: sage_setup: Separate installing and cleaning
>> 772b0cf365 Trac #30704: Upgrade to Normaliz 3.8.9 and PyNormaliz 2.13
>> 5a984431b4 Trac #30611: Upgrade various Python packages for Sage 9.3
>> 027ca17304 Trac #18036: I.parent() should not be the symbolic ring
>> 92e54d90e2 Trac #30733: GH Actions: Remove use of deprecated set-env command
>> f3a5612806 Trac #30776: Implement an improved subgraph test for graph 
>> backends
>> ae66d47c44 Trac #30765: Adapt to deprecation of seeding based on hashing in 
>> Python 3.9
>> 1ac30abb02 Trac #30724: src/bin/sage-env, src/bin/sage-env-config.in: Remove 
>> PYTHON_FOR_VENV
>> 3b0553fc3f Trac #30709: Extract cython config to new module
>> 1bf46183f2 Trac #30706: Make sage.env.cython_aliases more flexible regarding 
>> what pkgconfig files for BLAS are required
>> 7863f17c27 Trac #30404: Add pyright and pycodestyle checks as Github actions
>> e4f2646103 Trac #29951: src/bin/sage-env: Make SAGE_ROOT and SAGE_LOCAL 
>> optional
>> 3283d50818 Trac #30874: update planarity
>> f0d19808ec Trac #30719: Add build/pkgs/SPKG/install-requires.txt for all 
>> Python packages, remove some unneeded packages
>> 54e53cd8f0 Trac #30744: Symplectic derivation Lie algebra
>> f0ac785482 Trac #30648: sage --package download is broken
>> ffa1106a54 Trac #30633: sympow gives "RuntimeError: failed to compute 
>> analytic rank" doctest failures
>> 527ccbdded Trac #30627: Rename build/bin/sage-system-python to 
>> sage-bootstrap-python
>> a3fb5aa685 Trac #30524: Remove `maybe_newfaces` in combinatorial polyhedron
>> 7e1fdf7489 Trac #30040: Improve face iterator for simple/simplicial polytopes
>> ff70229355 Trac #29630: spkg-configure.m4 for libhomfly
>> 430c549394 Trac #29719: upgrade to flint 2.6.3
>> 532e475dbf Trac #30867: Remove mac app
>> 222059565b (tag: 9.3.beta1) Updated SageMath version to 9.3.beta1
>>
> --
> 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 sage-release+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/e7984eaf-f860-47d7-9a31-f09419bfe557n%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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/CAAWYfq1NRc%3DwLaFsPM0a3vYqO%2BB-LAgr5w%3DAnxbhm6CNaCoiGA%40mail.gmail.com.

Reply via email to