|
|
emerge cedet的时候,出错信息:
- "/usr/bin/emacs" -batch --no-site-file -l setup-compile-script -f batch-byte-compile cedet.el
- Fatal error (11).make[1]: *** [setup] 段错误
- make[1]: Leaving directory `/var/tmp/portage/cedet-1.0_pre3/work/cedet-1.0pre3/common'
- make: *** [common] 错误 2
- !!! ERROR: app-emacs/cedet-1.0_pre3 failed.
- Call stack:
- ebuild.sh, line 1532: Called dyn_compile
- ebuild.sh, line 929: Called src_compile
- cedet-1.0_pre3.ebuild, line 26: Called die
- !!! (no error message)
- !!! If you need support, post the topmost build error, and the call stack if relevant.
复制代码
emerge cscope的时候,出错信息:
- Fatal error (11)./usr/portage/eclass/elisp-common.eclass: line 14: 20796 段错误
- /usr/bin/emacs --batch -f batch-byte-compile --no-site-file --no-init-file $*
- !!! ERROR: dev-util/cscope-15.5-r5 failed.
- Call stack:
- ebuild.sh, line 1532: Called dyn_compile
- ebuild.sh, line 929: Called src_compile
- cscope-15.5-r5.ebuild, line 54: Called die
- !!! (no error message)
- !!! If you need support, post the topmost build error, and the call stack if relevant.
复制代码
这两个包都和emacs有关,难道是我的emacs装得有问题? |
|