[Bug 777278] New: deb package files with odd interdependencies

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Jan 15 15:56:22 UTC 2017


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

            Bug ID: 777278
           Summary: deb package files with odd interdependencies
    Classification: Platform
           Product: GStreamer
           Version: unspecified
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: cerbero
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: stefan.karlsson987 at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

This is for the cerbero version of openWebRTC, found here:
https://github.com/EricssonResearch/cerbero.git

I am working on a ubuntu 14.04, 64 bit machine (Dell latitude E74400)

I built openWebRTC using the instructions found here:
https://github.com/EricssonResearch/openwebrtc/wiki/Building-OpenWebRTC

which results in the following packages:

openwebrtc_0.3.0-1_amd64.deb
openwebrtc-base-system-1.0_1.9.2.1-1_amd64.deb
openwebrtc-base-system-1.0-dbg_1.9.2.1-1_amd64.deb
openwebrtc-base-system-1.0-dev_1.9.2.1-1_amd64.deb
openwebrtc-dev_0.3.0-1_amd64.deb
openwebrtc-gstreamer-1.0-core_1.9.2.1-1_amd64.deb
openwebrtc-gstreamer-1.0-core-dbg_1.9.2.1-1_amd64.deb
openwebrtc-gstreamer-1.0-core-dev_1.9.2.1-1_amd64.deb
openwebrtc-openwebrtc-base_0.3.0-1_amd64.deb
openwebrtc-openwebrtc-base-dbg_0.3.0-1_amd64.deb
openwebrtc-openwebrtc-base-dev_0.3.0-1_amd64.deb

The first command I ran was:

sudo dpkg -i openwebrtc-0.3.0-1_amd64.deb

which generated error due to dependency of some of the other packages, I then
tried to install the packages in a correct order, which eventually lead to
errors from dpkg of the following kind:

"trying to overwrite '/opt/openwebrtc-0.3/lib/libusrsctp.so', which is also in
package openwebrtc-openwebrtc-base 0.3.0-1"

I solved this issue with:

sudo dpkg -i --force-overwrite openwebrtc*.deb

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