Sergiu Deitsch

Results 182 comments of Sergiu Deitsch

The behavior might be related to different default shells: ```console docker run -it quay.io/pypa/manylinux2014_x86_64:2024.09.16-1 [root@40b294b7b7ff /]# echo $0 /bin/bash [root@40b294b7b7ff /]# echo $SHELL /bin/bash ``` ```console docker run -it quay.io/pypa/musllinux_1_2_x86_64:2024.09.16-1...

Possibly because brace expansion is part of the Bash syntax and thus cannot be disabled. The Bash manual also [mentions](https://www.gnu.org/software/bash/manual/html_node/Bash-POSIX-Mode.html) that the POSIX mode changes only Bash defaults that deviate...

In case standardizing the shell is not an option, a note in the documentation to warn users not rely on a specific shell behavior would be helpful. Users should then...

@monkeycc I've no idea what are you trying to communicate.

Thanks for bringing this issue to our attention. @sandwichmaker A straightforward solution would be to let [ReadTheDocs ](https://app.readthedocs.org/) manage the different versions of the documentation for us. It looks like...

Thanks for the heads up. Do you see any specific issues that need to be fixed in glog? Other than that, we do not provide Android binaries. Users can decide...

Your setup seems to be broken because the compiler doesn't even recognize C++11 syntax while latest glog requires C++14.

Closing due to lack of further information.

It is not clear to me what the problem is. Please provide some logs to allow us to understand where the failure occurs.