Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26327 - Messages not displayed in mozilla-thunderbird 20030807 alpha build
Summary: Messages not displayed in mozilla-thunderbird 20030807 alpha build
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-10 04:53 UTC by Jonathan Heaney
Modified: 2003-08-17 16:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
small script to checkout thunderbird (get_thunderbird,1.41 KB, text/plain)
2003-08-14 08:47 UTC, Brad Laue (RETIRED)
Details
Attempt at mozilla-thunderbird-cvs ebuild (mozilla-thunderbird-cvs.tar.bz2,2.86 KB, application/octet-stream)
2003-08-14 16:47 UTC, Jonathan Heaney
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Heaney 2003-08-10 04:53:18 UTC
With the latest mozilla-thunderbird ebuild, messages are not appearing in the
message pane after you click on them in e.g. your inbox.  The "Welcome to
Thunderbird Mail!" comes up, but when you click on any other messages it just
stays there, the message pane is not updated.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Anders Hasselqvist 2003-08-13 02:36:49 UTC
I have the same problem. It doesn't show even if I double click on a message to view it in a new window.
Comment 2 Brad Laue (RETIRED) gentoo-dev 2003-08-13 06:27:32 UTC
Did you guys install thunderbird without a prior version installed, or not?
Comment 3 Anders Hasselqvist 2003-08-13 09:29:35 UTC
I had the previous alpha version installed befor. I update my packages daily and run ~x86.

Comment 4 Jonathan Heaney 2003-08-13 09:42:14 UTC
Same situation for me as for Anders
Comment 5 Jonathan Heaney 2003-08-13 09:52:42 UTC
Forgot to mention as well, as per this link

http://forums.mozillazine.org/index.php?c=8

It seems to have been an upstream problem that affected Windows builds as well, but has been fixed (in pre-compiled binaries at least).

Maybe a quick date bump to the ebuild and fresh source will fix it.

Myself and others have noted this on the Forums

http://forums.gentoo.org/viewtopic.php?t=73802

I've spent today trying to pull fresh cvs source and get it to build but I've been getting nowhere very slowly :-(
Comment 6 Jonathan Heaney 2003-08-13 15:58:14 UTC
Sorry, that MozillaZine forum link wasn't right, here's the correct one

http://forums.mozillazine.org/viewtopic.php?t=19066
Comment 7 Brad Laue (RETIRED) gentoo-dev 2003-08-14 07:16:50 UTC
Okay I can't support thunderbird beyond providing ebuilds for it at this point, it's a bleeding edge affair and is mainly there to support the quick inclusion of a release when it comes. I've refrained from masking it so that it will be available to Gentoo users in the meantime.

I had luck with the latest thunderbird by having emerge -u'd it from a previously installed copy. Try emerging an older version and then the newer version.

If you're not into compiling all the live long day, the previously available thunderbird snapshot is very usable.

If one of you can find a specific fix to this particular problem I'll include it - so feel free to continue attaching notes to this bug.
Comment 8 Jonathan Heaney 2003-08-14 07:24:17 UTC
My install was an upgrade from a previously working Thunderbird.

Like I indicated in my earlier post, this looks like an upstream problem that has been fixed.  That would indicate all that is needed is to pull the source from CVS again.

Brad, I think I got pretty close in one of my attempts to get and build the source pulled properly from CVS, based on info in the firebird cvs ebuild.  Can you tell me exactly how you went about getting the source?

Cheers.
Comment 9 Brad Laue (RETIRED) gentoo-dev 2003-08-14 08:47:55 UTC
Created attachment 16103 [details]
small script to checkout thunderbird

Accepts one argument in the format "YYYY/MM/DD" as in:

sh get_thunderbird "2003/08/07"
Comment 10 Jonathan Heaney 2003-08-14 16:47:05 UTC
Created attachment 16116 [details]
Attempt at mozilla-thunderbird-cvs ebuild

I created an ebuild (well, merged the firebird-cvs and thunderbird ebuilds) to
pull the cvs and build, it _seems_ to build and install OK, but when I run it
(using /usr/lib/MozillaThunderbird/thunderbird-bin) I get this output:

./thunderbird-bin: relocation error: ./thunderbird-bin: undefined symbol:
_ZTI24nsASingleFragmentCString

I don't know if this is a problem with the ebuild or an upstream problem with
the Mozilla cvs.

I've attached a bzipped tar of the mozilla-thunderbird-cvs folder, I'd put it
in /usr/local/portage/net-mail and edited /etc/make.conf to recognise local
portage sources.

Is there something obvious gone wrong here?
Comment 11 Anders Hasselqvist 2003-08-15 14:43:05 UTC
I fetched the 2003/08/13 source via the script.
Did:
ebuild mozilla-thunderbird-0.2_alpha20030807.ebuild unpack

replaced the unpacked source with the new source

ebuild mozilla-thunderbird-0.2_alpha20030807.ebuild compile
ebuild mozilla-thunderbird-0.2_alpha20030807.ebuild install
ebuild mozilla-thunderbird-0.2_alpha20030807.ebuild qmerge

Now I can see the messages. So a solution to this problem is to release a new update to the package.
Comment 12 Brad Laue (RETIRED) gentoo-dev 2003-08-17 09:59:51 UTC
New snapshot in portage, everyone check it out
Comment 13 Jonathan Heaney 2003-08-17 16:03:38 UTC
Cheers Brad, works for me here.  Messages are displayed OK.

I also doctored the ebuild, removing the optimise option to force -O3 (I use -Os here), and removed the line that strips the -fomit-frame-pointer gcc options, and it built/ran OK.  YMMV I guess, but forcing -O3 seems unnecessary.

I had to logoff/logon again before it ran.