Hi Frineds,
I am a novice to gstreamer and am installing it on ubuntu16.04. I am facign the following error now able to resolve. sudo apt-get -y --no-install-recommends install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev libgstreamer-plugins-bad1.0-dev Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: libgstreamer-plugins-bad1.0-dev : Depends: libgstreamer-plugins-bad1.0-0 (= 1.8.0-1ubuntu1) but 1.8.3-1ubuntu0.2 is to be installed Depends: gir1.2-gst-plugins-bad-1.0 (= 1.8.0-1ubuntu1) but it is not going to be installed libgstreamer-plugins-base1.0-dev : Depends: libgstreamer-plugins-base1.0-0 (= 1.8.0-1ubuntu1) but 1.8.3-1ubuntu0.2 is to be installed Depends: libxml2-dev but it is not going to be installed Depends: gir1.2-gst-plugins-base-1.0 (= 1.8.0-1ubuntu1) but 1.8.3-1ubuntu0.2 is to be installed libgstreamer-plugins-good1.0-dev : Depends: libgstreamer-plugins-good1.0-0 (= 1.8.0-1ubuntu1) but 1.8.3-1ubuntu0.4 is to be installed libgstreamer1.0-dev : Depends: libgstreamer1.0-0 (= 1.8.0-1) but 1.8.3-1~ubuntu0.1 is to be installed Depends: gir1.2-gstreamer-1.0 (= 1.8.0-1) but 1.8.3-1~ubuntu0.1 is to be installed E: Unable to correct problems, you have held broken packages. Thanks, Issac _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
It looks to me like apt is trying to pull a version of libgstreamer-plugins-bad1.0-dev that is different than Ubuntu 16.04 currently provides for some reason. I'm not an apt expert by any means, but I would recommend running "sudo apt update" and "sudo apt upgrade" if you haven't done so recently. Maybe your package list is out of date or broken. If that doesn't work, I wonder if you've done any manual configuration to the repositories apt pulls from that could be causing problems. There's some information here about that: https://help.ubuntu.com/community/Repositories/Ubuntu
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Thanks Tyler! I have already run "sudo apt update". IT did not resolve the issue. Anyways I'll try running "sudo apt upgrade". Thanks again!! On Mon, Apr 20, 2020 at 3:34 AM Tyler Compton <[hidden email]> wrote:
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |