当我尝试在 Ubuntu 12.04 上安装 thrift 时出现此错误。我使用 ant 1.9.1 安装 thrift 0.9。当我尝试“make”命令时,我得到了这个错误。谁能帮我显示这个错误。谢谢。
make all-recursive make[1]: 进入目录/opt/thrift-0.9.0'
Making all in compiler/cpp
make[2]: Entering directory
/opt/thrift-0.9.0/compiler/cpp' make all-am make[3]: 进入目录/opt/thrift-0.9.0/compiler/cpp'
make[3]: Nothing to be done for
all-am'. make[3]: 离开目录/opt/thrift-0.9.0/compiler/cpp'
make[2]: Leaving directory
/opt/thrift-0.9.0/compiler/cpp' make all in lib make[2]: 进入目录/opt/thrift-0.9.0/lib'
Making all in cpp
make[3]: Entering directory
/opt/thrift-0.9.0/lib/cpp' make all in . make[4]: 进入目录/opt/thrift-0.9.0/lib/cpp'
make[4]: Nothing to be done for
all-am'。make[4]: 离开目录/opt/thrift-0.9.0/lib/cpp'
Making all in test
make[4]: Entering directory
/opt/thrift-0.9.0/lib/cpp/test' make[4]: 什么都不做all'.
make[4]: Leaving directory
/opt/thrift-0.9.0/lib/cpp/test' make[3 ]: 离开目录/opt/thrift-0.9.0/lib/cpp'
Making all in java
make[3]: Entering directory
/opt/thrift-0.9.0/lib/java' /opt/ant1.91/bin/ant Buildfile: /opt/thrift-0.9.0/lib/java/build.xml
设置.init:
mvn.ant.tasks.check:
代理人:
mvn.ant.tasks.download:[get] 获取:http ://repo1.maven.org/maven2/org/apache/maven/maven-ant-tasks/2.1.3/maven-ant-tasks-2.1.3 .jar [get] 到:/opt/thrift-0.9.0/lib/java/build/tools/maven-ant-tasks-2.1.3.jar [get] 未修改 - 所以未下载
mvn.init:
构建失败 /opt/thrift-0.9.0/lib/java/build.xml:282:artifact:pom 不支持“groupId”属性
总时间:1 秒 make[3]: * [all-local] 错误 1 make[3]: 离开目录/opt/thrift-0.9.0/lib/java'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
/opt/thrift-0.9.0/lib' make[1]:[all-recursive] 错误 1 make[1]: 离开目录 `/opt/thrift-0.9.0' make: * * [all] Error 2