XBMC PKGBUILD for raspberry pi

This forum is for topics specific to the Raspberry Pi and Arch Linux ARM

Re: XBMC PKGBUILD for raspberry pi

Postby syre » Sat Jun 09, 2012 8:22 am

thank you for this, much appreciated :)
syre
 
Posts: 1
Joined: Sat Jun 09, 2012 8:21 am

Re: XBMC PKGBUILD for raspberry pi

Postby kmihelich » Sun Jun 10, 2012 12:53 am

$this->bbcode_second_pass_quote('WarheadsSE', '*')tap* *tap*

Someone get on GitHub, fork PKGBUILDs, put it in the alarm repo and do a pull request

:ugeek:


We can't handle armv6 compiling within the build system at this time. This is currently on my TODO list of improvements along with selective building for armv7h+NEON. Pacman changes are also required for differentiation of these packages while also allowing compatibility with the primary repository for the specific device.

At the moment, you will have to stay with other methods outside of our official channels. Pull requests will be rejected. Sorry.
Arch Linux ARM exists and continues to grow through community support, please donate today!
kmihelich
Developer
 
Posts: 1133
Joined: Tue Jul 20, 2010 6:55 am
Location: aka leming #archlinuxarm

Re: XBMC PKGBUILD for raspberry pi

Postby brainpool » Fri Jun 15, 2012 8:56 am

Everytime I starts xbmc i get immediatly a segmentation fault.
Can anybody tell me why?
I have installed xbmc-git as here described!
brainpool
 
Posts: 5
Joined: Fri Jun 15, 2012 8:38 am

Re: XBMC PKGBUILD for raspberry pi

Postby MikeBee » Sat Jun 16, 2012 9:21 am

Thanks for this.

I have installed the pkg and everything went okay. However when I run I get the following error:

XBMC needs hardware accelerated OpenGL rendering.
Install an appropriate graphics drivers.

My X environment is all set up and working okay, so I'm a bit miffed. Any ideas what I have missed?
MikeBee
 
Posts: 2
Joined: Mon May 14, 2012 12:12 pm

Re: XBMC PKGBUILD for raspberry pi

Postby nikod » Sat Jun 16, 2012 4:01 pm

$this->bbcode_second_pass_quote('brainpool', 'E')verytime I starts xbmc i get immediatly a segmentation fault.
Can anybody tell me why?
I have installed xbmc-git as here described!


Same problem here.

$this->bbcode_second_pass_quote('', 'S')tarting program: /usr/lib/xbmc/xbmc.bin
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".

Program received signal SIGILL, Illegal instruction.
0x40998e00 in _armv7_neon_probe () from /usr/lib/libcrypto.so.1.0.0
(gdb) continue
Continuing.

Program received signal SIGILL, Illegal instruction.
0x40998e08 in _armv7_tick () from /usr/lib/libcrypto.so.1.0.0
(gdb) continue
Continuing.

Temporary breakpoint 1, 0x00232e4c in main ()
(gdb) continue
Continuing.
[New Thread 0x42044440 (LWP 28746)]
[New Thread 0x429ff440 (LWP 28747)]
[New Thread 0x431ff440 (LWP 28748)]
[New Thread 0x439ff440 (LWP 28749)]
[New Thread 0x441ff440 (LWP 28750)]
[Thread 0x441ff440 (LWP 28750) exited]

Program received signal SIGSEGV, Segmentation fault.


The log dont have anything :/
nikod
 
Posts: 2
Joined: Sat Jun 16, 2012 3:57 pm
Top

Re: XBMC PKGBUILD for raspberry pi

Postby tgc » Mon Jun 25, 2012 4:07 pm

$this->bbcode_second_pass_quote('MikeBee', 'T')hanks for this.

I have installed the pkg and everything went okay. However when I run I get the following error:

XBMC needs hardware accelerated OpenGL rendering.
Install an appropriate graphics drivers.

My X environment is all set up and working okay, so I'm a bit miffed. Any ideas what I have missed?

The raspberry pi build of XBMC does not use X, but instead it uses EGL directly, and not OpenGL, so I don't understand why it is complaining about that. You could try to upgrade to my latest build, the link is on the first post. And remember to boot using arm128_start.elf.
tgc
 
Posts: 66
Joined: Sun May 20, 2012 8:05 am
Top

Re: XBMC PKGBUILD for raspberry pi

Postby tgc » Mon Jun 25, 2012 4:10 pm

$this->bbcode_second_pass_quote('brainpool', 'E')verytime I starts xbmc i get immediatly a segmentation fault.
Can anybody tell me why?
I have installed xbmc-git as here described!

The segfault could be because you have not booted using arm128_start.elf, have you checked that?
tgc
 
Posts: 66
Joined: Sun May 20, 2012 8:05 am
Top

Re: XBMC PKGBUILD for raspberry pi

Postby tgc » Mon Jun 25, 2012 4:13 pm

$this->bbcode_second_pass_quote('nikod', '')$this->bbcode_second_pass_quote('brainpool', 'E')verytime I starts xbmc i get immediatly a segmentation fault.
Can anybody tell me why?
I have installed xbmc-git as here described!


Same problem here.

$this->bbcode_second_pass_quote('', 'S')tarting program: /usr/lib/xbmc/xbmc.bin
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".

Program received signal SIGILL, Illegal instruction.
0x40998e00 in _armv7_neon_probe () from /usr/lib/libcrypto.so.1.0.0
(gdb) continue
Continuing.

Program received signal SIGILL, Illegal instruction.
0x40998e08 in _armv7_tick () from /usr/lib/libcrypto.so.1.0.0
(gdb) continue
Continuing.

Temporary breakpoint 1, 0x00232e4c in main ()
(gdb) continue
Continuing.
[New Thread 0x42044440 (LWP 28746)]
[New Thread 0x429ff440 (LWP 28747)]
[New Thread 0x431ff440 (LWP 28748)]
[New Thread 0x439ff440 (LWP 28749)]
[New Thread 0x441ff440 (LWP 28750)]
[Thread 0x441ff440 (LWP 28750) exited]

Program received signal SIGSEGV, Segmentation fault.


The log dont have anything :/

I dont quite understand why the raspberry pi uses a function named "_armv7_neon_probe", since it is a armv6 device, unless it is a detection function. Are you using a "funny" setup/configuration?
tgc
 
Posts: 66
Joined: Sun May 20, 2012 8:05 am
Top

Re: XBMC PKGBUILD for raspberry pi

Postby disfido » Mon Jun 25, 2012 5:23 pm

I have the same error: segmentation fault
I tried to boot with arm128_start.elf and arm224_start.elf but the error persists...any ideas?
disfido
 
Posts: 11
Joined: Mon Jun 25, 2012 5:21 pm

Re: XBMC PKGBUILD for raspberry pi

Postby tgc » Tue Jun 26, 2012 9:37 am

$this->bbcode_second_pass_quote('disfido', 'I') have the same error: segmentation fault
I tried to boot with arm128_start.elf and arm224_start.elf but the error persists...any ideas?

I must admit that I don't know what could be wrong. Maybe I've got some special setup on my system that makes it run for me, since it doesn't seem to be working for most poeple.
I'll make a clean install within a few days, maybe that will help recreate the issue.
tgc
 
Posts: 66
Joined: Sun May 20, 2012 8:05 am
Top

PreviousNext

Return to Raspberry Pi

Who is online

Users browsing this forum: No registered users and 9 guests