[Bug 779007] New: bzip2 recipe does not fix all the library links

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Feb 21 10:35:59 UTC 2017


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

            Bug ID: 779007
           Summary: bzip2 recipe does not fix all the library links
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: cerbero
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: gkiagia at tolabaki.gr
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 346309
  --> https://bugzilla.gnome.org/attachment.cgi?id=346309&action=edit
bzip2.recipe: also fix the link with the SONAME suffix on linux

The bzip2 recipe includes some post_install code to fix library links, as the
build system of bzip produces links with absolute paths. However, it does not
fix all the links; the one with the SONAME suffix is left problematic:

lrwxrwxrwx 1 gkiagia gkiagia     15 Feb 16 16:12 libbz2.so -> libbz2.so.1.0.6
lrwxrwxrwx 1 gkiagia gkiagia     74 Feb 16 16:12 libbz2.so.1.0 ->
/home/gkiagia/Code/cerbero/build/dist/linux_x86_64/lib/libbz2.so.1.0.6
-rwxr-xr-x 1 gkiagia gkiagia 235736 Feb 16 16:12 libbz2.so.1.0.6

The attached patch solves the issue for linux. However, I am not sure if it is
correct with respect to other platforms.

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