[MDEV-19981] CMake with Ninja generator fails to create directory in support-files/ Created: 2019-07-08 Updated: 2022-11-25 Resolved: 2019-11-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling |
| Affects Version/s: | 10.1.21, 10.4.6 |
| Fix Version/s: | 10.1.43 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Sebastian Mundry | Assignee: | Anel Husakovic |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
uname: Linux-5.1.15-300.fc30.x86_64 |
||
| Description |
|
When compiling the server with ninja, the step to create the SELinux module fails because of a missing directory (mariadb-pp.dir). Error
Reproduction
I noticed the problem first when I compiled mariadb-server. But I reduced the instructions to reproduce the error. Bug HistoryThe code in the CMakeLists.txt was first introduced in c1a23cd4e5f9. Appendix
|
| Comments |
| Comment by Sebastian Mundry [ 2019-11-18 ] |
|
This issue has been fixed in 10.1.43 (commit). |
| Comment by Anel Husakovic [ 2019-11-19 ] |
|
Closed per reporters test. |