LinuxSir.cn,穿越时空的Linuxsir!

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

[解决]安装gnome遇到的问题【orbit-2.14.9包不能编译安装】

[复制链接]
发表于 2007-10-10 18:02:41 | 显示全部楼层 |阅读模式
安装gnome遇到的问题,orbit-2.14.9包不能编译安装

这个是build.log的部分,原文件比较长,贴不进来,在附件里面~
设置了时间了,还是一样,不知道能不能看看是什么问题~

  1. mv -f .deps/orbit-idl-c-skelimpl.Tpo .deps/orbit-idl-c-skelimpl.Po
  2. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../.. -I../../include -DORBIT_BACKENDS_DIR=""/usr/lib64/orbit-2.0/idl-backends"" -DVERSION="2.14.9" -DORBIT2_INTERNAL_API -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include      -march=opteron -O2 -pipe -Werror-implicit-function-declaration -MT orbit-idl-c-utils.o -MD -MP -MF .deps/orbit-idl-c-utils.Tpo -c -o orbit-idl-c-utils.o orbit-idl-c-utils.c
  3. orbit-idl-c-utils.c: In function 'orbit_cbe_get_typespec_str':
  4. orbit-idl-c-utils.c:113: warning: format '%lld' expects type 'long long int', but argument 2 has type 'IDL_longlong_t'
  5. orbit-idl-c-utils.c:113: warning: format '%lld' expects type 'long long int', but argument 3 has type 'IDL_longlong_t'
  6. orbit-idl-c-utils.c: In function 'orbit_cbe_get_const':
  7. orbit-idl-c-utils.c:354: warning: format '%lld' expects type 'long long int', but argument 3 has type 'IDL_longlong_t'

  8. make[5]: warning:  Clock skew detected.  Your build may be incomplete.
  9. make[5]: Leaving directory `/var/tmp/portage/gnome-base/orbit-2.14.9/work/ORBit2-2.14.9/src/idl-compiler'
  10. (rm -f orbit-interface-common.c || true) > /dev/null
  11. ../../../src/idl-compiler/orbit-idl-2 --nostubs --noskels --showcpperrors --noheaders --deps .deps/orbit-interface.idl.P orbit-interface.idl
  12. orbit-idl-2 2.14.9 compiling
  13.   mode, show preprocessor errors, passes: common

  14. Processing file orbit-interface.idl
  15. cc1: note: obsolete option -I- used, please use -iquote instead
  16. (rm -f ../../../include/orbit/orb-core/orbit-interface.h ../../../include/orbit/orb-core/orbit-interface-stubs.c ../../../include/orbit/orb-core/orbit-interface-skels.c ../../../include/orbit/orb-core/orbit-interface-common.c ../../../include/orbit/orb-core/orbit-interface-imodule.c ../../../include/orbit/orb-core/orbit-interface-skelimpl.c || true) > /dev/null
  17. ../../../src/idl-compiler/orbit-idl-2 -I../../../src/idl/CORBA_PIDL -I../../../src/idl/CORBA -I../../../src/idl/misc -I../../../src/idl/interop -I. -D_PRE_3_0_COMPILER_ --noskels --nodefskels --nostubs --noidata --noheaders --define=Object=OObject --define=TypeCode=TTypeCode --showcpperrors --deps ../../../include/orbit/orb-core/.deps/orbit-interface.idl.P ../../../include/orbit/orb-core/../../../src/orb/orb-core/orbit-interface.idl
  18. orbit-idl-2 2.14.9 compiling
  19.   mode, show preprocessor errors, passes: common

  20. Processing file ../../../include/orbit/orb-core/../../../src/orb/orb-core/orbit-interface.idl
  21. cc1: note: obsolete option -I- used, please use -iquote instead
  22. ../../../include/orbit/orb-core/../../../src/orb/orb-core/orbit-interface.idl:15: Error: `TTypeCode' undeclared identifier

  23. ** (orbit-idl-2:4465): WARNING **: ../../../include/orbit/orb-core/../../../src/orb/orb-core/orbit-interface.idl compilation failed
  24. make[4]: *** [../../../include/orbit/orb-core/orbit-interface.h] Error 1
  25. make[4]: Leaving directory `/var/tmp/portage/gnome-base/orbit-2.14.9/work/ORBit2-2.14.9/src/orb/orb-core'
  26. make[3]: *** [install] Error 2
  27. make[3]: Leaving directory `/var/tmp/portage/gnome-base/orbit-2.14.9/work/ORBit2-2.14.9/src/orb/orb-core'
  28. make[2]: *** [install-recursive] Error 1
  29. make[2]: Leaving directory `/var/tmp/portage/gnome-base/orbit-2.14.9/work/ORBit2-2.14.9/src/orb'
  30. make[1]: *** [install-recursive] Error 1
  31. make[1]: Leaving directory `/var/tmp/portage/gnome-base/orbit-2.14.9/work/ORBit2-2.14.9/src'
  32. make: *** [install-recursive] Error 1
  33. *
  34. * ERROR: gnome-base/orbit-2.14.9 failed.
  35. * Call stack:
  36. *       ebuild.sh, line 1687:  Called dyn_install
  37. *       ebuild.sh, line 1124:  Called qa_call 'src_install'
  38. *       ebuild.sh, line   44:  Called src_install
  39. *       ebuild.sh, line 1369:  Called gnome2_src_install
  40. *   gnome2.eclass, line   85:  Called die
  41. * The specific snippet of code:
  42. *                   make DESTDIR=${D} "scrollkeeper_localstate_dir=${D}${sk_tmp_dir} " "$@" install || die "install failed"
  43. *  The die message:
  44. *   install failed
  45. *
  46. * If you need support, post the topmost build error, and the call stack if relevant.
  47. * A complete build log is located at '/var/tmp/portage/gnome-base/orbit-2.14.9/temp/build.log'.
  48. *

复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
发表于 2007-10-10 18:08:21 | 显示全部楼层
make[5]: warning:  Clock skew detected.  Your build may be incomplete.
先把系统时间和文件时间都搞定了,再重新emerge
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-10-10 18:13:46 | 显示全部楼层
时间不是
#date 101018142007
就可以了的么?

还要如何设置啊?

对不起,第一次用gentoo :(

我百度过了
#clock -t 设置过了日期时间了

直接 #emerge orbit 问题依旧
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-10-10 19:17:31 | 显示全部楼层
百度同时搜到这个帖子 http://forums.gentoo.tw/viewtopic.php?p=56797
台湾也有朋友遇到和我一样的问题,他最近更新发生的问题,难道是gentoo源包的问题?
回复 支持 反对

使用道具 举报

发表于 2007-10-10 19:25:21 | 显示全部楼层
文件呢?
find touch了么?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-10-12 08:57:23 | 显示全部楼层
我也跟那个台湾网上的朋友一样,重起几次,也不知道干了什么,单独安装这个包又装上了~
回复 支持 反对

使用道具 举报

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

本版积分规则

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