|
|
[color="Red"]1、先贴出错信息。
[PHP]livecd portage # emerge -e --resume system
*** Resuming merge...
>>> Emerging (1 of 73) sys-apps/help2man-1.35.1 to /
>>> checking ebuild checksums
>>> checking auxfile checksums
>>> checking miscfile checksums
>>> checking distfiles checksums
>>> Unpacking source...
>>> Unpacking help2man-1.35.1.tar.gz to /var/tmp/portage/help2man-1.35.1/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/help2man-1.35.1/work/help2man-1.35.1 ...
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-nls --build=i686-pc-linux-gnu
checking for perl... perl
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking for library containing dlsym... -ldl
checking for module Locale::gettext... no
configure: error: perl module Locale::gettext required
!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/help2man-1.35.1/work/help2man-1.35.1/config.log
!!! ERROR: sys-apps/help2man-1.35.1 failed.
Call stack:
ebuild.sh, line 1525: Called dyn_compile
ebuild.sh, line 928: Called src_compile
help2man-1.35.1.ebuild, line 20: Called econf '--enable-nls'
ebuild.sh, line 530: Called die
!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
[/PHP]
[color="Red"]2、再贴我的make.conf和USE
[PHP]CHOST="i686-pc-linux-gnu"
CFLAGS="-march=i686 -mtune=i686 -O2 -pipe"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j2"
USE="cjk nls nptl nptlonly mmx sse"
ACCEPT_KEYWORDS="~x86"
GENTOO_MIRRORS="http://gentoo.139pay.com http://mymirror.asiaosc.org/gentoo"
SYNC="rsync://gentoo.139pay.com/gentoo-portage"
VIDEO_CARDS="ati"
ALSA_CARDS="ac97" [/PHP] |
|