LinuxSir.cn,穿越时空的Linuxsir!

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

软件装乱了 怎么办..

[复制链接]
发表于 2008-4-15 21:00:21 | 显示全部楼层 |阅读模式
不知不觉中 gentoo用了大半年了  软件装了多少自己也记不清了

用了 ...
emerge --depclean
之后
revdep-rebuild
发现很多gnome包 没办法成功编译 出现很多莫名其妙的错误
看似编译完成 但并未成功 没有什么错误提示

这种情况该如何处理呢

有没有办法让gentoo 恢复一个初始安装时的状态呢

补上错误代码
  1. emerge gnome-desktop
  2. Calculating dependencies... done!
  3. >>> Verifying ebuild Manifests...
  4. >>> Emerging (1 of 1) gnome-base/gnome-desktop-2.20.3 to /
  5. * gnome-desktop-2.20.3.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...           [ ok ]
  6. * checking ebuild checksums ;-) ...                                      [ ok ]
  7. * checking auxfile checksums ;-) ...                                     [ ok ]
  8. * checking miscfile checksums ;-) ...                                    [ ok ]
  9. * checking gnome-desktop-2.20.3.tar.bz2 ;-) ...                          [ ok ]
  10. * Filtering out invalid CFLAG "-fopenmp"
  11. * Filtering out invalid CXXFLAG "-fopenmp"
  12. >>> Unpacking source...
  13. >>> Unpacking gnome-desktop-2.20.3.tar.bz2 to /var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work
  14. tar: gnome-desktop-2.20.3/gnome-about/foundation-members.list:不可信的旧时间戳 1970-01-01 00:00:00
  15. * Fixing OMF Makefiles ...                                               [ ok ]
  16. * Running elibtoolize in: gnome-desktop-2.20.3
  17. *   Applying portage-1.5.10.patch ...
  18. *   Applying max_cmd_len-1.5.20.patch ...
  19. *   Applying sed-1.5.6.patch ...
  20. >>> Source unpacked.
  21. >>> Compiling source in /var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3 ...
  22. * econf: updating gnome-desktop-2.20.3/config.guess with /usr/share/gnuconfig/config.guess
  23. * econf: updating gnome-desktop-2.20.3/config.sub with /usr/share/gnuconfig/config.sub
  24. ./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-gnome-distributor=Gentoo --disable-scrollkeeper --disable-gtk-doc --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu
  25. checking for a BSD-compatible install... /usr/bin/install -c
  26. checking whether build environment is sane... yes
  27. checking for a thread-safe mkdir -p... /bin/mkdir -p
  28. checking for gawk... gawk
  29. checking whether make sets $(MAKE)... yes
  30. checking whether to enable maintainer-specific portions of Makefiles... no
  31. checking for style of include used by make... GNU
  32. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  33. checking for C compiler default output file name... a.out
  34. checking whether the C compiler works... yes
  35. checking whether we are cross compiling... no
  36. checking for suffix of executables...
  37. checking for suffix of object files... o
  38. checking whether we are using the GNU C compiler... yes
  39. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  40. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  41. checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3
  42. checking for intltool >= 0.35.0... 0.36.1 found
  43. checking for xgettext... /usr/bin/xgettext
  44. checking for msgmerge... /usr/bin/msgmerge
  45. checking for msgfmt... /usr/bin/msgfmt
  46. checking for perl... /usr/bin/perl
  47. checking for XML::Parser... ok
  48. checking for library containing strerror... none required
  49. checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
  50. checking whether we are using the GNU C compiler... (cached) yes
  51. checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
  52. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
  53. checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) gcc3
  54. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  55. checking for grep that handles long lines and -e... /bin/grep
  56. checking for egrep... /bin/grep -E
  57. checking for ANSI C header files... yes
  58. checking build system type... x86_64-pc-linux-gnu
  59. checking host system type... x86_64-pc-linux-gnu
  60. checking for a sed that does not truncate output... /bin/sed
  61. checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
  62. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  63. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  64. checking for BSD-compatible nm... /usr/bin/nm -B
  65. checking whether ln -s works... yes
  66. checking how to recognise dependent libraries... pass_all
  67. checking for sys/types.h... yes
  68. checking for sys/stat.h... yes
  69. checking for stdlib.h... yes
  70. checking for string.h... yes
  71. checking for memory.h... yes
  72. checking for strings.h... yes
  73. checking for inttypes.h... yes
  74. checking for stdint.h... yes
  75. checking for unistd.h... yes
  76. checking dlfcn.h usability... yes
  77. checking dlfcn.h presence... yes
  78. checking for dlfcn.h... yes
  79. checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
  80. checking whether we are using the GNU C++ compiler... yes
  81. checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
  82. checking dependency style of x86_64-pc-linux-gnu-g++... gcc3
  83. checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
  84. checking for x86_64-pc-linux-gnu-g77... no
  85. checking for x86_64-pc-linux-gnu-f77... no
  86. checking for x86_64-pc-linux-gnu-xlf... no
  87. checking for x86_64-pc-linux-gnu-frt... no
  88. checking for x86_64-pc-linux-gnu-pgf77... no
  89. checking for x86_64-pc-linux-gnu-cf77... no
  90. checking for x86_64-pc-linux-gnu-fort77... no
  91. checking for x86_64-pc-linux-gnu-fl32... no
  92. checking for x86_64-pc-linux-gnu-af77... no
  93. checking for x86_64-pc-linux-gnu-f90... no
  94. checking for x86_64-pc-linux-gnu-xlf90... no
  95. checking for x86_64-pc-linux-gnu-pgf90... no
  96. checking for x86_64-pc-linux-gnu-pghpf... no
  97. checking for x86_64-pc-linux-gnu-epcf90... no
  98. checking for x86_64-pc-linux-gnu-gfortran... x86_64-pc-linux-gnu-gfortran
  99. checking whether we are using the GNU Fortran 77 compiler... yes
  100. checking whether x86_64-pc-linux-gnu-gfortran accepts -g... yes
  101. checking the maximum length of command line arguments... 32768
  102. checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok
  103. checking for objdir... .libs
  104. checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
  105. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  106. checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
  107. checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
  108. checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC
  109. checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC works... yes
  110. checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
  111. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
  112. checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  113. checking whether -lc should be explicitly linked in... no
  114. checking dynamic linker characteristics... GNU/Linux ld.so
  115. checking how to hardcode library paths into programs... immediate
  116. checking whether stripping libraries is possible... yes
  117. checking if libtool supports shared libraries... yes
  118. checking whether to build shared libraries... yes
  119. checking whether to build static libraries... yes
  120. configure: creating libtool
  121. appending configuration tag "CXX" to libtool
  122. checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
  123. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
  124. checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  125. checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC
  126. checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC works... yes
  127. checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes
  128. checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
  129. checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  130. checking dynamic linker characteristics... GNU/Linux ld.so
  131. checking how to hardcode library paths into programs... immediate
  132. appending configuration tag "F77" to libtool
  133. checking if libtool supports shared libraries... yes
  134. checking whether to build shared libraries... yes
  135. checking whether to build static libraries... yes
  136. checking for x86_64-pc-linux-gnu-gfortran option to produce PIC... -fPIC
  137. checking if x86_64-pc-linux-gnu-gfortran PIC flag -fPIC works... yes
  138. checking if x86_64-pc-linux-gnu-gfortran static flag -static works... yes
  139. checking if x86_64-pc-linux-gnu-gfortran supports -c -o file.o... yes
  140. checking whether the x86_64-pc-linux-gnu-gfortran linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  141. checking dynamic linker characteristics... GNU/Linux ld.so
  142. checking how to hardcode library paths into programs... immediate
  143. checking for x86_64-pc-linux-gnu-pkg-config... no
  144. checking for pkg-config... /usr/bin/pkg-config
  145. checking pkg-config is at least version 0.9.0... yes
  146. checking whether gcc understands -Wno-sign-compare... yes
  147. checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare
  148. checking what language compliance flags to pass to the C compiler...
  149. Building with libstartup-notification
  150. checking for GNOME_DESKTOP... yes
  151. checking for GNOME_ABOUT... yes
  152. checking for scrollkeeper-config... /usr/bin/scrollkeeper-config
  153. checking locale.h usability... yes
  154. checking locale.h presence... yes
  155. checking for locale.h... yes
  156. checking for LC_MESSAGES... yes
  157. checking libintl.h usability... yes
  158. checking libintl.h presence... yes
  159. checking for libintl.h... yes
  160. checking for ngettext in libc... yes
  161. checking for dgettext in libc... yes
  162. checking for bind_textdomain_codeset... yes
  163. checking for msgfmt... (cached) /usr/bin/msgfmt
  164. checking for dcgettext... yes
  165. checking if msgfmt accepts -c... yes
  166. checking for gmsgfmt... /usr/bin/gmsgfmt
  167. checking for xgettext... (cached) /usr/bin/xgettext
  168. checking for mawk... no
  169. checking for gawk... /bin/gawk
  170. checking for perl5... no
  171. checking for perl... /usr/bin/perl
  172. checking whether to build gtk-doc documentation... no
  173. checking for gtkdoc-check... no
  174. configure: creating ./config.status
  175. config.status: creating Makefile
  176. config.status: creating gnome-about/Makefile
  177. config.status: creating gnome-about/gnome-about.desktop.in
  178. config.status: creating gnome-about/headers/Makefile
  179. config.status: creating libgnome-desktop/Makefile
  180. config.status: creating libgnome-desktop/libgnome/Makefile
  181. config.status: creating libgnome-desktop/libgnomeui/Makefile
  182. config.status: creating libgnome-desktop/gnome-desktop-2.0.pc
  183. config.status: creating libgnome-desktop/gnome-desktop-2.0-uninstalled.pc
  184. config.status: creating docs/Makefile
  185. config.status: creating docs/reference/Makefile
  186. config.status: creating docs/reference/gnome-desktop/Makefile
  187. config.status: creating gnome-version.xml.in
  188. config.status: creating po/Makefile.in
  189. config.status: creating pixmaps/Makefile
  190. config.status: creating desktop-docs/Makefile
  191. config.status: creating desktop-docs/fdl/Makefile
  192. config.status: creating desktop-docs/gpl/Makefile
  193. config.status: creating desktop-docs/lgpl/Makefile
  194. config.status: creating man/Makefile
  195. config.status: creating config.h
  196. config.status: executing depfiles commands
  197. config.status: executing intltool commands
  198. config.status: executing default-1 commands
  199. config.status: executing po/stamp-it commands
  200. make  all-recursive
  201. make[1]: Entering directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3'
  202. Making all in po
  203. make[2]: Entering directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/po'
  204. file=`echo zh_CN | sed 's,.*/,,'`.gmo \
  205.           && rm -f $file && /usr/bin/gmsgfmt -o $file zh_CN.po
  206. file=`echo zh_TW | sed 's,.*/,,'`.gmo \
  207.           && rm -f $file && /usr/bin/gmsgfmt -o $file zh_TW.po
  208. file=`echo ja | sed 's,.*/,,'`.gmo \
  209.           && rm -f $file && /usr/bin/gmsgfmt -o $file ja.po
  210. make[2]: Leaving directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/po'
  211. Making all in libgnome-desktop
  212. make[2]: Entering directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/libgnome-desktop'
  213. Making all in libgnome
  214. make[3]: Entering directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/libgnome-desktop/libgnome'
  215. make[3]: Nothing to be done for `all'.
  216. make[3]: Leaving directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/libgnome-desktop/libgnome'
  217. Making all in libgnomeui
  218. make[3]: Entering directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/libgnome-desktop/libgnomeui'
  219. make[3]: Nothing to be done for `all'.
  220. make[3]: Leaving directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/libgnome-desktop/libgnomeui'
  221. make[3]: Entering directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/libgnome-desktop'
  222. /bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DGNOMELOCALEDIR=""/usr/share/locale"" -DGNOME_DESKTOP_SYSCONFDIR=""/etc"" -DGNOME_DESKTOP_PIXMAPDIR=""/usr/share/pixmaps"" -DGNOME_DESKTOP_ICONDIR=""/usr/share/icons"" -DGNOME_CORE_INTERNAL -DDATADIR=""/usr/share/gnome-desktop"" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare   -DORBIT2=1 -pthread -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/gail-1.0 -I/usr/include/startup-notification-1.0      -march=athlon64 -mtune=athlon64 -O3 -msse2 -m3dnow -fomit-frame-pointer -pipe  -MT gnome-desktop-item.lo -MD -MP -MF .deps/gnome-desktop-item.Tpo -c -o gnome-desktop-item.lo gnome-desktop-item.c
  223. /bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DGNOMELOCALEDIR=""/usr/share/locale"" -DGNOME_DESKTOP_SYSCONFDIR=""/etc"" -DGNOME_DESKTOP_PIXMAPDIR=""/usr/share/pixmaps"" -DGNOME_DESKTOP_ICONDIR=""/usr/share/icons"" -DGNOME_CORE_INTERNAL -DDATADIR=""/usr/share/gnome-desktop"" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare   -DORBIT2=1 -pthread -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/gail-1.0 -I/usr/include/startup-notification-1.0      -march=athlon64 -mtune=athlon64 -O3 -msse2 -m3dnow -fomit-frame-pointer -pipe  -MT gnome-ditem-edit.lo -MD -MP -MF .deps/gnome-ditem-edit.Tpo -c -o gnome-ditem-edit.lo gnome-ditem-edit.c
  224. /bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DGNOMELOCALEDIR=""/usr/share/locale"" -DGNOME_DESKTOP_SYSCONFDIR=""/etc"" -DGNOME_DESKTOP_PIXMAPDIR=""/usr/share/pixmaps"" -DGNOME_DESKTOP_ICONDIR=""/usr/share/icons"" -DGNOME_CORE_INTERNAL -DDATADIR=""/usr/share/gnome-desktop"" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare   -DORBIT2=1 -pthread -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/gail-1.0 -I/usr/include/startup-notification-1.0      -march=athlon64 -mtune=athlon64 -O3 -msse2 -m3dnow -fomit-frame-pointer -pipe  -MT gnome-hint.lo -MD -MP -MF .deps/gnome-hint.Tpo -c -o gnome-hint.lo gnome-hint.c
  225. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DGNOMELOCALEDIR=""/usr/share/locale"" -DGNOME_DESKTOP_SYSCONFDIR=""/etc"" -DGNOME_DESKTOP_PIXMAPDIR=""/usr/share/pixmaps"" -DGNOME_DESKTOP_ICONDIR=""/usr/share/icons"" -DGNOME_CORE_INTERNAL -DDATADIR=""/usr/share/gnome-desktop"" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare   -DORBIT2=1 -pthread -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/gail-1.0 -I/usr/include/startup-notification-1.0      -march=athlon64 -mtune=athlon64 -O3 -msse2 -m3dnow -fomit-frame-pointer -pipe  -MT test-ditem.o -MD -MP -MF .deps/test-ditem.Tpo -c -o test-ditem.o test-ditem.c
  226. mkdir .libs
  227. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DGNOMELOCALEDIR="/usr/share/locale" -DGNOME_DESKTOP_SYSCONFDIR="/etc" -DGNOME_DESKTOP_PIXMAPDIR="/usr/share/pixmaps" -DGNOME_DESKTOP_ICONDIR="/usr/share/icons" -DGNOME_CORE_INTERNAL -DDATADIR="/usr/share/gnome-desktop" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -DORBIT2=1 -pthread -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/gail-1.0 -I/usr/include/startup-notification-1.0 -march=athlon64 -mtune=athlon64 -O3 -msse2 -m3dnow -fomit-frame-pointer -pipe -MT gnome-ditem-edit.lo -MD -MP -MF .deps/gnome-ditem-edit.Tpo -c gnome-ditem-edit.c  -fPIC -DPIC -o .libs/gnome-ditem-edit.o
  228. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DGNOMELOCALEDIR="/usr/share/locale" -DGNOME_DESKTOP_SYSCONFDIR="/etc" -DGNOME_DESKTOP_PIXMAPDIR="/usr/share/pixmaps" -DGNOME_DESKTOP_ICONDIR="/usr/share/icons" -DGNOME_CORE_INTERNAL -DDATADIR="/usr/share/gnome-desktop" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -DORBIT2=1 -pthread -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/gail-1.0 -I/usr/include/startup-notification-1.0 -march=athlon64 -mtune=athlon64 -O3 -msse2 -m3dnow -fomit-frame-pointer -pipe -MT gnome-desktop-item.lo -MD -MP -MF .deps/gnome-desktop-item.Tpo -c gnome-desktop-item.c  -fPIC -DPIC -o .libs/gnome-desktop-item.o
  229. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DGNOMELOCALEDIR="/usr/share/locale" -DGNOME_DESKTOP_SYSCONFDIR="/etc" -DGNOME_DESKTOP_PIXMAPDIR="/usr/share/pixmaps" -DGNOME_DESKTOP_ICONDIR="/usr/share/icons" -DGNOME_CORE_INTERNAL -DDATADIR="/usr/share/gnome-desktop" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -DORBIT2=1 -pthread -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/gail-1.0 -I/usr/include/startup-notification-1.0 -march=athlon64 -mtune=athlon64 -O3 -msse2 -m3dnow -fomit-frame-pointer -pipe -MT gnome-hint.lo -MD -MP -MF .deps/gnome-hint.Tpo -c gnome-hint.c  -fPIC -DPIC -o .libs/gnome-hint.o
  230. In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
  231.                  from /usr/include/libgnome-2.0/libgnome/gnome-i18n.h:41,
  232.                  from /usr/include/libgnome-2.0/libgnome/libgnome.h:30,
  233.                  from gnome-hint.c:28:
  234. /usr/include/glib-2.0/glib/gi18n.h:25:1: warning: "_" redefined
  235. In file included from gnome-hint.c:27:
  236. /usr/include/glib-2.0/glib/gi18n-lib.h:30:1: warning: this is the location of the previous definition
  237. In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
  238.                  from /usr/include/libgnome-2.0/libgnome/gnome-i18n.h:41,
  239.                  from /usr/include/libgnome-2.0/libgnome/libgnome.h:30,
  240.                  from gnome-hint.c:28:
  241. /usr/include/glib-2.0/glib/gi18n.h:26:1: warning: "Q_" redefined
  242. In file included from gnome-hint.c:27:
  243. /usr/include/glib-2.0/glib/gi18n-lib.h:31:1: warning: this is the location of the previous definition
  244. mv -f .deps/test-ditem.Tpo .deps/test-ditem.Po
  245. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DGNOMELOCALEDIR=""/usr/share/locale"" -DGNOME_DESKTOP_SYSCONFDIR=""/etc"" -DGNOME_DESKTOP_PIXMAPDIR=""/usr/share/pixmaps"" -DGNOME_DESKTOP_ICONDIR=""/usr/share/icons"" -DGNOME_CORE_INTERNAL -DDATADIR=""/usr/share/gnome-desktop"" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare   -DORBIT2=1 -pthread -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/gail-1.0 -I/usr/include/startup-notification-1.0      -march=athlon64 -mtune=athlon64 -O3 -msse2 -m3dnow -fomit-frame-pointer -pipe  -MT test-hint.o -MD -MP -MF .deps/test-hint.Tpo -c -o test-hint.o test-hint.c
  246. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DGNOMELOCALEDIR="/usr/share/locale" -DGNOME_DESKTOP_SYSCONFDIR="/etc" -DGNOME_DESKTOP_PIXMAPDIR="/usr/share/pixmaps" -DGNOME_DESKTOP_ICONDIR="/usr/share/icons" -DGNOME_CORE_INTERNAL -DDATADIR="/usr/share/gnome-desktop" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -DORBIT2=1 -pthread -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/gail-1.0 -I/usr/include/startup-notification-1.0 -march=athlon64 -mtune=athlon64 -O3 -msse2 -m3dnow -fomit-frame-pointer -pipe -MT gnome-hint.lo -MD -MP -MF .deps/gnome-hint.Tpo -c gnome-hint.c -o gnome-hint.o >/dev/null 2>&1
  247. mv -f .deps/test-hint.Tpo .deps/test-hint.Po
  248. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DGNOMELOCALEDIR="/usr/share/locale" -DGNOME_DESKTOP_SYSCONFDIR="/etc" -DGNOME_DESKTOP_PIXMAPDIR="/usr/share/pixmaps" -DGNOME_DESKTOP_ICONDIR="/usr/share/icons" -DGNOME_CORE_INTERNAL -DDATADIR="/usr/share/gnome-desktop" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -DORBIT2=1 -pthread -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/gail-1.0 -I/usr/include/startup-notification-1.0 -march=athlon64 -mtune=athlon64 -O3 -msse2 -m3dnow -fomit-frame-pointer -pipe -MT gnome-ditem-edit.lo -MD -MP -MF .deps/gnome-ditem-edit.Tpo -c gnome-ditem-edit.c -o gnome-ditem-edit.o >/dev/null 2>&1
  249. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DGNOMELOCALEDIR=""/usr/share/locale"" -DGNOME_DESKTOP_SYSCONFDIR=""/etc"" -DGNOME_DESKTOP_PIXMAPDIR=""/usr/share/pixmaps"" -DGNOME_DESKTOP_ICONDIR=""/usr/share/icons"" -DGNOME_CORE_INTERNAL -DDATADIR=""/usr/share/gnome-desktop"" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare   -DORBIT2=1 -pthread -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/gail-1.0 -I/usr/include/startup-notification-1.0      -march=athlon64 -mtune=athlon64 -O3 -msse2 -m3dnow -fomit-frame-pointer -pipe  -MT test-ditem-edit.o -MD -MP -MF .deps/test-ditem-edit.Tpo -c -o test-ditem-edit.o test-ditem-edit.c
  250. mv -f .deps/gnome-hint.Tpo .deps/gnome-hint.Plo
  251. mv -f .deps/test-ditem-edit.Tpo .deps/test-ditem-edit.Po
  252. mv -f .deps/gnome-ditem-edit.Tpo .deps/gnome-ditem-edit.Plo
  253. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DGNOMELOCALEDIR="/usr/share/locale" -DGNOME_DESKTOP_SYSCONFDIR="/etc" -DGNOME_DESKTOP_PIXMAPDIR="/usr/share/pixmaps" -DGNOME_DESKTOP_ICONDIR="/usr/share/icons" -DGNOME_CORE_INTERNAL -DDATADIR="/usr/share/gnome-desktop" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -DORBIT2=1 -pthread -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/gail-1.0 -I/usr/include/startup-notification-1.0 -march=athlon64 -mtune=athlon64 -O3 -msse2 -m3dnow -fomit-frame-pointer -pipe -MT gnome-desktop-item.lo -MD -MP -MF .deps/gnome-desktop-item.Tpo -c gnome-desktop-item.c -o gnome-desktop-item.o >/dev/null 2>&1
  254. mv -f .deps/gnome-desktop-item.Tpo .deps/gnome-desktop-item.Plo
  255. /bin/sh ../libtool --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc  -march=athlon64 -mtune=athlon64 -O3 -msse2 -m3dnow -fomit-frame-pointer -pipe  -version-info 5:16:3 -no-undefined  -o libgnome-desktop-2.la -rpath /usr/lib64 gnome-desktop-item.lo gnome-ditem-edit.lo gnome-hint.lo -pthread -lxml2 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgnomevfs-2 -lgconf-2 -lgmodule-2.0 -ldl -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0 -lstartup-notification-1
  256. x86_64-pc-linux-gnu-gcc -shared  .libs/gnome-desktop-item.o .libs/gnome-ditem-edit.o .libs/gnome-hint.o  /usr/lib64/libxml2.so /usr/lib64/libgnomeui-2.so -L/usr/lib64 /usr/lib64/libSM.so /usr/lib64/libICE.so /usr/lib64/libbonoboui-2.so /usr/lib64/libgnomecanvas-2.so /usr/lib64/libgnome-2.so /usr/lib64/libpopt.so /usr/lib64/libbonobo-2.so /usr/lib64/libbonobo-activation.so /usr/lib64/libart_lgpl_2.so /usr/lib64/libgtk-x11-2.0.so /usr/lib64/libgdk-x11-2.0.so /usr/lib64/libatk-1.0.so /usr/lib64/libgdk_pixbuf-2.0.so /usr/lib64/libpangocairo-1.0.so /usr/lib64/libpango-1.0.so /usr/lib64/libcairo.so /usr/lib64/libgnomevfs-2.so /usr/lib64/libgconf-2.so /usr/lib64/libgmodule-2.0.so -ldl /usr/lib64/libORBit-2.so /usr/lib64/libgthread-2.0.so -lrt /usr/lib64/libgobject-2.0.so /usr/lib64/libglib-2.0.so /usr/lib64/libstartup-notification-1.so  -march=athlon64 -mtune=athlon64 -msse2 -m3dnow -pthread -Wl,-soname -Wl,libgnome-desktop-2.so.2 -o .libs/libgnome-desktop-2.so.2.3.16
  257. (cd .libs && rm -f libgnome-desktop-2.so.2 && ln -s libgnome-desktop-2.so.2.3.16 libgnome-desktop-2.so.2)
  258. (cd .libs && rm -f libgnome-desktop-2.so && ln -s libgnome-desktop-2.so.2.3.16 libgnome-desktop-2.so)
  259. x86_64-pc-linux-gnu-ar cru .libs/libgnome-desktop-2.a  gnome-desktop-item.o gnome-ditem-edit.o gnome-hint.o
  260. x86_64-pc-linux-gnu-ranlib .libs/libgnome-desktop-2.a
  261. creating libgnome-desktop-2.la
  262. (cd .libs && rm -f libgnome-desktop-2.la && ln -s ../libgnome-desktop-2.la libgnome-desktop-2.la)
  263. /bin/sh ../libtool --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc  -march=athlon64 -mtune=athlon64 -O3 -msse2 -m3dnow -fomit-frame-pointer -pipe    -o test-ditem test-ditem.o libgnome-desktop-2.la -pthread -lxml2 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgnomevfs-2 -lgconf-2 -lgmodule-2.0 -ldl -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0 -lstartup-notification-1
  264. /bin/sh ../libtool --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc  -march=athlon64 -mtune=athlon64 -O3 -msse2 -m3dnow -fomit-frame-pointer -pipe    -o test-hint test-hint.o libgnome-desktop-2.la -pthread -lxml2 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgnomevfs-2 -lgconf-2 -lgmodule-2.0 -ldl -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0 -lstartup-notification-1
  265. /bin/sh ../libtool --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc  -march=athlon64 -mtune=athlon64 -O3 -msse2 -m3dnow -fomit-frame-pointer -pipe    -o test-ditem-edit test-ditem-edit.o libgnome-desktop-2.la -pthread -lxml2 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgnomevfs-2 -lgconf-2 -lgmodule-2.0 -ldl -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0 -lstartup-notification-1
  266. x86_64-pc-linux-gnu-gcc -march=athlon64 -mtune=athlon64 -O3 -msse2 -m3dnow -fomit-frame-pointer -pipe -o .libs/test-ditem-edit test-ditem-edit.o -pthread  ./.libs/libgnome-desktop-2.so -L/usr/lib64 /usr/lib64/libgnomeui-2.so /usr/lib64/libgnome-keyring.so /usr/lib64/libjpeg.so /usr/lib64/libbonoboui-2.so /usr/lib64/libgnomecanvas-2.so /usr/lib64/libgailutil.so /usr/lib64/libgnome-2.so /usr/lib64/libesd.so /usr/lib64/libasound.so /usr/lib64/libaudiofile.so /usr/lib64/libpopt.so /usr/lib64/libbonobo-2.so /usr/lib64/libbonobo-activation.so /usr/lib64/libORBitCosNaming-2.so /usr/lib64/libart_lgpl_2.so /usr/lib64/libgtk-x11-2.0.so /usr/lib64/libgdk-x11-2.0.so /usr/lib64/libatk-1.0.so /usr/lib64/libgdk_pixbuf-2.0.so /usr/lib64/libpangocairo-1.0.so /usr/lib64/libpangoft2-1.0.so /usr/lib64/libpango-1.0.so /usr/lib64/libcairo.so /usr/lib64/libfontconfig.so /usr/lib64/libfreetype.so /usr/lib64/libglitz-glx.so /usr/lib64/libglitz.so /usr/lib64/libGL.so /usr/lib64/libXmu.so /usr/lib64/libXt.so /usr/lib64/libXext.so /usr/lib64/libXi.so /usr/lib64/libpng12.so /usr/lib64/libXrender.so /usr/lib64/libgnomevfs-2.so /usr/lib64/libxml2.so -lm /usr/lib64/libdbus-glib-1.so -lnsl /usr/lib64/libdbus-1.so /usr/lib64/libgnutls.so -lz /usr/lib64/libtasn1.so /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so -lresolv -lutil /usr/lib64/libgconf-2.so /usr/lib64/libORBit-2.so /usr/lib64/libgmodule-2.0.so /usr/lib64/libgthread-2.0.so -lpthread -lrt /usr/lib64/libgobject-2.0.so /usr/lib64/libglib-2.0.so /usr/lib64/libstartup-notification-1.so /usr/lib64/libSM.so /usr/lib64/libICE.so /usr/lib64/libX11.so /usr/lib64/libXau.so /usr/lib64/libXdmcp.so -ldl
  267. x86_64-pc-linux-gnu-gcc -march=athlon64 -mtune=athlon64 -O3 -msse2 -m3dnow -fomit-frame-pointer -pipe -o .libs/test-ditem test-ditem.o -pthread  ./.libs/libgnome-desktop-2.so -L/usr/lib64 /usr/lib64/libgnomeui-2.so /usr/lib64/libgnome-keyring.so /usr/lib64/libjpeg.so /usr/lib64/libbonoboui-2.so /usr/lib64/libgnomecanvas-2.so /usr/lib64/libgailutil.so /usr/lib64/libgnome-2.so /usr/lib64/libesd.so /usr/lib64/libasound.so /usr/lib64/libaudiofile.so /usr/lib64/libpopt.so /usr/lib64/libbonobo-2.so /usr/lib64/libbonobo-activation.so /usr/lib64/libORBitCosNaming-2.so /usr/lib64/libart_lgpl_2.so /usr/lib64/libgtk-x11-2.0.so /usr/lib64/libgdk-x11-2.0.so /usr/lib64/libatk-1.0.so /usr/lib64/libgdk_pixbuf-2.0.so /usr/lib64/libpangocairo-1.0.so /usr/lib64/libpangoft2-1.0.so /usr/lib64/libpango-1.0.so /usr/lib64/libcairo.so /usr/lib64/libfontconfig.so /usr/lib64/libfreetype.so /usr/lib64/libglitz-glx.so /usr/lib64/libglitz.so /usr/lib64/libGL.so /usr/lib64/libXmu.so /usr/lib64/libXt.so /usr/lib64/libXext.so /usr/lib64/libXi.so /usr/lib64/libpng12.so /usr/lib64/libXrender.so /usr/lib64/libgnomevfs-2.so /usr/lib64/libxml2.so -lm /usr/lib64/libdbus-glib-1.so -lnsl /usr/lib64/libdbus-1.so /usr/lib64/libgnutls.so -lz /usr/lib64/libtasn1.so /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so -lresolv -lutil /usr/lib64/libgconf-2.so /usr/lib64/libORBit-2.so /usr/lib64/libgmodule-2.0.so /usr/lib64/libgthread-2.0.so -lpthread -lrt /usr/lib64/libgobject-2.0.so /usr/lib64/libglib-2.0.so /usr/lib64/libstartup-notification-1.so /usr/lib64/libSM.so /usr/lib64/libICE.so /usr/lib64/libX11.so /usr/lib64/libXau.so /usr/lib64/libXdmcp.so -ldl
  268. creating test-ditem-edit
  269. x86_64-pc-linux-gnu-gcc -march=athlon64 -mtune=athlon64 -O3 -msse2 -m3dnow -fomit-frame-pointer -pipe -o .libs/test-hint test-hint.o -pthread  ./.libs/libgnome-desktop-2.so -L/usr/lib64 /usr/lib64/libgnomeui-2.so /usr/lib64/libgnome-keyring.so /usr/lib64/libjpeg.so /usr/lib64/libbonoboui-2.so /usr/lib64/libgnomecanvas-2.so /usr/lib64/libgailutil.so /usr/lib64/libgnome-2.so /usr/lib64/libesd.so /usr/lib64/libasound.so /usr/lib64/libaudiofile.so /usr/lib64/libpopt.so /usr/lib64/libbonobo-2.so /usr/lib64/libbonobo-activation.so /usr/lib64/libORBitCosNaming-2.so /usr/lib64/libart_lgpl_2.so /usr/lib64/libgtk-x11-2.0.so /usr/lib64/libgdk-x11-2.0.so /usr/lib64/libatk-1.0.so /usr/lib64/libgdk_pixbuf-2.0.so /usr/lib64/libpangocairo-1.0.so /usr/lib64/libpangoft2-1.0.so /usr/lib64/libpango-1.0.so /usr/lib64/libcairo.so /usr/lib64/libfontconfig.so /usr/lib64/libfreetype.so /usr/lib64/libglitz-glx.so /usr/lib64/libglitz.so /usr/lib64/libGL.so /usr/lib64/libXmu.so /usr/lib64/libXt.so /usr/lib64/libXext.so /usr/lib64/libXi.so /usr/lib64/libpng12.so /usr/lib64/libXrender.so /usr/lib64/libgnomevfs-2.so /usr/lib64/libxml2.so -lm /usr/lib64/libdbus-glib-1.so -lnsl /usr/lib64/libdbus-1.so /usr/lib64/libgnutls.so -lz /usr/lib64/libtasn1.so /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so -lresolv -lutil /usr/lib64/libgconf-2.so /usr/lib64/libORBit-2.so /usr/lib64/libgmodule-2.0.so /usr/lib64/libgthread-2.0.so -lpthread -lrt /usr/lib64/libgobject-2.0.so /usr/lib64/libglib-2.0.so /usr/lib64/libstartup-notification-1.so /usr/lib64/libSM.so /usr/lib64/libICE.so /usr/lib64/libX11.so /usr/lib64/libXau.so /usr/lib64/libXdmcp.so -ldl
  270. creating test-ditem
  271. creating test-hint
  272. make[3]: Leaving directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/libgnome-desktop'
  273. make[2]: Leaving directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/libgnome-desktop'
  274. Making all in gnome-about
  275. make[2]: Entering directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/gnome-about'
  276. Making all in headers
  277. make[3]: Entering directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/gnome-about/headers'
  278. make[3]: Nothing to be done for `all'.
  279. make[3]: Leaving directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/gnome-about/headers'
  280. make[3]: Entering directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/gnome-about'
  281. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare   -DORBIT2=1 -pthread -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/gail-1.0    -DGNOMELOCALEDIR=""/usr/share/locale"" -DGNOME_ICONDIR=""/usr/share/pixmaps"" -DDATADIR="/usr/share/gnome-about"    -march=athlon64 -mtune=athlon64 -O3 -msse2 -m3dnow -fomit-frame-pointer -pipe  -MT gnome-about.o -MD -MP -MF .deps/gnome-about.Tpo -c -o gnome-about.o gnome-about.c
  282. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare   -DORBIT2=1 -pthread -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/gail-1.0    -DGNOMELOCALEDIR=""/usr/share/locale"" -DGNOME_ICONDIR=""/usr/share/pixmaps"" -DDATADIR="/usr/share/gnome-about"    -march=athlon64 -mtune=athlon64 -O3 -msse2 -m3dnow -fomit-frame-pointer -pipe  -MT contributors.o -MD -MP -MF .deps/contributors.Tpo -c -o contributors.o contributors.c
  283. LC_ALL=C ../intltool-merge -d -u -c ../po/.intltool-merge-cache ../po gnome-about.desktop.in gnome-about.desktop
  284. mv -f .deps/contributors.Tpo .deps/contributors.Po
  285. Generating and caching the translation database
  286. Merging translations into gnome-about.desktop.
  287. mv -f .deps/gnome-about.Tpo .deps/gnome-about.Po
  288. /bin/sh ../libtool --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc  -march=athlon64 -mtune=athlon64 -O3 -msse2 -m3dnow -fomit-frame-pointer -pipe    -o gnome-about gnome-about.o contributors.o -pthread -lxml2 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lgconf-2 -lORBit-2 -lgthread-2.0 -lrt -lgnomecanvas-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
  289. mkdir .libs
  290. x86_64-pc-linux-gnu-gcc -march=athlon64 -mtune=athlon64 -O3 -msse2 -m3dnow -fomit-frame-pointer -pipe -o gnome-about gnome-about.o contributors.o -pthread  /usr/lib64/libgnomeui-2.so -L/usr/lib64 /usr/lib64/libgnome-keyring.so /usr/lib64/libjpeg.so /usr/lib64/libbonoboui-2.so /usr/lib64/libgnome-2.so /usr/lib64/libgnomevfs-2.so /usr/lib64/libdbus-glib-1.so /usr/lib64/libdbus-1.so /usr/lib64/libgnutls.so /usr/lib64/libtasn1.so /usr/lib64/libgcrypt.so -lnsl /usr/lib64/libgpg-error.so -lresolv -lutil /usr/lib64/libesd.so /usr/lib64/libasound.so /usr/lib64/libaudiofile.so /usr/lib64/libpopt.so /usr/lib64/libbonobo-2.so /usr/lib64/libbonobo-activation.so /usr/lib64/libORBitCosNaming-2.so /usr/lib64/libgconf-2.so /usr/lib64/libORBit-2.so /usr/lib64/libgthread-2.0.so -lrt /usr/lib64/libgnomecanvas-2.so /usr/lib64/libgailutil.so /usr/lib64/libart_lgpl_2.so /usr/lib64/libgtk-x11-2.0.so /usr/lib64/libgdk-x11-2.0.so /usr/lib64/libatk-1.0.so /usr/lib64/libgdk_pixbuf-2.0.so /usr/lib64/libpangocairo-1.0.so /usr/lib64/libpangoft2-1.0.so /usr/lib64/libpango-1.0.so /usr/lib64/libcairo.so /usr/lib64/libfontconfig.so /usr/lib64/libfreetype.so /usr/lib64/libxml2.so /usr/lib64/libglitz-glx.so /usr/lib64/libglitz.so /usr/lib64/libGL.so /usr/lib64/libSM.so /usr/lib64/libICE.so /usr/lib64/libXmu.so /usr/lib64/libXt.so /usr/lib64/libXext.so /usr/lib64/libXi.so -lpthread /usr/lib64/libpng12.so -lz /usr/lib64/libXrender.so /usr/lib64/libX11.so /usr/lib64/libXau.so /usr/lib64/libXdmcp.so -lm /usr/lib64/libgobject-2.0.so /usr/lib64/libgmodule-2.0.so -ldl /usr/lib64/libglib-2.0.so
  291. make[3]: Leaving directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/gnome-about'
  292. make[2]: Leaving directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/gnome-about'
  293. Making all in pixmaps
  294. make[2]: Entering directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/pixmaps'
  295. make[2]: Nothing to be done for `all'.
  296. make[2]: Leaving directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/pixmaps'
  297. Making all in desktop-docs
  298. make[2]: Entering directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/desktop-docs'
  299. Making all in fdl
  300. make[3]: Entering directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/desktop-docs/fdl'
  301. xsltproc -o fdl-C.omf --stringparam db2omf.basename fdl --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang C --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/desktop-docs/fdl/fdl.omf.in"  `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` C/fdl.xml || { rm -f "fdl-C.omf"; exit 1; }
  302. make[3]: Leaving directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/desktop-docs/fdl'
  303. Making all in gpl
  304. make[3]: Entering directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/desktop-docs/gpl'
  305. if ! test -d zh_CN/; then mkdir zh_CN/; fi
  306. if [ -f "C/gpl.xml" ]; then d="../"; else d="/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/desktop-docs/gpl/"; fi; \
  307.         (cd zh_CN/ && \
  308.           `which xml2po` -e -p \
  309.             "${d}zh_CN/zh_CN.po" \
  310.             "${d}C/gpl.xml" > gpl.xml.tmp && \
  311.             cp gpl.xml.tmp gpl.xml && rm -f gpl.xml.tmp)
  312. xsltproc -o gpl-C.omf --stringparam db2omf.basename gpl --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang C --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/desktop-docs/gpl/gpl.omf.in"  `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` C/gpl.xml || { rm -f "gpl-C.omf"; exit 1; }
  313. ACCESS DENIED  unlink:    /usr/share/xml2po/docbook.pyc
  314. ACCESS DENIED  open_wr:   /usr/share/xml2po/docbook.pyc
  315. xsltproc -o gpl-zh_CN.omf --stringparam db2omf.basename gpl --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang zh_CN --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/desktop-docs/gpl/gpl.omf.in"  `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` zh_CN/gpl.xml || { rm -f "gpl-zh_CN.omf"; exit 1; }
  316. make[3]: Leaving directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/desktop-docs/gpl'
  317. Making all in lgpl
  318. make[3]: Entering directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/desktop-docs/lgpl'
  319. if ! test -d zh_CN/; then mkdir zh_CN/; fi
  320. if [ -f "C/lgpl.xml" ]; then d="../"; else d="/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/desktop-docs/lgpl/"; fi; \
  321.         (cd zh_CN/ && \
  322.           `which xml2po` -e -p \
  323.             "${d}zh_CN/zh_CN.po" \
  324.             "${d}C/lgpl.xml" > lgpl.xml.tmp && \
  325.             cp lgpl.xml.tmp lgpl.xml && rm -f lgpl.xml.tmp)
  326. xsltproc -o lgpl-C.omf --stringparam db2omf.basename lgpl --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang C --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/desktop-docs/lgpl/lgpl.omf.in"  `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` C/lgpl.xml || { rm -f "lgpl-C.omf"; exit 1; }
  327. ACCESS DENIED  unlink:    /usr/share/xml2po/docbook.pyc
  328. ACCESS DENIED  open_wr:   /usr/share/xml2po/docbook.pyc
  329. xsltproc -o lgpl-zh_CN.omf --stringparam db2omf.basename lgpl --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang zh_CN --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/desktop-docs/lgpl/lgpl.omf.in"  `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` zh_CN/lgpl.xml || { rm -f "lgpl-zh_CN.omf"; exit 1; }
  330. make[3]: Leaving directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/desktop-docs/lgpl'
  331. make[3]: Entering directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/desktop-docs'
  332. make[3]: Nothing to be done for `all-am'.
  333. make[3]: Leaving directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/desktop-docs'
  334. make[2]: Leaving directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/desktop-docs'
  335. Making all in docs
  336. make[2]: Entering directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/docs'
  337. Making all in reference
  338. make[3]: Entering directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/docs/reference'
  339. Making all in gnome-desktop
  340. make[4]: Entering directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/docs/reference/gnome-desktop'
  341. make[4]: Nothing to be done for `all'.
  342. make[4]: Leaving directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/docs/reference/gnome-desktop'
  343. make[4]: Entering directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/docs/reference'
  344. make[4]: Nothing to be done for `all-am'.
  345. make[4]: Leaving directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/docs/reference'
  346. make[3]: Leaving directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/docs/reference'
  347. make[3]: Entering directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/docs'
  348. make[3]: Nothing to be done for `all-am'.
  349. make[3]: Leaving directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/docs'
  350. make[2]: Leaving directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/docs'
  351. Making all in man
  352. make[2]: Entering directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/man'
  353. make[2]: Nothing to be done for `all'.
  354. make[2]: Leaving directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3/man'
  355. make[2]: Entering directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3'
  356. LC_ALL=C ./intltool-merge -x -u -c ./po/.intltool-merge-cache ./po gnome-version.xml.in gnome-version.xml
  357. Found cached translation database
  358. Merging translations into gnome-version.xml.
  359. CREATED gnome-version.xml
  360. make[2]: Leaving directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3'
  361. make[1]: Leaving directory `/var/tmp/portage/gnome-base/gnome-desktop-2.20.3/work/gnome-desktop-2.20.3'
  362. >>> Source compiled.
  363. --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
  364. LOG FILE = "/var/log/sandbox/sandbox-8707.log"
  365. unlink:    /usr/share/xml2po/docbook.pyc
  366. open_wr:   /usr/share/xml2po/docbook.pyc
  367. unlink:    /usr/share/xml2po/docbook.pyc
  368. open_wr:   /usr/share/xml2po/docbook.pyc
  369. --------------------------------------------------------------------------------
  370. * Messages for package gnome-base/gnome-desktop-2.20.3:
