[CMake] cmake 3.0 tarball download error

2014-06-30 Thread Rashad M
Hi all, I am getting download error on firefox, chrome and from terminal using wget wget http://www.cmake.org/files/v3.0/cmake-3.0.0.tar.gz --2014-06-30 16:13:32-- http://www.cmake.org/files/v3.0/cmake-3.0.0.tar.gz Proxy request sent, awaiting response... 200 OK Length: 5489804 (5.2M)

Re: [CMake] cmake 3.0 tarball download error

2014-06-30 Thread Nils Gladitz
On 06/30/2014 04:19 PM, Rashad M wrote: Hi all, I am getting download error on firefox, chrome and from terminal using wget wget http://www.cmake.org/files/v3.0/cmake-3.0.0.tar.gz --2014-06-30 16:13:32-- http://www.cmake.org/files/v3.0/cmake-3.0.0.tar.gz Proxy request sent, awaiting

Re: [CMake] cmake 3.0 tarball download error

2014-06-30 Thread Rashad M
I am behind a proxy. Is that the problem? I tried .Z, .tar.gz, .zip files directly from browser and also using wget On Mon, Jun 30, 2014 at 4:24 PM, Nils Gladitz nilsglad...@gmail.com wrote: On 06/30/2014 04:19 PM, Rashad M wrote: Hi all, I am getting download error on firefox, chrome and

Re: [CMake] cmake 3.0 tarball download error

2014-06-30 Thread Nils Gladitz
On 06/30/2014 04:39 PM, Rashad M wrote: I am behind a proxy. Is that the problem? I tried .Z, .tar.gz, .zip files directly from browser and also using wget The proxy may be the problem since with it you are not directly downloading from cmake.org but rather from the proxy which itself would

Re: [CMake] cmake 3.0 tarball download error

2014-06-30 Thread Rashad M
Ok. I will clone via github and switch to release branch. I can download other tar files behind the same proxy. Download is also not blocked here, at the end of download it says failed. On Mon, Jun 30, 2014 at 4:49 PM, Nils Gladitz nilsglad...@gmail.com wrote: On 06/30/2014 04:39 PM, Rashad M