[Bug 796776] zlib compile failed for Android (regression )

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jul 18 14:52:28 UTC 2018


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

Jan Schmidt <thaytan at noraisin.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thaytan at noraisin.net

--- Comment #3 from Jan Schmidt <thaytan at noraisin.net> ---
Confirming that the android build is broken in git master as at
056e448d6a25ebf0d8af71978172d91054b730d4

Adding

os.environ['WINDRES']= ""

to config/android.cbc gets past the first error, but breaks building glib
because the values assigned to CFLAGS in the recipe don't get passed to the
cross compiler values - in particular not having '-DNVALGRIND=1' doesn't
compile, but the GIO settings are also probably important.

Adding -DNVALGRIND=1 to the c_args fixes the first part of that.

Beyond that, zlib and glib are building dynamic libs, not static ones. The
output won't be useful.

-- 
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