Problem Upgrading to SVN 28256
#1
Guys,

I am having a problem upgrading my SVN to 28256.

I am running XBMCLive Jaunty on an Acer Revo. My current SVN version is 26018. I have read a bunch of different threads on this but still have not been able to make it happen.

/etc/apt/sources.list.d/xbmc.org.list:
Code:
# deb http://ppa.launchpad.net/team-xbmc/ppa/ubuntu jaunty main
# deb http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu/ jaunty main
# deb http://ppa.launchpad.net/xbmc-addons/ppa/ubuntu/ jaunty main
deb http://ppa.launchpad.net/team-xbmc-svn/ubuntu/ jaunty main
deb-src http://ppa.launchpad.net/team-xbmc-svn/ubuntu/ jaunty main

I installed libass since some of the threads pointed to that being the issue:
Code:
wget http://launchpadlibrarian.net/35196207/libass3_0.9.6-1xbmc1_i386.deb
wget http://launchpadlibrarian.net/35196206/libass-dev_0.9.6-1xbmc1_i386.deb
sudo dpkg -i libass3_0.9.6-1xbmc1_i386.deb
sudo dpkg -i libass-dev_0.9.6-1xbmc1_i386.deb

I do a "sudo apt-get update", then when i try the upgrade command I still get the following:
Code:
(T: XBMCLive)xbmc@XBMCLive:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
  linux-image linux-image-generic xbmc xbmc-bin xbmc-data xbmc-skin-confluence
  xbmc-skin-pm3-hd xbmc-web-pm3
0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.

then if i try to install:
Code:
(T: XBMCLive)xbmc@XBMCLive:~$ 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.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  xbmc: Depends: xbmc-data (= 1:9.11+svn28256-jaunty1) but 1:9.11-jaunty1 is to be installed
        Depends: xbmc-skin-confluence (= 1:9.11+svn28256-jaunty1) but 1:9.11-jaunty1 is to be installed or
                 xbmc-skin-pm3-hd (= 1:9.11+svn28256-jaunty1) but 1:9.11-jaunty1 is to be installed
        Depends: xbmc-web (= 1:9.11+svn28256-jaunty1) but it is not going to be installed
E: Broken packages

I would greatly appreciate any advise anyone might have to try on this.
Reply
#2
same problem here, did you ever get it solved?
Reply
#3
Never got it working with Jaunty. I ended up upgrading to Karmic and got it working there.
Reply
#4
sudo add-apt-repository ppa:nvidia-vdpau

should make it work
Reply
#5
jabba200 Wrote:sudo add-apt-repository ppa:nvidia-vdpau

should make it work

Thanks. It almost done. However I've got now


Code:
Unpacking replacement xbmc-data ...
dpkg: error processing /var/cache/apt/archives/xbmc-data_1%3a10.08~svn31542-luci                                                                                                 d1_all.deb (--unpack):
trying to overwrite '/usr/share/xbmc/system/python/python24.zip', which is also                                                                                                  in package xbmc-bin 1:9.11-karmic1
dpkg-deb: subprocess paste killed by signal (Broken pipe)
dpkg: regarding .../xbmc-bin_1%3a10.08~svn31542-lucid1_i386.deb containing xbmc-                                                                                                 bin:
xbmc-bin conflicts with xbmc-common
  xbmc-data provides xbmc-common and is present and installed.
dpkg: error processing /var/cache/apt/archives/xbmc-bin_1%3a10.08~svn31542-lucid                                                                                                 1_i386.deb (--unpack):
conflicting packages - not installing xbmc-bin
Processing triggers for menu ...
Errors were encountered while processing:
/var/cache/apt/archives/xbmc-data_1%3a10.08~svn31542-lucid1_all.deb
/var/cache/apt/archives/xbmc-bin_1%3a10.08~svn31542-lucid1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Could you please help to solve it?
Reply
#6
Got it working

Code:
ii  xbmc                                   1:10.08~svn31542-lucid1                XBMC Media Center (full metapackage)
ii  xbmc-bin                               1:10.08~svn31542-lucid1                XBMC Media Center (binary data package)
ii  xbmc-data                              1:10.08~svn31542-lucid1                XBMC Media Center (arch-independent data package)
ii  xbmc-live                              1:10.08~svn31542-lucid1                XBMC Media Center (XBMC Live package)
ii  xbmc-ppa-keyring                       2009.06.03                             GnuPG archive keys for the XBMC PPA
ii  xbmc-skin-confluence                   1:10.08~svn31542-lucid1                XBMC Media Center (Confluence skin)
ii  xbmc-standalone                        1:10.08~svn31542-lucid1                XBMC Media Center (standalone program)
ii  xbmc-web                               1:10.08~svn31542-lucid1                XBMC Media Center (POC web frontend)

I've removed old xbmc karmic and then instaledl latest svn
Reply
#7
was having the same issue tonight while upgrading to latest svn

i had to remove EVERY xbmc related app before it would let me install.
Reply
#8
It seems i have the same problem. Im a bit of an UTTER COMPLETE N00B so can anyone explain how i remove those apps like you say?

Thanks
Reply

Logout Mark Read Team Forum Stats Members Help
Problem Upgrading to SVN 282560