codership / galera

Synchronous multi-master replication library
GNU General Public License v2.0
447 stars 177 forks source link

d1bc82f2c760ae32768c8d4a24021603aa82795f breaks galera build #220

Open ronin13 opened 9 years ago

ronin13 commented 9 years ago

CentOS5 build fails:

04:08:11   File "/mnt/workspace/percona-xtradb-cluster-5.6-binary/label_exp/centos5-64/Percona-XtraDB-Cluster-5.6.21-70.1/percona-xtradb-cluster-galera/SConstruct", line 129
04:08:11 
04:08:11     with open("GALERA_REVISION", "r") as f:
04:08:11 
04:08:11             ^
04:08:11 
04:08:11 SyntaxError: invalid syntax
ronin13 commented 9 years ago

python -V
Python 2.4.3

ronin13 commented 9 years ago

Reverted the commit in our tree for now.

philip-galera commented 9 years ago

python 2.4.3 was released March 29, 2006. Can you try a newer one?

ronin13 commented 9 years ago

I will check with our Jenkins developer, but since centos5 is quite old, python 2.4.3 may be the default there.