![]() |
|
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 |
- BaerMan - 2009-10-17 14:15 dc2447 Wrote:anybody got a stable version working right now, I am getting much hanging & crashing right now on 9.04.3+svn23754-karmic1Yesterday's version (don't actually know the correct version string, but my box is still running on intrepid) worked fine for me. No crashes, hangs or errors. The only faulty version for me in the last few months was the one without database support
- pabelanger - 2009-10-18 23:48 Does the PPA contain debug versions of xbmc-svn? I would be more then willing to debug the crashlogs and post bug reports. - pecinko - 2009-10-19 00:34 It sure helped me a lot. Thanks a lot Vajonam! - wattazoum - 2009-10-19 07:04 pabelanger Wrote:Does the PPA contain debug versions of xbmc-svn? I would be more then willing to debug the crashlogs and post bug reports. It does : xbmc-common-dbg - erhnam - 2009-10-19 09:43 wattazoum; could you explain us a little bit more about the build scripts. I want to create ubuntu packages as well to update my XBMC live installation. The normal packages requires me to change the profile a lot. I noticed that the build scripts are located under /home/buildd/. Is it possible to share these? - wattazoum - 2009-10-19 11:35 Here are the scripts that I use for the build (more or less up to date). They are not generic at all. But I hope you can use them. https://code.edge.launchpad.net/~wattazoum/xbmc/ppa-building-scripts ![]() - erhnam - 2009-10-19 12:09 wattazoum Wrote:Here are the scripts that I use for the build (more or less up to date). They are not generic at all. But I hope you can use them. Many thanks! I'll have a look at them! - TFHfony - 2009-10-19 21:20 hal2100 Wrote:Hello, Noone seems to want to answer this question I guess... - erhnam - 2009-10-21 09:31 wattazoum Wrote:Here are the scripts that I use for the build (more or less up to date). They are not generic at all. But I hope you can use them. wattazoum, I tried to use the build scripts. I had a good look at your code and installed the correct packages. Error messages about missing packages like debhelper dpatch are gone. The only issue I have now is the local variable is not set. W: xbmc source: configure-generated-file-in-source xbmc/lib/libPython/Python/config.status Finished running lintian. Now signing changes and any dsc files... signfile xbmc_23867-jaunty1.dsc Test User (alias erhnam) <ph@xbmcfreak.nl> signfile xbmc_23867-jaunty1_source.changes Test User (alias erhnam) <ph@xbmcfreak.nl> Successfully signed dsc and changes files '--local' is not set. Uploading to PPA No host xbmc-ppa found in config Cleaning ... Do you have any idea? This is how the script is initialized: ./svn-build.sh -t SRC_BRANCH=/home/buildd/trunk version=23867 $@ The directories (trunk, debian-jaunty, etc) are all in /home/buildd/ - Mshake - 2009-10-22 13:32 Might be a silly question but please advice hopefully, I followed the link to the xbmc ppas and is it true that for linux, there is no one complete package such as the windows one where u can install and uninstall and could go back to a previous version easily? It seems the previous few posters are having issues trying to reinstall a previous build or something and the process is not as clear cut as the windows version?? There are multiple *.deb files all over the place for the same build number. Do we have to download all of them and install each of them manually just to be up and running?? |