Author Topic: [Solved] 1004 install unmet dependencies  (Read 5914 times)

DragonK

  • Guru
  • ****
  • Posts: 446
    • View Profile
[Solved] 1004 install unmet dependencies
« on: December 29, 2011, 12:02:46 pm »
Hi All,

Im trying to install 1004, but Im doing something wrong. Some items have unmet dependencies. Even when trying to install manually.
Code: [Select]
dcerouter_1024512:/var/log# apt-get install pluto-avwizard
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:
  pluto-avwizard: Depends: pluto-xine-player (>= 2.0.0.45) but it is not going to be installed
                  Depends: pluto-xine-player (< 2.0.0.46) but it is not going to be installed
                  PreDepends: libxine2 (>= 1.1.90) but it is not going to be installed
E: Broken packages
dcerouter_1024512:/var/log#
There are several other packages too.
I attached the Setup log to.

Any ideas?
« Last Edit: December 30, 2011, 09:13:41 pm by DragonK »

merkur2k

  • Addicted
  • *
  • Posts: 513
    • View Profile
Re: 1004 install unmet dependencies
« Reply #1 on: December 30, 2011, 02:14:38 am »
need to chase the dep tree backwards until you find the actual broken package. in this case, its probably libxine2, so try to apt-get install it and see what it gives as an error. if its still complaining of broken deps, try to install that too, etc.

l3mce

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1084
    • View Profile
Re: 1004 install unmet dependencies
« Reply #2 on: December 30, 2011, 04:32:29 am »
Make sure you have run an upgrade.

It looks like you have old and new packages.
I never quit... I just ping out.

merkur2k

  • Addicted
  • *
  • Posts: 513
    • View Profile
Re: 1004 install unmet dependencies
« Reply #3 on: December 30, 2011, 06:20:45 am »
problem has been located, watch this ticket for a fix:
http://svn.linuxmce.org/trac.cgi/ticket/1382

DragonK

  • Guru
  • ****
  • Posts: 446
    • View Profile
Re: 1004 install unmet dependencies
« Reply #4 on: December 30, 2011, 07:53:05 am »
Hi,

So it seems that libva1 is the problem?

Karel

DragonK

  • Guru
  • ****
  • Posts: 446
    • View Profile
Re: 1004 install unmet dependencies
« Reply #5 on: December 30, 2011, 08:34:30 am »
Might have found a solution to the problem. updated the Trac ticket.

Run the following commands
Code: [Select]
wget https://launchpad.net/~msb/+archive/testing/+files/libva1_1.0.1-3msb2_i386.deb
 dpkg -i libva1_1.0.1-3msb2_i386.deb

After that the others installed when doing it manually. Checking Disklescreate now to.

Karel


merkur2k

  • Addicted
  • *
  • Posts: 513
    • View Profile
Re: 1004 install unmet dependencies
« Reply #6 on: December 30, 2011, 09:02:57 am »
the missing deb was added to the repo.
if upgrading, you may have to manually upgrade libxine2 (via apt-get).

DragonK

  • Guru
  • ****
  • Posts: 446
    • View Profile
Re: 1004 install unmet dependencies
« Reply #7 on: December 30, 2011, 09:48:06 am »
It was a New install, and finally I got Sarah to...  ;D

Now to get the MD's working. Any pointers for the Diskless_CreateTBZ.sh failing???

Karel

Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: 1004 install unmet dependencies
« Reply #8 on: December 30, 2011, 09:53:38 am »
DragonK,

thanks for your findings. We have fixed the repo, and installs should work fine again.

DragonK

  • Guru
  • ****
  • Posts: 446
    • View Profile
Re: 1004 install unmet dependencies (Making Progress)
« Reply #9 on: December 30, 2011, 10:44:37 am »
Should thank Merkur2k, he pointed me into the right direction.

Was libva1 the root of the problem for Diskless_CreateTBZ.sh too? Its going further than before, and is still busy.

Will keep you posted.

DragonK

  • Guru
  • ****
  • Posts: 446
    • View Profile
Re: 1004 install unmet dependencies (Making Progress)
« Reply #10 on: December 30, 2011, 07:43:46 pm »
Diskless_CreateTBZ.sh  completed successfully.  ;D

Karel

Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
SOLVED was: 1004 install unmet dependencies
« Reply #11 on: December 30, 2011, 09:11:08 pm »
Thanks for the feedback Karel