[Enigmail] enigmail 0.96.0 build issue on ppc64
Remi Collet
Liste at FamilleCollet.com
Sat Jul 18 10:12:26 PDT 2009
Hi,
Trying to update enigmail package available on Rpmfusion (for Fedora
10), I encounter a build failure on ppc64.
Full build log
http://buildsys.rpmfusion.org/logs/fedora-10-rpmfusion_free/4492-thunderbird-enigmail-0.96.0-1.fc10/ppc64/build.log
The issue is that TARGET_XPCOM_ABI is not detected/set by thunderbird
configure script.
This trivial patch fixes this build issue
--- configure.orig 2008-10-19 18:21:23.000000000 +0200
+++ configure 2009-07-18 17:44:36.000000000 +0200
@@ -5408,7 +5408,7 @@
CPU_ARCH=sparc
;;
-x86_64 | sparc | ppc | ia64)
+x86_64 | sparc | ppc | ia64 | ppc64)
CPU_ARCH="$OS_TEST"
;;
esac
Enigmail Makefile seems to try to handle this case :
ifeq ($(TARGET_XPCOM_ABI),)
But not correctly ;)
thunderbird-enigmail-0.96.0-2.fc10 is build and should be available
really soon in RPMFusion for i386, x86_64, ppc and ppc64, as usually.
Regards
Remi.
More information about the Enigmail
mailing list