XBMC on Gentoo

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
gryzor Offline
Junior Member
Posts: 31
Joined: Jun 2008
Reputation: 0
Post: #21
Hmpf, can't edit your own posts :\

XBMC on Gentoo is as good as it gets! :o
find quote
alphacube Offline
Junior Member
Posts: 26
Joined: Jun 2008
Reputation: 0
Post: #22
What revs are you guys running?

I have tried the 4 latest and the gui crashes when trying to play a movie. with no logentrys saying what coused it.

I read that someone recomended rev 13711 and 13715
when playing movies with those the gui crashes and says Segfault.

I'd really like to get this working.
find quote
gryzor Offline
Junior Member
Posts: 31
Joined: Jun 2008
Reputation: 0
Post: #23
The actual xbmc is crashing pretty heavily itself, I'm using a wrapper script as of now, since XBMC crashes 3-4 times before even launching (since the past two days):

Code:
vecna ~ $ cat /sbin/xbmc
#!/bin/bash
killall -9q xbmc.bin
speaker-test -c2 --device cards.pcm.iec958 --rate 48000 &
sleep 2 && killall -9q speaker-test
while true; do
/usr/local/xbmc/xbmc.bin
done
vecna ~ $

That way, it'll keep trying to launch xbmc until it succeeds.

XBMC on Gentoo is as good as it gets! :o
find quote
alphacube Offline
Junior Member
Posts: 26
Joined: Jun 2008
Reputation: 0
Post: #24
I did a bit of reading in the forum and whats the odds that I have Intel HD Audio
Alsa driver on both my computers. And aparently if U have that driver compiled in kernel U have to emerge alsa-lib with the debug useflag Confused
else U get "Floating point exception" whenever trying to play a movie...

very strange
find quote
althekiller Offline
Team-XBMC Developer
Posts: 4,701
Joined: May 2004
Reputation: 12
Post: #25
alphacube Wrote:I did a bit of reading in the forum and whats the odds that I have Intel HD Audio
Alsa driver on both my computers. And aparently if U have that driver compiled in kernel U have to emerge alsa-lib with the debug useflag Confused
else U get "Floating point exception" whenever trying to play a movie...

very strange

Next time maybe read the first post in the thread. The bug in Gentoo's alsa-libs has been know for quite a while now.
find quote
alphacube Offline
Junior Member
Posts: 26
Joined: Jun 2008
Reputation: 0
Post: #26
ohh man...sorry Blush
next time I'll try to open my eyes.

could have saved me a lot of hours... Blush

//Alphacube
find quote
alphacube Offline
Junior Member
Posts: 26
Joined: Jun 2008
Reputation: 0
Question    Post: #27
(where is the EDIT button Stare )

Is the alsa-lib debug thing a general problem with gentoo?
if so I need to update the Howto.

//Alphacube
find quote
althekiller Offline
Team-XBMC Developer
Posts: 4,701
Joined: May 2004
Reputation: 12
Post: #28
I've only had an issue with it while using XBMC so we may be doing something wrong. However, since Gentoo isn't the supported platform it isn't likely that it'll be looked into in the near future.
find quote
alphacube Offline
Junior Member
Posts: 26
Joined: Jun 2008
Reputation: 0
Thumbs Up    Post: #29
There's a nice ebuild at bugs
It downloads the latest svn and installs. Big Grin

//Alphacube
find quote
doesntcount Offline
Member
Posts: 52
Joined: Aug 2008
Reputation: 0
Post: #30
alphacube, solid work on the ebuild!

First time installing a 3rd party ebuild, but it went very well. xbmc is now installed, and I'm very excited. I've been an xbmc user for around 3 years now and seeing xbmc on gentoo with hd capability is brilliant!

I have a couple questions that are gentoo specific, so I thought this thread was appropriate:

1. When posting xbmc bugs to this forum, it's asked that you include the SVN number, but in System information it says "exported". Where can I find the SVN? Is this something that can be fixed? If so, how?

2. When I upgrade, do I simply re-emerge your ebuild? Will that download the latest SVN?

3. This may not be gentoo-specific, but I haven't seen anybody else have this issue on the forums: when I navigate the menus, my current selections are not highlighted (highlit?). In the root menu, there's a cursor next the selections (Video, Music, Weather, etc) but when i drill down into the submenus, in XBMC on my xbox, selections are highlighted so you know where you are. This isn't the case for me on gentoo. Thoughts?

I'm also having a digital sound issue, but I need to dig around a bit before bother anybody with that.

Thanks for the help.

XBMC on gentoo, wow ... I'm genuinely giddy.
find quote