| Summary: | [GTK] JHBuild module gst-plugins-base fails to build on x86 with GCC 4.9 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> | ||||
| Component: | WebKitGTK | Assignee: | Carlos Alberto Lopez Perez <clopez> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | cgarcia, commit-queue, mrobinson | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
Another report of this issue: https://bugzilla.redhat.com/show_bug.cgi?id=1092991 Upstream bug and fix at: https://bugzilla.gnome.org/show_bug.cgi?id=670690 Created attachment 236980 [details]
Patch
Comment on attachment 236980 [details] Patch Clearing flags on attachment: 236980 Committed r172905: <http://trac.webkit.org/changeset/172905> All reviewed patches have been landed. Closing bug. It seems this is causing TestWebKitWebContext to timeout (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 It seems to be flaky, see http://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20%28Tests%29?numbuilds=200 (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 |
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) ^ [...]