View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0013447 | CMake | CMake | public | 2012-07-31 13:47 | 2016-06-10 14:31 | ||||
Reporter | Declan White | ||||||||
Assigned To | Kitware Robot | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | moved | ||||||
Platform | Linux-64 & CIFS 5.5 (& Win7) | OS | Fedora 17 | OS Version | 3.4.6-2.fc17.x86 | ||||
Product Version | CMake 2.8.8 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0013447: Symlinks unsupported by some filesystems (e.g: CIFS) | ||||||||
Description | Not exactly a "bug", more as an inconvenient inflexibility. The following lines cause CMake to produce a symbolic link to libphysfs.so: SET_TARGET_PROPERTIES(physfs PROPERTIES VERSION ${PHYSFS_VERSION}) SET_TARGET_PROPERTIES(physfs PROPERTIES SOVERSION ${PHYSFS_SOVERSION}) Unfortunately, the drive the directory is on does not support symbolic link, so it fails with the error: "CMake Error: cmake_symlink_library: System Error: Operation not supported" Nothing can be done to make them work; however, it would be convenient if there were the option to perform a copy instead. | ||||||||
Steps To Reproduce | 1) Mount a CIFS 2) Attempt a CMake that performs a symlink (within the CIFS) 3) Failure 4) ?!?!? 5) Loss | ||||||||
Additional Information | The CIFS is to a Windows share, which is probably why symlinks aren't supported. Dakon on #samba@freenode.org suggested this be reported. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0042099) Kitware Robot (administrator) 2016-06-10 14:28 |
Resolving issue as `moved`. 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. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2012-07-31 13:47 | Declan White | New Issue | |
2016-06-10 14:28 | Kitware Robot | Note Added: 0042099 | |
2016-06-10 14:28 | Kitware Robot | Status | new => resolved |
2016-06-10 14:28 | Kitware Robot | Resolution | open => moved |
2016-06-10 14:28 | Kitware Robot | Assigned To | => Kitware Robot |
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |