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

Bug 64098

Summary: thunderbird build is missing a default component
Product: Gentoo Linux Reporter: Paul Sinnett <paul_sinnett>
Component: Current packagesAssignee: Mozilla Gentoo Team <mozilla>
Status: RESOLVED TEST-REQUEST    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
URL: http://gentoo-wiki.com/TIP_Thunderbird_components_fix
Whiteboard:
Package list:
Runtime testing required: ---

Description Paul Sinnett 2004-09-15 01:19:53 UTC
the thunderbird build is missing the default component xmlextras. The forumzilla extension requires this component to function.

(It's possible other extensions may require this component, or other components that were recently removed.)

Reproducible: Always
Steps to Reproduce:
1. Emerge mozilla-thunderbird
2. Run thunderbird and install forumzilla.xpi
3. Restart thunderbird
4. Check javascript console for errors due to missing components

Actual Results:  
 Error: XMLSerializer is not defined
 Source File: chrome://forumzilla/content/global.js
 Line: 53

 Error: appDirectoryService has no properties
 Source File: chrome://forumzilla/content/FeedService.js
 Line: 285


Expected Results:  
No errors.

This same problem as in http://bugs.gentoo.org/show_bug.cgi?id=60060 except for
a different component.

To fix, just add "xmlextras" back into the thunderbird section in mozilla.eclass.

Users may need to re-install the plug-in after emerging a fix because of cached
files in their profile directory.

Paul.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-12-22 16:58:38 UTC
Stale bug, reopen if this is still an issue with up-to-date ebuild versions.