QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1753|回复: 17

有没有gimp for ml1.2 final的rpm?

[复制链接]
发表于 2005-4-10 10:41:06 | 显示全部楼层 |阅读模式
源码包也行,我找了半天没找到。。。
发表于 2005-4-10 11:26:50 | 显示全部楼层
http://www.magiclinux.org/dev/rc3/cd2/RPMS/Graphics/
安装所有 perl- 文件和  gimp- 文件。
回复

使用道具 举报

 楼主| 发表于 2005-4-10 11:35:38 | 显示全部楼层
thanks!!!
回复

使用道具 举报

 楼主| 发表于 2005-4-11 11:59:35 | 显示全部楼层
perl*.rpm都装了,但是装gimp*.rpm的时候还是提示:
[root@MagicLinux gimp]# rpm -ivh gimp*.rpm
error: Failed dependencies:
        libgtkhtml-2.so.0 is needed by gimp-2.0.4-4mgc.i586
        librsvg-2.so.2 is needed by gimp-2.0.4-4mgc.i586
回复

使用道具 举报

发表于 2005-4-11 13:29:39 | 显示全部楼层
[quote:f7ebe1920a="forget"]perl*.rpm都装了,但是装gimp*.rpm的时候还是提示:
[root@MagicLinux gimp]# rpm -ivh gimp*.rpm
error: Failed dependencies:
        libgtkhtml-2.so.0 is needed by gimp-2.0.4-4mgc.i586
        librsvg-2.so.2 is needed by gimp-2.0.4-4mgc.i586[/quote]

我的也一样.
回复

使用道具 举报

发表于 2005-4-11 19:15:42 | 显示全部楼层
[quote:796a13d7ee="forget"]perl*.rpm都装了,但是装gimp*.rpm的时候还是提示:
[root@MagicLinux gimp]# rpm -ivh gimp*.rpm
error: Failed dependencies:
        libgtkhtml-2.so.0 is needed by gimp-2.0.4-4mgc.i586
        librsvg-2.so.2 is needed by gimp-2.0.4-4mgc.i586[/quote]

我也是,没这两个文件。
回复

使用道具 举报

发表于 2005-4-11 19:33:43 | 显示全部楼层
请在服务器上下载源代码重建 rpm。方法见疑难解答。
回复

使用道具 举报

发表于 2005-4-11 23:08:21 | 显示全部楼层
是这样吗?什么意思嘛!

[root@MagicLinux ~]# rpmbuild --rebuild --target=i686 gimp-2.0.4-4mgc.src.rpm
Installing gimp-2.0.4-4mgc.src.rpm
warning: user xinzhen does not exist - using root
warning: group xinzhen does not exist - using root
warning: user xinzhen does not exist - using root
warning: group xinzhen does not exist - using root
warning: user xinzhen does not exist - using root
warning: group xinzhen does not exist - using root
warning: user xinzhen does not exist - using root
warning: group xinzhen does not exist - using root
Building target platforms: i686
Building for target i686
error: Failed build dependencies:
        gtkhtml2-devel is needed by gimp-2.0.4-4mgc.i686
        librsvg2-devel is needed by gimp-2.0.4-4mgc.i686
[root@MagicLinux ~]#

本帖子中包含更多资源

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

×
回复

使用道具 举报

发表于 2005-4-12 07:53:13 | 显示全部楼层
error: Failed build dependencies:
gtkhtml2-devel is needed by gimp-2.0.4-4mgc.i686
librsvg2-devel is needed by gimp-2.0.4-4mgc.i686
这说明 xinzhen 当初写 spec 的时候引入了对 gtkhtml2 和 librsvg2 的依赖。你要么自己修改 spec,删除这两个依赖,要么找到这几个包,参见下面地址,要么从源代码安装。xinzhen 是 gnome 维护者,他的机器上有 gnome,所以体验不到这种破坏的依赖关系。他的很多包都无法在默认系统里使用。
http://www.magiclinux.org/dev/rc3/cd2/RPMS/GNOME/gtkhtml2-2.6.2-1.i586.rpm
http://www.magiclinux.org/dev/rc3/cd2/RPMS/GNOME/gtkhtml2-devel-2.6.2-1.i586.rpm
http://www.magiclinux.org/dev/rc3/cd2/RPMS/GNOME/librsvg2-2.6.5-1.i586.rpm
http://www.magiclinux.org/dev/rc3/cd2/RPMS/GNOME/librsvg2-devel-2.6.5-1.i586.rpm
即便安装这几个包也未必解决问题,因为这几个包本身还可能依赖其他包。所以关键还是要修改 spec 删除这两个依赖,重新编译,或者满足依赖,重新编译。如果不会,就只能从源代码安装。
回复

使用道具 举报

发表于 2005-4-12 10:50:44 | 显示全部楼层
我有rc上的,不知能否重编用于final,晚上试试了

本帖子中包含更多资源

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

×
回复

使用道具 举报

发表于 2005-4-12 13:48:54 | 显示全部楼层
tingxx, 你做的很好啊,用起来很舒服。
回复

使用道具 举报

发表于 2005-4-12 16:58:57 | 显示全部楼层
我把gimp在final上rebuild了一下,可以用,上传到
www.magiclinux.org/people/tingxx/package/RPM/gimp
回复

使用道具 举报

发表于 2005-5-18 00:48:45 | 显示全部楼层
tingxx兄的这些包能在ML当中安装通过吗???
我的意思是说,只要将这些包全部安装就可以用了是吧,还有其他依赖吗?
回复

使用道具 举报

发表于 2005-5-18 08:01:40 | 显示全部楼层
当然了
回复

使用道具 举报

发表于 2005-5-18 08:34:15 | 显示全部楼层
用源码装多好,依赖性问题会少很多。
gimp.org上肯定会有。我也有一个,看看公社能不能上传
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-29 20:37 , Processed in 0.058962 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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