[Webkit-unassigned] [Bug 156892] [JSC] Fix build break since r199866

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 22 02:35:26 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=156892

--- Comment #3 from Joonghun Park <jh718.park at samsung.com> ---
(In reply to comment #2)
> (In reply to comment #1)
> > Committed r199868: <http://trac.webkit.org/changeset/199868>
> 
> And Darin landed one more fix: (I don't konw which build it fixed.)
> http://trac.webkit.org/changeset/199870
> 
> But now the Apple Mac cloop build is broken:
> 
> /Volumes/Data/slave/elcapitan-cloop-debug/build/Source/JavaScriptCore/
> runtime/MathCommon.h:61:28: error: expected unqualified-id
>     if (!constant || !std::isnormal(constant))
>                            ^
> /Volumes/Data/slave/elcapitan-cloop-debug/build/Source/JavaScriptCore/
> runtime/MathCommon.h:65:9: error: no member named 'frexp' in namespace
> 'std'; did you mean simply 'frexp'?
>     if (std::frexp(constant, &exponent) != 0.5)
>         ^~~~~~~~~~
>         frexp
> 
> /Volumes/Data/slave/elcapitan-cloop-debug/build/Source/JavaScriptCore/
> runtime/MathCommon.h:77:25: error: no member named 'ldexp' in namespace
> 'std'; did you mean simply 'ldexp'?
>     double reciprocal = std::ldexp(1, -exponent);
>                         ^~~~~~~~~~
>                         ldexp
> 
> /Volumes/Data/slave/elcapitan-cloop-debug/build/Source/JavaScriptCore/
> runtime/MathCommon.h:78:17: error: expected unqualified-id
>     ASSERT(std::isnormal(reciprocal));
>                 ^
> 
> Common, nobody watches bots after landing random patches? Why ????
> The original patch broke all Linux builds, the buildfixes broke the 
> Apple Mac cloop build.

I'm sorry, Ossy. If it is not fixed soon, let me check it out again. My mac is at home, so I couldn't check mac cloop port in advance.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160422/246b615e/attachment.html>


More information about the webkit-unassigned mailing list