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 775661 - gstconfig: Compile failure for xtensa and microblaze architectures (unaligned access support)
gstconfig: Compile failure for xtensa and microblaze architectures (unaligned...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
1.10.x
Other Linux
: Normal normal
: 1.10.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-12-05 20:36 UTC by Peter Seiderer
Modified: 2016-12-06 10:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix unaligned access support for microblaze and xtensa architectures. (1.75 KB, patch)
2016-12-05 20:36 UTC, Peter Seiderer
committed Details | Review

Description Peter Seiderer 2016-12-05 20:36:12 UTC
Created attachment 341429 [details] [review]
Fix unaligned access support for microblaze and xtensa architectures.

Fix unaligned access support for microblaze and xtensa architectures:

../gst/gstconfig.h:112:4: error: #error "Could not detect architecture; don't know whether it supports unaligned access! Please file a bug."
      #  error "Could not detect architecture; don't know whether it supports unaligned access! Please file a bug."

Fixes buildroot autobuild failures (see [1] for details).
    
[1] http://lists.busybox.net/pipermail/buildroot/2016-December/178895.html
Comment 1 Tim-Philipp Müller 2016-12-05 20:53:31 UTC
Thanks!

commit 28db1c063117a480401ce4907ff0997a04c83cc5
Author: Peter Seiderer <ps.report@gmx.net>
Date:   Mon Dec 5 21:09:52 2016 +0100

    gstconfig: Fix unaligned access support for microblaze and xtensa architectures
    
    Fixes buildroot autobuild failures, for details see:
    http://lists.busybox.net/pipermail/buildroot/2016-December/178895.html
    
    https://bugzilla.gnome.org/show_bug.cgi?id=775661