Problems upgrading to the latest BETA.
#1
I'm trying to install the latest BETA, but somehow the XBMC package is greyed out in the Ubuntu Upgrade Manager. When I try to do an "apt-get upgrade" I see the following "error" at the end:

Code:
The following packages have been kept back:
  xbmc xbmc-common xbmc-skin-pm3-hd xbmc-web-pm3
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
xbmc@xbmc-desktop:~$

How can I upgrade to the latest BETA?
Reply
#2
sudo apt-get dist-upgrade
Reply
#3
I'm baffled as well.

I'm a noob, but I've been using the live distro installed to a HDD since 9.04.1 was out.

Since then, using wattazoum's PPA's, I've been able to "apt-get update" and "apt-get upgrade" my way through PPA's up to Alpha 2 build 24548. Now, I've tried apt-geting, and I've tried your apt-get dist-update....the only thing I've been able to pull is a kernel update, and new nvidia drivers....no Beta1.

is there some manual apt-get thing I can do, or possibly dpkg -i 9.11~beta1-jaunty2.deb or something?

This is driving me bonkers
I can see it on the PPA site, but can't pull....

Edit:

I just manually tried to do this by doing the following:

Quote:cd /tmp

wget https://launchpad.net/~team-xbmc-svn/+ar...2_i386.deb https://launchpad.net/~team-xbmc-svn/+ar...2_i386.deb https://launchpad.net/~team-xbmc-svn/+ar...2_i386.deb https://launchpad.net/~team-xbmc-svn/+ar...2_i386.deb https://launchpad.net/~team-xbmc-svn/+ar...2_i386.deb

dpkg -i *.deb

this worked, however when I run apt-get update/upgrade afterward, I get the following message:

Quote:(T: XBMCLive)root@XBMCLive:~# apt-get upgrade
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-standalone: Depends: xbmc-common (= 9.11~alpha2-jaunty1) but 9.11~beta1-jaunty2 is installed
Depends: xbmc-skin-pm3-hd (= 9.11~alpha2-jaunty1) but 9.11~beta1-jaunty2 is installed
Depends: xbmc-web-pm3 (= 9.11~alpha2-jaunty1) but 9.11~beta1-jaunty2 is installed
E: Unmet dependencies. Try using -f.

It's like it doesn't realize beta1 is newer....I think my apt caches are old or something, anyone have a clue?

Edit2:

G-damn it. now it looks like i've got parts of two versions installed:

Quote:(T: XBMCLive)root@XBMCLive:/tmp# apt-get upgrade
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-live: Depends: xbmc-standalone (= 9.11~beta1-jaunty2) but 9.11~alpha2-jaunty1 is installed
xbmc-standalone: Depends: xbmc-common (= 9.11~alpha2-jaunty1) but 9.11~beta1-jaunty2 is installed
Depends: xbmc-skin-pm3-hd (= 9.11~alpha2-jaunty1) but 9.11~beta1-jaunty2 is installed
Depends: xbmc-web-pm3 (= 9.11~alpha2-jaunty1) but 9.11~beta1-jaunty2 is installed
E: Unmet dependencies. Try using -f.

alpha2 and beta 1.....think my stuff is all mucked up now...anyone know how to get just beta1 and remove all traces of alpha2? In the meantime, I've just rolled back to my image of alpha2, guess I'll stay here till a new Live CD comes out, then totally start from scratch.
Board: Zotac ION-A-U Case: M350 Mini ITX Memory: 4GB Patriot PC6400 OS: XBMC on OpenELEC.tv build 6936 on a Corsair 32GB SSD Media Storage: W2K8 running on 14TB RAID 5 on an Asrock board w/ AMD Athlon X2 250 and PERC 6/I controller w/ 8 Samsung HD204UI Green drives Time to interface from power switch: 22.4 seconds.
Reply
#4
dc2447 Wrote:sudo apt-get dist-upgrade
Doesn't work. I get exactly the same:
Code:
xbmc@xbmc-desktop:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  xbmc xbmc-common xbmc-skin-pm3-hd xbmc-web-pm3
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.

Any more suggestions ?
Reply
#5
I got the same with an apt-get update/upgrade, so I just installed the packages instead:

apt-get install xbmc xbmc-common xbmc-skin-pm3-hd xbmc-web-pm3

Which then detected these as upgraded packages and progressed normally. Beta1 installed, no ill effects.
Reply
#6
hippojay Wrote:I got the same with an apt-get update/upgrade, so I just installed the packages instead:

apt-get install xbmc xbmc-common xbmc-skin-pm3-hd xbmc-web-pm3

Which then detected these as upgraded packages and progressed normally. Beta1 installed, no ill effects.
When I do this I get:
Code:
xbmc@xbmc-desktop:~$
xbmc@xbmc-desktop:~$ sudo apt-get install xbmc xbmc-common xbmc-skin-pm3-hd xbmc-web-pm3
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-common: Depends: libass3 but it is not installable
E: Broken packages
Reply
#7
apt-get install libass

? Possibly - I can't remember the package name now...
Reply
#8
I fixed my not being able to upgrade. It looks like the PPA's changed addresses.

Here is my /etc/apt/sources.list.d/xbmc.org.list file:


Quote: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/ppa/ubuntu jaunty main
# deb-src http://ppa.launchpad.net/team-xbmc-svn/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

The last 2 #'d lines are what I've been using since 9.04.1 to apt-get upgrades. After screwing around for a while trying to get it to work, I noticed that the Paths were different. I changed the lines around, which are now the last two above, and I was then able to apt-get update and apt-get upgrade successfully to beta1.
Board: Zotac ION-A-U Case: M350 Mini ITX Memory: 4GB Patriot PC6400 OS: XBMC on OpenELEC.tv build 6936 on a Corsair 32GB SSD Media Storage: W2K8 running on 14TB RAID 5 on an Asrock board w/ AMD Athlon X2 250 and PERC 6/I controller w/ 8 Samsung HD204UI Green drives Time to interface from power switch: 22.4 seconds.
Reply

Logout Mark Read Team Forum Stats Members Help
Problems upgrading to the latest BETA.0