Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Mozilla 1.2 digest problem ?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
skuld
n00b
n00b


Joined: 13 Oct 2002
Posts: 69

PostPosted: Sun Dec 01, 2002 5:39 pm    Post subject: Mozilla 1.2 digest problem ? Reply with quote

Hello

I'm trying to emerge Mozilla 1.2, but it fails just after source download. It get sources from ftp.mozilla.org. The error is :

Code:

!!! mozilla-source-1.2.tar.bz2: message digests do not match!
!!! mozilla-source-1.2.tar.bz2 is corrupt or incomplete.
>>> our recorded digest: 53736e7965c13566a32e2321b5032038
>>>  your file's digest: 59d91254c31b5336bb23dbf5c6a9b590
>>> Please delete /usr/portage/distfiles/mozilla-source-1.2.tar.bz2 and refetch.


I tryied to bypass the digest failure, but it fails when trying to apply the patches.

Do you think mozilla sources are corrupted ?

Thanks
Back to top
View user's profile Send private message
McManus
Apprentice
Apprentice


Joined: 10 Apr 2002
Posts: 176
Location: Austin, TX

PostPosted: Sun Dec 01, 2002 7:15 pm    Post subject: Reply with quote

I'm getting the same problems as of today [12/01/2002], using ~x86 on a dual AMD MP system. Any ideas?
_________________
McManus
----
Linux user #267375 - http://counter.li.org
Back to top
View user's profile Send private message
skuld
n00b
n00b


Joined: 13 Oct 2002
Posts: 69

PostPosted: Sun Dec 01, 2002 7:19 pm    Post subject: Reply with quote

It seems to be this bug : https://bugs.gentoo.org/show_bug.cgi?id=11427
We just have to wait
Back to top
View user's profile Send private message
McManus
Apprentice
Apprentice


Joined: 10 Apr 2002
Posts: 176
Location: Austin, TX

PostPosted: Sun Dec 01, 2002 8:36 pm    Post subject: Reply with quote

/me patiently waits and waits, while obssessive-compulsively performing ''emerge rsync && emerge -u world''

:D
_________________
McManus
----
Linux user #267375 - http://counter.li.org
Back to top
View user's profile Send private message
lx
Veteran
Veteran


Joined: 28 May 2002
Posts: 1012
Location: Netherlands

PostPosted: Sun Dec 01, 2002 8:46 pm    Post subject: Reply with quote

You could recreate the digest file yourself, if your sure you've downloaded the complete and correct source file, then just do
Code:
ebuild mozilla-1.2.ebuild digest

in dir or add dir in front of ebuild script name, it's as simple as that,

Cya lX.
_________________
"Remember there's a big difference between kneeling down and bending over.", Frank Zappa
Back to top
View user's profile Send private message
lx
Veteran
Veteran


Joined: 28 May 2002
Posts: 1012
Location: Netherlands

PostPosted: Sun Dec 01, 2002 8:49 pm    Post subject: Reply with quote

Maybe you should wait a while:
Quote:
Mozilla 1.2 - Released November 26, 2002

We've discovered a bug in Mozilla 1.2 (Bugzilla bug 182500) that can cause DHTML on some sites to fail. We plan to release Mozilla 1.2.1 with a fix shortly.

Also, the 1.2 release tag was not complete so builds created from that tag may not be correct. If you're building Mozilla you can pull the tip of the branch or wait for the 1.2.1 tag.


Ps. I'm running 1.2 and haven't encountered the problem yet,

Cya lX.
_________________
"Remember there's a big difference between kneeling down and bending over.", Frank Zappa
Back to top
View user's profile Send private message
McManus
Apprentice
Apprentice


Joined: 10 Apr 2002
Posts: 176
Location: Austin, TX

PostPosted: Sun Dec 01, 2002 9:17 pm    Post subject: Reply with quote

Ah, thanks for the tip. However, like skuld says, the patches don't work. d'oh! How did you get around this problem?

As for the upgrade, I recently decided to try the unstable "branch" (~x86), and I have a zillion things to upgrade, and mozilla-1.2 is on the top of the list, and I can't emerge anything else until I get that one done. Is there anyway to get around it? Thanks!
_________________
McManus
----
Linux user #267375 - http://counter.li.org
Back to top
View user's profile Send private message
lx
Veteran
Veteran


Joined: 28 May 2002
Posts: 1012
Location: Netherlands

PostPosted: Mon Dec 02, 2002 9:50 am    Post subject: Reply with quote

Well I have a very custom ebuild (you don't want it), cause I need to get mozilla patched in order to build galeon2 and also want gtk2+xft using xfree-cvs (i don't use standard xft and fontconfig), well in short I probably don't use the patches.

Maybe you can make a custom ebuild and remove the conflicting packages or just mask out the new packages, and keep using the your old mozilla.

