[LLVMbugs] [Bug 22766] New: Go bindings cannot be downloaded by following instructions in the docs
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Mar 2 23:16:03 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=22766
Bug ID: 22766
Summary: Go bindings cannot be downloaded by following
instructions in the docs
Product: new-bugs
Version: trunk
Hardware: Macintosh
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: david.santiago at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
The Go bindings have instructions in the README.txt at
http://llvm.org/svn/llvm-project/llvm/trunk/bindings/go/README.txt. According
to those instructions, they can be downloaded with the command
go get -d "llvm.org/llvm/bindings/go/llvm"
Expected: The software is downloaded by the go command.
Actual: This command fails with an error about the server certificate failing
verification.
Versions:
Mac OS X 10.10.2
Subversion 1.7.17
Go 1.4.1
Additional information:
The full output of the command:
go get -d "llvm.org/llvm/bindings/go/llvm"
# cd .; svn checkout https://llvm.org/svn/llvm-project/llvm/trunk
/Users/David/Documents/Development/Go/src/llvm.org/llvm
Error validating server certificate for 'https://llvm.org:443':
- The certificate is not issued by a trusted authority. Use the
fingerprint to validate the certificate manually!
Certificate information:
- Hostname: llvm.org
- Valid: from Tue, 24 Jun 2014 00:00:00 GMT until Fri, 23 Jun 2017 23:59:59
GMT
- Issuer: InCommon, Internet2, US
- Fingerprint: 87:b8:45:4d:9d:66:7e:93:fb:30:58:79:bc:a7:f8:53:f0:44:05:69
(R)eject, accept (t)emporarily or accept (p)ermanently? svn: E175002: Unable to
connect to a repository at URL 'https://llvm.org/svn/llvm-project/llvm/trunk'
svn: E175002: OPTIONS of 'https://llvm.org/svn/llvm-project/llvm/trunk': Server
certificate verification failed: issuer is not trusted (https://llvm.org)
package llvm.org/llvm/bindings/go/llvm: exit status 1
I am unfamiliar with both subversion and SSL certificates, but I do notice that
attempting to load the https link from the command
(https://llvm.org/svn/llvm-project/llvm/trunk) in Chrome shows that Chrome also
does not seem to consider the certificate valid. I do not know if there is
something that can be done to fix that on the server, but if not, perhaps
alternate instructions could be added to the documentation.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150303/a7a10b45/attachment.html>
More information about the llvm-bugs
mailing list