Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
5.5.33
-
None
-
None
Description
The build fails with CMake when using the Ninja backend as follows..
ninja: error: dependency cycle: sql/GenServerSource -> sql/CMakeFiles/GenServerSource -> sql/sql_builtin.cc -> sql/GenServerSource
Attached is a patch which seems to fix the issue.
Actually the initial ticket was for 5.5.32, but trying with 5.5.33a I see there is a new build issue.
ninja: error: 'extra/jemalloc/build/lib/libjemalloc_pic.a', needed by 'unittest/mysys/explain_filename-t', missing and no known rule to make it
The build was also broken even with CMake's make backend as well.