On Sunday, February 7, 2021 at 2:04:42 PM UTC-8 Volker Braun 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 
>
> 8453ffb849 (tag: 9.3.beta7, trac/develop) Updated SageMath version to 
> 9.3.beta7
>

The runs on GH Actions show a very strange failure on fedora-34 and 
archlinux-latest (https://github.com/sagemath/sage/runs/1850248457):

+ ./bootstrap
rm -rf config configure build/make/Makefile-auto.in
rm -f src/doc/en/installation/*.txt
rm -rf src/doc/en/reference/spkg/*.rst
rm -f src/doc/en/reference/repl/*.txt
rm -f environment.yml
rm -f src/environment.yml
rm -f environment-optional.yml
rm -f src/environment-optional.yml
./sage: no Sage installation found in $SAGE_ROOT=/sage
./sage: no Sage installation found in $SAGE_ROOT=/sage
./sage: no Sage installation found in $SAGE_ROOT=/sage


This can be reproduced locally using "tox -e docker-fedora-34-standard".


It turns out that the built-in command "test" of bash is broken:

[root@9d0e0458cde5 sage]# test -r VERSION.txt && echo yes

[root@9d0e0458cde5 sage]# bash --version
GNU bash, version 5.1.0(1)-release (x86_64-redhat-linux-gnu)


Compare with /usr/bin/test

[root@9d0e0458cde5 sage]# /usr/bin/test -r VERSION.txt && echo yes
yes



 

-- 
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/cde3a003-2491-49e2-9e8a-a1c80884086bn%40googlegroups.com.

Reply via email to