Kodi Community Forum

Full Version: XBMC Ubuntu PPAs (precompiled PPA builds for Ubuntu)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried those steps but didn't get anywhere... somehow I got into a state where some packages are the older SVN build but others are at 31181, and now I can't remove all of them or install the newer ones:

Code:
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:
  xbmc: Depends: xbmc-data (= 1:10.08~svn31181-karmic1) but 1:9.11+svn28256-karmic1 is installed
  xbmc-data: Depends: xbmc-bin (< 1:9.11+svn28256-karmic1.1~) but 1:10.08~svn31181-karmic1 is installed
  xbmc-scripts-example: Depends: xbmc-data (= 1:10.08~svn31181-karmic1) but 1:9.11+svn28256-karmic1 is installed
  xbmc-skin-confluence: Depends: xbmc-data (= 1:10.08~svn31181-karmic1) but 1:9.11+svn28256-karmic1 is installed
  xbmc-web: Depends: xbmc-data (= 1:10.08~svn31181-karmic1) but 1:9.11+svn28256-karmic1 is installed
E: Unmet dependencies. Try using -f.
make sure you delete the SVN PPA from "/etc/apt/sources.list.d"

then after you remove xbmc, add in back in with "sudo add-apt-repository ppa:team-xbmc-svn/ppa"
djroketboy Wrote:i had to remove the svn ppa, then purged xbmc (sudo apt-get purge xbmc)
then installed the svn ppa again, and then installed xbmc..

seems to be running better for me, i am still getting the scrapper issue, but I think its just this build....

Yep the scrapers were broken for me also with that build, I've finally managed to compile from trunk and install Nod It took hours of errors and reading but i got there lol. Anyway my point was that scrapers are working again with current trunk revision

M.
djroketboy Wrote:make sure you delete the SVN PPA from "/etc/apt/sources.list.d"

then after you remove xbmc, add in back in with "sudo add-apt-repository ppa:team-xbmc-svn/ppa"

Thanks, I went through and did it again and this time it worked. I thought I had done the same thing the first time, but maybe I missed a step somewhere.
I'm still getting dependency issues in Hardy :

Code:
xbmc@AppleTV:/etc/apt$ sudo apt-get install xbmc
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.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  xbmc: Depends: xbmc-data (= 1:10.08~svn31181-hardy1) but 1:9.11+svn28256-hardy1 is to be installed
        Depends: xbmc-skin-confluence (= 1:10.08~svn31181-hardy1) but 1:9.11+svn28256-hardy1 is to be installed
        Depends: xbmc-web (= 1:10.08~svn31181-hardy1) but 1:9.11+svn28256-hardy1 is to be installed
E: Broken packages
xbmc@AppleTV:/etc/apt$ sudo apt-get install xbmc-data
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.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  xbmc-data: Depends: xbmc-bin (>= 1:10.08~svn31181-hardy1) but 1:9.11+svn28256-hardy1 is to be installed
E: Broken packages

In /etc/apt i have the following: apt.conf.d secring.gpg sources.list sources.list.d trustdb.gpg trusted.gpg trusted.gpg~

In sources.list.d (a folder) I have xbmc.org.list which contains
Code:
# deb http://ppa.launchpad.net/team-xbmc/ppa/ubuntu hardy main
# deb-src http://ppa.launchpad.net/team-xbmc/ppa/ubuntu hardy main
deb http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu hardy main
deb-src http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu hardy main

Any thoughts anyone please?

thanks
Paul
Basically, we're all screwed until the PPA is fixed properly it's been buggered in some form or another for weeks.

frumpy_uk Wrote:I'm still getting dependency issues in Hardy :

Code:
xbmc@AppleTV:/etc/apt$ sudo apt-get install xbmc
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.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  xbmc: Depends: xbmc-data (= 1:10.08~svn31181-hardy1) but 1:9.11+svn28256-hardy1 is to be installed
        Depends: xbmc-skin-confluence (= 1:10.08~svn31181-hardy1) but 1:9.11+svn28256-hardy1 is to be installed
        Depends: xbmc-web (= 1:10.08~svn31181-hardy1) but 1:9.11+svn28256-hardy1 is to be installed
E: Broken packages
xbmc@AppleTV:/etc/apt$ sudo apt-get install xbmc-data
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.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  xbmc-data: Depends: xbmc-bin (>= 1:10.08~svn31181-hardy1) but 1:9.11+svn28256-hardy1 is to be installed
E: Broken packages

In /etc/apt i have the following: apt.conf.d secring.gpg sources.list sources.list.d trustdb.gpg trusted.gpg trusted.gpg~

