LinuxSir.cn,穿越时空的Linuxsir!

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

最近的xorg的中文ebuild是不是有问题?

[复制链接]
发表于 2004-10-24 07:09:17 | 显示全部楼层
最初由 sunmoon1997 发表
冒昧的问一句,你的freetype打过firefly的补丁吗?

打过
 楼主| 发表于 2004-10-24 09:42:14 | 显示全部楼层
我对打补丁一无所知,昨天我把xorg-x11-6.8.0-patches-0.1.tar.bz2拷成xorg-x11-6.8.1-patches-0.1.tar.bz2居然通过md5,但编译还是出错。
上帝保佑今天的ebuild可以成功
回头学学怎样patch

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
 楼主| 发表于 2004-10-24 09:53:30 | 显示全部楼层
23号的ebuild好像有问题吧,今天怎么还是用昨天的ebuild?
[PHP][leo@leo leo]$ emerge xorg-x11
/usr/sbin/ebuild.sh: line 1101: /usr/portage/eclass/toolchain-funcs.eclass: No such file or directory

!!! ERROR: x11-base/xorg-x11-6.8.0-r1 failed.
!!! Function inherit, Line 1102, Exitcode 1
!!! died sourcing /usr/portage/eclass/toolchain-funcs.eclass in inherit()


aux_get(): (0) Error in x11-base/xorg-x11-6.8.0-r1 ebuild. (1)
               Check for syntax error or corruption in the ebuild. (--debug)

Calculating dependencies
!!! all ebuilds that could satisfy "xorg-x11" have been masked.
!!! possible candidates are:
- x11-base/xorg-x11-6.7.0 (masked by: )
- x11-base/xorg-x11-6.7.99.903 (masked by: package.mask)
- x11-base/xorg-x11-6.8.0 (masked by: )
- x11-base/xorg-x11-6.7.0-r1 (masked by: )
- x11-base/xorg-x11-6.7.0-r2 (masked by: )
- x11-base/xorg-x11-6.7.99.902 (masked by: package.mask)
- x11-base/xorg-x11-6.7.99.904 (masked by: package.mask)
/usr/sbin/ebuild.sh: line 1101: /usr/portage/eclass/toolchain-funcs.eclass: No such file or directory

!!! ERROR: x11-base/xorg-x11-6.8.0-r1 failed.
!!! Function inherit, Line 1102, Exitcode 1
!!! died sourcing /usr/portage/eclass/toolchain-funcs.eclass in inherit()


aux_get(): (0) Error in x11-base/xorg-x11-6.8.0-r1 ebuild. (1)
               Check for syntax error or corruption in the ebuild. (--debug)

/usr/sbin/ebuild.sh: line 1101: /usr/portage/eclass/toolchain-funcs.eclass: No such file or directory

!!! ERROR: x11-base/xorg-x11-6.8.0-r2 failed.
!!! Function inherit, Line 1102, Exitcode 1
!!! died sourcing /usr/portage/eclass/toolchain-funcs.eclass in inherit()


aux_get(): (0) Error in x11-base/xorg-x11-6.8.0-r2 ebuild. (1)
               Check for syntax error or corruption in the ebuild. (--debug)

/usr/sbin/ebuild.sh: line 1101: /usr/portage/eclass/toolchain-funcs.eclass: No such file or directory

!!! ERROR: x11-base/xorg-x11-6.8.1 failed.
!!! Function inherit, Line 1102, Exitcode 1
!!! died sourcing /usr/portage/eclass/toolchain-funcs.eclass in inherit()


aux_get(): (0) Error in x11-base/xorg-x11-6.8.1 ebuild. (1)
               Check for syntax error or corruption in the ebuild. (--debug)


!!! Error calculating dependencies. Please correct.
[leo@leo leo]$         [/PHP]
发表于 2004-10-24 13:28:05 | 显示全部楼层
先emerge sync
发表于 2004-10-24 20:32:20 | 显示全部楼层
已经emerge sync,但是编译还是出错。
error.c:44: error: `GL_OUT_OF_MEMORY' undeclared here (not in a function)
error.c:44: error: `GL_INVALID_ENUM' undeclared here (not in a function)
error.c:63: error: syntax error before '*' token
error.c:64: error: syntax error before "errorCode"
error.c: In function `gluErrorString':
error.c:66: error: `errorCode' undeclared (first use in this function)
error.c:66: error: (Each undeclared identifier is reported only once
error.c:66: error: for each function it appears in.)
error.c:69: error: `GL_INVALID_ENUM' undeclared (first use in this function)
error.c:69: error: `GL_OUT_OF_MEMORY' undeclared (first use in this function)
error.c:72: error: `GL_TABLE_TOO_LARGE' undeclared (first use in this function)
error.c: At top level:
error.c:44: error: storage size of `glErrorStrings' isn't known
make[5]: *** [error.o] Error 1
make[5]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.1/work/xc/lib/GLU/libutil'
make[4]: *** [libutil] Error 2
make[4]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.1/work/xc/lib/GLU'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.1/work/xc/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.1/work/xc'
make[1]: *** [World] Error 2
make[1]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.1/work/xc'
make: *** [World] Error 2

!!! ERROR: x11-base/xorg-x11-6.8.1 failed.
!!! Function src_compile, Line 679, Exitcode 2
!!! make World failed
!!! If you need support, post the topmost build error, NOT this status message.
发表于 2004-10-27 01:13:24 | 显示全部楼层
最初由 ldh168 发表
已经emerge sync,但是编译还是出错。
error.c:44: error: `GL_OUT_OF_MEMORY' undeclared here (not in a function)
error.c:44: error: `GL_INVALID_ENUM' undeclared here (not in a function)
error.c:63: error: syntax error before '*' token
error.c:64: error: syntax error before "errorCode"
error.c: In function `gluErrorString':
error.c:66: error: `errorCode' undeclared (first use in this function)
error.c:66: error: (Each undeclared identifier is reported only once
error.c:66: error: for each function it appears in.)
error.c:69: error: `GL_INVALID_ENUM' undeclared (first use in this function)
error.c:69: error: `GL_OUT_OF_MEMORY' undeclared (first use in this function)
error.c:72: error: `GL_TABLE_TOO_LARGE' undeclared (first use in this function)
error.c: At top level:
error.c:44: error: storage size of `glErrorStrings' isn't known
make[5]: *** [error.o] Error 1
make[5]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.1/work/xc/lib/GLU/libutil'
make[4]: *** [libutil] Error 2
make[4]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.1/work/xc/lib/GLU'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.1/work/xc/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.1/work/xc'
make[1]: *** [World] Error 2
make[1]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.1/work/xc'
make: *** [World] Error 2

!!! ERROR: x11-base/xorg-x11-6.8.1 failed.
!!! Function src_compile, Line 679, Exitcode 2
!!! make World failed
!!! If you need support, post the topmost build error, NOT this status message.

the same problem
发表于 2004-10-27 01:19:20 | 显示全部楼层
请使用最新的中文portage.
 楼主| 发表于 2004-10-27 13:37:02 | 显示全部楼层
我正在下26号的,不知道有没有解决?
 楼主| 发表于 2004-10-28 08:15:09 | 显示全部楼层
还是不行,错误同楼上
 楼主| 发表于 2004-10-28 08:15:34 | 显示全部楼层
还是不行,错误同楼上
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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