View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014330CMake(No Category)public2013-07-31 17:392016-06-10 14:31
ReporterRolandSchulz 
Assigned ToKitware Robot 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionmoved 
PlatformLinuxOSOpenSuseOS Version12.3
Product VersionCMake 2.8.11.2 
Target VersionFixed in Version 
Summary0014330: ExternalProject download error misleading if MD5 check is used
DescriptionIf 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.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0035004)
RolandSchulz (reporter)
2014-01-27 13:32

Just tested that the issue is still present with 2.8.12.2
(0035342)
John Szakmeister (reporter)
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 (administrator)
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.

 Issue History
Date Modified Username Field Change
2013-07-31 17:39 RolandSchulz New Issue
2014-01-27 13:32 RolandSchulz Note Added: 0035004
2014-03-08 10:13 John Szakmeister Note Added: 0035342
2016-06-10 14:29 Kitware Robot Note Added: 0042337
2016-06-10 14:29 Kitware Robot Status new => resolved
2016-06-10 14:29 Kitware Robot Resolution open => moved
2016-06-10 14:29 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team