LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: zhllg

Gentoo-china-overlay

[复制链接]
 楼主| 发表于 2007-8-15 20:38:45 | 显示全部楼层
gsopcast不是有几个标签么?
自己点点看哪
回复 支持 反对

使用道具 举报

发表于 2007-8-16 19:14:13 | 显示全部楼层
编译zh-autoconvert出毛病了(原因找到)
  1. emerge zh-autoconvert
  2. Calculating dependencies... done!
  3. >>> Verifying ebuild Manifests...
  4. >>> Emerging (1 of 1) app-i18n/zh-autoconvert-0.3.16-r2 to /
  5. * zh-autoconvert_0.3.16-2.diff.gz MD5 ;-) ...                                                 [ ok ]
  6. * zh-autoconvert_0.3.16-2.diff.gz RMD160 ;-) ...                                              [ ok ]
  7. * zh-autoconvert_0.3.16-2.diff.gz SHA1 ;-) ...                                                [ ok ]
  8. * zh-autoconvert_0.3.16-2.diff.gz SHA256 ;-) ...                                              [ ok ]
  9. * zh-autoconvert_0.3.16-2.diff.gz size ;-) ...                                                [ ok ]
  10. * zh-autoconvert_0.3.16.orig.tar.gz MD5 ;-) ...                                               [ ok ]
  11. * zh-autoconvert_0.3.16.orig.tar.gz RMD160 ;-) ...                                            [ ok ]
  12. * zh-autoconvert_0.3.16.orig.tar.gz SHA1 ;-) ...                                              [ ok ]
  13. * zh-autoconvert_0.3.16.orig.tar.gz SHA256 ;-) ...                                            [ ok ]
  14. * zh-autoconvert_0.3.16.orig.tar.gz size ;-) ...                                              [ ok ]
  15. * checking ebuild checksums ;-) ...                                                           [ ok ]
  16. * checking auxfile checksums ;-) ...                                                          [ ok ]
  17. * checking miscfile checksums ;-) ...                                                         [ ok ]
  18. * checking zh-autoconvert_0.3.16.orig.tar.gz ;-) ...                                          [ ok ]
  19. * checking zh-autoconvert_0.3.16-2.diff.gz ;-) ...                                            [ ok ]
  20. >>> Unpacking source...
  21. >>> Unpacking zh-autoconvert_0.3.16.orig.tar.gz to /var/tmp/portage/app-i18n/zh-autoconvert-0.3.16-r2/work
  22. >>> Unpacking zh-autoconvert_0.3.16-2.diff.gz to /var/tmp/portage/app-i18n/zh-autoconvert-0.3.16-r2/work
  23. * Applying zh-autoconvert_0.3.16-2.diff ...                                                   [ ok ]
  24. >>> Source unpacked.
  25. >>> Compiling source in /var/tmp/portage/app-i18n/zh-autoconvert-0.3.16-r2/work/autoconvert-0.3.16 ...
  26. cd hzconvert;make
  27. make[1]: Entering directory `/var/tmp/portage/app-i18n/zh-autoconvert-0.3.16-r2/work/autoconvert-0.3.16/hzconvert'
  28. gcc -I../include -fPIC -O2 -Wall -g -D_REENTRANT -c b2g.c
  29. gcc -I../include -fPIC -O2 -Wall -g -D_REENTRANT -c b2u.c
  30. b2u.c: In function ‘big2uni’:
  31. b2u.c:123: warning: implicit declaration of function ‘memcpy’
  32. b2u.c:123: warning: incompatible implicit declaration of built-in function ‘memcpy’
  33. b2u.c: In function ‘uni2big’:
  34. b2u.c:163: warning: incompatible implicit declaration of built-in function ‘memcpy’
  35. gcc -I../include -fPIC -O2 -Wall -g -D_REENTRANT -c g2u.c
  36. g2u.c: In function ‘gb2uni’:
  37. g2u.c:121: warning: implicit declaration of function ‘memcpy’
  38. g2u.c:121: warning: incompatible implicit declaration of built-in function ‘memcpy’
  39. g2u.c: In function ‘uni2gb’:
  40. g2u.c:161: warning: incompatible implicit declaration of built-in function ‘memcpy’
  41. gcc -I../include -fPIC -O2 -Wall -g -D_REENTRANT -c hz2gb.c
  42. gcc -I../include -fPIC -O2 -Wall -g -D_REENTRANT -c b2g_tables.c
  43. gcc -I../include -fPIC -O2 -Wall -g -D_REENTRANT -c b2u_tables.c
  44. gcc -I../include -fPIC -O2 -Wall -g -D_REENTRANT -c g2u_tables.c
  45. gcc -I../include -fPIC -O2 -Wall -g -D_REENTRANT -c io.c
  46. io.c: In function ‘hzconvert’:
  47. io.c:45: warning: suggest explicit braces to avoid ambiguous ‘else’
  48. gcc -I../include -fPIC -O2 -Wall -g -D_REENTRANT -c unicode.c
  49. unicode.c: In function ‘utf8_uni’:
  50. unicode.c:114: warning: implicit declaration of function ‘memcpy’
  51. unicode.c:114: warning: incompatible implicit declaration of built-in function ‘memcpy’
  52. unicode.c: In function ‘uni_utf8’:
  53. unicode.c:181: warning: incompatible implicit declaration of built-in function ‘memcpy’
  54. unicode.c: In function ‘init_utf7_tables’:
  55. unicode.c:241: warning: pointer targets in assignment differ in signedness
  56. unicode.c:243: warning: pointer targets in assignment differ in signedness
  57. unicode.c: In function ‘utf7_uni’:
  58. unicode.c:380: warning: incompatible implicit declaration of built-in function ‘memcpy’
  59. unicode.c: In function ‘uni_utf7’:
  60. unicode.c:437: warning: incompatible implicit declaration of built-in function ‘memcpy’
  61. unicode.c:441: warning: pointer targets in passing argument 3 of ‘untou7’ differ in signedness
  62. unicode.c: In function ‘utf7_uni’:
  63. unicode.c:383: warning: pointer targets in passing argument 2 of ‘u7toun’ differ in signedness
  64. unicode.c:383: warning: pointer targets in passing argument 3 of ‘u7toun’ differ in signedness
  65. unicode.c: In function ‘utf8_uni’:
  66. unicode.c:118: warning: pointer targets in passing argument 1 of ‘u8toun’ differ in signedness
  67. unicode.c:118: warning: pointer targets in passing argument 3 of ‘u8toun’ differ in signedness
  68. unicode.c:118: warning: pointer targets in passing argument 4 of ‘u8toun’ differ in signedness
  69. gcc -I../include -fPIC -O2 -Wall -g -D_REENTRANT -c judge.c
  70. judge.c: In function ‘j_code’:
  71. judge.c:45: warning: pointer targets in assignment differ in signedness
  72. judge.c:45: warning: comparison of distinct pointer types lacks a cast
  73. judge.c:64: warning: implicit declaration of function ‘strstr’
  74. judge.c:64: warning: incompatible implicit declaration of built-in function ‘strstr’
  75. judge.c:70: warning: implicit declaration of function ‘j_code3’
  76. gcc -I../include -fPIC -O2 -Wall -g -D_REENTRANT -c judge3.c
  77. judge3.c: In function ‘j_code3’:
  78. judge3.c:47: warning: pointer targets in assignment differ in signedness
  79. judge3.c:71: warning: pointer targets in passing argument 1 of ‘inGB’ differ in signedness
  80. judge3.c:71: warning: suggest parentheses around assignment used as truth value
  81. judge3.c:73: warning: pointer targets in passing argument 1 of ‘inBig5’ differ in signedness
  82. judge3.c:73: warning: suggest parentheses around assignment used as truth value
  83. gcc -I../include -fPIC -O2 -Wall -g -D_REENTRANT -c gbpercent.c
  84. gcc -I../include -fPIC -O2 -Wall -g -D_REENTRANT -c b5percent.c
  85. gcc -I../include -fPIC -O2 -Wall -g -D_REENTRANT -c search.c
  86. gcc -fPIC -shared -Wl,-soname,libhz.so.0 -o ../lib/libhz.so.0.0  b2g.o b2u.o g2u.o hz2gb.o b2g_tables.o b2u_tables.o g2u_tables.o io.o unicode.o judge.o judge3.o gbpercent.o b5percent.o search.o  -ldl
  87. rm -f ../lib/libhz.so.0
  88. rm -f ../lib/libhz.so
  89. cd ../lib;ln -s libhz.so.0.0 libhz.so.0
  90. cd ../lib;ln -s libhz.so.0 libhz.so
  91. gcc -I../include  -O2 -Wall -g -D_REENTRANT -c b2g.c -o b2g.static.o
  92. gcc -I../include  -O2 -Wall -g -D_REENTRANT -c b2u.c -o b2u.static.o
  93. b2u.c: In function ‘big2uni’:
  94. b2u.c:123: warning: implicit declaration of function ‘memcpy’
  95. b2u.c:123: warning: incompatible implicit declaration of built-in function ‘memcpy’
  96. b2u.c: In function ‘uni2big’:
  97. b2u.c:163: warning: incompatible implicit declaration of built-in function ‘memcpy’
  98. gcc -I../include  -O2 -Wall -g -D_REENTRANT -c g2u.c -o g2u.static.o
  99. g2u.c: In function ‘gb2uni’:
  100. g2u.c:121: warning: implicit declaration of function ‘memcpy’
  101. g2u.c:121: warning: incompatible implicit declaration of built-in function ‘memcpy’
  102. g2u.c: In function ‘uni2gb’:
  103. g2u.c:161: warning: incompatible implicit declaration of built-in function ‘memcpy’
  104. gcc -I../include  -O2 -Wall -g -D_REENTRANT -c hz2gb.c -o hz2gb.static.o
  105. gcc -I../include  -O2 -Wall -g -D_REENTRANT -c b2g_tables.c -o b2g_tables.static.o
  106. gcc -I../include  -O2 -Wall -g -D_REENTRANT -c b2u_tables.c -o b2u_tables.static.o
  107. gcc -I../include  -O2 -Wall -g -D_REENTRANT -c g2u_tables.c -o g2u_tables.static.o
  108. gcc -I../include  -O2 -Wall -g -D_REENTRANT -c io.c -o io.static.o
  109. io.c: In function ‘hzconvert’:
  110. io.c:45: warning: suggest explicit braces to avoid ambiguous ‘else’
  111. gcc -I../include  -O2 -Wall -g -D_REENTRANT -c unicode.c -o unicode.static.o
  112. unicode.c: In function ‘utf8_uni’:
  113. unicode.c:114: warning: implicit declaration of function ‘memcpy’
  114. unicode.c:114: warning: incompatible implicit declaration of built-in function ‘memcpy’
  115. unicode.c: In function ‘uni_utf8’:
  116. unicode.c:181: warning: incompatible implicit declaration of built-in function ‘memcpy’
  117. unicode.c: In function ‘init_utf7_tables’:
  118. unicode.c:241: warning: pointer targets in assignment differ in signedness
  119. unicode.c:243: warning: pointer targets in assignment differ in signedness
  120. unicode.c: In function ‘utf7_uni’:
  121. unicode.c:380: warning: incompatible implicit declaration of built-in function ‘memcpy’
  122. unicode.c: In function ‘uni_utf7’:
  123. unicode.c:437: warning: incompatible implicit declaration of built-in function ‘memcpy’
  124. unicode.c:441: warning: pointer targets in passing argument 3 of ‘untou7’ differ in signedness
  125. unicode.c: In function ‘utf7_uni’:
  126. unicode.c:383: warning: pointer targets in passing argument 2 of ‘u7toun’ differ in signedness
  127. unicode.c:383: warning: pointer targets in passing argument 3 of ‘u7toun’ differ in signedness
  128. unicode.c: In function ‘utf8_uni’:
  129. unicode.c:118: warning: pointer targets in passing argument 1 of ‘u8toun’ differ in signedness
  130. unicode.c:118: warning: pointer targets in passing argument 3 of ‘u8toun’ differ in signedness
  131. unicode.c:118: warning: pointer targets in passing argument 4 of ‘u8toun’ differ in signedness
  132. gcc -I../include  -O2 -Wall -g -D_REENTRANT -c judge.c -o judge.static.o
  133. judge.c: In function ‘j_code’:
  134. judge.c:45: warning: pointer targets in assignment differ in signedness
  135. judge.c:45: warning: comparison of distinct pointer types lacks a cast
  136. judge.c:64: warning: implicit declaration of function ‘strstr’
  137. judge.c:64: warning: incompatible implicit declaration of built-in function ‘strstr’
  138. judge.c:70: warning: implicit declaration of function ‘j_code3’
  139. gcc -I../include  -O2 -Wall -g -D_REENTRANT -c judge3.c -o judge3.static.o
  140. judge3.c: In function ‘j_code3’:
  141. judge3.c:47: warning: pointer targets in assignment differ in signedness
  142. judge3.c:71: warning: pointer targets in passing argument 1 of ‘inGB’ differ in signedness
  143. judge3.c:71: warning: suggest parentheses around assignment used as truth value
  144. judge3.c:73: warning: pointer targets in passing argument 1 of ‘inBig5’ differ in signedness
  145. judge3.c:73: warning: suggest parentheses around assignment used as truth value
  146. gcc -I../include  -O2 -Wall -g -D_REENTRANT -c gbpercent.c -o gbpercent.static.o
  147. gcc -I../include  -O2 -Wall -g -D_REENTRANT -c b5percent.c -o b5percent.static.o
  148. gcc -I../include  -O2 -Wall -g -D_REENTRANT -c search.c -o search.static.o
  149. ar rs  ../lib/libhz.a b2g.static.o b2u.static.o g2u.static.o hz2gb.static.o b2g_tables.static.o b2u_tables.static.o g2u_tables.static.o io.static.o unicode.static.o judge.static.o judge3.static.o gbpercent.static.o b5percent.static.o search.static.o
  150. ar: creating ../lib/libhz.a
  151. make[1]: Leaving directory `/var/tmp/portage/app-i18n/zh-autoconvert-0.3.16-r2/work/autoconvert-0.3.16/hzconvert'
  152. gcc -O2 -g -Wall -Iinclude -Llib -lhz autogb.c -lhz -o autogb
  153. autogb.c: In function ‘print_help’:
  154. autogb.c:38: warning: implicit declaration of function ‘exit’
  155. autogb.c:38: warning: incompatible implicit declaration of built-in function ‘exit’
  156. autogb.c: In function ‘main’:
  157. autogb.c:57: warning: implicit declaration of function ‘strstr’
  158. autogb.c:57: warning: incompatible implicit declaration of built-in function ‘strstr’
  159. autogb.c:98: warning: implicit declaration of function ‘conv_str’
  160. autogb.c:120: warning: implicit declaration of function ‘read’
  161. autogb.c:132: warning: incompatible implicit declaration of built-in function ‘exit’
  162. autogb.c:138: warning: implicit declaration of function ‘write’
  163. autogb.c:147: warning: incompatible implicit declaration of built-in function ‘exit’
  164. autogb.c:44: warning: ‘outcode’ may be used uninitialized in this function
  165. rm -f autob5;ln -s autogb autob5
  166. cd contrib/xchat-plugins;make
  167. make[1]: Entering directory `/var/tmp/portage/app-i18n/zh-autoconvert-0.3.16-r2/work/autoconvert-0.3.16/contrib/xchat-plugins'
  168. gcc -g -Wall -L../../lib -I. -DSKIPCONFIG -fPIC -shared -Wl,-soname,xchat-autogb.so -o xchat-autogb.so xchat-autogb.c -lhz -lc `gtk-config --cflags`
  169. /bin/sh: gtk-config: command not found
  170. In file included from xchat-autogb.c:4:
  171. xchat.h:15:18: error: glib.h: No such file or directory
  172. In file included from xchat-autogb.c:4:
  173. xchat.h:227: error: expected specifier-qualifier-list before ‘GSList’
  174. xchat.h:294: error: expected specifier-qualifier-list before ‘GSList’
  175. xchat-autogb.c: In function ‘module_init’:
  176. xchat-autogb.c:30: warning: implicit declaration of function ‘PrintText’
  177. xchat-autogb.c:47: warning: implicit declaration of function ‘hook_signal’
  178. xchat-autogb.c: In function ‘autogb_chanmsg’:
  179. xchat-autogb.c:71: warning: implicit declaration of function ‘strlen’
  180. xchat-autogb.c:71: warning: incompatible implicit declaration of built-in function ‘strlen’
  181. xchat-autogb.c:86: warning: implicit declaration of function ‘strncpy’
  182. xchat-autogb.c:86: warning: incompatible implicit declaration of built-in function ‘strncpy’
  183. xchat-autogb.c: In function ‘autogb_privmsg’:
  184. xchat-autogb.c:108: warning: incompatible implicit declaration of built-in function ‘strlen’
  185. xchat-autogb.c:123: warning: incompatible implicit declaration of built-in function ‘strncpy’
  186. make[1]: *** [xchat-autogb.so] Error 1
  187. make[1]: Leaving directory `/var/tmp/portage/app-i18n/zh-autoconvert-0.3.16-r2/work/autoconvert-0.3.16/contrib/xchat-plugins'
  188. make: *** [xchat-plugins] Error 2
  189. *
  190. * ERROR: app-i18n/zh-autoconvert-0.3.16-r2 failed.
  191. * Call stack:
  192. *   ebuild.sh, line 1654:   Called dyn_compile
  193. *   ebuild.sh, line 990:   Called qa_call 'src_compile'
  194. *   ebuild.sh, line 44:   Called src_compile
  195. *   zh-autoconvert-0.3.16-r2.ebuild, line 26:   Called die
  196. *
  197. * emake failed
  198. * If you need support, post the topmost build error, and the call stack if relevant.
  199. * A complete build log is located at '/var/tmp/portage/app-i18n/zh-autoconvert-0.3.16-r2/temp/build.log'.
  200. *
