首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在鸡方案中安装r7rs鸡蛋失败

在鸡方案中安装r7rs鸡蛋失败
EN

Stack Overflow用户
提问于 2020-11-08 14:55:36
回答 1查看 92关注 0票数 1

我正在尝试通过安装r7rs鸡蛋在鸡计划中获得R7RS支持。但是,它在安装matchable egg时失败。

以下是执行sudo chicken-install r7rs -v时生成的日志

代码语言:javascript
复制
checking r7rs ...                                                                                                       
checking platform for `r7rs'                                                                                            
checking dependencies for `r7rs'                                                                                        
 missing: matchable, srfi-1, srfi-13                                                                                    
matchable located at /root/.cache/chicken-install/matchable                                                             
srfi-1 located at /root/.cache/chicken-install/srfi-1                                                                   
srfi-13 located at /root/.cache/chicken-install/srfi-13                                                                 
checking srfi-13 ...          
checking platform for `srfi-13'                             
checking dependencies for `srfi-13'                         
 missing: srfi-14             
srfi-14 located at /root/.cache/chicken-install/srfi-14     
checking srfi-14 ...          
checking platform for `srfi-14'                             
checking dependencies for `srfi-14'                         
checking srfi-1 ...           
checking platform for `srfi-1'                              
checking dependencies for `srfi-1'                          checking matchable ...        checking platform for `matchable'                           
checking dependencies for `matchable'                       
install order:                
("matchable" "srfi-1" "srfi-14" "srfi-13" "r7rs")           
building matchable            running script /root/.cache/chicken-install/matchable/matchable.build.sh
executing: "sh /root/.cache/chicken-install/matchable/matchable.build.sh"
   /usr/bin/csc -regenerate-import-libraries -setup-mode -static -I /root/.cache/chicken-install/matchable -emit-link-fi
le /root/.cache/chicken-install/matchable/matchable.link -host -D compiling-extension -c -unit matchable -D compiling-st
atic-extension -C -I/root/.cache/chicken-install/matchable -O2 -d1 matchable.scm -o /root/.cache/chicken-install/matchab
le/matchable.static.o         
x86_64-linux-gnu-gcc: fatal error: Killed signal terminated program cc1
compilation terminated.

Error: shell command terminated with non-zero exit status 256: 'x86_64-linux-gnu-gcc' '/root/.cache/chicken-install/matchable/matchable.static.c' -o '/root/.cache/chicken-install/matchable/matchable.static.o' -c  -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -g -O2 -fdebug-prefix-map=/build/chicken-8b5V5S/chicken-5.1.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/root/.cache/chicken-install/matchable -I/usr/include/chicken

Error: shell command terminated with nonzero exit code
256
"sh /root/.cache/chicken-install/matchable/matchable.build.sh"

我使用的是Chicken 5.1.0 (rev 8e62f718),它是Ubuntu 20.04.1 LTS官方存储库中的最新版本。

我能做些什么来解决这个错误吗?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2020-11-08 19:45:49

我认为你需要弄清楚它为什么会被杀死(哪个信号)。也许它耗尽了内存?

您可以尝试将CSC_OPTIONS=-verbose放入您的环境中,以准确地找出哪个命令失败。然后再手动运行一次,了解更多信息。

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

https://stackoverflow.com/questions/64735575

复制
相关文章

相似问题

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