[MXS-81] cmake fails when init scripts are missing Created: 2015-04-01 Updated: 2015-06-12 Resolved: 2015-05-09 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | None |
| Fix Version/s: | 1.1.1 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Yuval Hager | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Archlinux, develop branch |
||
| Description |
|
Trying to run cmake on archlinux (with systemd), I get the following error:
|
| Comments |
| Comment by Yuval Hager [ 2015-04-01 ] |
| Comment by Dipti Joshi (Inactive) [ 2015-04-01 ] |
|
~markus Please see if the changes that Yuval has put in pull request, are valid for all the supported OS. The supported OS are RHEL, CentOS, Fedora, SLEA, Open SUSE, Debian and Ubuntu. - before accepting the change. ArchLinux is not a certified distribution for MaxScale at this time. So changing the severity to Minor. |
| Comment by Yuval Hager [ 2015-04-01 ] |
|
Sorry, the PR should be against the develop branch, not master (I don't think I can modify that) |
| Comment by markus makela [ 2015-04-17 ] |
|
Please resubmit the pull request into the develop branch. |
| Comment by Yuval Hager [ 2015-05-09 ] |
|
this is against the develop branch: https://github.com/mariadb-corporation/MaxScale/pull/80 |
| Comment by markus makela [ 2015-05-09 ] |
|
Pull request merged. |
| Comment by Timofey Turenko [ 2015-05-12 ] |
|
checked manually: cmake .. -DWITH_SCRIPTS=Y works even if there is no /etc/rc.d/init.d files. automatic test is not created (automatic build is done only for full build with scripts) |