Cya lX.
_________________
"Remember there's a big difference between kneeling down and bending over.", Frank Zappa
Back to top
View user's profile Send private message
morck
n00b
n00b


Joined: 25 Sep 2002
Posts: 60
Location: Moers, Germany

PostPosted: Mon Dec 02, 2002 11:38 am    Post subject: Reply with quote

@ lx:
do you have an ebuild for xfree-cvs ???
because this could fix my problem with Mozilla not starting when it has been compiled against xft2 and gtk2.1

btw, the mozilla-1.2.ebuild works if you change the digest and leave the "update-branche"-patch out, because it is not needed anymore
Back to top
View user's profile Send private message
lx
Veteran
Veteran


Joined: 28 May 2002
Posts: 1012
Location: Netherlands

PostPosted: Mon Dec 02, 2002 12:22 pm    Post subject: Reply with quote

morck wrote:
@ lx:
do you have an ebuild for xfree-cvs ???
because this could fix my problem with Mozilla not starting when it has been compiled against xft2 and gtk2.1

btw, the mozilla-1.2.ebuild works if you change the digest and leave the "update-branche"-patch out, because it is not needed anymore


Yes I have hacked a custom xfree ebuild (based on 4.2.1 with some help of lfs), but it's very very very ugly and yet a little bit uglier, I update the xc cvs tree manually and the script copies it etc, so I'll be happy when 4.3 arrives (due in january). Hacked xfree only cause I wanted AA fonts in mozilla / galeon. Sick ain't it, ;-)

ps. using fontconfig and xfs of xfree-cvs fixed mozilla compiling with xfs.

Cya lX.
_________________
"Remember there's a big difference between kneeling down and bending over.", Frank Zappa
Back to top
View user's profile Send private message
morck
n00b
n00b


Joined: 25 Sep 2002
Posts: 60
Location: Moers, Germany

PostPosted: Tue Dec 03, 2002 11:29 am    Post subject: Reply with quote

although it is very very ugly ..... could you please give it to me !!!
Back to top
View user's profile Send private message
lx
Veteran
Veteran


Joined: 28 May 2002
Posts: 1012
Location: Netherlands

PostPosted: Wed Dec 04, 2002 12:24 pm    Post subject: Reply with quote

morck wrote:
although it is very very ugly ..... could you please give it to me !!!


Hope you have a big mailbox, ;-) . Still I can't see how compiling xfree from cvs, should fix a problem with mozilla not starting. I build xfree-cvs cause else mozilla-1.2 wouldn't build at all using the gen2 xft and fontconfig packages. I had a problem (probably still have) if I use mozilla as root, it starts once and then I doesn't start anymore and consumes more and more memory, I solved it by installing mozilla again (luckly I had package) and not using it as root again, ;-).

Cya lX.

I'm running mozilla-1.2 (compiling 1.2.1) + xft +gtk2 , using gnome2, in order to get galeon2 + AA fonts, ;-)
_________________
"Remember there's a big difference between kneeling down and bending over.", Frank Zappa
Back to top
View user's profile Send private message
JohnY
Guru
Guru


Joined: 26 Jul 2002
Posts: 305

PostPosted: Wed Dec 04, 2002 6:48 pm    Post subject: mozilla 1.2(1) xft + gtk2 +gnome2.1b Reply with quote

