[Bug 796616] New: bzip2 and srt recipes do not have the correct install_name on macOS

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 18 06:58:05 UTC 2018


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

            Bug ID: 796616
           Summary: bzip2 and srt recipes do not have the correct
                    install_name on macOS
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Mac OS
            Status: NEW
          Severity: blocker
          Priority: Normal
         Component: cerbero
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: nirbheek.chauhan at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

The install_name is not set as the absolute path to the library, due to which
the `srt` plugin fails to load because it can't find libsrt.1.dylib, and all
plugins that use bzip2 actually use the libbz2 that is shipped with macOS in
/usr/lib instead.

This is likely because both these use cmake and don't use the correct
incantation to set the install name as the absolute path. Openjpeg also uses
cmake and does this correctly, so we should just copy what it does.

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