[Bug 779953] New: Fails to build with uClibc C library

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Mar 12 20:37:58 UTC 2017


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

            Bug ID: 779953
           Summary: Fails to build with uClibc C library
    Classification: Platform
           Product: GStreamer
           Version: 1.10.3
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gstreamer-vaapi
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: thomas.petazzoni at free-electrons.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
                CC: bsreerenj at gmail.com, vjaquez at igalia.com
     GNOME version: ---

Created attachment 347772
  --> https://bugzilla.gnome.org/attachment.cgi?id=347772&action=edit
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.

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