Can't get to latest SVN stuck at 28256
#1
Question 
I've added the SVN PPA

xbmc@xbmc:~$ cat /etc/apt/sources.list.d/xbmc.org.list
#Last Stable Build
#deb http://ppa.launchpad.net/team-xbmc/ppa/ubuntu jaunty main
#deb-src http://ppa.launchpad.net/team-xbmc/ppa/ubuntu jaunty main

#SVN Builds daily
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


#Nvidia PPA
deb http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu jaunty main


I've run

sudo apt-get remove xbmc*
sudo apt-get update
sudo apt-get install xbmc
sudo apt-get install xmbc-live

it installs version 28256 how do i get it to the latest svn31846??
Reply
#2
Looks like the PPA build process is failing from the i386 version of Jaunty, below is an extract of the build log xbmc-10.08~svn31846

checking for libcrystalhd soname... no
configure: error: Unable to determine soname of libcrystalhd library
make[1]: *** [override_dh_auto_configure] Error 1
make[1]: Leaving directory `/build/buildd/xbmc-10.08~svn31846'
make: *** [build] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
******************************************************************************
Build finished at 20100716-2158
FAILED [dpkg-buildpackage died]
Purging chroot-autobuild/build/buildd/xbmc-10.08~svn31846
Reply
#3
Now that some patch has been rolled back, we're back to a previous error that exists in the Jaunty build for several months I believe.

It's already been reported as a bug:
http://trac.xbmc.org/ticket/9416
and is assigned and accepted by wattazoum.

A patch is already available, so this should be an easy fix.

XBMC builders - please can you help fix this issue that prevents the build for so many people on Januty.

Thanks,

Your loyal supporters. Wink
Reply
#4
er no that bug has nothing to do with redstorms problem

you cant upgrade from 9.11 to svn ppa its a old XBMC bug, try purge not remove.

see here http://forum.xbmc.org/showpost.php?p=576...tcount=122

please also add your info to the bug on my link so it gets addressed.
Reply
#5
I gave up on it as the i386 build for jaunty was allways failing to build on launchpad so checked out the source and compiled it myself. don't think ill go back as its easy enough to do on your own.

If i go back to the svn ppa ill give the purge a try.
Reply

Logout Mark Read Team Forum Stats Members Help
Can't get to latest SVN stuck at 282560