Latest redis-cli make fails Downloaded from : http://download.redis.io/ Attached logs logs.txt

Comment From: itamarhaber

Hello @SaiP061

Redis v6 requires a compiler that supports C11 atomics, i.e. gcc 4.9 or above as mentioned in #7177. Can you verify that your server has it?

Comment From: AdrianWSIG

For centos you can install the recent devtools (devtoolset-7-gcc.x86_64)

umask 0022 && export PATH=/opt/rh/devtoolset-7/root/usr/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin && make PREFIX=/u01/redis/{{ redisVersion }} install

Comment From: trevor211

dup of #6286, could be closed @oranagra

Comment From: oranagra

Update: The core team have decided to step back from the C11 requirement. We see it causes pain to many, and we feel that the value (in code clarity) is not worth the pain, and that it was too early for Redis to depend on it. We'll reconsider it again in the future. The task will be tracked in #7509.