Finally managed to get it to compile by using ubuntu's 1.3.5 package:

http://packages.ubuntu.com/precise/enigmail

then make the following changes:

- dch -i
- use debian/rules from debian's 1.3.4-2 package
- add the attached patch to debian/patches (and d/p/series)

Not sure why 1.3.5 is being built against thunderbird 10 when their website
clearly indicates it's meant to be built against 9:

http://enigmail.mozdev.org/download/index.php.html

Anyway it works again, no more "enigmime service not available" errors :)

X

-- 
GPG: 4096R/5FBBDBCE
https://github.com/infinity0
https://bitbucket.org/infinity0
https://launchpad.net/~infinity0
--- a/xpcom/idl-parser/xpidl.py	2012-01-29 23:09:22.911092688 +0000
+++ b/xpcom/idl-parser/xpidl.py	2012-01-29 23:09:28.867097538 +0000
@@ -151,7 +151,7 @@
                             calltype != 'in' and '*' or '')
 
 builtinNames = [
-    Builtin('boolean', 'bool'),
+    Builtin('boolean', 'PRBool'),
     Builtin('void', 'void'),
     Builtin('octet', 'PRUint8'),
     Builtin('short', 'PRInt16', True, True),
--- a/browser/config/version.txt
+++ b/browser/config/version.txt
@@ -1 +1 @@
-10.0
+9.0
--- a/config/milestone.txt
+++ b/config/milestone.txt
@@ -10,4 +10,4 @@
 # hardcoded milestones in the tree from these two files.
 #--------------------------------------------------------
 
-10.0
+9.0

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to