[Bug 767255] build failure in flatpak apps for gstreamer

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jun 6 12:07:36 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=767255

--- Comment #14 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
(In reply to Bastien Nocera from comment #13)
> (In reply to Nicolas Dufresne (ndufresne) from comment #12)
> > I regularly build on aarch64, and never had this issue. Could it be that the
> > wrong (32bit vs 64bit) *config.h get included ?
> 
> rhythmbox builds with -Wcast-align. You probably don't.

Yes, see this commit

commit 246f5dba96a5b50bb74621af67b30942cca72af5
Author: Benjamin Otte <otte at redhat.com>
Date:   Wed Apr 14 11:19:14 2010 +0200

    configure: Remove -Wcast-align

    Apparently gcc warns that GstMiniObject is not castable to
    GstEvent/Message/Buffer due to them containing 64bit variables, even
    though ARM hackers claim that those only need 4byte alignment. And as
    long as gcc behaves that way, this warning is not very useful.

    So we'll remove the warning until this problem is fixed.

    https://bugzilla.gnome.org/show_bug.cgi?id=615698

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list