After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 772107 - can't compile on x86
can't compile on x86
Status: RESOLVED DUPLICATE of bug 729276
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
1.9.2
Other Linux
: Normal critical
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-09-28 08:05 UTC by Jura
Modified: 2016-09-28 08:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build.log (13.51 KB, text/x-log)
2016-09-28 08:05 UTC, Jura
Details

Description Jura 2016-09-28 08:05:08 UTC
Created attachment 336419 [details]
build.log

/var/tmp/portage/media-libs/gst-plugins-base-1.9.2/work/gst-plugins-base-1.9.2/gst-libs/gst/audio/audio-resampler-x86.h:529:9: error: implicit declaration of function '_mm_cvtsi128_si64' [-Werror=implicit-function-declaration]
   res = _mm_cvtsi128_si64 (sum[0]);
         ^
/var/tmp/portage/media-libs/gst-plugins-base-1.9.2/work/gst-plugins-base-1.9.2/gst-libs/gst/audio/audio-resampler-x86.h:529:3: error: nested extern declaration of '_mm_cvtsi128_si64' [-Werror=nested-externs]
   res = _mm_cvtsi128_si64 (sum[0]);
Comment 1 Sebastian Dröge (slomo) 2016-09-28 08:21:25 UTC
Thanks for taking the time to report this.
This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 729276 ***
Comment 2 Jura 2016-09-28 08:29:07 UTC
Are you sure this is a duplicate?

1.8.3 compile fine on linux x86 and x64

1.9.2 compile fine on x64 and error on linux x86