[llvm-bugs] [Bug 31937] New: llvm.org/llvm/bindings/go/llvm is not Go package

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Feb 10 16:12:11 PST 2017


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: unassignedbugs at nondot.org
          Reporter: lin90162 at gmail.com
                CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170211/aa988ca3/attachment.html>


More information about the llvm-bugs mailing list