Closed Blaisorblade closed 8 years ago
What does curl https://homebrew.bintray.com/bottles/swig-3.0.10.el_capitan.bottle.tar.gz
output? What's your brew config
?
The output of curl -v -L https://homebrew.bintray.com/bottles/swig-3.0.10.el_capitan.bottle.tar.gz
is above; plain curl outputs nothing because it doesn't follow redirections:
$ curl https://homebrew.bintray.com/bottles/swig-3.0.10.el_capitan.bottle.tar.gz
$ echo $?
0
$ ls swig*
gls: cannot access 'swig*': No such file or directory
$ curl -v https://homebrew.bintray.com/bottles/swig-3.0.10.el_capitan.bottle.tar.gz
* Trying 5.153.35.248...
* Connected to homebrew.bintray.com (5.153.35.248) port 443 (#0)
* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate: *.bintray.com
* Server certificate: GeoTrust SSL CA - G3
* Server certificate: GeoTrust Global CA
> GET /bottles/swig-3.0.10.el_capitan.bottle.tar.gz HTTP/1.1
> Host: homebrew.bintray.com
> User-Agent: curl/7.43.0
> Accept: */*
>
< HTTP/1.1 302
< Server: nginx
< Date: Thu, 13 Oct 2016 13:15:24 GMT
< Content-Length: 0
< Connection: keep-alive
< Location: https://akamai.bintray.com/81/81cc6f9f504d1a3631869e91398c0947c7423c867a3fbfc199dc28e8519b252a?__gda__=exp=1476365244~hmac=15e6d5a99ee7e6f3e274fba7dd547444eb77868530f43d5682e66a84b03ce811&response-content-disposition=attachment%3Bfilename%3D%22swig-3.0.10.el_capitan.bottle.tar.gz%22&response-content-type=application%2Fgzip&requestInfo=U2FsdGVkX1_1rBM4hypfnJ-1D_pwAp8q0un68uwmyl9VYDCO_MGzNXVym3ELJ2IsXqJr6VVzuFZZByIvEDtpE-sgjOt2YGYYFPFlw_6Bun2K_nTZHeiqgEbec2nXA0dm_xoXWJmc7uPsCP7neIqx-g
<
* Connection #0 to host homebrew.bintray.com left intact
Configuration:
$ brew config
HOMEBREW_VERSION: 1.0.7-42-g8d6921d
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 8d6921d7f3bfc7be5770cfe2a30791e9a35d9cc2
Last commit: 5 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: d1a9707a6e77e1aa09440bfdf555c9ac8e6efb26
Core tap last commit: 85 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local/Homebrew
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: octa-core 64-bit haswell
Homebrew Ruby: 2.0.0-p648
Clang: 7.3 build 703
Git: 2.10.0 => /usr/local/bin/git
Perl: /usr/local/bin/perl => /usr/local/Cellar/perl/5.24.0_1/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.3.1/bin/ruby
Java: 1.8.0_92, 1.7.0_80
macOS: 10.11.6-x86_64
Xcode: N/A
CLT: 7.3.1.0.1.1461711523
X11: 2.7.9 => /opt/X11
There's nothing we can do here, I'm afraid. I suggest you contact Bintray support.
I googled this and it turned out to be a duplicate of https://github.com/Homebrew/legacy-homebrew/issues/49373 and https://github.com/Homebrew/legacy-homebrew/issues/32019.
Can I open an issue to add this to brew doctor
as suggested in https://github.com/Homebrew/legacy-homebrew/issues/49373#issuecomment-228568090? I'm uneasy with that as you seem to try to close issues as fast as possible, even though somebody else could work on them; in most other projects, the issue tracker has issues which are open to the community.
I'm uneasy with that as you seem to try to close issues as fast as possible, even though somebody else could work on them; in most other projects, the issue tracker has issues which are open to the community.
Could you try and open a pull request? This document should help and I'm happy to walk you through anything else. It should be pretty straightforward, you're checking for if ENV["SSL_CERT_FILE"]
and printing a message if that's the case.
Closing an issue does not mean the community cannot address it; the problem with leaving these things open is they tend to sit that way indefinitely.
There's a general approach in https://github.com/Homebrew/brew/issues/932 that I'll be working on soonish and will fix all these issues.
Thanks!
JFYI: Comcast definitely has a problem with bintray.com. Switching to my VPN solved it.
Please follow the general troubleshooting steps first:
brew update
and retried your prior step?brew doctor
, fixed as many issues as possible and retried your prior step?Bug reports:
Upgrading/installing any package fails downloading bottles with the same SSL error:
My curl is the one from OS X 10.11.6:
This is a dup from #849, but I've checked through the Troubleshooting page and common issues. https://github.com/Homebrew/brew/blob/master/docs/Common-Issues.md
I've also upgraded curl (which didn't help), tried
brew link --force curl
(which didn't help), tried upgrading openssl (currently building from source). For extra fun, downloading the makedepend bottle did work.