[Bug 749776] New: Conflicting symbols in gettext and gnutls giving issues when building gst-player

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat May 23 12:23:51 PDT 2015


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

            Bug ID: 749776
           Summary: Conflicting symbols in gettext and gnutls giving
                    issues when building gst-player
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: other
            Status: NEW
          Severity: major
          Priority: Normal
         Component: cerbero
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: emmanuel.poitier at enman.fr
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 303868
  --> https://bugzilla.gnome.org/attachment.cgi?id=303868&action=edit
Patch to apply to avoid symbols redefinition error

I have been confronted against an issue when trying to generate the
libgstreamer_android.so from gst-player.

Obviously this may not be needed to be fixed as it is in regard to an external
package, but it may be also causing issues from other applications when using
gstreamer SDK custom build.

The issue is that all the functions from xsize used in gettext and gnutls are
common and may cause the linker to fail as it will give an error due to
duplicate symbols defined in these two components. 

Please find the changes I made (defined the functions with hidden visibility)
to apply to cerbero to fix the issue.

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