LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-18-2024, 11:58 PM   #1
y0g1
LQ Newbie
 
Registered: Mar 2010
Posts: 29

Rep: Reputation: 16
[BUG] mozilla-thunderbird-115.10 from current


Hello,
there is bug in latest mozilla-thunderbird 115.10 from current.
https://bugzilla.mozilla.org/show_bug.cgi?id=1891889
This will be resolved by 115.10.1 or we shoud downgrade to 115.9.0
 
Old 04-19-2024, 08:22 AM   #2
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,404

Rep: Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139
From what I've seen, it seems to be a Windows/Imap bug
With a workaround : disable "empty trash on exit"

Does this deserve a downgrade on Slackware?
 
Old 04-19-2024, 08:50 AM   #3
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,081

Rep: Reputation: 751Reputation: 751Reputation: 751Reputation: 751Reputation: 751Reputation: 751Reputation: 751
Already upgraded to 115.10.1 in the -current repo:
https://www.linuxquestions.org/quest...ml#post6497018
 
2 members found this post helpful.
Old 04-19-2024, 09:10 AM   #4
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,377

Rep: Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757
Quote:
Already upgraded to 115.10.1 in the -current repo
Inside one hour of the original post. :-)
 
Old 04-19-2024, 11:46 AM   #5
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,404

Rep: Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139Reputation: 4139
Quote:
Originally Posted by allend View Post
Inside one hour of the original post. :-)
For as long as I've been saying it, he's fast as lightning
 
Old 05-08-2024, 01:30 PM   #6
y0g1
LQ Newbie
 
Registered: Mar 2010
Posts: 29

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by allend View Post
Inside one hour of the original post. :-)
mozilla-thunderbird-125.0 from Apr. 26 has got similar problem.
It is fixed in 126.0 version.

https://bugzilla.mozilla.org/show_bug.cgi?id=1891889

from bug description:

Tracking Flags:
Tracking Status
thunderbird_esr115 --- fixed
thunderbird125 --- affected
thunderbird126 --- fixed
 
Old 05-08-2024, 02:34 PM   #7
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,533

Rep: Reputation: 8513Reputation: 8513Reputation: 8513Reputation: 8513Reputation: 8513Reputation: 8513Reputation: 8513Reputation: 8513Reputation: 8513Reputation: 8513Reputation: 8513
Quote:
Originally Posted by y0g1 View Post
mozilla-thunderbird-125.0 from Apr. 26 has got similar problem.
It is fixed in 126.0 version.
That'll be great once version 126.0 actually exists.
 
Old 05-17-2024, 01:22 AM   #8
y0g1
LQ Newbie
 
Registered: Mar 2010
Posts: 29

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by volkerdi View Post
That'll be great once version 126.0 actually exists.
I would like to test beta version 126.0b3 but I can not build 125.0 and 126.0



The error messages during configure phase for 125.0 are:

Code:
 0:14.21 js/src> creating ./config.data
 0:14.23 Creating config.status
 0:14.58 Traceback (most recent call last):
 0:14.58   File "/tmp/thunderbird-125.0/configure.py", line 351, in <module>
 0:14.58     sys.exit(main(sys.argv))
 0:14.58              ^^^^^^^^^^^^^^
 0:14.58   File "/tmp/thunderbird-125.0/configure.py", line 176, in main
 0:14.58     return config_status(config)
 0:14.58            ^^^^^^^^^^^^^^^^^^^^^
 0:14.58   File "/tmp/thunderbird-125.0/configure.py", line 300, in config_status
 0:14.58     return config_status(args=[], **sanitized_config)
 0:14.58            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 0:14.58   File "/tmp/thunderbird-125.0/python/mozbuild/mozbuild/config_status.py", line 141, in config_status
 0:14.58     reader = BuildReader(env)
 0:14.58              ^^^^^^^^^^^^^^^^
 0:14.59   File "/tmp/thunderbird-125.0/python/mozbuild/mozbuild/frontend/reader.py", line 868, in __init__
 0:14.59     self._gyp_worker_pool = ProcessPoolExecutor(max_workers=max_workers)
 0:14.59                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 0:14.59   File "/usr/lib64/python3.11/concurrent/futures/process.py", line 732, in __init__
 0:14.59     self._call_queue = _SafeQueue(
 0:14.59                        ^^^^^^^^^^^
 0:14.59   File "/usr/lib64/python3.11/concurrent/futures/process.py", line 173, in __init__
 0:14.59     super().__init__(max_size, ctx=ctx)
 0:14.59   File "/usr/lib64/python3.11/multiprocessing/queues.py", line 43, in __init__
 0:14.59     self._rlock = ctx.Lock()
 0:14.59                   ^^^^^^^^^^
 0:14.59   File "/usr/lib64/python3.11/multiprocessing/context.py", line 68, in Lock
 0:14.59     return Lock(ctx=self.get_context())
 0:14.59            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 0:14.60   File "/usr/lib64/python3.11/multiprocessing/synchronize.py", line 169, in __init__
 0:14.60     SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx)
 0:14.60   File "/usr/lib64/python3.11/multiprocessing/synchronize.py", line 57, in __init__
 0:14.60     sl = self._semlock = _multiprocessing.SemLock(
 0:14.60                          ^^^^^^^^^^^^^^^^^^^^^^^^^
 0:14.60 FileNotFoundError: [Errno 2] No such file or directory
*** Fix above errors and then restart with "./mach build"
what is wrong with my install that I cann not build mozilla-thunderbird from source using slackware source slackbuild?
 
Old 05-17-2024, 12:52 PM   #9
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,117

Rep: Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192
FWIW I built 126.0b3 here (slackware64-15.0) and it has the same issue (hangs on quit), but I'll test 127.0b1 soon...

Last edited by ponce; 05-17-2024 at 01:01 PM.
 
Old Yesterday, 03:58 AM   #10
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,117

Rep: Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192
Quote:
Originally Posted by marav View Post
From what I've seen, it seems to be a Windows/Imap bug
With a workaround : disable "empty trash on exit"
I can confirm that this workaround (applied to every imap account defined in the application, in "server settings") works ok here too.

...but from the few tests I've made with 127.0b1 the workaround doesn't seem mandatory anymore.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with Thunderbird-115 in Slackware64-current cwizardone Slackware 8 08-05-2023 09:40 AM
LXer: Mozilla Thunderbird 115 Released with Supernova UI, OpenPGP Improvements LXer Syndicated Linux News 0 07-17-2023 12:45 AM
LXer: Thunderbird 115 Reaches Beta with Updated UI and Improved OpenPGP Support LXer Syndicated Linux News 0 06-10-2023 03:34 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration