Xiaoshuang LU created THRIFT-3102:
-------------------------------------
Summary: could not make check for Go Library
Key: THRIFT-3102
URL: https://issues.apache.org/jira/browse/THRIFT-3102
Project: Thrift
Issue Type: Bug
Components: Go - Library
Affects Versions: 0.9.2
Environment: OS: CentOS 7.1 x86_64
golang: 1.4
Reporter: Xiaoshuang LU
steps to reproduce
1. ./bootstrap.sh
2. ./configure --with-boost=/software/boost_1_57_0
--prefix=/home/username/software/thrift-master
--with-libevent=/software/libevent-2.0.22 --without-qt4 --without-qt5
--without-c_glib --without-csharp --without-java --without-erlang
--without-nodejs --without-lua --without-python --without-perl --without-php
--without-php_extension --without-ruby --without-haskell --with-go
--without-haxe --without-d --without-cpp
3. make
4. make check
grep -v list.*map.*list.*map ../../../test/ThriftTest.thrift | grep -v
'set<Insanity>' > ThriftTest.thrift
../../../compiler/cpp/thrift -r IncludesTest.thrift
No output language(s) specified
Usage: thrift [options] file
Use thrift -help for a list of options
make[3]: *** [gopath] Error 1
make check still does work even after I modify lib/go/test/Makefile.am (add
--gen go)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)