复制代码
这玩意怎么跟xchat拉上关系了?我删了xchat也是报这个错。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-8-17 01:03:55 | 显示全部楼层
你的系统里没有glib? gtk?
回复 支持 反对

使用道具 举报

发表于 2007-8-17 09:46:03 | 显示全部楼层
怎么可能没有glib啊。
  1. [i] dev-libs/glib
  2.      Available versions:  
  3.         (1)     1.2.10-r5
  4.         (2)     2.8.6 2.10.3 ~2.10.3-r1 2.12.9 2.12.11 2.12.12 [color="Lime"]~2.12.13[/color]
  5.         {debug doc hardened}
  6.      Installed versions:  1.2.10-r5(1)(02:52:02 AM 09/08/2006)(-hardened)
  7.                           2.12.12(2)(10:16:25 PM 07/21/2007)(-debug -doc -hardened)
  8.      Homepage:            http://www.gtk.org/
  9.      Description:         The GLib library of C routines
复制代码
没装1.2.10-r5,也没装gtk+1。

查了一下,原来gtk-config正是gtk+1的程序,谢谢版主提醒。
回复 支持 反对

使用道具 举报

发表于 2007-8-18 06:40:49 | 显示全部楼层
festival-1.96_beta编译失败,错误如下:
x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -Wall -I../include EST_DProbDist.cc
EST_DProbDist.cc: In member function 'int EST_DiscreteProbDistribution::item_start() const':
EST_DProbDist.cc:313: error: cast from 'EST_UItem*' to 'int' loses precision
EST_DProbDist.cc: In member function 'int EST_DiscreteProbDistribution::item_next(int) const':
EST_DProbDist.cc:329: error: cast from 'EST_UItem*' to 'int' loses precision
make[1]: *** [EST_DProbDist.o] Error 1
make: *** [stats] Error 2

