https://llvm.org/bugs/show_bug.cgi?id=31937
Bug ID: 31937 Summary: llvm.org/llvm/bindings/go/llvm is not Go package Product: new-bugs Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priority: P Component: new bugs Assignee: unassignedb...@nondot.org Reporter: lin90...@gmail.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified I'm trying to install LLVM Go bindings following below instruction. https://llvm.org/svn/llvm-project/llvm/trunk/bindings/go/README.txt However, `go get` command fails with 'unrecognized import path' error. `go get` needs meta tag to recognize Go packages, but https://llvm.org/llvm/bindings/go/llvm?go-get=1 does not provide it. My environment is - macOS 10.12.3 - Go 1.7.5 Below is a log for this issue. $ go get -v -d llvm.org/llvm/bindings/go/llvm Fetching https://llvm.org/llvm/bindings/go/llvm?go-get=1 Parsing meta tags from https://llvm.org/llvm/bindings/go/llvm?go-get=1 (status code 404) package llvm.org/llvm/bindings/go/llvm: unrecognized import path "llvm.org/llvm/bindings/go/llvm" (parse https://llvm.org/llvm/bindings/go/llvm?go-get=1: no go-import meta tags) -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs