codership / galera

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

galera 25.3.33 build fails with tests because of mixup in version #590

Closed bleve closed 3 years ago

bleve commented 3 years ago

There is some mixup in version -DGALERA_VERSION=\"25.3.33\" but -DGALERA_VER=\"3.33\"

Provider version string '3.33(rXXXX)' not expected '25.3.33(rXXXX)'

bleve commented 3 years ago

Using cmake fixes this issue, obviously scons is not working any more.