[MDEV-22336] CMAKE_INSTALL_PREFIX is ignored in 10.5 recently Created: 2020-04-22 Updated: 2020-04-26 Resolved: 2020-04-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling |
| Affects Version/s: | 10.5.3 |
| Fix Version/s: | 10.5.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Valerii Kravchuk | Assignee: | Unassigned |
| Resolution: | Cannot Reproduce | Votes: | 1 |
| Labels: | regression | ||
| Environment: |
Ubuntu 16.04 |
||
| Description |
|
I noted that recently CMAKE_INSTALL_PREFIX setting seem to be ignored in 10.5 branch from GitHub:
I build as usual (out of source in build subdirectory):
and setting seem to be there:
But as you can see above it tries to install to the default path, /usr/local/mysql/. It was not the case just few days ago, so must be a result of some recent enough change in the code. 10.4 branch was built and installed without problems yesterday. |
| Comments |
| Comment by Valerii Kravchuk [ 2020-04-26 ] | ||||||||||
|
No longer repeatable with this commit:
|