Created
June 18, 2015 17:12
-
-
Save knocte/5637dc71cc2ce90dfc1a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2015-06-18 19:12:17: Building dbus-sharp on python-posix (4 CPU) | |
| + downloading remote source: https://github.com/downloads/mono/dbus-sharp/dbus-sharp-0.7.0.tar.gz | |
| Traceback (most recent call last): | |
| File "./darwin.py", line 70, in <module> | |
| BansheeDarwinProfile ().build () | |
| File "../../bockbuild/profile.py", line 152, in build | |
| Package.last_instance.start_build () | |
| File "../../bockbuild/package.py", line 275, in start_build | |
| self._fetch_sources (workspace, package_dir, sources_dir) | |
| File "../../bockbuild/package.py", line 147, in _fetch_sources | |
| filename, message = FancyURLopener ().retrieve (source, local_dest_file) | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib.py", line 240, in retrieve | |
| fp = self.open(url, data) | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib.py", line 208, in open | |
| return getattr(self, name)(url) | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib.py", line 451, in open_https | |
| return self.http_error(url, fp, errcode, errmsg, headers) | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib.py", line 372, in http_error | |
| result = method(url, fp, errcode, errmsg, headers) | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib.py", line 635, in http_error_302 | |
| data) | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib.py", line 661, in redirect_internal | |
| return self.open(newurl) | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib.py", line 208, in open | |
| return getattr(self, name)(url) | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib.py", line 437, in open_https | |
| h.endheaders(data) | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 969, in endheaders | |
| self._send_output(message_body) | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 829, in _send_output | |
| self.send(msg) | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 791, in send | |
| self.connect() | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1176, in connect | |
| self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file) | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 387, in wrap_socket | |
| ciphers=ciphers) | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 143, in __init__ | |
| self.do_handshake() | |
| File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 305, in do_handshake | |
| self._sslobj.do_handshake() | |
| IOError: [Errno socket error] [Errno 1] _ssl.c:504: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment