
Code: Select all
***@*** ~ $ firefox
No running windows found
GTK Panel of SCIM 1.4.2

Which ebuild did you use, and system? I see no problems here using our _rc3.ebuild updated only to pull the correct tarball (on x86).samonli wrote:I emerged 1.5_rc2 success. But i can not run it. when i run it in console,it said:
no windows display.Code: Select all
***@*** ~ $ firefox No running windows found GTK Panel of SCIM 1.4.2
I used the zyne's 1.5_rc3 ebuildwuno wrote:Which ebuild did you use, and system? I see no problems here using our _rc3.ebuild updated only to pull the correct tarball (on x86).samonli wrote:I emerged 1.5_rc2 success. But i can not run it. when i run it in console,it said:
no windows display.Code: Select all
***@*** ~ $ firefox No running windows found GTK Panel of SCIM 1.4.2
Code: Select all
USE="-gnome mozpango mozsvg thebes" emerge -av mozilla-firefox
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild R ] www-client/mozilla-firefox-1.5_rc3 -debug -gnome -ipv6 +java -ldap -mozdevelop +mozpango +mozsvg +ssl +thebes +xinerama -xprint 0 kB [1]
Total size of downloads: 0 kB
Portage overlays:
[1] /usr/local/portage/glc
Code: Select all
emerge --info
Portage 2.0.53_rc7 (default-linux/x86/2005.1, gcc-4.0.2, glibc-2.3.5.20050722-r0, 2.6.14-acid2 i686)
=================================================================
System uname: 2.6.14-acid2 i686 Mobile Intel(R) Pentium(R) 4 - M CPU 1.80GHz
Gentoo Base System version 1.12.0_pre9
dev-lang/python: 2.3.5, 2.4.2
sys-apps/sandbox: 1.2.13
sys-devel/autoconf: 2.13, 2.59-r7
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils: 2.15.92.0.2-r10, 2.16.91.0.3
sys-devel/libtool: 1.5.20
virtual/os-headers: 2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -mtune=pentium4 -momit-leaf-frame-pointer -fforce-addr -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -mtune=pentium4 -momit-leaf-frame-pointer -fforce-addr -fomit-frame-pointer -pipe -fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache cvs distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.gentoo.gr.jp"
LC_ALL="zh_CN"
LDFLAGS="-Wl,-O1"
LINGUAS="zh_CN"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/glc /usr/local/fluidportage/trunk"
SYNC="rsync://rsync.asia.gentoo.org/gentoo-portage"
USE="x86 X alsa apm audiofile avi berkdb bitmap-fonts bzip2 cairo cjk crypt cups dbus emboss encode exif expat fam firefox flac foomaticdb fortran gdbm gif glc glitz gmp gpm gstreamer gtk gtk2 hal idn imlib java jpeg kde lcms libg++ libwww mad mikmod mmx mng motif mp3 mpeg mtrr nautilus ncurses nls nptl nptlonly ogg oggvorbis opengl oss pam pcmcia pcre pdflib perl pic png python quicktime readline real samba sdl spell sse sse2 ssl svga tcpd tiff truetype truetype-fonts type1-fonts udev unicode usb vorbis win32codecs xml2 xv zlib video_cards_radeon linguas_zh_CN userland_GNU kernel_linux elibc_glibc"
Unset: ASFLAGS, CTARGET, LANG

Have you checked if there is a firefox process running?samonli wrote:I emerged 1.5_rc2 success. But i can not run it. when i run it in console,it said:Code: Select all
No running windows found
As my system is similar to yours, that should not be the problem. The thebes USE flag works only with firefox from the trunk, dunno if this causes the troubles, as you emerged ff-1.5 with thebes (never tried it). What about your profile, are you upgrading from 1.0.x or downgrading from trunk-cvs? Sometimes it help to let the new version create its own profile. (Be sure to backup your .mozilla/firefox directory in your home directory before renaming it)samonli wrote:[
I used the zyne's 1.5_rc3 ebuild
Code: Select all
USE="-gnome mozpango mozsvg thebes" emerge -av mozilla-firefox These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild R ] www-client/mozilla-firefox-1.5_rc3 -debug -gnome -ipv6 +java -ldap -mozdevelop +mozpango +mozsvg +ssl +thebes +xinerama -xprint 0 kB [1]

