RESOLVED FIXED 130336
[EFL] fontconfig-2.8.0 is not compliant with C++11 leading to a build break
https://bugs.webkit.org/show_bug.cgi?id=130336
Summary [EFL] fontconfig-2.8.0 is not compliant with C++11 leading to a build break
Rob Płóciennik
Reported 2014-03-17 07:41:53 PDT
fontconfig-2.8.0 is not compliant with C++11 which leads to a build break on gcc 4.8.x.
Attachments
Proposed patch (2.78 KB, patch)
2014-03-17 07:43 PDT, Rob Płóciennik
no flags
Proposed patch (2.86 KB, patch)
2014-03-18 04:34 PDT, Rob Płóciennik
no flags
Rob Płóciennik
Comment 1 2014-03-17 07:43:40 PDT
Created attachment 226915 [details] Proposed patch
Csaba Osztrogonác
Comment 2 2014-03-17 08:56:20 PDT
How come it didn't cause build failure previously? We have used fontconfig 2.8 long time ago and there are many developers use GCC 4.8.
Rob Płóciennik
Comment 3 2014-03-17 09:04:54 PDT
(In reply to comment #2) > How come it didn't cause build failure previously? Perhaps this only started to occur when compiling with language standard explicitly set to C++11? The corresponding patch for GTK was just merged on Jan 21 2014 although this very issue has been detected/patched in Fontconfig at least 2 years ago.
Gyuyoung Kim
Comment 4 2014-03-18 02:44:02 PDT
Comment on attachment 226915 [details] Proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=226915&action=review As ossy said, could you show the build error log when compiling WebKit EFL with C++11 ? > Tools/ChangeLog:8 > + fontconfig-2.8.0 is not compliant with C++11 which leads to a build break This description looks redundant because bug title is almost same with description.
Rob Płóciennik
Comment 5 2014-03-18 04:18:45 PDT
(In reply to comment #4) > As ossy said, could you show the build error log when compiling WebKit EFL with C++11 ? Oh, right. I'm encountering the same issues as presented here: http://lists.freedesktop.org/archives/fontconfig/2012-April/003927.html Not to mention that the person that replies to that message is the same that provided the patch included in this patch and the original GTK one (9aa823564), referenced here. > This description looks redundant because bug title is almost same with description. True, updating the ChangeLog accordingly as we speak...
Rob Płóciennik
Comment 6 2014-03-18 04:34:57 PDT
Created attachment 227033 [details] Proposed patch
Gyuyoung Kim
Comment 7 2014-03-18 05:21:41 PDT
Comment on attachment 227033 [details] Proposed patch As mentioned in bug 127283, I believe EFL port doesn't want to slip C++11 into WebKit code as well. LGTM.
WebKit Commit Bot
Comment 8 2014-03-18 05:51:47 PDT
Comment on attachment 227033 [details] Proposed patch Clearing flags on attachment: 227033 Committed r165808: <http://trac.webkit.org/changeset/165808>
WebKit Commit Bot
Comment 9 2014-03-18 05:51:52 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.