• 1
  • 96
  • 97
  • 98
  • 99(current)
  • 100
XBMC Ubuntu PPAs (precompiled PPA builds for Ubuntu)
I am having some problems. I am running XBMCbuntu and upgraded to precise. I have added the Nathan Rennie-Waldock nightly ppa. I have apt-get updated and upgraded. However in xbmc system info it shows a compile date of 3/25. Can someone help me with what I am doing wrong please?
Living Room: Ubuntu 16.10 x64 | BayTrail-M SOC | Krypton | Hitachi 55L6 | Yamaha RX-V665 | 7.1 Polk Surround
Den: RetroPie 4.1 | Raspberry Pi 3 | Krypton | VIZIO XVT553SV
Bedroom: OSMC 2017.02-1 | Raspberry Pi 3 | Krypton | VIZIO E370VA
HP Chromebook 14: Ubuntu 16.04 x64 | Celeron 2955U | Jarvis
NAS: Windows 10 | 20TB on DrivePool | Emby DB | Subsonic | Plex
Reply
Try this
Code:
sudo apt-get update
sudo apt-get dist-upgrade
Then reboot
Image
Reply
Downloaded the latest version but xbmc hangs allot now (when scaning for movies or tv shows) and i have to restart xbmc but when i restart xbmc i can only see a background and an mouse curser. To fix this have to delete the user profile map and then xbmc is working fine again.

error log:
21:36:51 T:3037828864 NOTICE: Checking resolution 13
21:36:51 T:3037828864 NOTICE: CWinSystemX11::SetFullScreen - calling xrandr
21:36:52 T:3037828864 ERROR: InitRenderSystem() glewInit returned 1: Missing GL version
21:36:52 T:3037828864 FATAL: CApplication::Create: Unable to init rendering system

Reply
(2012-07-14, 02:44)isamu.dragon Wrote: Try this
Code:
sudo apt-get update
sudo apt-get dist-upgrade
Then reboot

Tried and still the same. I was using source code from FernetMenta. Is there something I need to do to have my box "follow" the ppa packages or something?

EDIT: Figured it out sorta. gpg isn't getting the key.
Code:
root@XBMC:~# add-apt-repository ppa:nathan-renniewaldock/xbmc-stable
You are about to add the following PPA to your system:
Stable releases of XBMC.
More info: https://launchpad.net/~nathan-renniewaldock/+archive/xbmc-stable
Press [ENTER] to continue or ctrl-c to cancel adding it

Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.uwBTEWBYFp --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80/ --recv 428926204FE30238F00B98224CDB129629A4B41A
gpg: requesting key 29A4B41A from hkp server keyserver.ubuntu.com
gpg: key 29A4B41A: "Launchpad PPA for Nathan Rennie-Waldock" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
Any ideas why it's not working or how to fix it?
Living Room: Ubuntu 16.10 x64 | BayTrail-M SOC | Krypton | Hitachi 55L6 | Yamaha RX-V665 | 7.1 Polk Surround
Den: RetroPie 4.1 | Raspberry Pi 3 | Krypton | VIZIO XVT553SV
Bedroom: OSMC 2017.02-1 | Raspberry Pi 3 | Krypton | VIZIO E370VA
HP Chromebook 14: Ubuntu 16.04 x64 | Celeron 2955U | Jarvis
NAS: Windows 10 | 20TB on DrivePool | Emby DB | Subsonic | Plex
Reply
update to the latest version now i get allot of 19:36:58 T:3037931264 ERROR: Unknown setting type 'integer' for projectM
Reply
(2012-06-07, 02:02)legoman666 Wrote: The PPA's here have newer builds from as recent as 2 hours ago: https://launchpad.net/~nathan-renniewaldock

I would be careful with those nightly builds. Personally, I would wait for the monthly builds, rather than play around with nightly builds...
Reply
i'm using a nightly from august 8th and am getting these errors (so happening with openelec frodo builds i tried recently). When these warnings occur, video freezes but audio continues ok. Is anyone else having this issue?

21:22:35 T:140580887688960 WARNING: CRenderManager::FlipPage - timeout waiting for flip to complete
21:22:35 T:140580887688960 WARNING: CRenderManager::FlipPage - timeout waiting for previous frame
Reply
ok i have added ppa:nathan-renniewaldock/xbmc-nightly as a repo, done a apt-get update, apt-get upgrade and apt-get dist-upgrade yet XBMC is still showing build was compiled on the 8th August.

Any ideas?
Reply
I disabled my uploads as the android merge completely broke Linux builds. I enabled it a couple days ago. I'll check why it didn't upload now.
Reply
(2012-08-20, 12:43)milkybar1983 Wrote: ok i have added ppa:nathan-renniewaldock/xbmc-nightly as a repo, done a apt-get update, apt-get upgrade and apt-get dist-upgrade yet XBMC is still showing build was compiled on the 8th August.

Any ideas?

It appears that everything since the 8th has failed to build. It'd be nice to not have to compile from source every time, but I have yet to find a good option...
Image
Reply
(2012-08-20, 20:43)thrillerbee Wrote:
(2012-08-20, 12:43)milkybar1983 Wrote: ok i have added ppa:nathan-renniewaldock/xbmc-nightly as a repo, done a apt-get update, apt-get upgrade and apt-get dist-upgrade yet XBMC is still showing build was compiled on the 8th August.

Any ideas?

It appears that everything since the 8th has failed to build. It'd be nice to not have to compile from source every time, but I have yet to find a good option...

i compiled a build today from git, worked fine
Reply
(2012-08-20, 20:45)milkybar1983 Wrote:
(2012-08-20, 20:43)thrillerbee Wrote:
(2012-08-20, 12:43)milkybar1983 Wrote: ok i have added ppa:nathan-renniewaldock/xbmc-nightly as a repo, done a apt-get update, apt-get upgrade and apt-get dist-upgrade yet XBMC is still showing build was compiled on the 8th August.

Any ideas?

It appears that everything since the 8th has failed to build. It'd be nice to not have to compile from source every time, but I have yet to find a good option...

i compiled a build today from git, worked fine

Sorry, I was unclear - that PPA's buildbot hasn't successfully built anything since the 8th. Compiling on your own will work.
Image
Reply
(2012-08-20, 20:47)thrillerbee Wrote:
(2012-08-20, 20:45)milkybar1983 Wrote:
(2012-08-20, 20:43)thrillerbee Wrote: It appears that everything since the 8th has failed to build. It'd be nice to not have to compile from source every time, but I have yet to find a good option...

i compiled a build today from git, worked fine

Sorry, I was unclear - that PPA's buildbot hasn't successfully built anything since the 8th. Compiling on your own will work.

gotcha Smile
Reply
(2012-08-20, 12:47)HellFire Wrote: I disabled my uploads as the android merge completely broke Linux builds. I enabled it a couple days ago. I'll check why it didn't upload now.

and I failed to realize that HellFire is maintaining that PPA. I'll let him speak to the issues...
Image
Reply
(2012-08-15, 01:47)TheMunch8 Wrote:
(2012-06-07, 02:02)legoman666 Wrote: The PPA's here have newer builds from as recent as 2 hours ago: https://launchpad.net/~nathan-renniewaldock

I would be careful with those nightly builds. Personally, I would wait for the monthly builds, rather than play around with nightly builds...

What PPA is still pushing monthly builds? The official PPA hasn't been updated since 3/23. Kind of annoying...
Reply
  • 1
  • 96
  • 97
  • 98
  • 99(current)
  • 100

Logout Mark Read Team Forum Stats Members Help
XBMC Ubuntu PPAs (precompiled PPA builds for Ubuntu)12