MantisBT - CMake |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0015628 | CMake | CMake | public | 2015-06-23 17:52 | 2016-01-04 11:51 |
|
Reporter | Guy Harris | |
Assigned To | | |
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | Mac | OS | OS X | OS Version | 10.11 |
Product Version | CMake 3.2.3 | |
Target Version | | Fixed in Version | | |
|
Summary | 0015628: CMake needs to request root privileges in order to install command-line tools |
Description | Even if you try to install them in /usr/local/bin (which should be the case in *all* versions of OS X, and really needs to be the case in 10.11, as per the other issue I filed), you need root privileges to do so, and CMake doesn't do anything to install the symlinks as root. |
Steps To Reproduce | 1. Start CMake.
2. Select "Install For Command Line Use" from the "Tools" menu.
3. Fix it to install in /usr/local/bin rather than /usr/bin.
4. Click "Install Command Line Links".
5. Notice the lack of any prompt for your password, as would be required if it were requesting root privileges (and you hadn't done so in the last few minutes).
6. Notice the set of "Failed create symlink installation may be incomplete: /usr/local/bin/..." messages. |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | 0015629 | closed | | A way to install the command-line tool links from the command line would be useful | related to | 0015627 | closed | Brad King | CMake shouldn't default to installing command-line tools in /usr/bin |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-06-23 17:52 | Guy Harris | New Issue | |
2015-06-24 08:48 | Brad King | Relationship added | related to 0015629 |
2015-06-24 08:49 | Brad King | Note Added: 0038966 | |
2015-06-24 08:49 | Brad King | Status | new => resolved |
2015-06-24 08:49 | Brad King | Resolution | open => fixed |
2015-06-24 08:50 | Brad King | Relationship added | related to 0015627 |
2016-01-04 11:51 | Robert Maynard | Note Added: 0040076 | |
2016-01-04 11:51 | Robert Maynard | Status | resolved => closed |