View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0014330 | CMake | (No Category) | public | 2013-07-31 17:39 | 2016-06-10 14:31 | ||||
Reporter | RolandSchulz | ||||||||
Assigned To | Kitware Robot | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | moved | ||||||
Platform | Linux | OS | OpenSuse | OS Version | 12.3 | ||||
Product Version | CMake 2.8.11.2 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0014330: ExternalProject download error misleading if MD5 check is used | ||||||||
Description | 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. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
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. |
Notes |
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 |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |