[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [FTBFS] epiphany-browser 3.0.4-1



On Mon, Oct 31, 2011 at 11:53:25PM -0500, Bob Tracy wrote:
> Thanks for the additional detail on the webkit build failure.  I'll take
> a closer look and see if a likely solution presents itself.

Could the webkit fix *really* be this easy?  Here's a modified version
of the current webkit "debian/patches/01_double-conversion.patch", where
I simply appended "|| CPU(ALPHA)" to the list:


--- webkit-1.6.1.orig/Source/JavaScriptCore/wtf/dtoa/utils.h	2011-10-21 11:44:37.000000000 -0200
+++ webkit-1.6.1/Source/JavaScriptCore/wtf/dtoa/utils.h	2011-10-21 11:46:41.928885576 -0200
@@ -49,7 +49,7 @@
 defined(__ARMEL__) || \
 defined(_MIPS_ARCH_MIPS32R2)
 #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
-#elif CPU(MIPS) || CPU(PPC) || CPU(PPC64) || OS(WINCE) || CPU(SH4)
+#elif CPU(MIPS) || CPU(PPC) || CPU(PPC64) || OS(WINCE) || CPU(SH4) || CPU(S390) || CPU(S390X) || CPU(IA64) || CPU(SPARC) || CPU(ALPHA)
 #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
 #elif defined(_M_IX86) || defined(__i386__)
 #if defined(_WIN32)


Verified we support the indicated double-precision arithmetic using the
test given in the "utils.h" file being patched, so I'm going to try a
webkit build :-).

--Bob


Reply to: