You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Kay Schenk <ks...@apache.org> on 2016/08/27 04:38:29 UTC

Googletest download failures

All our buildbots are currently failing trying to download
http://googletest.googlecode.com/files/gtest-1.7.0.zip

Does anyone know if this is now the correct download location?
https://github.com/google/googletest/archive/master.zip

I didn't have any problems about a week ago so I'm wondering if this is
recent.
Thanks.
-- 
----------------------------------------
Kay Schenk
Apache OpenOffice

"Things work out best for those who make
 the best of the way things work out."
                         -- John Wooden

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: Googletest download failures

Posted by Andrea Pescetti <pe...@apache.org>.
Don Lewis wrote:
> On 26 Aug, Kay Schenk wrote:
>> All our buildbots are currently failing trying to download
>> http://googletest.googlecode.com/files/gtest-1.7.0.zip ...
> I don't have any problems here with wget

It is failing for me too at the moment. I have a copy of the file, with 
matching MD5 hash, and I've uploaded it to OOoExtras; I've also added it 
as a fallback option, see https://bz.apache.org/ooo/show_bug.cgi?id=127090

So, no matter whether this problem is temporary or not, we can still 
rely on the OOoExtras copy like we do for all other external dependencies.

Regards,
   Andrea.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: Googletest download failures

Posted by Don Lewis <tr...@apache.org>.
On 26 Aug, Kay Schenk wrote:
> All our buildbots are currently failing trying to download
> http://googletest.googlecode.com/files/gtest-1.7.0.zip
> 
> Does anyone know if this is now the correct download location?
> https://github.com/google/googletest/archive/master.zip
> 
> I didn't have any problems about a week ago so I'm wondering if this is
> recent.

I don't have any problems here with wget:

%wget http://googletest.googlecode.com/files/gtest-1.7.0.zip
--2016-08-26 22:44:15--  http://googletest.googlecode.com/files/gtest-1.7.0.zip
Resolving googletest.googlecode.com (googletest.googlecode.com)... 2607:f8b0:400e:c03::52, 74.125.25.82
Connecting to googletest.googlecode.com (googletest.googlecode.com)|2607:f8b0:400e:c03::52|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1164254 (1.1M) [application/zip]
Saving to: 'gtest-1.7.0.zip'

gtest-1.7.0.zip     100%[===================>]   1.11M   484KB/s    in 2.3s    

2016-08-26 22:44:17 (484 KB/s) - 'gtest-1.7.0.zip' saved [1164254/1164254]


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org