![]() |
|
XBMC Ubuntu PPAs (precompiled PPA builds for Ubuntu) - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111) +---- Forum: Linux and Live support (/forumdisplay.php?fid=52) +---- Thread: XBMC Ubuntu PPAs (precompiled PPA builds for Ubuntu) (/showthread.php?tid=33327) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 |
- BurningSky - 2010-07-22 12:15 Ayla Wrote:Sorry, new to this. https://edge.launchpad.net/~team-xbmc-svn/+archive/ppa/+packages?field.name_filter=&field.status_filter=&field.series_filter= - redstorm - 2010-07-26 08:36 -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.. - JackieBrown - 2010-07-26 09:39 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. - -roadkill - 2010-07-26 12:02 Apply my patch it will fix it http://trac.xbmc.org/attachment/ticket/9662/fix-crystalhd-soname-ticket-%239662.patch - Ayla - 2010-07-26 14:54 XBMC SVN PPA builds look fine now? https://edge.launchpad.net/~team-xbmc-svn/+archive/ppa/+packages?field.name_filter=&field.status_filter=&field.series_filter= Anyone tried the latest one, is it working correctly (I will try the Karmic build later today)? - erhnam - 2010-07-26 16:36 Ayla Wrote:XBMC SVN PPA builds look fine now? Code: The following packages will be upgraded:Working on Lucid!
- Ayla - 2010-07-26 18:26 Please, someone help ![]() 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-karmic1I tried deleting the folder it mentions it can't overwrite in the error msg. but it didn't help. Any suggestions? Thanks - X3lectric - 2010-07-26 19:01 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. - Elbert - 2010-07-26 21:54 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? - xanadu1979 - 2010-07-26 22:07 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 |