QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1103|回复: 2

Gentoo求助, emerge fam失败

[复制链接]
发表于 2004-12-25 15:22:28 | 显示全部楼层 |阅读模式
用的是2.6的header和nptl, 从stage1开始安装的
在emerge gnome的时候, 到fam这个包的时候出错, 如下:
*** Gentoo sanity check failed! ***
*** libtool.m4 and ltmain.sh have a version mismatch! ***
*** (libtool.m4 = 1.5.10, ltmain.sh = 1.4) ***
Please run:

  libtoolize --copy --force

if appropriate, please contact the maintainer of this
package (or your distribution) for help.

网上搜了一下, 改了一下fam的ebuild
加了
src_compile {
        aclocal
        libtoolize --copy --force
        autoconf
        econf || die "econf fail"
        libtoolize --copy --force
        autoconf
        econf || die "econf fail"
        emake || die "emake fail"
}
或者是在
src_unpack里面加入aclocal libtoolize -c -f autoconf
上面提示的错误都已经不出现了
但是编译到某一阶段
重复出现waiting for Client.o.lock to be remove和waiting for fam.o.lock to be rem
ove
估计是死循环了

请大侠们指点指点
这种情况下怎么做才能把fam这个包编译安装呢?
thx
发表于 2004-12-25 15:31:42 | 显示全部楼层
猜:emerge --sync
emerge portage
升级一些相关的东西
回复

使用道具 举报

 楼主| 发表于 2004-12-25 15:40:59 | 显示全部楼层
[quote:f5cf79e2b8="raynorli"]猜:emerge --sync
emerge portage
升级一些相关的东西[/quote]
thx
试过了
emerge -u portage和emerge -u libtool
都没有效果

对了, 我看到别人关于这个问题的一些文章, 一般都是ltmain.sh = 1.5a
ltmain.sh是包含在什么里面的?
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-10-5 04:41 , Processed in 0.039900 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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