MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0012284 | CMake | CPack | public | 2011-06-17 16:57 | 2012-03-06 08:37 |
Reporter | Eric NOULARD | ||||
Assigned To | David Cole | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | Linux | OS Version | ||
Product Version | CMake 2.8.4 | ||||
Target Version | CMake 2.8.6 | Fixed in Version | CMake 2.8.6 | ||
Summary | 0012284: User Install time created symlinks are not preserved in TGZ | ||||
Description | Reporte by John Cary on the ML http://www.cmake.org/pipermail/cmake/2011-June/044940.html [^] | ||||
Steps To Reproduce | Attached is a minimal standalone example that illustrates the problem. If build dir is next to the directory resulting from untarring this, do cmake -DCMAKE_INSTALL_PREFIX=$HOME/tmp/cmtprefix ../cmt make all install # You will see that in the installation, the top cmtdir is a link: numbersix.cary$ ls -l $HOME/tmp/cmtprefix/cmtdir lrwxrwxr-x 1 cary research 10 Jun 17 11:16 /Users/cary/tmp/cmtprefix/cmtdir -> bin/cmtdir # then do make package tar xzf cmt-1.1.1-Darwin.tar.gz # and you will see that the top-level cmtdir is a directory: numbersix.cary$ ls -l cmt-1.1.1-Darwin total 0 drwxrwxr-x 3 cary research 102 Jun 17 11:25 bin drwxrwxr-x 3 cary research 102 Jun 17 11:25 cmtdir such that two copies of the binary are installed | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | cmt.tgz (828) 2011-06-17 16:57 https://public.kitware.com/Bug/file/3948/cmt.tgz CMakeLists.txt (770) 2011-08-08 13:47 https://public.kitware.com/Bug/file/4001/CMakeLists.txt 0001-Fix-12284-Symlinks-are-not-preserved-in-CPack-tar.gz.patch (814) 2011-08-27 13:11 https://public.kitware.com/Bug/file/4022/0001-Fix-12284-Symlinks-are-not-preserved-in-CPack-tar.gz.patch 0002-kwsys-Glob-Fix-so-directory-symlinks-are-added-as-fi.patch (1,360) 2011-08-27 13:41 https://public.kitware.com/Bug/file/4023/0002-kwsys-Glob-Fix-so-directory-symlinks-are-added-as-fi.patch 0003-cpack-Fix-12284-don-t-recurse-through-directory-syml.patch (811) 2011-08-27 13:41 https://public.kitware.com/Bug/file/4024/0003-cpack-Fix-12284-don-t-recurse-through-directory-syml.patch 0001-ArchiveWrite-Don-t-recurse-through-directory-symlink.patch (966) 2011-08-27 13:41 https://public.kitware.com/Bug/file/4025/0001-ArchiveWrite-Don-t-recurse-through-directory-symlink.patch | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2011-06-17 16:57 | Eric NOULARD | New Issue | |||
2011-06-17 16:57 | Eric NOULARD | File Added: cmt.tgz | |||
2011-06-20 09:30 | Brad King | Note Added: 0026915 | |||
2011-06-20 15:34 | Eric NOULARD | Note Added: 0026925 | |||
2011-06-20 15:34 | Eric NOULARD | Assigned To | => Eric NOULARD | ||
2011-06-20 15:34 | Eric NOULARD | Status | new => assigned | ||
2011-06-20 18:19 | Eric NOULARD | Note Added: 0026930 | |||
2011-06-20 18:19 | Eric NOULARD | Assigned To | Eric NOULARD => | ||
2011-06-21 08:23 | Brad King | Note Added: 0026931 | |||
2011-06-21 08:24 | Brad King | Note Edited: 0026931 | bug_revision_view_page.php?bugnote_id=26931#r370 | ||
2011-06-21 08:29 | Brad King | Note Added: 0026932 | |||
2011-06-21 08:53 | Eric NOULARD | Note Added: 0026933 | |||
2011-06-21 09:11 | Brad King | Status | assigned => backlog | ||
2011-06-21 16:41 | Alan W. Irwin | Note Added: 0026943 | |||
2011-06-22 02:33 | Eric NOULARD | Note Added: 0026945 | |||
2011-08-08 13:46 | Johan Björk | Note Added: 0027183 | |||
2011-08-08 13:47 | Johan Björk | File Added: CMakeLists.txt | |||
2011-08-08 23:20 | Alan W. Irwin | Note Added: 0027184 | |||
2011-08-27 13:11 | Johan Björk | File Added: 0001-Fix-12284-Symlinks-are-not-preserved-in-CPack-tar.gz.patch | |||
2011-08-27 13:12 | Johan Björk | Note Added: 0027275 | |||
2011-08-27 13:13 | Johan Björk | Note Deleted: 0027275 | |||
2011-08-27 13:41 | Johan Björk | File Added: 0002-kwsys-Glob-Fix-so-directory-symlinks-are-added-as-fi.patch | |||
2011-08-27 13:41 | Johan Björk | File Added: 0003-cpack-Fix-12284-don-t-recurse-through-directory-syml.patch | |||
2011-08-27 13:41 | Johan Björk | File Added: 0001-ArchiveWrite-Don-t-recurse-through-directory-symlink.patch | |||
2011-09-06 14:15 | David Cole | Assigned To | => David Cole | ||
2011-09-06 14:15 | David Cole | Status | backlog => assigned | ||
2011-09-06 14:16 | David Cole | Target Version | => CMake 2.8.6 | ||
2011-09-06 14:47 | David Cole | Note Added: 0027377 | |||
2011-09-06 14:48 | David Cole | Note Added: 0027378 | |||
2011-09-06 14:48 | David Cole | Status | assigned => resolved | ||
2011-09-06 14:48 | David Cole | Fixed in Version | => CMake 2.8.6 | ||
2011-09-06 14:48 | David Cole | Resolution | open => fixed | ||
2012-03-06 08:37 | David Cole | Note Added: 0028824 | |||
2012-03-06 08:37 | David Cole | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|