MySQL Forums
Forum List  »  Install & Repo

Re: CMake Error at /usr/local/src/mysql-8.4.2/mysys/verify_build_id.cmake :41 (MESSAGE)
Posted by: Bjørn Munch
Date: March 06, 2025 07:51AM

Hi Jose,

Thanks for more info, now I see the problem. The cmake code for verifying build ID is checking the output from readelf and looking for Build ID:

This does not work when you run with a Spanish locale and readelf says ID de Compilación: instead.

You should be able to avoid this by doing

export LC_ALL=C

before starting the build.

My guess is that this was also the problem for the OP who judging by the name is perhaps running with a Japanese locale.

Options: ReplyQuote


Subject
Written By
Posted
Re: CMake Error at /usr/local/src/mysql-8.4.2/mysys/verify_build_id.cmake :41 (MESSAGE)
March 06, 2025 07:51AM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.