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 に答える