!!! ERROR: app-accessibility/festival-1.96_beta failed.
Call stack:
  ebuild.sh, line 1632:   Called dyn_compile
  ebuild.sh, line 983:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  festival-1.96_beta.ebuild, line 67:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/app-accessibility/festival-1.96_beta/temp/build.log'.
回复 支持 反对

使用道具 举报

发表于 2007-8-18 07:25:21 | 显示全部楼层
我这里 x86_64 编译没问题。只能这么汇报了,偶也不懂怎么解决。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-8-18 11:56:06 | 显示全部楼层
emerge --info?
回复 支持 反对

使用道具 举报

发表于 2007-8-18 20:51:52 | 显示全部楼层
Portage 2.1.3.6 (default-linux/amd64/2007.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.22-hp-r2 x86_64)
=================================================================
System uname: 2.6.22-hp-r2 x86_64 AMD Turion(tm) 64 X2 Mobile Technology TL-50
Gentoo Base System release 1.12.10
Timestamp of tree: Sat, 18 Aug 2007 04:50:01 +0000
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.4 [enabled]
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python:     2.4.4-r4
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17-r1, 2.17.50.0.18
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.22-r2
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=k8 -fno-strict-aliasing"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/init.d /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-O2 -pipe -march=k8 -fno-strict-aliasing"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://mirrors.evolva.ro/gentoo/ http://gentoo.blueyonder.co.uk                 http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/          ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/ "
LANG="en_GB.utf8"
LC_ALL=""
LDFLAGS="-Wl,-O1"
LINGUAS="en zh_CN zh"
MAKEOPTS="-j5"
PKGDIR="/tmp/k /usr/portage/distfiles/packages/All"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/gentoo-china /usr/portage/local/layman/sunrise /usr/portage/local/other"
SYNC="rsync://192.168.0.1/portage"
USE="3dnow 3dnowext 7zip X X509 a52 aac aalib acct acl acpi additions alsa amd64 aoss apache2 audacious audiofile avahi bash-completion berkdb bitmap-fonts bzip2 cairo caps cardbus cdaudio cdda cddb cdparanoia cdrom chardet chm chroot cjk clamav cli connectionstatus cpio cpudetection cracklib crypt cscope css curl curlwrappers dbm dbus dga divx dri dts dv dvd dvdr dvdread emacs enca encode espeak exif expat fam festival ffmpeg firefox flac flatfile font-server fortran fpx ftp ftruncate gd gdbm gif gimp glibc-omitfp glut gmedia gmp gnutls gphoto2 gpm gps graphviz gs gstreamer gtk2 gucharmap hal history iconv id3 idea idn ieee1394 imagemagick imlib immqt-bc inline iproute2 ipv6 isdnlog ithreads java joystick jpeg jpeg2k kde kdeenablefinal kdehiddenvisibility kqemu latex lcms libcaca libsamplerate live lm_sensors lua lzo lzw mad matroska mbox md5sum mhash midi mime mimencode mjpeg mmap mmx mng mozilla moznopango moznoxft mozsha1 mozsvg mp3 mp4 mpeg mplayer mudflap multislot multiuser ncurses net network nls nptl nptlonly nsplugin offensive ogg openal opengl openmp pam pam_chroot pam_console pcmcia pcre pda pdf pdfkit perl php png posix povray pppd python qt3 qt3support qt4 readline realmedia reflection rtc samba sasl sdl session skins slang sockets socks5 speex spell spl sse sse2 ssl svg sysfs szip tcl tcpd tetex theora threads tidy tiff timidity tk tokenizer tos transcode truetype type1 unicode usb uuencode v4l2 vcd vhosts visualization vnc vncviewer vorbis wavpack webdav winbind wma wmf wmp wxwindows x264 xanim xcomposite xfs xine xinerama xinetd xml xmlrpc xorg xosd xpm xprint xscreensaver xsl xslt xv xvid zip zlib" ALSA_CARDS="hda_intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en zh_CN zh" USERLAND="GNU" VIDEO_CARDS="vesa ati"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
回复 支持 反对

