RESOLVED FIXED136152
[GTK] JHBuild module gst-plugins-base fails to build on x86 with GCC 4.9
https://bugs.webkit.org/show_bug.cgi?id=136152
Summary [GTK] JHBuild module gst-plugins-base fails to build on x86 with GCC 4.9
Carlos Alberto Lopez Perez
Reported 2014-08-22 03:29:58 PDT
JHBuild module gst-plugins-base fails to build on x86 (32-bits) with GCC 4.9: [...] In file included from resample_sse.h:38:0, from resample.c:140, from speex_resampler_float.c:27: resample_sse.h: In function 'inner_product_single': /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:115:1: error: inlining failed in call to always_inline '_mm_setzero_ps': target specific option mismatch _mm_setzero_ps (void) ^ In file included from resample.c:140:0, from speex_resampler_float.c:27: resample_sse.h:46:11: error: called from here __m128 sum = _mm_setzero_ps(); ^ In file included from resample_sse.h:38:0, from resample.c:140, from speex_resampler_float.c:27: /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:929:1: error: inlining failed in call to always_inline '_mm_loadu_ps': target specific option mismatch _mm_loadu_ps (float const *__P) ^ [...]
Attachments
Patch (3.42 KB, patch)
2014-08-22 04:03 PDT, Carlos Alberto Lopez Perez
no flags
Carlos Alberto Lopez Perez
Comment 1 2014-08-22 03:40:44 PDT
Carlos Alberto Lopez Perez
Comment 2 2014-08-22 04:03:30 PDT
WebKit Commit Bot
Comment 3 2014-08-25 01:02:14 PDT
Comment on attachment 236980 [details] Patch Clearing flags on attachment: 236980 Committed r172905: <http://trac.webkit.org/changeset/172905>
WebKit Commit Bot
Comment 4 2014-08-25 01:02:16 PDT
All reviewed patches have been landed. Closing bug.
Carlos Garcia Campos
Comment 5 2014-08-25 05:09:03 PDT
It seems this is causing TestWebKitWebContext to timeout
Carlos Alberto Lopez Perez
Comment 6 2014-08-25 11:28:13 PDT
(In reply to comment #5) > It seems this is causing TestWebKitWebContext to timeout Do you saw that on your machine or on any of the GTK bots? I'm not able to reproduce it: $ Tools/Scripts/run-gtk-tests --release WebKitBuild/Release/bin/TestWebKitAPI/WebKit2Gtk/TestWebKitWebContext TEST: WebKitBuild/Release/bin/TestWebKitAPI/WebKit2Gtk/TestWebKitWebContext... (pid=21727) PASS: WebKitBuild/Release/bin/TestWebKitAPI/WebKit2Gtk/TestWebKitWebContext
Carlos Garcia Campos
Comment 7 2014-08-26 00:42:59 PDT
Carlos Garcia Campos
Comment 8 2014-08-26 00:43:20 PDT
(In reply to comment #7) > It seems to be flaky, see > > http://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20%28Tests%29?numbuilds=200 and not caused by this, sorry for the noise
Note You need to log in before you can comment on or make changes to this bug.