Ryo ONODERA | 3 Aug 2012 18:17
Picon

Re: thunderbird10 10.0.6 - missing symbold

From: Ryo ONODERA <ryo_on <at> yk.rim.or.jp>, Date: Sat, 04 Aug 2012 01:16:04 +0900 (JST)

> It is probably related to mozilla-jit option.
> I will try to fix this build failure.

That is, I will update mail/thunderibird10 to 10.0.6 in this weekend.

--
Ryo ONODERA // ryo_on <at> yk.rim.or.jp
PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3

Ryo ONODERA | 4 Aug 2012 14:06
Picon

Re: thunderbird10 10.0.6 - missing symbold

Hi,

From: Ryo ONODERA <ryo_on <at> yk.rim.or.jp>, Date: Sat, 04 Aug 2012 01:17:46 +0900 (JST)

> From: Ryo ONODERA <ryo_on <at> yk.rim.or.jp>, Date: Sat, 04 Aug 2012 01:16:04 +0900 (JST)
> 
>> It is probably related to mozilla-jit option.
>> I will try to fix this build failure.
> 
> That is, I will update mail/thunderibird10 to 10.0.6 in this weekend.

Done.
If you find problems, please report them to me.

--
Ryo ONODERA // ryo_on <at> yk.rim.or.jp
PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3

Ignatios Souvatzis | 7 Aug 2012 09:59
Picon

Re: thunderbird10 10.0.6 - missing symbold

On Sat, Aug 04, 2012 at 09:06:32PM +0900, Ryo ONODERA wrote:
> Hi,
> 
> From: Ryo ONODERA <ryo_on <at> yk.rim.or.jp>, Date: Sat, 04 Aug 2012 01:17:46 +0900 (JST)
> 
> > From: Ryo ONODERA <ryo_on <at> yk.rim.or.jp>, Date: Sat, 04 Aug 2012 01:16:04 +0900 (JST)
> > 
> >> It is probably related to mozilla-jit option.
> >> I will try to fix this build failure.
> > 
> > That is, I will update mail/thunderibird10 to 10.0.6 in this weekend.
> 
> Done.
> If you find problems, please report them to me.

agent:> thunderbird
failed to create drawable
[now klicking on an embedded link in an E-mail]
Error: Platform version '10.0.6esrpre' is not compatible with
minVersion >= 10.0.6
maxVersion <= 10.0.6
failed to create drawable

I've reported so late because I've rebuilt and reinstalled xulrunner10,
firefox10 and thunderbird10 first to make sure I don't have an old 
version of firefox/xulrunner10.

Regards,
	-is

(Continue reading)

Ryo ONODERA | 7 Aug 2012 13:05
Picon

Re: thunderbird10 10.0.6 - missing symbold

Hi,

From: Ignatios Souvatzis <is <at> netbsd.org>, Date: Tue, 7 Aug 2012 09:59:39 +0200

> On Sat, Aug 04, 2012 at 09:06:32PM +0900, Ryo ONODERA wrote:
>> Hi,
>> 
>> From: Ryo ONODERA <ryo_on <at> yk.rim.or.jp>, Date: Sat, 04 Aug 2012 01:17:46 +0900 (JST)
>> 
>> > From: Ryo ONODERA <ryo_on <at> yk.rim.or.jp>, Date: Sat, 04 Aug 2012 01:16:04 +0900 (JST)
>> > 
>> >> It is probably related to mozilla-jit option.
>> >> I will try to fix this build failure.
>> > 
>> > That is, I will update mail/thunderibird10 to 10.0.6 in this weekend.
>> 
>> Done.
>> If you find problems, please report them to me.
> 
> agent:> thunderbird
> failed to create drawable
> [now klicking on an embedded link in an E-mail]
> Error: Platform version '10.0.6esrpre' is not compatible with
> minVersion >= 10.0.6
> maxVersion <= 10.0.6
> failed to create drawable
> 
> I've reported so late because I've rebuilt and reinstalled xulrunner10,
> firefox10 and thunderbird10 first to make sure I don't have an old 
> version of firefox/xulrunner10.
(Continue reading)

Bernd Ernesti | 7 Aug 2012 20:18
Picon

Re: thunderbird10 10.0.6 - missing symbold

On Tue, Aug 07, 2012 at 08:05:22PM +0900, Ryo ONODERA wrote:
[..]

> > agent:> thunderbird
> > failed to create drawable
> > [now klicking on an embedded link in an E-mail]
> > Error: Platform version '10.0.6esrpre' is not compatible with
> > minVersion >= 10.0.6
> > maxVersion <= 10.0.6
> > failed to create drawable
> > 
> > I've reported so late because I've rebuilt and reinstalled xulrunner10,
> > firefox10 and thunderbird10 first to make sure I don't have an old 
> > version of firefox/xulrunner10.

I can confirm this problem.