复制代码
发表于 2008-4-15 21:06:01 | 显示全部楼层
恢复初始安装的状态?在安装好以后做一个stage4吧。:flash:
而且不太理解什么叫“看似编译完成 但并未成功”,兄弟如何看出的?是安好一个alsa-utils(例子),但是没有alsaconf命令的错误吗?
如果有错误信息,最好贴出来看看。。。
回复 支持 反对

使用道具 举报

发表于 2008-4-15 22:37:56 | 显示全部楼层
重新装一遍gnome-doc-utils
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-4-15 23:05:26 | 显示全部楼层
Post by gorf;1838648
重新装一遍gnome-doc-utils



如何判断的呢  谢谢
回复 支持 反对

使用道具 举报

发表于 2008-4-15 23:27:52 | 显示全部楼层
Post by 軒轅.子;1838662
如何判断的呢 谢谢
在google里头搜索“gnome-desktop ACCESS VIOLATION SUMMARY”
得到结果:
http://www.oceanboo.cn/read.php/216.htm
里头好像解释了一些原因

在你给出的log的最后几段里面都在编译文档,而且都出现了“ACCESS DENIED  unlink:    /usr/share/xml2po/docbook.pyc”之类的,你可以看看“/var/log/sandbox/sandbox-8707.log”,说不定有什么发现。
回复 支持 反对

使用道具 举报

发表于 2008-4-16 00:49:44 | 显示全部楼层
FEATURES="-sandbox"
as a workaround
回复 支持 反对

使用道具 举报

发表于 2008-4-16 00:49:49 | 显示全部楼层
FEATURES="-sandbox"
as a workaround
回复 支持 反对

使用道具 举报

发表于 2008-4-28 12:00:15 | 显示全部楼层
Post by zhllg;1838689
FEATURES="-sandbox"
as a workaround


这个是不是后台下载?
回复 支持 反对

使用道具 举报

发表于 2008-4-28 12:09:46 | 显示全部楼层
FEATURES="-sandbox" 的效果好像是指不用 sandbox 作虚拟安装,一般安装要在 /var/tmp/portage/xxx-xxxx/xxxx/image 下作虚拟安装。
回复 支持 反对

使用道具 举报

发表于 2008-4-28 12:20:35 | 显示全部楼层
Post by athlon_r;1843390
这个是不是后台下载?

后台下载是FEATURES="parallel-fetch"
回复 支持 反对

使用道具 举报

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

本版积分规则

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