Graeme K
Feb 12, 2021

It looks like there has been an update to Galera that has broken the the build process. The errors suggest it's missing the same libatomic library as MariaDB.

A quick stab in the dark would be to add the following line:

list(APPEND GALERA_UNIT_TEST_LIBS atomic)

On line 26 in the cmake/check.cmake file:

https://github.com/MariaDB/galera/blob/mariadb-4.x/cmake/check.cmake#L26

Then rebuild from scratch by using the scratch command:

./scripts/build.sh --scratch -p -j 1

If that doesn't work then it would need further investigation which I will try and do when I have some spare time,

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Responses (1)

Write a response