LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 06-15-2011, 03:18 PM   #1
tallship
Member
 
Registered: Jul 2003
Location: On the Beaches of Super Sunny Southern San Clemente, California USA
Distribution: Slackware - duh!
Posts: 534
Blog Entries: 3

Rep: Reputation: 118Reputation: 118
Question Upgrade to TB 3.1.10 broke Enigmail, Enigmail maintainer sent be home (Here).


Following an upgrade to Thunderbird 3.1.10 I got the following message following the breakage of Enigmail for my MUA.

Code:
"Enigmail" could not be installed because it is not compatible with your  Thunderbird build type (Linux_x86_64-gcc3). Please contact the author of  this item about the problem
I did that and got the following message from the upstream developer for Enigmail:

Quote:
Hi Bradley,

you upgraded your distro and your distro did deliver you an updated
Thunderbird (TB) package but still delivers the old Enigmail (EM) package.
That results in the usual TB AddOn warning "not compatible with this
version" which you seem to have encountered in the first place.

So you decided to fix it yourself and downloaded the EM package from
addons.mozilla.org (AMO) or enigmail.mozdev.org (EMO). On Linux, this is
a bad idea since TB and EM you have installed now were compiled using
different (binary incompatible) compilers. This is documented on EMO
(see http://enigmail.mozdev.org/download/index.php.html):

Please note: The builds provided on this web page only work together
with the standard releases of Thunderbird and SeaMonkey by mozilla.org.
If you use Thunderbird or SeaMonkey as provided by your distribution,
then you also have to use Enigmail provided by that distribution.

So, in order to get back a running solution, you must install Enigmail
from your distro (you may have to ask the maintainer to update it) or
uninstall the distro's TB package and install both TB and EM from the
author's sites mozillamessaging.com and EMO.
Okay that last part isn't going to happen (At least I'm hoping it won't have to).

Alternatively, he suggests that I may want to compile and maintain an Enigmail version myself, which I found appealing, but rather mired in versioning too.

My current gcc version is 4.4.4 on this machine, and on another it's 4.5.2 ( -current).

The two versions of Enigmail from the enigmail.net site for x86_64 were compiled with 4.4.3 (deb-squeeze) and 4.5.0 (Arch).

Okay. so now I go off into supposition and ponderance mode here...

I'm wondering what compiler was used for the Thunderbird package in Slackware64 -current, and whether I should try just installing that on my 13.1 box here (There's other reasons why I don't want to migrate my laptop to 13.37 just yet), since I keep a (current weekly ) mirror of -current locally.

Or, I can try a compile with the particular gcc that Pat used for the latest TB package for 13.1?

Or maybe, someone has this .XPI

I'm not building a Thunderbird from scratch and integrating it. I'll got back to pine and mutt for my gnupg stuff if need be, and maybe even see what clawsmail is like.

Suggestions and options anyone? I'd like this to be simple, but I'm wondering if either doing an Enigmail build based on gcc-4.5.2 or 4.4.4 and then using the SlackBuild (from 13.1 or -current) to install it, and following that up with building and generating an Enigmail .XPI is the shortest path to nirvana.

I am seeking maintainability, so perhaps the best solution would be to start (if it won't break anything) with the source for the SlackBuild from --current, build on --current, and package on this 13.1 laptop?

Y'all don't have to thank me for being as clear as mud on this one LOL!
 
Old 06-15-2011, 03:35 PM   #2
tuxrules
Senior Member
 
Registered: Jun 2004
Location: Chicago
Distribution: Slackware64 -current
Posts: 1,158

Rep: Reputation: 62
I have TB 3.1.10 and have enigmail version 1.2.2 with no problems. Did you try to download the XPI directly from enigmail's site? I remember this happened to me quite a while back and I think I just installed a new xpi and I never saw that message again.
 
Old 06-15-2011, 03:37 PM   #3
tallship
Member
 
Registered: Jul 2003
Location: On the Beaches of Super Sunny Southern San Clemente, California USA
Distribution: Slackware - duh!
Posts: 534

Original Poster
Blog Entries: 3

Rep: Reputation: 118Reputation: 118
Lightbulb

hm...

I'm wondering if I just build Thunderbird from

Code:
slackware64-current/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild
with GCC 4.5.2 (i.e., on one of my Slackware 64 -current boxes) and then check out how to create an .XPI for Enigmail using the same compiler?
 
Old 06-15-2011, 03:46 PM   #4
tallship
Member
 
Registered: Jul 2003
Location: On the Beaches of Super Sunny Southern San Clemente, California USA
Distribution: Slackware - duh!
Posts: 534

Original Poster
Blog Entries: 3

Rep: Reputation: 118Reputation: 118
Quote:
Originally Posted by tuxrules View Post
I have TB 3.1.10 and have enigmail version 1.2.2 with no problems. Did you try to download the XPI directly from enigmail's site? I remember this happened to me quite a while back and I think I just installed a new xpi and I never saw that message again.
Yes I d/l'd it directly from enigmail's site. And when I checked my plugins directory, I had a few Enigmails in there, the latest one prior to the update of Thunderbird actually being the same version as the one I tried to install by downloading from the developer's site (Which, by the way, turns out to the "EMO" site - enigmail.mozilla.org I think - that Olav is referring to, as opposed to the "AMO" site - addons.mozilla.org that I'm going to try now).

I can't for the life of me remember what I did last time to make it work - it's been a while.

I do remember that each time I upgrade TB, that it always turns out to be a hassle getting Enigmail working again.

I'm not bashing enigmail, because I can understand that since, what we're dealing with here is sensitive, there are additional considerations in building it that other plugins and extensions don't need to involve.

But geez.
 
Old 06-15-2011, 06:02 PM   #5
Mike_M
Member
 
Registered: Mar 2011
Location: California
Distribution: Slackware
Posts: 116

Rep: Reputation: 53
The only official Enigmail download for Linux is built for 32-bit systems. There are a few contributed downloads for 64-bit Linux systems, but they aren't likely to work for Slackware64. Building your own is fairly easy, and that is how I do it. You don't need to build a complete Thunderbird package to replace the one installed by Slackware. Rather, only parts of Thunderbird need to be built to make an Enigmail package. This only takes a few minutes on reasonable hardware.

The instructions for building an Enigmail XPI package on this page are easy to follow. Once you've built the XPI you can install it using Thunderbird's add-on manager.

Or you can try my Enigmail builds if you'd rather not build it yourself:
Slackware64 13.1:
enigmail-1.1.2-linux-x86_64.xpi
enigmail-1.1.2-linux-x86_64.xpi.asc

Slackware64-13.37:
enigmail-1.1.2-linux-x86_64.xpi
enigmail-1.1.2-linux-x86_64.xpi.asc

The above GPG signatures are created with my GPG key here. You don't know me from any other random person on the Internet, so I understand if that doesn't mean much to you.

Either building it yourself or using my XPI should not necessitate replacing the Thunderbird package installed by Slackware.
 
Old 06-18-2011, 01:41 AM   #6
tallship
Member
 
Registered: Jul 2003
Location: On the Beaches of Super Sunny Southern San Clemente, California USA
Distribution: Slackware - duh!
Posts: 534

Original Poster
Blog Entries: 3

Rep: Reputation: 118Reputation: 118
Thumbs up

Oh man, I just got back to this. Too bad I didn't notice it earlier.

I already make packages for Slackware64 13.37 based on the latest compiler and also for made them available in their repos.

And you're right, that with only a few posts, and not knowing you, etc., I would have been inclined to do it myself anyway, and besides, Olav asked me to.

But I see you've been thoughtfully putting stuff up since 2009 so I'll follow you and add bookmarks to your redmine site.

And I saw some other kewl, and thoughtful stuff there too.

Besides, it's always nice to meet another serious Slacker

Kindest regards,
 
Old 06-18-2011, 08:03 AM   #7
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
I run Slackware 13.37 with Thunderbird 3.1.10. I downloaded and installed "enigmail-1.1.2-linux-x86_64-gcc4.4.3.xpi" and it works perfectly with this version of Thunderbird.
I guess, by looking at your error message "Thunderbird build type (Linux_x86_64-gcc3)", that you have built / are running this Thunderbird on a non-Slackware system. There is no 64bit Slackware that shipped a gcc3 compiler. Are you running Slamd64 or Bluewhite64?

Eric
 
Old 06-18-2011, 02:45 PM   #8
tallship
Member
 
Registered: Jul 2003
Location: On the Beaches of Super Sunny Southern San Clemente, California USA
Distribution: Slackware - duh!
Posts: 534

Original Poster
Blog Entries: 3

Rep: Reputation: 118Reputation: 118
Thumbs up

Okay Eric, first off, sorry for the long, mundane post

Okay The version I was trying to install Enigmail on was mozilla-thunderbird-3.1.10-x86_64-1_slack13.1 from ftp://carroll.cac.psu.edu/pub/linux/..._slack13.1.txz (01 May 2011).

I have no idea why I got the whacky gcc 3 notification when I tried to install the Enigmail XPIs...

I saw only two that were available from the enigmail.mozdev.org site (enigmail.net). This one: http://www.mozilla-enigmail.org/down...n/octet-stream (built on Debian squeeze x86_64 with gcc-4.4.3-20100108)

And this one: http://www.mozilla-enigmail.org/down...n/octet-stream (built using Arch Linux amd64 with gcc-4.5.0)

Neither one worked for me with the Stock Slackware version I had upgraded to above, and reported the odd, gcc 3 error, in my original post.

So I just went ahead and built Thunderbird from the sources on my own mirror at ../slackware64-current/source/xap/mozilla-thunderbird/ (ran the SlackBuild on a Slackware64 -current box of mine, and then built a corresponding Enigmail from source on the same machine).

Next, I installed the resultig mozilla-thunderbird package on my 13.1 box, and installed the corresponding Enigmail plugin I had also compiled from the tools==>addons==>install menu in TB.

Runs great.

Eric, I stared at that weird gcc 3 error for a while. But that's what kept getting reported to me each time I tried to install either one of those XPI's mentioned above from the enigmail.net website (enigmail.mozdev.org).

My particular Thunderbird installation up to that point was the stock, 64/13.1, and current a/o this changelog for the 14 November 2010 security Announcement:

Quote:
[slackware-security] mozilla-thunderbird (SSA:2010-317-01)

New mozilla-thunderbird packages are available for Slackware 13.0,
13.1, and -current to fix security issues.


Here are the details from the Slackware 13.1 ChangeLog:
+--------------------------+
patches/packages/mozilla-thunderbird-3.0.10-i686-1.txz: Upgraded.
This upgrade fixes some more security bugs.
For more information, see:
http://www.mozilla.org/security/know...derbird30.html
(* Security fix *)
+--------------------------+
I did not install this thunderbird from the 09 December Announcment because, as I recall, it was such a MAJOR hassle to get Enigmail working again the previous month LOL! (Shame on me for six months - I know)

Quote:
[slackware-security] mozilla-thunderbird (SSA:2010-343-02)

New mozilla-thunderbird packages are available for Slackware 13.0, 13.1,
and -current to fix security issues.


Here are the details from the Slackware 13.1 ChangeLog:
+--------------------------+
patches/packages/mozilla-thunderbird-3.0.11-i686-1.txz: Upgraded.
This upgrade fixes some more security bugs.
For more information, see:
http://www.mozilla.org/security/know...derbird30.html
(* Security fix *)
+--------------------------+
So what I did, was just added mozilla-thunderbird to /etc/slackpkg/blacklist for as long as I thought I could get away with it (until I started prep'ing my laptop for the u/g to 13.37).

Where did you get your *enigmail-1.1.2-linux-x86_64-gcc4.4.3.xpi* version? Is it the Debian Squeeze version I linked to above?

If so, I might just try upgradpkg'ing *down* to the stock thunderbird package in ftp://carroll.cac.psu.edu/pub/linux/...slack13.37.txz (Even though I think this is prolly identical to my -current build).

Then I should be running the same as you are and one step closer to getting my other apps ready for the u/g to 13.37 on this laptop

Regardless, thanks for chiming in

Kindest regards,
 
  


Reply

Tags
enigmail, thunderbird



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
Thunderbird, Fedora 5, Enigmail true_atlantis Linux - Software 1 07-01-2006 04:13 AM
Thunderbird/Enigmail shortsword Linux - Software 4 04-15-2006 01:03 AM
GPG errors with enigmail grumblor Linux - Newbie 1 08-26-2005 10:35 AM
gnupg and enigmail question.. slackb0t Slackware 4 04-26-2005 05:58 PM
enigmail ryancw Debian 0 04-25-2004 09:22 PM

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

All times are GMT -5. The time now is 05: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