POV-Ray : Newsgroups : povray.off-topic : CMake download, anyone? Server Time
1 Jul 2024 01:41:31 EDT (-0400)
  CMake download, anyone? (Message 1 to 9 of 9)  
From: clipka
Subject: CMake download, anyone?
Date: 13 Apr 2016 11:30:41
Message: <570e6621$1@news.povray.org>
Hi folks,

anyone familiar with CMake?

Is it normal that I get a "Permission Denied" response when trying to
download anything from cmake.org?


Post a reply to this message

From: Stephen
Subject: Re: CMake download, anyone?
Date: 13 Apr 2016 11:37:06
Message: <570e67a2$1@news.povray.org>
On 4/13/2016 4:30 PM, clipka wrote:
> Hi folks,
>
> anyone familiar with CMake?
>
> Is it normal that I get a "Permission Denied" response when trying to
> download anything from cmake.org?
>

I got it as well.

-- 

Regards
     Stephen


Post a reply to this message

From: Doctor John
Subject: Re: CMake download, anyone?
Date: 13 Apr 2016 11:49:50
Message: <570e6a9e@news.povray.org>
On 13/04/16 16:30, clipka wrote:
> Hi folks,
> 
> anyone familiar with CMake?
> 
> Is it normal that I get a "Permission Denied" response when trying to
> download anything from cmake.org?
> 

...and on my machines I get:
> john@athene:~> wget http://www.cmake.org/files/v2.8/cmake-2.8.3.tar.gz
> --2016-04-13 16:47:47--  http://www.cmake.org/files/v2.8/cmake-2.8.3.tar.gz
> Resolving www.cmake.org (www.cmake.org)... 66.194.253.19
> Connecting to www.cmake.org (www.cmake.org)|66.194.253.19|:80... connected.
> HTTP request sent, awaiting response... 301 Moved Permanently
> Location: http://cmake.org/files/v2.8/cmake-2.8.3.tar.gz [following]
> --2016-04-13 16:47:48--  http://cmake.org/files/v2.8/cmake-2.8.3.tar.gz
> Resolving cmake.org (cmake.org)... 66.194.253.19
> Connecting to cmake.org (cmake.org)|66.194.253.19|:80... connected.
> HTTP request sent, awaiting response... 301 Moved Permanently
> Location: https://cmake.org/files/v2.8/cmake-2.8.3.tar.gz [following]
> --2016-04-13 16:47:48--  https://cmake.org/files/v2.8/cmake-2.8.3.tar.gz
> Connecting to cmake.org (cmake.org)|66.194.253.19|:443... connected.
> HTTP request sent, awaiting response... 403 Forbidden
> 2016-04-13 16:47:48 ERROR 403: Forbidden.

Weird!

John
-- 
Protect the Earth
It was not given to you by your parents
You hold it in trust for your children


Post a reply to this message

From: Doctor John
Subject: Re: CMake download, anyone?
Date: 13 Apr 2016 11:58:29
Message: <570e6ca5@news.povray.org>
On 13/04/16 16:49, Doctor John wrote:
> On 13/04/16 16:30, clipka wrote:
>> Hi folks,
>>
>> anyone familiar with CMake?
>>
>> Is it normal that I get a "Permission Denied" response when trying to
>> download anything from cmake.org?
>>

I've just done a quick search on the cmake.org site. It might have to do
with the following sentence on the download page:
'This software may not be exported in violation of any U.S. export laws
or regulations.'

John
-- 
Protect the Earth
It was not given to you by your parents
You hold it in trust for your children


Post a reply to this message

From: clipka
Subject: Re: CMake download, anyone?
Date: 13 Apr 2016 12:10:19
Message: <570e6f6b$1@news.povray.org>
Am 13.04.2016 um 17:58 schrieb Doctor John:
> On 13/04/16 16:49, Doctor John wrote:
>> On 13/04/16 16:30, clipka wrote:
>>> Hi folks,
>>>
>>> anyone familiar with CMake?
>>>
>>> Is it normal that I get a "Permission Denied" response when trying to
>>> download anything from cmake.org?
>>>
> 
> I've just done a quick search on the cmake.org site. It might have to do
> with the following sentence on the download page:
> 'This software may not be exported in violation of any U.S. export laws
> or regulations.'

Nope.

Whatever it is, they "are aware of the situation and are trying to
resolve this as soon as possible."

Or at least that's what they say.


Post a reply to this message

From: clipka
Subject: Re: CMake download, anyone?
Date: 13 Apr 2016 12:52:08
Message: <570e7938$1@news.povray.org>
Am 13.04.2016 um 18:09 schrieb clipka:
> Am 13.04.2016 um 17:58 schrieb Doctor John:
>> On 13/04/16 16:49, Doctor John wrote:
>>> On 13/04/16 16:30, clipka wrote:
>>>> Hi folks,
>>>>
>>>> anyone familiar with CMake?
>>>>
>>>> Is it normal that I get a "Permission Denied" response when trying to
>>>> download anything from cmake.org?
>>>>
>>
>> I've just done a quick search on the cmake.org site. It might have to do
>> with the following sentence on the download page:
>> 'This software may not be exported in violation of any U.S. export laws
>> or regulations.'
> 
> Nope.
> 
> Whatever it is, they "are aware of the situation and are trying to
> resolve this as soon as possible."
> 
> Or at least that's what they say.

Given that "https://cmake.org/files/v3.4" currently seems to be
blacklisted in Firefox for distributing "undesired" software, they might
actually know perfectly well how to solve the "Permission Denied" issue,
and the true "situation" is something entirely different.

Self-imposed quarantine, maybe?


Post a reply to this message

From: Doctor John
Subject: Re: CMake download, anyone?
Date: 13 Apr 2016 13:25:06
Message: <570e80f2$1@news.povray.org>
On 13/04/16 17:51, clipka wrote:
> 
> Given that "https://cmake.org/files/v3.4" currently seems to be
> blacklisted in Firefox for distributing "undesired" software, they might
> actually know perfectly well how to solve the "Permission Denied" issue,
> and the true "situation" is something entirely different.
> 
> Self-imposed quarantine, maybe?
> 

What's the situation on Github?

John
-- 
Protect the Earth
It was not given to you by your parents
You hold it in trust for your children


Post a reply to this message

From: clipka
Subject: Re: CMake download, anyone?
Date: 13 Apr 2016 13:28:29
Message: <570e81bd$1@news.povray.org>
Am 13.04.2016 um 19:25 schrieb Doctor John:
> On 13/04/16 17:51, clipka wrote:
>>
>> Given that "https://cmake.org/files/v3.4" currently seems to be
>> blacklisted in Firefox for distributing "undesired" software, they might
>> actually know perfectly well how to solve the "Permission Denied" issue,
>> and the true "situation" is something entirely different.
>>
>> Self-imposed quarantine, maybe?
>>
> 
> What's the situation on Github?

No problem there. But they don't provide Windows installers of CMake on
GitHub.


Post a reply to this message

From: Doctor John
Subject: Re: CMake download, anyone?
Date: 13 Apr 2016 13:33:58
Message: <570e8306@news.povray.org>
On 13/04/16 18:28, clipka wrote:
> 
> No problem there. But they don't provide Windows installers of CMake on
> GitHub.
> 

Bummer!

John
-- 
Protect the Earth
It was not given to you by your parents
You hold it in trust for your children


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.