|
今天在cvs看到1.0的ebuild,实验了一下。好象还有不少问题哦。没有安装成功。
发现的一个错误是:
epatch ${FILESDIR}/mozilla-1.7.3-underline.patch
应该是
epatch ${FILESDIR}/mozilla-1.7.3-underline-position.patch
在的下面的还有的地方是,
if use glc ; then
#Fix includeing the freetype2 header error when freetype>2.1.5
epatch ${FILESDIR}/mozilla-1.6-add_ft2build_header.patch
#Fix error when geting the font name of cjk truetype fonts
epatch ${FILESDIR}/mozilla-1.6-xft_cjkfamilyname-20040117.patch
#move down underline position a pixel.
epatch ${FILESDIR}/mozilla-1.7.3-underline-position.patch
fi
这个好象不对的。和pre2_r2比较了一下,好象应该是
- if use glc;then
- cp -f ${FILESDIR}/glc/glc_prefs.js ${D}/usr/lib/MozillaFirefox/defaults/pref/
- cp -f ${FILESDIR}/glc/userChrome.css ${D}/usr/lib/MozillaFirefox/defaults/profile/chrome/
- dodir /usr/lib/mozilla/defaults/profile/US/chrome
- cp -r ${FILESDIR}/glc/userChrome.css ${D}/usr/lib/MozillaFirefox/defaults/profile/US/chrome/
- dodir /usr/lib/mozilla/defaults/profile/CN/chrome
- cp -r ${FILESDIR}/glc/userChrome.css ${D}/usr/lib/MozillaFirefox/defaults/profile/CN/chrome/
- fi
复制代码
编译本身好象没有错误。但到安装的时候,就出现了。
[quote]>>> Install mozilla-firefox-1.0 into /var/tmp/portage/mozilla-firefox-1.0/image/
category net-www
install: cannot stat `/var/tmp/portage/mozilla-firefox-1.0/work/mozilla/build/pa
ckage/rpm/SOURCES/mozicon16.xpm': No such file or directory
install: cannot stat `/var/tmp/portage/mozilla-firefox-1.0/work/mozilla/build/pa
ckage/rpm/SOURCES/mozicon50.xpm': No such file or directory
* Extracting firefox-1.0 initialization files
glc
* Applying mozilla-1.6-add_ft2build_header.patch ...
* Failed Patch: mozilla-1.6-add_ft2build_header.patch!
*
* Include in your bugreport the contents of:
*
* /var/tmp/portage/mozilla-firefox-1.0/temp/mozilla-1.6-add_ft2build_he
ader.patch-13368.out
!!! ERROR: net-www/mozilla-firefox-1.0 failed.
!!! Function epatch, Line 402, Exitcode 0
!!! Failed Patch: mozilla-1.6-add_ft2build_header.patch!
!!! If you need support, post the topmost build error, NOT this status message.
[quote]
搜索了一下,好象没有这个目录和文件。 |
|