LinuxMCE Forums

General => Installation issues => Topic started by: DragonK on December 29, 2011, 12:02:46 pm

Title: [Solved] 1004 install unmet dependencies
Post by: DragonK 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?
Title: Re: 1004 install unmet dependencies
Post by: merkur2k 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.
Title: Re: 1004 install unmet dependencies
Post by: l3mce on December 30, 2011, 04:32:29 am
Make sure you have run an upgrade.

It looks like you have old and new packages.
Title: Re: 1004 install unmet dependencies
Post by: merkur2k 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
Title: Re: 1004 install unmet dependencies
Post by: DragonK on December 30, 2011, 07:53:05 am
Hi,

So it seems that libva1 is the problem?

Karel
Title: Re: 1004 install unmet dependencies
Post by: DragonK 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

Title: Re: 1004 install unmet dependencies
Post by: merkur2k 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).
Title: Re: 1004 install unmet dependencies
Post by: DragonK 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
Title: Re: 1004 install unmet dependencies
Post by: Marie.O on December 30, 2011, 09:53:38 am
DragonK,

thanks for your findings. We have fixed the repo, and installs should work fine again.
Title: Re: 1004 install unmet dependencies (Making Progress)
Post by: DragonK 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.
Title: Re: 1004 install unmet dependencies (Making Progress)
Post by: DragonK on December 30, 2011, 07:43:46 pm
Diskless_CreateTBZ.sh  completed successfully.  ;D

Karel
Title: SOLVED was: 1004 install unmet dependencies
Post by: Marie.O on December 30, 2011, 09:11:08 pm
Thanks for the feedback Karel