Kodi Community Forum

Full Version: unable to upgrade 12.00 frodo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
here's what i get when i try to run sudo apt-get dist upgrade. does anyone know why? ive updated in the past but now it doesnt seem to work, do i have a bad install?

thanks!


----------------------------------------------------------
sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
xbmc xbmc-bin
2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/35.6 MB of archives.
After this operation, 5,048 kB of additional disk space will be used.
Do you want to continue [Y/n]?
(Reading database ... 187207 files and directories currently installed.)
Preparing to replace xbmc 2:12.0~git20130128.1315-frodo-0quantal (using .../xbmc_3%3a12.9.3-git201304112044~a30966e-1~ppa1~quantal_all.deb) ...
Unpacking replacement xbmc ...
dpkg: error processing /var/cache/apt/archives/xbmc_3%3a12.9.3-git201304112044~a30966e-1~ppa1~quantal_all.deb (--unpack):
trying to overwrite '/usr/share/xbmc/addons/pvr.hts/addon.xml', which is also in package xbmc-pvr-tvheadend-hts 1.7.19-2quantal
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Preparing to replace xbmc-bin 2:12.0~git20130128.1315-frodo-0quantal (using .../xbmc-bin_3%3a12.9.3-git201304112044~a30966e-1~ppa1~quantal_i386.deb) ...
Unpacking replacement xbmc-bin ...
dpkg: error processing /var/cache/apt/archives/xbmc-bin_3%3a12.9.3-git201304112044~a30966e-1~ppa1~quantal_i386.deb (--unpack):
trying to overwrite '/usr/lib/xbmc/addons/pvr.hts/XBMC_Tvheadend.pvr', which is also in package xbmc-pvr-tvheadend-hts 1.7.19-2quantal
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Processing triggers for python-support ...
Processing triggers for man-db ...
Processing triggers for hicolor-icon-theme ...
Errors were encountered while processing:
/var/cache/apt/archives/xbmc_3%3a12.9.3-git201304112044~a30966e-1~ppa1~quantal_all.deb
/var/cache/apt/archives/xbmc-bin_3%3a12.9.3-git201304112044~a30966e-1~ppa1~quantal_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
--------------------------------------------------------------------------------------
Looks like you are trying to go from a repo that packages the pvr addons separately to one that includes the addons in the xbmc and xbmc-bin packages.

Try uninstalling your pvr packages and try again.
i didnt even think about that, new to linux and trying to work through it all, thanks for the response, i'll give that a try

i had been using sudo add-apt-repository ppa:nathan-renniewaldock/xbmc-nightly

and the wiki has

sudo add-apt-repository -r ppa:whatever-ppa-you-have-now
sudo add-apt-repository ppa:whatever-ppa-here

is there a list of the proper repositorys i should be using for the nightly builds/updates?

thanks for the help