View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0016064CMakeCMakepublic2016-04-14 12:452016-06-10 14:21
ReporterHo Cheung 
Assigned ToBrad King 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformMacOSOSXOS Version10.11.4
Product VersionCMake 3.5.1 
Target VersionCMake 3.6Fixed in VersionCMake 3.6 
Summary0016064: Missing /usr/local/bin causes --install script to fail.
DescriptionOn a clean install of OSX 10.11.4, I discovered the install script fails to create the symlinks:

Work-iMac:~ hocheung20$ sudo "/Applications/CMake.app/Contents/bin/cmake-gui" --install
Failed: '/usr/local/bin/cmake' -> '/Applications/CMake.app/Contents/bin/cmake': No such file or directory

This is because in a clean install of OSX, only /usr/local exists. When I mkdir /usr/local/bin, the script succeeds.
Steps To ReproduceClean install OSX.
Copy CMake app to /Applications
sudo "/Applications/CMake.app/Contents/bin/cmake-gui" --install
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0040868)
Brad King (manager)
2016-04-15 13:36

Thanks. Fixed:

cmake-gui: Teach --install make destination directory
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=32d569af [^]
(0041194)
Kitware Robot (administrator)
2016-06-10 14:21

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2016-04-14 12:45 Ho Cheung New Issue
2016-04-15 13:36 Brad King Note Added: 0040868
2016-04-15 13:36 Brad King Assigned To => Brad King
2016-04-15 13:36 Brad King Status new => resolved
2016-04-15 13:36 Brad King Resolution open => fixed
2016-04-15 13:36 Brad King Fixed in Version => CMake 3.6
2016-04-15 13:36 Brad King Target Version => CMake 3.6
2016-06-10 14:21 Kitware Robot Note Added: 0041194
2016-06-10 14:21 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team