News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

LMCE keeps hard locking....

Started by colinjones, January 11, 2009, 01:16:20 AM

Previous topic - Next topic

Marie.O

Quote from: colinjones on January 13, 2009, 04:11:49 AM
(Zaerc did squeezecenter make it into the alpha1?)

I ain't Zaerc, but yes, the latest alpha contains support for the latest Logitech Squeezeboxes, as we have changed the port of the plugin to the default port of the squeezeboxes.

rgds
Oliver
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

colinjones

phew! thx possy, that'll make it much easier when I rebuild for the betas :)

Marie.O

Quote from: colinjones on January 13, 2009, 10:40:04 AM
phew! thx possy, that'll make it much easier when I rebuild for the betas :)

Could you give me a link to the beta's ;)
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

colinjones


Zaerc

The easiest way to get out of the current dependency-hell that you're stuck in, I reckon would be to create a dummy slimserver .deb package and install it.  Unfortunately I cannot reach my notes on how to do that at the moment, try googling for "equivs" (iirc). 
"Change is inevitable. Progress is optional."
-- Anonymous

[url=http://petition.stopsoftwarepatents.eu/181001941347/][/url]

colinjones

Zaerc - seems to be a catch 22! You have to install equivs and this triggers the same problem (and others):

linuxmce@dcerouter:~$ sudo apt-get install equivs
[sudo] password for linuxmce:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  equivs: Depends: debhelper (>= 4) but it is not going to be installed
          Depends: devscripts but it is not going to be installed
          Depends: fakeroot but it is not going to be installed
  pluto-slim-server-streamer: PreDepends: slimserver but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
linuxmce@dcerouter:~$

Zaerc

I'll see if I can wrestle up a dummy package for you tomorrow.
"Change is inevitable. Progress is optional."
-- Anonymous

[url=http://petition.stopsoftwarepatents.eu/181001941347/][/url]

colinjones

Thanks Zaerc - how will I install it? Can I override using a dpkg command or something?

Zaerc

Now that you mention it, try downloading the equivs package manually and install it with dpkg directly, which would go something like this:

wget -c 'http://ftp.iinet.net.au/pub/ubuntu/pool/universe/e/equivs/equivs_2.0.7_all.deb'
dpkg -i equivs_2.0.7_all.deb

Or maybe you prefer another mirror to download it from.
"Change is inevitable. Progress is optional."
-- Anonymous

[url=http://petition.stopsoftwarepatents.eu/181001941347/][/url]

colinjones

hmm damn! Not sure what happened, seems like it installed but didn't configure...

linuxmce@dcerouter:~$ sudo dpkg -i equivs_2.0.7_all.deb
Selecting previously deselected package equivs.
(Reading database ... 111976 files and directories currently installed.)
Unpacking equivs (from equivs_2.0.7_all.deb) ...
dpkg: dependency problems prevent configuration of equivs:
equivs depends on debhelper (>= 4); however:
  Package debhelper is not installed.
equivs depends on devscripts; however:
  Package devscripts is not installed.
equivs depends on fakeroot; however:
  Package fakeroot is not installed.
dpkg: error processing equivs (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
equivs


Any thoughts?

Zaerc

Well, dpkg doesn't try to automatically resolve dependencies like apt-get does, so I'm afraid you'll have to download and install those manually too.  Normally an apt-get install -f could solve them afterwards.  This page might help a bit to locate them: http://packages.ubuntu.com/gutsy/equivs

They don't call it dependency hell for nothing.  :-\

If I wasn't so busy at the moment I would have generated the dummy for you already, but right now I have a few other things I need to take care of first. 
"Change is inevitable. Progress is optional."
-- Anonymous

[url=http://petition.stopsoftwarepatents.eu/181001941347/][/url]

colinjones

no no I don't want you to help me any more than you already have... don't want your attention distracted from the "bigger issues" at the moment .... (how long til beta do you think? :) )

thx for the pointers, will start looking through this and work it out.