MantisBT - CMake
View Issue Details
0014330CMake(No Category)public2013-07-31 17:392016-06-10 14:31
RolandSchulz 
Kitware Robot 
normalmajoralways
closedmoved 
LinuxOpenSuse12.3
CMake 2.8.11.2 
 
0014330: ExternalProject download error misleading if MD5 check is used
If one uses ExternalProject with MD5 check and the download doesn't work (e.g. no internet connection), then the error message is misleading. It states that the MD5 checksum is incorrect, instead of e.g. "unknown host", as it would without the MD5 check enabled. This is because the MD5 sum is checked in the file(DOWNLOAD ..) before the error code of the download is checked. Thus the wrong (/less important) error is shown.
No tags attached.
Issue History
2013-07-31 17:39RolandSchulzNew Issue
2014-01-27 13:32RolandSchulzNote Added: 0035004
2014-03-08 10:13John SzakmeisterNote Added: 0035342
2016-06-10 14:29Kitware RobotNote Added: 0042337
2016-06-10 14:29Kitware RobotStatusnew => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:29Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0035004)
RolandSchulz   
2014-01-27 13:32   
Just tested that the issue is still present with 2.8.12.2
(0035342)
John Szakmeister   
2014-03-08 10:13   
I'll also add that I've been recently hit by this issue. In this case, the download failed because the version of CMake installed via "pkg install cmake" on FreeBSD didn't have support for downloading via SSL. Instead, you ended up with a 0 byte file and an error about a mismatch, but the real problem was completely masked.
(0042337)
Kitware Robot   
2016-06-10 14:29   
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.