Code: Select all
declare FC=$([[ ${PN} == *firefox-cvs ]] && echo true || echo false)
....
if use thebes && ${FC}; then
mozconfig_annotate thebes --enable-default-toolkit=cairo-gtk2
else
mozconfig_annotate -thebes --enable-default-toolkit=gtk2
fiI think it could lead to such problems also?I had that problem with 1.5_rc1 from portage.
I remerge it without "thebes". It's OK now.thanks all.wuno wrote:As my system is similar to yours, that should not be the problem. The thebes USE flag works only with firefox from the trunk, dunno if this causes the troubles, as you emerged ff-1.5 with thebes (never tried it). What about your profile, are you upgrading from 1.0.x or downgrading from trunk-cvs? Sometimes it help to let the new version create its own profile. (Be sure to backup your .mozilla/firefox directory in your home directory before renaming it)samonli wrote:[
I used the zyne's 1.5_rc3 ebuild
Code: Select all
USE="-gnome mozpango mozsvg thebes" emerge -av mozilla-firefox These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild R ] www-client/mozilla-firefox-1.5_rc3 -debug -gnome -ipv6 +java -ldap -mozdevelop +mozpango +mozsvg +ssl +thebes +xinerama -xprint 0 kB [1]
It won't work as thebes is not complete in the mozilla-1.8-branch. If you want to use thebes, you may emerge the mozilla-firefox-cvs-9999.ebuild. However, there were recent checkins for thebes into the trunk that are not yet reflected in the ebuild (I want to review the ebuild, yet I hadn't the time, sorry). So you have to find the linesGaMMa wrote:I hacked the eclass so thebes was enabled in the RC2 ebuild, but it wouldn't compile :/.
Code: Select all
#removing thebes, if someone would like to build cairo-gtk, should uncomment it
if use thebes; then
epatch ${FILESDIR}/firefox-thebes.patch
fi
First thanks:)sledgeas wrote:How about a handy mozilla-thunderbird-cvs ?
I' really miss this, guys, among your offered .ebuid; although, your builds rock!That'd be just great to have thunderbird cvsed, too; thanks!
Now I'm building mozilla-firefox-cvs. I'm pretty green at this yet, thus which version will be build via this cvs? Which branch (1.0.* or >=1.5)? Will this cvs.ebuild be needed to be updated, whence mozilla-firefox jumps to =>1.6?
Thanks!
And, oh, BTW, how could I track your Ebuilds? Would be great, if you guyz had some RSS or something, in order to rapidly know, when the freshest ebuilds come up
Youre doing a great job (heh, everyone knows this))

