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 779953 - Fails to build with uClibc C library
Fails to build with uClibc C library
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer-vaapi
1.10.3
Other Linux
: Normal normal
: 1.10.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-03-12 20:37 UTC by Thomas Petazzoni
Modified: 2017-03-14 15:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch fixing the uClibc build failure (1.70 KB, patch)
2017-03-12 20:37 UTC, Thomas Petazzoni
committed Details | Review

Description Thomas Petazzoni 2017-03-12 20:37:58 UTC
Created attachment 347772 [details] [review]
Patch fixing the uClibc build failure

Version 1.10.3 of gstreamer-vaapi fails to build with the uClibc C library due to O_CLOEXEC being undefined. Indeed, as open(2) indicates, _GNU_SOURCE must be defined for O_CLOEXEC to be available. The attached patch solves this.
Comment 1 Víctor Manuel Jáquez Leal 2017-03-14 15:16:37 UTC
commit 159e3c3f08ef1c19da4ede8a437337dd8cf7f0b7
Comment 2 Víctor Manuel Jáquez Leal 2017-03-14 15:24:20 UTC
1.10 branch

commit e7f71f16d07e5439ee2151344eef3e7cf113b7b5