[ 
https://issues.apache.org/jira/browse/THRIFT-3194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590549#comment-14590549
 ] 

Larry Matter commented on THRIFT-3194:
--------------------------------------

Looks like you already fixed it in 3192. But you missed one path in 
test/go/Makefile:
--- a/test/go/Makefile.am
+++ b/test/go/Makefile.am
@@ -55,7 +55,7 @@ check: gopath
        GOPATH=`pwd` $(GO) test -v common/...
 
 genmock: gopath
-       GOPATH=`pwd` $(GO) install code.google.com/p/gomock/mockgen
+       GOPATH=`pwd` $(GO) install github.com/golang/mock/mockgen
        GOPATH=`pwd` bin/mockgen -destination=src/common/mock_handler.go -packag
 


> Can't build with go enabled.  gomock SCC path incorrect.
> --------------------------------------------------------
>
>                 Key: THRIFT-3194
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3194
>             Project: Thrift
>          Issue Type: Bug
>          Components: Go - Compiler
>    Affects Versions: 0.9.2
>         Environment: Linux
>            Reporter: Larry Matter
>
> Trying to build thrift from download (and from git clone) gives error trying 
> to install gomock.  It has moved from google code to github.  To workaround, 
> edit the Makefiles in lib/go/test and test/go to use the new path:
> github.com/golang/mock/gomock
> github.com/golang/mock/mockgen



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to