This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

problem with ubuntu-omap4-extras on maverick(10.10) broken packges on pandaboard(omap4430)

Hi all,
today i am facing a problem when i am trying to install ubuntu-omap4-extras on pandaboard on maverick(10.10) version whcih is working fine earlier.
when i do
sudo apt-get install ubuntu-omap4-extras
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:
 ubuntu-omap4-extras : Depends: ubuntu-omap4-extras-multimedia but it is not going to be installed
E: Broken packages
and when go for that ubuntu-omap4-extras-multimedia 
as
sudo apt-get install ubuntu-omap4-extras-multimedia
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:
 ubuntu-omap4-extras-multimedia : Depends: gstreamer0.10-plugins-bad (= 0.10.20-1ubuntu1+ti0.24.9.1+3) but it is not going to be installed
                                  Depends: gstreamer0.10-sdl (= 0.10.20-1ubuntu1+ti0.24.9.1+3) but it is not going to be installed
                                  Depends: gstreamer0.10-faac (= 0.10.20-1ubuntu1+ti0.24.9.1+3) but it is not going to be installed
E: Broken packages
so tried installing gstreamer0.10-plugins-bad, gstreamer0.10-sdl,gstreamer0.10-faac also 
these 3 packages got installed but but that didn't work for extras.
looks like some changes in repo.
can anybody help by saying how soon it can be fixed...
Thanks,
bujji

  • I had the same problem today, but I worked around it by doing the following three commands:

    sudo wget https://launchpad.net/~tiomap-dev/+archive/release/+sourcepub/1337373/+listing-archive-extra

    sudo wget https://launchpad.net/~tiomap-dev/+archive/release/+files/gstreamer0.10-plugins-bad_0.10.20-1ubuntu1%2Bti0.24.9.1%2B3_armel.deb

    sudo dpkg -i gstreamer0.10-sdl_0.10.20-1ubuntu1+ti0.24.9.1+3_armel.deb gstreamer0.10-faac_0.10.20-1ubuntu1+ti0.24.9.1+3_armel.deb

    This installs the missing packages and let me continue installing the TI hardware drivers.