MantisBT - CMake
View Issue Details
0015357CMakeCMakepublic2015-01-16 16:522015-06-01 08:38
Dave Yost 
 
normalminoralways
closedno change required 
CMake 3.1 
 
0015357: the src tarball is not ready for build like all other source releases
I have software that will automatically download, extract, build, and install from source.

The cmake 3.0.0-1 release doesn't follow the standard pattern. When the software goes to extract from the bz2 file, instead of a simple source directory, it gets three folders.

245 Z% tar tzf build/cmake-3.1.0-1-src.tar.bz2
cmake-3.1.0-1.sh
cmake-3.1.0-1.patch
cmake-3.1.0.tar.bz2
246 Z%

I and this software think this is a bad idea. Please package all releases in the normal way, not like this with a patch and a shell script.
tar xzf build/cmake-3.1.0-1-src.tar.bz2
No tags attached.
Issue History
2015-01-16 16:52Dave YostNew Issue
2015-01-16 17:02Dave YostNote Added: 0037722
2015-01-16 17:04Dave YostNote Added: 0037723
2015-01-17 12:23Brad KingNote Added: 0037729
2015-01-17 12:23Brad KingStatusnew => resolved
2015-01-17 12:23Brad KingResolutionopen => no change required
2015-06-01 08:38Robert MaynardNote Added: 0038845
2015-06-01 08:38Robert MaynardStatusresolved => closed

Notes
(0037722)
Dave Yost   
2015-01-16 17:02   
I didn't have this problem with cmake-3.0.2
(0037723)
Dave Yost   
2015-01-16 17:04   
Also the cmake-3.1.0-1.patch file is empty.

It's fine to provide a shell script to build, install, etc., but using it should be optional.
(0037729)
Brad King   
2015-01-17 12:23   
You've retrieved the cygwin source package tarball. The download page:

 http://www.cmake.org/download/ [^]

links to the actual source tarball, which is:

 http://www.cmake.org/files/v3.1/cmake-3.1.0.tar.gz [^]
(0038845)
Robert Maynard   
2015-06-01 08:38   
Closing resolved issues that have not been updated in more than 4 months.