On Tuesday, February 9, 2021 at 9:41:54 PM UTC-8 Matthias Köppe wrote:

> The runs on GH Actions show a very strange failure on fedora-34 and 
> archlinux-latest (https://github.com/sagemath/sage/runs/1850248457):
>
> + ./bootstrap
> ....
> ./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
>
> Compare with /usr/bin/test
>
> [root@9d0e0458cde5 sage]# /usr/bin/test -r VERSION.txt && echo yes
> yes
>
Also on ubuntu-hirsute-standard.

This appears to be a problem with recent glibc versions, related to the 
faccessat2 system call - see for example 
https://bugzilla.redhat.com/show_bug.cgi?id=1900021

 

-- 
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/155ed233-d642-4b87-a8e8-a735936d692cn%40googlegroups.com.

Reply via email to