2012-03-15, 22:46
(2012-03-15, 22:10)ultraman Wrote: Update2: You need to add -lpthread too. Still missing.
Didn't see a problem when starting xbmc, but I've added the lpthread to be on a safe side.
Thanks again, you made my day!
(2012-03-15, 22:10)ultraman Wrote: Update2: You need to add -lpthread too. Still missing.
(2012-03-15, 22:44)redknight Wrote: Have you tried it with OpenELEC PVR build? Can we now use the install from zip function or do we need to manually extract the zip to the addons folder?From OE yes. But it is part of the image not separate addon. I will try it more tomorrow and after that I will prepare package for OE and send PR to sraue.
(2012-03-15, 22:44)redknight Wrote:(2012-03-15, 22:10)ultraman Wrote: And it seems this is missing too:Code:libvuplus_la_LIBADD = -lpthread -lcurl
I get this XBMC symbol and other using objdump:Code:objdump -x XBMC_vuplus.pvr
Quote:0000000000000000 *UND* 0000000000000000 pthread_mutex_trylock
0000000000000000 *UND* 0000000000000000 curl_easy_setopt
I'm updating system atm. Hope now will work.
Update: It works now. The only problem is that PVR manager needs long time until imports all my channels.
I will make one new version with your last commit too to be sure.
Update2: You need to add -lpthread too. Still missing.
Have you tried it with OpenELEC PVR build? Can we now use the install from zip function or do we need to manually extract the zip to the addons folder? I'm getting an unknown error atm
(2012-03-16, 00:31)redknight Wrote: Confirmed working on Ubuntu with opdenkamp pvr but not working on openelec pvr, can anyone confirm this. Perhaps there's a required dependancy that's not present in the OE build?
(2012-03-16, 09:36)ultraman Wrote: It works for me on OE PVR. But I make everything from scratch (new package). Today I will send everything in OE.
But I have one suggestion for jdembski. Would be possible to save all imported channels in one text or db file when everything is imported? Because I have 1000 and 1000 channels in my list (using diseqc motor) and it always need long time (more than 10 minutes) to import all the channels. Not very friendly.
Update: Changes in git.
(2012-03-16, 14:10)markus625 Wrote: I recently compiled my own OE PVR for my ION system with the vu client patch provided by ultraman, took me 12 hours to eventually get my build zip completed, i guess thats why they call it a night's build.
Is it worth me waiting till jdembski and Ultaman have come up with something more stable and wait till OE release a build with the vu client, or compiling another one.
The one that i compiled only fetches epg data for some channels and not others for some reason
(2012-03-16, 15:02)markus625 Wrote: Yeah be prepared for a long wait, as i said mine took 12 hours to compile, but i had to get all the linux tools etc and python installed as well.
Has anything changed in the vu client addon recently, the only reason i ask is that i compiled mine wed night and not sure if its worth me compiling again.
$ objdump -x pvr.vuplus/XBMC_vuplus.pvr
Quote:Dynamic Section:OE doesn't have this library because OE curl version is compiled with openssl and not gnutls.
NEEDED libcurl-gnutls.so.4