Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 246963

Summary: www-client/seamonkey-1.1.13 hangs with "crypt"-stuff
Product: Gentoo Linux Reporter: Jochen Schlick <josch09>
Component: Current packagesAssignee: Mozilla Gentoo Team <mozilla>
Status: RESOLVED FIXED    
Severity: normal CC: stefan-r-bz
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jochen Schlick 2008-11-15 18:06:01 UTC
seamonkey-mail part hangs completely when trying to open OpenPGP Sub-Menu, or trying to open message-composer window.

Reproducible: Always

Steps to Reproduce:
- press "compose" button
- try to select entries in the openPGP menu
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-11-17 08:22:55 UTC
Looks like the x11-plugins/enigmail problem of these bug reports:
* x11-plugins/enigmail-0.95.0 doesn't correctly ask for passphrase - bug #180281

* x11-plugins/enigmail + mail-client/mozilla-thunderbird-2.0.0.17 - Using enigmail makes mozilla-thunderbird freeze/hang forever - bug #246421

* x11-plugins/enigmail-0.95.7-r1 needs USE="gtk" for app-crypt/pinentry - bug #246628
Comment 2 Yarda 2009-05-12 12:45:24 UTC
Same for me, seems as enigmail problem. USE=-crypt or seamonkey recompilation with gcc-4.1.2 solved the problem.
Comment 3 Vladimir Monchenko 2009-05-15 15:57:32 UTC
I use seamonkey-1.1.16, same bug for me. Thanks, emerge seamonkey with USE=-crypt helped me.
Comment 4 Stefan Richter 2009-09-26 13:14:10 UTC
I used to use -crypt because of this too, but now I successfully work around it by emerging seamonkey with CFLAGS="-Os ..." instead of -O2, as mentioned in bug 246421.  This is amd64 on an Athlon, and gcc-4.3.2-r3.

Furthermore, I switched pinentry from ncurses to gtk, as mentioned in bug 246628.
Comment 5 Jochen Schlick 2010-04-11 13:57:55 UTC
with new version of seamonkey (2.0.4-r1) everything works.
Comment 6 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2010-04-11 14:16:46 UTC
Thanks for reporting.