首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >厨师-solo安装- gecode编译错误

厨师-solo安装- gecode编译错误
EN

Stack Overflow用户
提问于 2012-09-04 15:31:06
回答 1查看 1.1K关注 0票数 1

我试图在CentOS 6.3 x64上安装厨师-solo,当我运行时:

代码语言:javascript
复制
sudo chef-solo -c /etc/chef/solo.rb -j ~/chef.json -r http://s3.amazonaws.com/chef-solo/bootstrap-latest.tar.gz

我得到了这个输出:

代码语言:javascript
复制
g++ -I. -ffast-math -fno-strict-aliasing -O3 -fvisibility=hidden -ggdb -pipe -Wall -Wextra -fPIC -pthread -DNDEBUG   \
    -c -o gecode/int/extensional.o  gecode/int/extensional.cpp
make[1]: Leaving directory `/tmp/chef-solo/gecode-3.5.0'
STDERR: {standard input}: Assembler messages:
{standard input}:13822: Warning: end of file not at end of a line; newline inserted
{standard input}:14946: Error: unknown pseudo-op: `.'
{standard input}:14946: Error: open CFI at the end of file; missing .cfi_endproc directive
g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
make[1]: *** [gecode/int/extensional.o] Error 1
make: *** [compilelib] Error 2
---- End output of "bash"  "/tmp/chef-script20120904-19809-1ofhwoq" ----
Ran "bash"  "/tmp/chef-script20120904-19809-1ofhwoq" returned 2

我可以从RBEL6回购系统安装gecode,没有任何问题,但是菜谱尝试从源代码安装。我在github上找到了拉请求,它试图从RBEL repo安装,但是我发现了一个错误,说无法找到存储库元数据。有人知道该怎么做吗?

EN

回答 1

Stack Overflow用户

发布于 2012-09-28 19:04:12

因为我一直在寻找答案,我的发现是.一点也不奇怪。

我只是没有记忆了。我不得不用相同的操作系统在另一个系统上编译我的文件(复制到/tmp/chef-solo/gecode-3.5.0到方框,然后只运行make),并同步生成的文件夹以运行make

找到库后,将跳过编译步骤,您应该可以继续。

票数 4
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/12266767

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档