Any solution ?tux sian # emerge mozilla-firefox
Calculating dependencies ...done!
>>> emerge (1 of 1) www-client/mozilla-firefox-1.5_rc3 to /
>>> md5 filesmozilla-firefox-1.0.7-r3.ebuild
>>> md5 filesmozilla-firefox-1.0.7-r2.ebuild
>>> md5 filesmozilla-firefox-1.5_rc3.ebuild
>>> md5 filesfiles/firefox-0.9-init.tar.bz2
>>> md5 filesfiles/10MozillaFirefox
>>> md5 filesfiles/mozilla-firefox-1.0.3-prefs.patch
>>> md5 filesfiles/mozilla-firefox-1.0.4-gcc4.patch
>>> md5 filesfiles/mozilla-firefox-1.0.6-gcc4.patch
>>> md5 filesfiles/embedprompter-modal.patch
>>> md5 filesfiles/gtk-prompt-service.patch
>>> md5 filesfiles/gtk-tooltips.patch
>>> md5 filesfiles/securebrowserui-iirq.patch
>>> md5 filesfiles/mozilla-hppa.patch
>>> md5 filesfiles/mozilla-1.3-alpha-stubs.patch
>>> md5 filesfiles/mozilla-firefox-1.0.6-GLSA105396.patch
>>> md5 filesfiles/mozilla-rpath-1.patch
>>> md5 filesfiles/mozilla-1.7.12-gtk2xft-invalidate-pango_context.patch
>>> md5 filesfiles/mozilla-firefox-1.0-kp_separator.patch
>>> md5 filesfiles/digest-mozilla-firefox-1.0.7-r2
>>> md5 filesfiles/svg-cairo-0.3.0-fix.patch
>>> md5 filesfiles/mozilla-1.7.12-gtk2xft-link-pangoxft.patch
>>> md5 filesfiles/mozilla-1.7.12-libart-freetype.patch
>>> md5 filesfiles/mozilla-1.7.6-gcc4.patch
>>> md5 filesfiles/mozilla-1.7.8-amd64.patch
>>> md5 filesfiles/firefox.1
>>> md5 filesfiles/mozilla-1.7.12-gtk2-needs-pangox-and-pangoxft.patch
>>> md5 filesfiles/mozilla-1.7.12-rpath.patch
>>> md5 filesfiles/digest-mozilla-firefox-1.0.7-r3
>>> md5 filesfiles/gentoo-default-prefs.js
>>> md5 filesfiles/mozilla-1.7.12-pango-needs-pangox.patch
>>> md5 filesfiles/digest-mozilla-firefox-1.5_rc3
>>> md5 filesfiles/firefox-pkgconfig.patch
>>> md5 filesfiles/icon/mozillafirefox.desktop
>>> md5 filesfiles/icon/firefox-icon.png
>>> md5 filesfiles/icon/deerpark-icon.png
>>> md5 filesfiles/1.5/mozilla-1.3-alpha-stubs.patch
>>> md5 filesfiles/1.5/firefox-cairo-canvas.patch
>>> md5 filesfiles/1.5/firefox-nopangoxft.patch
>>> md5 filesfiles/1.5/firefox-visibility.patch
>>> md5 filesfiles/1.5/mozilla-firefox-1.1a2-ia64.patch
>>> md5 filesfiles/1.5/mozilla-hppa.patch
>>> md5 src_urifirefox-1.5rc3-source.tar.bz2
>>> md5 src_urimozilla-jslibmath-alpha.patch
!!! Digest verification Failed:
!!! /usr/portage/distfiles/embed-typeaheadfind.patch
!!! Reason: Failed on MD5 verification
And /var/tmp/portage/mozilla-firefox-1.5_rc3/temp/embed-typeaheadfind.patch-9357.out gives :>>> Unpacking source...
>>> Unpacking firefox-1.5rc3-source.tar.bz2 to /var/tmp/portage/mozilla-firefox-1.5_rc3/work
* Applying mozilla-hppa.patch ... [ ok ]
* Applying mozilla-firefox-1.1a2-ia64.patch ... [ ok ]
* Applying mozilla-jslibmath-alpha.patch ... [ ok ]
* Applying firefox-nopangoxft.patch ... [ ok ]
* Applying firefox-pkgconfig.patch ... [ ok ]
* Applying embed-typeaheadfind.patch ...
* Failed Patch: embed-typeaheadfind.patch !
* ( /usr/portage/distfiles/embed-typeaheadfind.patch )
*
* Include in your bugreport the contents of:
*
* /var/tmp/portage/mozilla-firefox-1.5_rc3/temp/embed-typeaheadfind.patch-9357.out
***** embed-typeaheadfind.patch *****
=====================================
PATCH COMMAND: patch -p0 -g0 --no-backup-if-mismatch < /usr/portage/distfiles/em$
=====================================
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -urN --exclude=CVS mozilla.orig/extensions/typeaheadfind/Makefile.in mozill$
|--- mozilla.orig/extensions/typeaheadfind/Makefile.in 2005-03-26 00:12:02.00000$
|+++ mozilla/extensions/typeaheadfind/Makefile.in 2005-03-26 11:39:29.00000$
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 16
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -urN --exclude=CVS mozilla.orig/extensions/typeaheadfind/public/Makefile.in$
|--- mozilla.orig/extensions/typeaheadfind/public/Makefile.in 2005-03-26 00:12:$
|+++ mozilla/extensions/typeaheadfind/public/Makefile.in 2005-03-26 11:39:$
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
The next patch would delete the file mozilla/extensions/typeaheadfind/public/nsIT$
which does not exist! Applying it anyway.
can't find file to patch at input line 34
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -urN --exclude=CVS mozilla.orig/extensions/typeaheadfind/public/nsITypeAhea$
|--- mozilla.orig/extensions/typeaheadfind/public/nsITypeAheadFind.idl 2005-03-2$
|+++ mozilla/extensions/typeaheadfind/public/nsITypeAheadFind.idl 1969-12-3$
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
patching file mozilla/extensions/typeaheadfind/public/nsITypeAheadFindSea.idl
can't find file to patch at input line 222
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -urN --exclude=CVS mozilla.orig/extensions/typeaheadfind/resources/content/$
|--- mozilla.orig/extensions/typeaheadfind/resources/content/prefs/typeaheadfind.$
|+++ mozilla/extensions/typeaheadfind/resources/content/prefs/typeaheadfind.js 2$
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 237
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -urN --exclude=CVS mozilla.orig/extensions/typeaheadfind/resources/jar.mn m$
|--- mozilla.orig/extensions/typeaheadfind/resources/jar.mn 2005-03-26 00:12:$
|+++ mozilla/extensions/typeaheadfind/resources/jar.mn 2005-03-26 11:39:29.00000$
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored--------------------------
|diff -urN --exclude=CVS mozilla.orig/extensions/typeaheadfind/resources/locale/e$
|--- mozilla.orig/extensions/typeaheadfind/resources/locale/en-US/typeaheadfind.p$
|+++ mozilla/extensions/typeaheadfind/resources/locale/en-US/typeaheadfind.proper$
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
patching file mozilla/extensions/typeaheadfind/resources/locale/en-US/typeaheadfi$
can't find file to patch at input line 281
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -urN --exclude=CVS mozilla.orig/extensions/typeaheadfind/src/Makefile.in mo$
|--- mozilla.orig/extensions/typeaheadfind/src/Makefile.in 2005-03-26 00:12:$
|+++ mozilla/extensions/typeaheadfind/src/Makefile.in 2005-03-26 11:39:29.00000$
--------------------------
No file to patch. Skipping patch.
2 out of 2 hunks ignored
can't find file to patch at input line 312
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
The next patch would delete the file mozilla/extensions/typeaheadfind/resources/l$
which does not exist! Applying it anyway.
can't find file to patch at input line 247
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -urN --exclude=CVS mozilla.orig/extensions/typeaheadfind/src/nsTypeAheadFin$
|--- mozilla.orig/extensions/typeaheadfind/src/nsTypeAheadFind.cpp 2005-03-2$
|+++ mozilla/extensions/typeaheadfind/src/nsTypeAheadFind.cpp 2005-03-26 11:39:$
--------------------------
No file to patch. Skipping patch.
58 out of 58 hunks ignored
can't find file to patch at input line 971
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -urN --exclude=CVS mozilla.orig/extensions/typeaheadfind/src/nsTypeAheadFin$
|--- mozilla.orig/extensions/typeaheadfind/src/nsTypeAheadFind.h 2005-03-2$
|+++ mozilla/extensions/typeaheadfind/src/nsTypeAheadFind.h 2005-03-26 11:39:$
--------------------------
No file to patch. Skipping patch.
7 out of 7 hunks ignored
can't find file to patch at input line 1054
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
etc...
sian wrote:Thanks it worked for this
But now I have a new problem :
>>> Unpacking source...
>>> Unpacking firefox-1.5rc3-source.tar.bz2 to /var/tmp/portage/mozilla-firefox-1.5_rc3/work
* Applying mozilla-hppa.patch ... [ ok ]
* Applying mozilla-firefox-1.1a2-ia64.patch ... [ ok ]
* Applying mozilla-jslibmath-alpha.patch ... [ ok ]
* Applying firefox-nopangoxft.patch ... [ ok ]
* Applying firefox-pkgconfig.patch ... [ ok ]
* Applying embed-typeaheadfind.patch ...
* Failed Patch: embed-typeaheadfind.patch !
* ( /usr/portage/distfiles/embed-typeaheadfind.patch )
*
* Include in your bugreport the contents of:
*
* /var/tmp/portage/mozilla-firefox-1.5_rc3/temp/embed-typeaheadfind.patch-9357.out
Thanks for the info, a new emerge digest of the ebuild you want to use, will do in this case. However, I removed the links for downloading the ebuilds from the older forum threads, as we are working close together with Anarchy to get an optimal ebuild for firefox-1.5 in portage. Thus there is no need for additional ebuilds (which of course had some confusing designations). So please try the ebuild from portage as of now, thanks.yaneurabeya wrote:FYI: The Firefox 1.1 version is no longer in the tar.gz'ed ebuild, so attempting to emerge firefox results in a security violation termination message about the digest.