Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 577470 - net-libs/webkit-gtk-2.10.8 with clang-3.8: Source/JavaScriptCore/runtime/Options.cpp:613:67: error: use of undeclared identifier 'isnan'
Summary: net-libs/webkit-gtk-2.10.8 with clang-3.8: Source/JavaScriptCore/runtime/Opti...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL: https://lists.webkit.org/pipermail/we...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-15 12:53 UTC by Franz Trischberger
Modified: 2016-04-04 19:31 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log.xz (build.log.xz,28.23 KB, application/x-xz)
2016-03-15 12:53 UTC, Franz Trischberger
Details
webkit-gtk-2.10.8_fix_clang.patch (webkit-gtk-2.10.8_fix_clang.patch,734 bytes, patch)
2016-03-15 12:59 UTC, Franz Trischberger
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Franz Trischberger 2016-03-15 12:53:55 UTC
Created attachment 428292 [details]
build.log.xz

/var/tmp/portage/net-libs/webkit-gtk-2.10.8/work/webkitgtk-2.10.8/Source/JavaScriptCore/runtime/Options.cpp:613:67: error: use of undeclared identifier 'isnan'
        return (m_entry.doubleVal == other.m_entry.doubleVal) || (isnan(m_entry.doubleVal) && isnan(other.m_entry.doubleVal));
                                                                  ^
/var/tmp/portage/net-libs/webkit-gtk-2.10.8/work/webkitgtk-2.10.8/Source/JavaScriptCore/runtime/Options.cpp:613:95: error: use of undeclared identifier 'isnan'
        return (m_entry.doubleVal == other.m_entry.doubleVal) || (isnan(m_entry.doubleVal) && isnan(other.m_entry.doubleVal));
Comment 1 Franz Trischberger 2016-03-15 12:59:41 UTC
Created attachment 428294 [details, diff]
webkit-gtk-2.10.8_fix_clang.patch
Comment 2 Franz Trischberger 2016-03-16 07:25:51 UTC
This seems to be fixed in trunk already and proposed for 2.10.9:
https://lists.webkit.org/pipermail/webkit-gtk/2016-March/002658.html
Comment 3 Pacho Ramos gentoo-dev 2016-04-04 19:31:03 UTC
2.10.9 in the tree