LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1131|回复: 2

安装CEDET出错,请帮忙看看

[复制链接]
发表于 2008-7-27 20:35:09 | 显示全部楼层 |阅读模式
系统是~AMD64,安装了EMACS-CVS,安装app-emacs/cedet-1.0_pre4-r2的时候出错,安装过程中信息较长,只帖一下最后的出错部分:
  1. In end of data:
  2. semantic-c-by.el:2068:1:Warning: the following functions are not known to be
  3.     defined: semantic-c-reconstitute-template, semantic-c-reconstitute-token,
  4.     semantic-expand-c-tag
  5. Wrote /var/tmp/portage/app-emacs/cedet-1.0_pre4-r2/work/cedet-1.0pre4/semantic/bovine/semantic-c-by.elc
  6. Wrote /var/tmp/portage/app-emacs/cedet-1.0_pre4-r2/work/cedet-1.0pre4/semantic/bovine/semantic-make-by.el
  7. Wrote /var/tmp/portage/app-emacs/cedet-1.0_pre4-r2/work/cedet-1.0pre4/semantic/bovine/semantic-make-by.elc
  8. Wrote /var/tmp/portage/app-emacs/cedet-1.0_pre4-r2/work/cedet-1.0pre4/semantic/bovine/semantic-scm-by.el
  9. Wrote /var/tmp/portage/app-emacs/cedet-1.0_pre4-r2/work/cedet-1.0pre4/semantic/bovine/semantic-scm-by.elc
  10. Wrote /var/tmp/portage/app-emacs/cedet-1.0_pre4-r2/work/cedet-1.0pre4/semantic/bovine/semantic-erlang-by.el
  11. Wrote /var/tmp/portage/app-emacs/cedet-1.0_pre4-r2/work/cedet-1.0pre4/semantic/bovine/semantic-erlang-by.elc
  12. for loadpath in . ../../common/ ../ ../../eieio/ ../wisent/ ../../speedbar/; do \
  13.            echo "(add-to-list 'load-path "$loadpath")" >> bovinator-compile-script; \
  14.         done;
  15. "/usr/bin/emacs" -batch --no-site-file -l bovinator-compile-script -f batch-byte-compile semantic-bovine.el bovine-grammar.el bovine-debug.el bovine-grammar-macros.el
  16. Loading `eieio': old-style backquotes detected!
  17. Wrote /var/tmp/portage/app-emacs/cedet-1.0_pre4-r2/work/cedet-1.0pre4/semantic/bovine/semantic-bovine.elc
  18. Wrote /var/tmp/portage/app-emacs/cedet-1.0_pre4-r2/work/cedet-1.0pre4/semantic/bovine/bovine-grammar.elc
  19. Wrote /var/tmp/portage/app-emacs/cedet-1.0_pre4-r2/work/cedet-1.0pre4/semantic/bovine/bovine-debug.elc
  20. Wrote /var/tmp/portage/app-emacs/cedet-1.0_pre4-r2/work/cedet-1.0pre4/semantic/bovine/bovine-grammar-macros.elc
  21. for loadpath in . ../../common/ ../ ../../eieio/ ../wisent/ ../../speedbar/; do \
  22.            echo "(add-to-list 'load-path "$loadpath")" >> languages-compile-script; \
  23.         done;
  24. "/usr/bin/emacs" -batch --no-site-file -l languages-compile-script -f batch-byte-compile semantic-c.el semantic-el.el semantic-make.el semantic-scm.el semantic-java.el erlang-edoc.el semantic-erlang.el

  25. In toplevel form:
  26. semantic-c.el:42:21:Error: Invalid read syntax: ")"
  27. Loading `eieio': old-style backquotes detected!
  28. Wrote /var/tmp/portage/app-emacs/cedet-1.0_pre4-r2/work/cedet-1.0pre4/semantic/bovine/semantic-el.elc
  29. Wrote /var/tmp/portage/app-emacs/cedet-1.0_pre4-r2/work/cedet-1.0pre4/semantic/bovine/semantic-make.elc
  30. Wrote /var/tmp/portage/app-emacs/cedet-1.0_pre4-r2/work/cedet-1.0pre4/semantic/bovine/semantic-scm.elc
  31. Wrote /var/tmp/portage/app-emacs/cedet-1.0_pre4-r2/work/cedet-1.0pre4/semantic/bovine/semantic-java.elc

  32. In end of data:
  33. erlang-edoc.el:241:1:Warning: the following functions might not be defined at
  34.     runtime: document-comment-line-prefix, document-comment-start,
  35.     document-comment-end
  36. Wrote /var/tmp/portage/app-emacs/cedet-1.0_pre4-r2/work/cedet-1.0pre4/semantic/bovine/erlang-edoc.elc
  37. Wrote /var/tmp/portage/app-emacs/cedet-1.0_pre4-r2/work/cedet-1.0pre4/semantic/bovine/semantic-erlang.elc
  38. make[2]: *** [languages] 错误 1
  39. make[2]: Leaving directory `/var/tmp/portage/app-emacs/cedet-1.0_pre4-r2/work/cedet-1.0pre4/semantic/bovine'
  40. make[1]: *** [bovinator] 错误 2
  41. make[1]: Leaving directory `/var/tmp/portage/app-emacs/cedet-1.0_pre4-r2/work/cedet-1.0pre4/semantic'
  42. make: *** [semantic] 错误 2
  43. *
  44. * ERROR: app-emacs/cedet-1.0_pre4-r2 failed.
  45. * Call stack:
  46. *               ebuild.sh, line   49:  Called src_compile
  47. *             environment, line 2624:  Called die
  48. * The specific snippet of code:
  49. *       emake -j1 EMACS=/usr/bin/emacs || die "emake failed"
  50. ### /etc/make.conf ###
  51. *  The die message:
  52. *   emake failed
  53. *
  54. * If you need support, post the topmost build error, and the call stack if relevant.
  55. * A complete build log is located at '/var/tmp/portage/app-emacs/cedet-1.0_pre4-r2/temp/build.log'.
  56. * The ebuild environment file is located at '/var/tmp/portage/app-emacs/cedet-1.0_pre4-r2/temp/environment'.
  57. *

  58. * Messages for package app-emacs/cedet-1.0_pre4-r2:

  59. *
  60. * ERROR: app-emacs/cedet-1.0_pre4-r2 failed.
  61. * Call stack:
  62. *               ebuild.sh, line   49:  Called src_compile
  63. *             environment, line 2624:  Called die
  64. * The specific snippet of code:
  65. *       emake -j1 EMACS=/usr/bin/emacs || die "emake failed"
  66. *  The die message:
  67. *   emake failed
  68. *
  69. * If you need support, post the topmost build error, and the call stack if relevant.
  70. * A complete build log is located at '/var/tmp/portage/app-emacs/cedet-1.0_pre4-r2/temp/build.log'.
  71. * The ebuild environment file is located at '/var/tmp/portage/app-emacs/cedet-1.0_pre4-r2/temp/environment'.
  72. *
复制代码


到GENTOO的BUG LIST查了一下,似乎用户反映说这个版本已经稳定,希望加入stable,看来应该是我的问题,请大家帮忙看看是什么原因。
发表于 2008-7-28 02:01:59 | 显示全部楼层
http://www.google.com/search?hl=en&q=semantic-c.el%3A42%3A21%3AError%3A+Invalid+read+syntax%3A+")"+&btnG=Google+Search

是emacs-cvs的问题. 最简单的办法是到一台有稳定版emacs的机器上编译好, 打包过来, 解开.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-7-28 03:18:45 | 显示全部楼层
Post by galilette;1879324
http://www.google.com/search?hl=en&q=semantic-c.el%3A42%3A21%3AError%3A+Invalid+read+syntax%3A+")"+&btnG=Google+Search

是emacs-cvs的问题. 最简单的办法是到一台有稳定版emacs的机器上编译好, 打包过来, 解开.


嗯,谢谢LS的朋友,看来我搜索技术还是不到家啊,呵呵
BTW:虽然每次用GOOGLE都是选择搜索所有语言的网页,但看来GOOGLE.CN的效果还是不如GOOGLE.COM啊!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表