Opened 9 years ago
Closed 9 years ago
#7484 closed defect (fixed)
WebKitGTK+-2.10.7 fails with glibc 2.23
Reported by: | tnut | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.9 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description (last modified by )
So far they are 2 packages WebKitGTK+-2.10.7 and LibreOffice-5.1.0 which fails with a similar error related to isnan function: Here is the concerned line in the webkitgtk log
[ 14%] Building CXX object Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/runtime/PropertyDescriptor.cpp.o /tmp/work/src/webkitgtk-2.10.7/Source/JavaScriptCore/runtime/Options.cpp: In member function 'bool JSC::Option::operator==(const JSC::Option&) const': /tmp/work/src/webkitgtk-2.10.7/Source/JavaScriptCore/runtime/Options.cpp:613:90: error: 'isnan' was not declared in this scope
I'm not shure it look for me that this function have been replace by something else in glibc 2.23
Change History (6)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Description: | modified (diff) |
---|
comment:5 by , 9 years ago
Milestone: | future → 7.9 |
---|---|
Owner: | changed from | to
I've now reached webkitgtk in my build, and got the same failure, so I can take this.
Note:
See TracTickets
for help on using tickets.
Chris had the same issue with Libreoffice last night.
Solution was to use a following sed:
Replace the file name with the corresponding one for Libreoffice. The one above is for WebKitGTK+.