In sources.list.d (a folder) I have xbmc.org.list which contains
Code:
# deb http://ppa.launchpad.net/team-xbmc/ppa/ubuntu hardy main
# deb-src http://ppa.launchpad.net/team-xbmc/ppa/ubuntu hardy main
deb http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu hardy main
deb-src http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu hardy main

Any thoughts anyone please?

thanks
Paul
I'm thick as it comes, god knows how but managed to get past same problem as you by adding the deb\deb-src to

/etc/apt/sources.list

I added the SVN and the nvidia VDAPU thingy listed as a dependecy on the OP of this thread...

Added...

Quote:deb http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu karmic main
deb http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu karmic main

Bearing in mind im using karmic obviously that would ne changed to "hardy"

Then added the keys...

Quote:sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 64234534 CEC06767

Then did sudo-gert-update thingy etc...

All worked fine then...

frumpy_uk Wrote:I'm still getting dependency issues in Hardy :

Code:
xbmc@AppleTV:/etc/apt$ sudo apt-get install xbmc
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.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  xbmc: Depends: xbmc-data (= 1:10.08~svn31181-hardy1) but 1:9.11+svn28256-hardy1 is to be installed
        Depends: xbmc-skin-confluence (= 1:10.08~svn31181-hardy1) but 1:9.11+svn28256-hardy1 is to be installed
        Depends: xbmc-web (= 1:10.08~svn31181-hardy1) but 1:9.11+svn28256-hardy1 is to be installed
E: Broken packages
xbmc@AppleTV:/etc/apt$ sudo apt-get install xbmc-data
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.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  xbmc-data: Depends: xbmc-bin (>= 1:10.08~svn31181-hardy1) but 1:9.11+svn28256-hardy1 is to be installed
E: Broken packages

In /etc/apt i have the following: apt.conf.d secring.gpg sources.list sources.list.d trustdb.gpg trusted.gpg trusted.gpg~

In sources.list.d (a folder) I have xbmc.org.list which contains
Code:
# deb http://ppa.launchpad.net/team-xbmc/ppa/ubuntu hardy main
# deb-src http://ppa.launchpad.net/team-xbmc/ppa/ubuntu hardy main
deb http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu hardy main
deb-src http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu hardy main

Any thoughts anyone please?

thanks
Paul
robo989 Wrote:I'm thick as it comes, god knows how but managed to get past same problem as you by adding the deb\deb-src to

/etc/apt/sources.list

I added the SVN and the nvidia VDAPU thingy listed as a dependecy on the OP of this thread...

Added...



Bearing in mind im using karmic obviously that would ne changed to "hardy"

Then added the keys...



Then did sudo-gert-update thingy etc...

All worked fine then...

Not that thick apparently - worked for me.... Thanks!
frumpy_uk Wrote:Not that thick apparently - worked for me.... Thanks!

No probs...the scrapers aren't working though on the latest svn compiled version.
blandoon Wrote:I am getting an interesting error while attempting to update to svn 31181 from the PPA:

Code:
dpkg: error processing /var/cache/apt/archives/xbmc-data_1%3a10.08~svn31181-karmic1_all.deb (--unpack):
trying to overwrite '/usr/share/xbmc/scripts/autoexec.py', which is also in package xbmc-scripts-example 1:10.08~svn31181-karmic1
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Processing triggers for man-db ...
Errors were encountered while processing:
/var/cache/apt/archives/xbmc-data_1%3a10.08~svn31181-karmic1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
It was suggested to try 'apt-get install -f' but that did the same thing... I also tried renaming the autoexec.py file mentioned in the error, but no luck.

This is very interesting! can you open a ticket on Trac for this issue. I believe there is an underlying packaging issue.
I was able to resolve it by completely removing xbmc and the SVN PPA repository, then re-adding... I can still open the ticket with the info I do have if you think it would help anyone else.
Also, I just updated from 31181 to 31349 without any issues, so hopefully if there was an underlying issue it has since been fixed.
Just wanted to express how happy I am that the SVN-PPA is finally building DAILY again --> https://edge.launchpad.net/~team-xbmc-svn/+archive/ppa

I was waiting for this for quite some time now and the new versions rock Big Grin

Just for your info: The 64bit XBMC version on my Ubuntu Lucid installation work great!!! I'm also using the current Beta 256.35 drivers.
So is it okay to try the SVN PPA's now or should I wait a little longer?
Smart79 Wrote:Just for your info: The 64bit XBMC version on my Ubuntu Lucid installation work great!!! I'm also using the current Beta 256.35 drivers.

exactly the same here, that's amazing Laugh kudos to watta