I built 1.2.1 by renaming the 1.2.1 src to 1.2 and using the 1.2 ebuild in portage. (I had used a hacked 1.2b ebuild previously.) emered the newest netscape-flash 6.0b-r1 (I think). I seem to have qtk2 and xft2 and fontconfig working (don't know how to tell for sure ...) and font's look aa'ed but mozilla is crashing. Phoenix 0.4 binary ebuild doesn't. (xfree 4.2.1-r1)
Do you know why it crashes with 4.2.1-r1? does it crash with 4.2.99-r3?

BTW, I'm using GCC 2.95.3 on a k6-III+ 500 mHz 256mb fic503+ voodoo3 pci and a continuously updated 1.2 gentoo with ~x86 unstable. If I could fix the crashing - the fonts look good ;)

thanks,

JohnY
Back to top
View user's profile Send private message
lx
Veteran
Veteran


Joined: 28 May 2002
Posts: 1012
Location: Netherlands

PostPosted: Wed Dec 04, 2002 6:51 pm    Post subject: Re: mozilla 1.2(1) xft + gtk2 +gnome2.1b Reply with quote

JohnY wrote:
Do you know why it crashes with 4.2.1-r1? does it crash with 4.2.99-r3? JohnY

It seems on my system that macromedia sites crash mozilla sometimes, especially when quickly closing a tab, I removed the plugin and it didn't crash anymore, although this could be coincidence,

Cya lX.
_________________
"Remember there's a big difference between kneeling down and bending over.", Frank Zappa
Back to top
View user's profile Send private message
JohnY
Guru
Guru


Joined: 26 Jul 2002
Posts: 305

PostPosted: Wed Dec 04, 2002 7:56 pm    Post subject: mozilla 1.2.1 crashing Reply with quote

thanks for the info lx.

I have some crash info after starting mozilla from the cmdline with 'mozilla --verbose' as suggested by saag in the desktop forum.

Code:
starting up Xt stuff
gtk_xtbin_realize()
initial allocation 0 0 125 125
xt_client_create()
gtk_xtbin_resize 0x88fa8d0 125 125
gtk_xtbin_resize 0x88fa8d0 125 125
gtk_xtbin_resize 0x88fa8d0 125 125

(<unknown>:1731): Gtk-WARNING **: gtksocket.c:957:gtk_socket_add_window()Can't add non-GtkPlug to GtkSocket

(<unknown>:1731): Gdk-CRITICAL **: file gdkmain-x11.c: line 648 (gdk_error_trap_pop): assertion `gdk_error_traps != NULL' failed
gtk_xtbin_realize()
initial allocation 0 0 125 300
xt_client_create()
gtk_xtbin_resize 0x8950970 125 300
gtk_xtbin_resize 0x8950970 125 300
gtk_xtbin_resize 0x8950970 125 300

(<unknown>:1731): Gtk-WARNING **: gtksocket.c:957:gtk_socket_add_window()Can't add non-GtkPlug to GtkSocket

(<unknown>:1731): Gdk-CRITICAL **: file gdkmain-x11.c: line 648 (gdk_error_trap_pop): assertion `gdk_error_traps != NULL' failed
gtk_xtbin_unrealize()
gtk_xtbin_destroy()
gtk_xtbin_destroy()

Gdk-ERROR **: The program '<unknown>' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
  (Details: serial 81 error_code 3 request_code 2 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
aborting...


Now, I don't understand this, but maybe someone else will ...
consistent crash when going fron an article on
Code:
http://www.theinquirer.net/
back to theinquirer.net home. phoenix-bin 0.4 doesn't crash.

Hope this helps,

JohnY
Back to top
View user's profile Send private message
lx
Veteran
Veteran


Joined: 28 May 2002
Posts: 1012
Location: Netherlands

PostPosted: Thu Dec 05, 2002 12:29 am    Post subject: Re: mozilla 1.2.1 crashing Reply with quote

JohnY wrote:
Now, I don't understand this, but maybe someone else will ...
consistent crash when going fron an article on
Code:
http://www.theinquirer.net/
back to theinquirer.net home. phoenix-bin 0.4 doesn't crash.

Hope this helps,

JohnY


Maybe it's the macromedia flash plugin causing a crash (try www.macromedia.com), on my system it doesn't crash however, it gives similar output until gdk-error, and the flash part ain't drawn.
Quote:
....
(<unknown>:3479): Gdk-CRITICAL **: file gdkmain-x11.c: line 648 (gdk_error_trap_pop): assertion `gdk_error_traps != NULL' failed
gtk_xtbin_unrealize()
gtk_xtbin_destroy()
gtk_xtbin_destroy()
gtk_xtbin_unrealize()
gtk_xtbin_destroy()
removing the Xt connection from the main loop
gtk_xtbin_destroy()


Cya lX.
_________________
"Remember there's a big difference between kneeling down and bending over.", Frank Zappa
Back to top
View user's profile Send private message
JohnY
Guru
Guru


Joined: 26 Jul 2002
Posts: 305

PostPosted: Thu Dec 05, 2002 1:24 am    Post subject: mozilla gnome2.1b Xft2 crashing Reply with quote

|X -

You were right! It doesn't crash the first time (but the flash ani doewn't play), it crashes the second time ;) Thanks for the heads up. I've read the bug info in bugs.gentoo.org - guess I'll disable flash for now.

JohnY
Back to top
View user's profile Send private message
cp
n00b
n00b


Joined: 13 Dec 2002
Posts: 5

PostPosted: Fri Dec 13, 2002 10:48 am    Post subject: corrupt wget Reply with quote

Hi ng,

maybe the wget is corrupt. As I use lukemftp anything was working OK.

read more in:
https://forums.gentoo.org/viewtopic.php?t=11593&highlight=digest+delete

/cp
Back to top
View user's profile Send private message
lx
Veteran
Veteran


Joined: 28 May 2002
Posts: 1012
Location: Netherlands

PostPosted: Fri Dec 13, 2002 2:51 pm    Post subject: Re: corrupt wget Reply with quote

cp wrote:
maybe the wget is corrupt. As I use lukemftp anything was working OK.


Not very likely, I've downloaded GBytes using wget without problems, well sometimes a connection gets cut off or something, but still wget has the continue option, besides the source is compiled using tar and bz2 or gz and should have indicated any problems while extracting a corrupt file. It's more likely the digest problem got fixed, this usually happens within hours,

Cya lX.
_________________
"Remember there's a big difference between kneeling down and bending over.", Frank Zappa
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum