|
|
编译xorg-xserver时出现错误:
* Messages for package x11-base/xorg-server-1.4.0.90-r3:
* Forcing on xorg-x11 for new enough glxtokens.h...
* Failed Running aclocal !
*
* Include in your bugreport the contents of:
*
* /var/tmp/portage/x11-base/xorg-server-1.4.0.90-r3/temp/aclocal-16439.out
*
* ERROR: x11-base/xorg-server-1.4.0.90-r3 failed.
* Call stack:
* ebuild.sh, line 49: Called src_unpack
* environment, line 3109: Called x-modular_reconf_source
* environment, line 3805: Called eautoreconf
* environment, line 1027: Called eaclocal
* environment, line 966: Called autotools_run_tool 'aclocal'
* environment, line 428: Called die
* The specific snippet of code:
* die "Failed Running $1 !";
* The die message:
* Failed Running aclocal !
*
* 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/x11-base/xorg-server-1.4.0.90-r3/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/x11-base/xorg-server-1.4.0.90-r3/temp/environment'.
下面是aclocal的out文件:
# less /var/tmp/portage/x11-base/xorg-server-1.4.0.90-r3/temp/aclocal-16439.out
***** aclocal *****
***** aclocal
configure.ac:1965: error: AC_SUBST: `libdir exec_prefix prefix' is not a valid shell variable name
configure.ac:1965: the top level
autom4te-2.62: /usr/bin/m4 failed with exit status: 1
aclocal-1.10: autom4te failed with exit status: 1
/var/tmp/portage/x11-base/xorg-server-1.4.0.90-r3/temp/aclocal-16439.out lines 1-7/7 (END)
这里说一下我按照手册安装系统结束后进行的工作:
1. emerge gcc (正常通过)
2. gcc-config i686-pc-linux-gnu-4.23. (正常通过)
3. emerge -uDN world (提示mktemp和coreutils冲突,我先emerge -C mktemp,然后emerge -uDN world,在更新过程中提示某个包缺少mktemp,我就emerge mktemp,然后接着emerge -uDN world --resume,正常完成)
4. emerge xorg-x11
在执行这步的过程,在编译xorg-server时就出现了上面所说的错误。
我google了大半天,也没找到解决的办法,只搜索到一个页面,情况和我相同,是向gentoo报告的BUG。
难道真的是遇到了BUG?请朋友们帮帮忙。再顺便问一下,我对整个系统的操作过程有错误吗? |
|