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.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Vladislav Vaintroub [ wlad ] |
Fix Version/s | 5.5.34 [ 13700 ] |
Priority | Major [ 3 ] | Trivial [ 5 ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | defaullt [ 29100 ] | MariaDB v2 [ 44443 ] |
Workflow | MariaDB v2 [ 44443 ] | MariaDB v3 [ 63799 ] |
Workflow | MariaDB v3 [ 63799 ] | MariaDB v4 [ 147061 ] |
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.