[Solved] ZOTAC ZBOX HD-ID11 - Frodo
#16
Thanks for the help. Below is the install attempt and errors:


The following NEW packages will be installed:
xbmc xbmc-bin
0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
Need to get 0 B/35.7 MB of archives.
After this operation, 75.1 MB of additional disk space will be used.
(Reading database ... 102475 files and directories currently installed.)
Unpacking xbmc-bin (from .../xbmc-bin_2%3a13.0~git20130214.0200-e6e389d-0quantal _i386.deb) ...
dpkg: error processing /var/cache/apt/archives/xbmc-bin_2%3a13.0~git20130214.020 0-e6e389d-0quantal_i386.deb (--unpack):
trying to overwrite '/usr/lib/xbmc/addons/pvr.argustv/XBMC_ArgusTV.pvr', which is also in package xbmc-pvr-argustv 1.0.0~git20130129.2244-96774c4-0quantal
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Unpacking xbmc (from .../xbmc_2%3a13.0~git20130214.0200-e6e389d-0quantal_all.deb ) ...
dpkg: error processing /var/cache/apt/archives/xbmc_2%3a13.0~git20130214.0200-e6 e389d-0quantal_all.deb (--unpack):
trying to overwrite '/usr/share/xbmc/addons/pvr.argustv/icon.png', which is als o in package xbmc-pvr-argustv 1.0.0~git20130129.2244-96774c4-0quantal
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Processing triggers for man-db ...
Processing triggers for hicolor-icon-theme ...
Errors were encountered while processing:
/var/cache/apt/archives/xbmc-bin_2%3a13.0~git20130214.0200-e6e389d-0quantal_i38 6.deb
/var/cache/apt/archives/xbmc_2%3a13.0~git20130214.0200-e6e389d-0quantal_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Reply
#17
mmm lets try
Code:
sudo dpkg-reconfigure -a
sudo apt-get install -f
sudo apt-get install --resitall xbmc xbmc.bin

Why idk this pvr package is doing in there, as far as I know pvr packages are not dependant on xbmc, but then again I dont use pvr so cant speak from experience.

Results of those commands too please and this time use [code] tags like I been using for the commands pls.

uNi
Reply
#18
ok, might not be obvious whats happening here. The issue is that the nightly package includes PVR addons, while stable does not. You have the singled out pvr addon packages installed, which would now be overwritten by the new xbmc nightly package.
This will be fixed with the next nightly, where PVR addons will be removed too.

short term solution for you if you don't want to wait 1 day:
Code:
sudo apt-get remove xbmc xbmc-bin xbmc-pvr*
sudo apt-get update
sudo apt-get install xbmc
Reply
#19
(2013-02-15, 10:02)wsnipex Wrote: ok, might not be obvious whats happening here. The issue is that the nightly package includes PVR addons, while stable does not. You have the singled out pvr addon packages installed, which would now be overwritten by the new xbmc nightly package.
This will be fixed with the next nightly, where PVR addons will be removed too.

short term solution for you if you don't want to wait 1 day:
Code:
sudo apt-get remove xbmc xbmc-bin xbmc-pvr*
sudo apt-get update
sudo apt-get install xbmc

This did the job! Thanks so much to all for the guidance and assistance!
Reply

Logout Mark Read Team Forum Stats Members Help
[Solved] ZOTAC ZBOX HD-ID11 - Frodo0