[MXS-864] pcre2 build problem Created: 2016-09-13 Updated: 2017-03-20 Resolved: 2017-03-16 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | build, Documentation |
| Affects Version/s: | 2.0.0 |
| Fix Version/s: | 2.1.2 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Valerii Kravchuk | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2017-30 |
| Description |
|
I've noted a weird build problem on Ubuntu 14.04. With clean clonned code cmake reports no problems, but then make fails:
Now I run make and:
If I just clean up the build directory with rm -rf * and repeat the process again (cmake .. ... then make) everything works as expected and I can build successfully. Few more details:
|
| Comments |
| Comment by Johan Wikman [ 2017-02-07 ] |
|
Markus, please check whether you can find the cause. With 2.1 on Ubuntu 16.04 this does not seem to happen, but I know I have seen this behavior in the past. |
| Comment by markus makela [ 2017-03-16 ] |
|
This only seems to occur when CMake is configured multiple times. Added a note to the build instructions suggesting to delete everything in the build directory when this problem arises. |