使用道具 举报

发表于 2007-8-18 22:29:03 | 显示全部楼层
use= -gnome的时候会出错:

***** autoconf *****

configure.in:217: error: possibly undefined macro: AM_GCONF_SOURCE_2
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

emerge --info 和上贴一样。
回复 支持 反对

使用道具 举报

发表于 2007-8-18 22:30:46 | 显示全部楼层
# emerge --info
Portage 2.1.2.11 (default-linux/amd64/2007.0/desktop, gcc-4.1.2, glibc-2.5-r4, 2.6.22-gentoo-r2-20070818 x86_64)
=================================================================
System uname: 2.6.22-gentoo-r2-20070818 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 3600+
Gentoo Base System release 1.12.9
Timestamp of tree: Fri, 17 Aug 2007 09:30:01 +0000
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python:     2.3.5-r3, 2.4.4-r4
dev-python/pycrypto: 2.0.1-r6
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.23b
virtual/os-headers:  2.6.21
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks fixpackages keepwork metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.tom.com"
LINGUAS="zh_CN"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/gentoo-china /usr/portage/local/layman/x11 /usr/portage/local/layman/mescalito /usr/local/portage"
SYNC="rsync://gentoo.tom.com/gentoo-portage"
USE="3dnow 3dnowext X aac aalib acl acpi alsa amd64 amuled apache2 arts beagle berkdb bitmap-fonts cairo cdr chm cjk cli cracklib crypt ctype cups curl dbus deprecated devhelp directfb discouraged divx dri dv dvd dvdr dvdread eds emacs emboss encode esd espeak evo fam fat festival ffmpeg firefox fortran galago gdbm gif glade glitz gmedia gnome gpm gstreamer gtk gtk2 gucharmap guile gvim hal iconv ieee1394 immqt-bc inherit-graph isdnlog java jpeg kde kerberos ldap lirc mad midi mikmod mmx mmxext mono moznopango mozsvg mp3 mp3rtp mp4 mp4live mpeg mpeg2 mplayer msn mudflap mysql mysqli ncurses nls nptl nptlonly nsplugin ntfs ogg ole opengl openmp oss pam pcre pda pdf perl png pppd python qq qt3 qt3support qt4 quicktime rar readline realmedia reflection regex remote rss samba sdl session sourceview spell spl srt sse sse2 ssl subversion svg svgz tcpd tetex threads tiff timidity tk truetype truetype-fonts type1-fonts unicode v4l v4l2 vcd vorbis wma wmf wmp x264 xft xine xinerama xml xorg xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="zh_CN" USERLAND="GNU" VIDEO_CARDS="nvidia via"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
回复 支持 反对

使用道具 举报

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

本版积分规则

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