MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0013826 | CMake | CMake | public | 2013-01-01 14:28 | 2013-06-03 09:05 |
Reporter | ofir | ||||
Assigned To | Brad King | ||||
Priority | low | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Any | OS | Linux | OS Version | |
Product Version | CMake 2.8.10.1 | ||||
Target Version | CMake 2.8.11 | Fixed in Version | CMake 2.8.11 | ||
Summary | 0013826: Problem with creating installation directories conatining a colon (:) | ||||
Description | When running 'make install' with DESTDIR to a directory containing a colon, cmake won't create parent directories. If parent directories already exist everything works fine. | ||||
Steps To Reproduce | With any cmake project that has some install() command: make install DESTDIR=aa/b:b <error> mkdir aa make install DESTDIR=aa/b:b <works> | ||||
Additional Information | The MakeDirectory function in Source/kwsys/SystemTools.cxx parses the directory tree after the first colon it finds, probably to eliminate drive name in Windows environment, although no #ifdef is in sight. Also, it seems that this code just below if(dir[dir.size()-1] == '/') { topdir = dir.substr(0, dir.size()); } else { topdir = dir; } does nothing. | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-01-01 14:28 | ofir | New Issue | |||
2013-01-02 11:52 | Brad King | Note Added: 0031958 | |||
2013-01-07 09:57 | Brad King | Note Added: 0031992 | |||
2013-01-07 09:57 | Brad King | Assigned To | => Brad King | ||
2013-01-07 09:57 | Brad King | Status | new => resolved | ||
2013-01-07 09:57 | Brad King | Resolution | open => fixed | ||
2013-01-07 09:57 | Brad King | Fixed in Version | => CMake 2.8.11 | ||
2013-01-07 09:57 | Brad King | Target Version | => CMake 2.8.11 | ||
2013-01-08 08:49 | Brad King | Note Added: 0032003 | |||
2013-06-03 09:05 | Robert Maynard | Note Added: 0033182 | |||
2013-06-03 09:05 | Robert Maynard | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|