3

前一周我升级到 Mavericks,从那以后就开始遇到自制软件的问题。'brew doctor' 没有报告任何问题,但我目前正在尝试安装 Apache Thrift,但它失败了。有什么建议么?

brew install thrift
==> Installing thrift dependency: boost
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/boost-1.54.0.mavericks.bottle.1
######################################################################## 100.0%
==> Pouring boost-1.54.0.mavericks.bottle.1.tar.gz
==> Caveats

The Boost bottle's module will not import into a Homebrew-installed Python.
If you use the Boost Python module then please:
  brew install boost --build-from-source
==> Summary
  /usr/local/Cellar/boost/1.54.0: 9865 files, 588M
==> Installing thrift
==> Downloading http://www.apache.org/dyn/closer.cgi?path=thrift/0.9.0/thrift-0.9.0.tar.gz
==> Best Mirror http://ftp.heanet.ie/mirrors/www.apache.org/dist/thrift/0.9.0/thrift-0.9.0.tar.gz
######################################################################## 100.0%
==> Patching
patching file lib/cpp/src/thrift/transport/TSocket.h
==> ./configure --prefix=/usr/local/Cellar/thrift/0.9.0 --libdir=/usr/local/Cellar/thrift/0.9.0/lib
==> make
make[4]: *** [ThreadManager.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
4

3 回答 3

2

您可能需要关注此 Jira 票证。https://issues.apache.org/jira/browse/THRIFT-2229

于 2013-11-12T18:15:41.527 回答
1

看起来有一个对自制软件的拉取请求来解决这个问题。临时解决方法可能是更改您正在使用的编译器,但我建议您等待补丁推出。

于 2013-11-07T17:03:58.150 回答
1

我有一个类似的问题。你应该试试

brew update

然后继续安装

于 2013-11-23T17:20:59.883 回答