|
|
发表于 2006-4-14 13:29:00
|
显示全部楼层
我emerge world时也有一样的错误 但是 去掉了 了 langus没用 我在3月底就 在bugzilla报告了 前几天有人回复说
emerge coreutils 不过还是没有用- mkdir .libs/libasound.lax/libcontrol.a
- (cd .libs/libasound.lax/libcontrol.a && x86_64-pc-linux-gnu-ar x
- /var/tmp/portage/alsa-lib-1.0.11_rc5/work/alsa-lib-1.0.11rc5/src/control/.libs/libcontrol.a)
- sort: sort.c:701: inittables_mb: Assertion `mblength != (size_t)-1 && mblength
- != (size_t)-2' failed.
- ../libtool: line 689: 30025 Done $AR t "$f_ex_an_ar_oldlib"
- 30026 Aborted | sort
- 30027 Aborted | sort -uc >/dev/null 2>&1
- libtool: link: ERROR: object name conflicts:
- .libs/libasound.lax/libcontrol.a//var/tmp/portage/alsa-lib-1.0.11_rc5/work/alsa-lib-1.0.11rc5/src/control/.libs/libcontrol.a
- make[2]: *** [libasound.la] Error 1
- make[2]: Leaving directory
- `/var/tmp/portage/alsa-lib-1.0.11_rc5/work/alsa-lib-1.0.11rc5/src'
- make[1]: *** [all-recursive] Error 1
- make[1]: Leaving directory
- `/var/tmp/portage/alsa-lib-1.0.11_rc5/work/alsa-lib-1.0.11rc5/src'
- make: *** [all-recursive] Error 1
- !!! ERROR: media-libs/alsa-lib-1.0.11_rc5 failed.
- Call stack:
- ebuild.sh, line 1532: Called dyn_compile
- ebuild.sh, line 929: Called src_compile
- alsa-lib-1.0.11_rc5.ebuild, line 44: Called die
- !!! make failed
- !!! If you need support, post the topmost build error, and the call stack if
- relevant.
复制代码 我的 emerge --info是- ~ $ emerge --info
- Portage 2.1_pre7-r5 (default-linux/amd64/2006.0, gcc-4.1.0, glibc-2.4-r0, 2.6.16 x86_64)
- =================================================================
- System uname: 2.6.16 x86_64 AMD Sempron(tm) Processor 2500+
- Gentoo Base System version 1.12.0_pre17
- ccache version 2.4 [enabled]
- dev-lang/python: 2.3.5, 2.4.2-r1
- sys-apps/sandbox: 1.2.17
- sys-devel/autoconf: 2.13, 2.59-r7
- sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
- sys-devel/binutils: 2.16.1-r2
- sys-devel/libtool: 1.5.22
- virtual/os-headers: 2.6.11-r3
- ACCEPT_KEYWORDS="amd64 ~amd64"
- AUTOCLEAN="yes"
- CBUILD="x86_64-pc-linux-gnu"
- CFLAGS="-march=athlon64 -O2 -pipe"
- CHOST="x86_64-pc-linux-gnu"
- CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/qmail/control"
- CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/terminfo /etc/env.d"
- CXXFLAGS="-march=athlon64 -O2 -pipe"
- DISTDIR="/usr/portage/distfiles"
- FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict"
- GENTOO_MIRRORS="ftp://ftp3.tsinghua.edu.cn/mirror/gentoo http://mirror.vmmatrix.net/gentoo http://gentoo.139pay.com ftp://ftp.sjtu.edu.cn/gentoo ftp://ftp.lzusiyu.org/mirror/gentoo/ http://distfiles.gentoo.org "
- PKGDIR="/usr/portage/packages"
- PORTAGE_TMPDIR="/var/tmp"
- PORTDIR="/usr/portage"
- SYNC="rsync://ftp3.tsinghua.edu.cn/gentoo/gentoo-portage"
- USE="amd64 X alsa apache2 avi berkdb bitmap-fonts bzip2 cjk cli crypt ctype dba dri eds emboss encode expat fastbuild foomaticdb force-cgi-redirect fortran ftp gd gif gnome gpm gstreamer gtk gtk2 imlib isdnlog jpeg lzw lzw-tiff memlimit mp3 mpeg ncurses nls nptl nptlonly opengl pam pcre pdflib perl png posix pppd python quicktime readline sdl session simplexml soap sockets spell spl ssl tcpd tiff tokenizer truetype truetype-fonts type1-fonts unicode usb wxwindows xml xpm xsl xv zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux userland_GNU video_cards_ati video_cards_vesa"
- Unset: ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTDIR_OVERLAY
复制代码 |
|