Maybe it is not clear how to reproduce it, at least I had to read it twice.

You have to open an email which contains a url and then click on that.
Then I was asked to select an application which should handle this link.
I choice firefox10 from /usr/pkg/bin

> It is strange...
> I have never committed xulrunner of 10.0.6esrpre, and
> mail/thunderbird10 does not use xulrunner from devel//xulrunner10.
> 
> (1) Could you provide me more information?
> For example,
> * uname -a
(Continue reading)

Edgar Fuß | 7 Aug 2012 20:28
Picon
Favicon

Re: thunderbird10 10.0.6 - missing symbold

This reminds me of a problem I hand at work, don't know whether it's related 
or not.

In our case, the shell wrapper for thunderbird set LD_LIBRARY_PATH so the 
binary would find its own supplied version of libxul. When you then launched 
firefox by clicking on an HTTP link in an email, firefox would find that 
version of libxul (the names are not versioned) and not the one supplied by 
firefox, and complain about some missing symbol as soon as a plugin ws started.

This did not happen when firefox already had been launched before.

Our cure was to change thunderbird's HTTP handler to another shell wrapper 
that first unset LD_LIBRARY_PATH.

Bernd Ernesti | 7 Aug 2012 20:45
Picon

Re: thunderbird10 10.0.6 - missing symbold

On Tue, Aug 07, 2012 at 08:18:06PM +0200, Bernd Ernesti wrote:
[..]

> prefs.js contains this:
> 
> user_pref("extensions.lastAppVersion", "10.0.6");
> user_pref("extensions.lastPlatformVersion", "10.0.6esrpre");

I guess they forgot to change a file before they created the release.

This value is comming from comm-esr10/mozilla/js/src/config/milestone.txt:
10.0.6esrpre

comm-esr10/mozilla/js/src/config/milestone.pl reads this file to set MOZILLA_VERSION

Bernd

Ryo ONODERA | 9 Aug 2012 13:35
Picon

Re: thunderbird10 10.0.6 - missing symbold

Hi,

From: Bernd Ernesti <netbsd <at> lists.veego.de>, Date: Tue, 7 Aug 2012 20:45:30 +0200

> On Tue, Aug 07, 2012 at 08:18:06PM +0200, Bernd Ernesti wrote:
> [..]
> 
>> prefs.js contains this:
>> 
>> user_pref("extensions.lastAppVersion", "10.0.6");
>> user_pref("extensions.lastPlatformVersion", "10.0.6esrpre");
> 
> I guess they forgot to change a file before they created the release.
> 
> This value is comming from comm-esr10/mozilla/js/src/config/milestone.txt:
> 10.0.6esrpre
> 
> comm-esr10/mozilla/js/src/config/milestone.pl reads this file to set MOZILLA_VERSION

Thank you.

comm-esr10/mozilla/js/src/config/milestone.txt does not help me,
and I will modify comm-esr10/mozilla/config/milestone.txt.

I wish it were help me.

--
Ryo ONODERA // ryo_on <at> yk.rim.or.jp
PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3

(Continue reading)

Ryo ONODERA | 9 Aug 2012 18:00
Picon

Re: thunderbird10 10.0.6 - missing symbold

Hi,

From: Ryo ONODERA <ryo_on <at> yk.rim.or.jp>, Date: Thu, 09 Aug 2012 20:35:10 +0900 (JST)

> Hi,
> 
> From: Bernd Ernesti <netbsd <at> lists.veego.de>, Date: Tue, 7 Aug 2012 20:45:30 +0200
> 
>> On Tue, Aug 07, 2012 at 08:18:06PM +0200, Bernd Ernesti wrote:
>> [..]
>> 
>>> prefs.js contains this:
>>> 
>>> user_pref("extensions.lastAppVersion", "10.0.6");
>>> user_pref("extensions.lastPlatformVersion", "10.0.6esrpre");
>> 
>> I guess they forgot to change a file before they created the release.
>> 
>> This value is comming from comm-esr10/mozilla/js/src/config/milestone.txt:
>> 10.0.6esrpre
>> 
>> comm-esr10/mozilla/js/src/config/milestone.pl reads this file to set MOZILLA_VERSION
> 
> Thank you.
> 
> comm-esr10/mozilla/js/src/config/milestone.txt does not help me,
> and I will modify comm-esr10/mozilla/config/milestone.txt.
> 
> I wish it were help me.

(Continue reading)

Bernd Ernesti | 9 Aug 2012 22:53
Picon

Re: thunderbird10 10.0.6 - missing symbold

On Fri, Aug 10, 2012 at 01:00:13AM +0900, Ryo ONODERA wrote:
[..]

> This problem (version mismatch) should be fixed in thunderbird10-10.0.6nb1.

I can confirm that this version solved the issue.

> Thank you.

Thank you too.
Bernd


Gmane