Kodi Community Forum

Full Version: XBMC Ubuntu PPAs (precompiled PPA builds for Ubuntu)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I commited a fix HERE
but it is reversing some of the work done by anssih HERE
the compilation should work but crystalhd soname is hardcoded again.
Still has an issue with the crystailhd lib


checking for libcrystalhd/libcrystalhd_if.h... yes
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~svn32022'
make: *** [build] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
******************************************************************************
Build finished at 20100721-0826
FAILED [dpkg-buildpackage died]
redstorm Wrote:Still has an issue with the crystailhd lib


checking for libcrystalhd/libcrystalhd_if.h... yes
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~svn32022'
make: *** [build] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
******************************************************************************
Build finished at 20100721-0826
FAILED [dpkg-buildpackage died]

install the crystalhd lib
it is unable to find libcrystalhd even when it's installed try to configure with --enable-crystalhd
Sorry, new to this.

Are the PPA builds working again?

I use the GUI Software Manager in Ubuntu Karmic to update to XBMC SVN builds and I don't want to mess up the build I have installed now.

Thanks
Ayla Wrote:Sorry, new to this.

Are the PPA builds working again?

I use the GUI Software Manager in Ubuntu Karmic to update to XBMC SVN builds and I don't want to mess up the build I have installed now.

Thanks

https://edge.launchpad.net/~team-xbmc-sv...es_filter=
-roadkill Wrote:it is unable to find libcrystalhd even when it's installed try to configure with --enable-crystalhd

Lets just remove crystal only those expensive apple crowd will potentially be using it..
redstorm Wrote:Lets just remove crystal only those expensive apple crowd will potentially be using it..

I have it installed and was getting this error (about a week ago and pretty much all my builds for the last month) and I just disabled libcrystal to build xbmc. (I have it installed but it always game me the soname error as well.
XBMC SVN PPA builds look fine now?

https://edge.launchpad.net/~team-xbmc-sv...es_filter=

Anyone tried the latest one, is it working correctly (I will try the Karmic build later today)?
Ayla Wrote:XBMC SVN PPA builds look fine now?

https://edge.launchpad.net/~team-xbmc-sv...es_filter=

Anyone tried the latest one, is it working correctly (I will try the Karmic build later today)?

Code:
The following packages will be upgraded:
  xbmc xbmc-bin xbmc-data xbmc-live xbmc-skin-confluence xbmc-standalone xbmc-web
7 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 37.5MB of archives.
After this operation, 242kB of additional disk space will be used.


Working on Lucid! Smile
Please, someone help Smile

I just tried to upgrade to the latest build on Karmic, but I get an error:
http://www.pastebin.com/WUtpzWZf

It's xbmc-eventclients-common that errors (I think I have to install it, to use LIRC).

Code:
trying to overwrite '/usr/share/pixmaps/xbmc/bluetooth.png', which is also in package xbmc-data 1:10.08~svn32178-karmic1

I tried deleting the folder it mentions it can't overwrite in the error msg. but it didn't help.

Any suggestions?

Thanks
log says you should run apt-get autoremove to correct already ongoing errors.

I would suggest doing what it says on log + if it still fails do a complete purge of all xbmc packages followed by their install.
Seems crystalhd is not enabled in the latest ppa-build (svn32178 karmic). CrystalHD is no longer available in the list of render methods. Anyone who can confirm this?
Elbert Wrote:Seems crystalhd is not enabled in the latest ppa-build (svn32178 karmic). CrystalHD is no longer available in the list of render methods. Anyone who can confirm this?

Yes, CrystalHD was what was causing the build to fail. I'm sure they'll fix it eventually. If you need CrystalHD and you need to test the latest builds, I would learn how to compile your own builds.

Here's the check-in where it was disabled:
http://trac.xbmc.org/changeset/32057