Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 5.5.33
-
Fix Version/s: 5.5.34
-
Component/s: None
-
Labels: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.
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
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.