streamdev-client / streamdev-server vdr plugin

10 views
Skip to first unread message

Milan Babel

unread,
Apr 21, 2013, 10:01:56 AM4/21/13
to openbric...@googlegroups.com
Hi *,

today i tried to build streamdev-client and streamdev-server for pandaboard.
But I stuck at a configuration issue i do not know how to resolve.

The package wich will need to be build is streamdev, but streamdev
itself does not provide anything.
After building streamdev, you can package and install streamdev-client
and streamdev-server.

However in my case streamdev, was not build before streamdev-client was
tried to package.
I added a PKG_DEPENDS=streamdev, but after streamdev was build
streamdev-client, failed again because streamdev does not provide any
package. After removing PKG_DEPENDS=streamdev again streamdev-client was
able to package and install.

Does anybody know how to fix it?
Why could not be streamdev a single package, not devided into
streamdev-client and server? Does this make any sense?

Regards,
Milan

Thomas Genty

unread,
Apr 22, 2013, 4:07:05 AM4/22/13
to openbric...@googlegroups.com
Le 21/04/2013 16:01, Milan Babel a �crit :
> Hi *,
>
Hello,
> today i tried to build streamdev-client and streamdev-server for
> pandaboard.
> But I stuck at a configuration issue i do not know how to resolve.
>
> The package wich will need to be build is streamdev, but streamdev
> itself does not provide anything.
> After building streamdev, you can package and install streamdev-client
> and streamdev-server.
>
> However in my case streamdev, was not build before streamdev-client
> was tried to package.
> I added a PKG_DEPENDS=streamdev, but after streamdev was build
> streamdev-client, failed again because streamdev does not provide any
> package. After removing PKG_DEPENDS=streamdev again streamdev-client
> was able to package and install.
>
> Does anybody know how to fix it?
Should be fixed, now
>
> Why could not be streamdev a single package, not devided into
> streamdev-client and server? Does this make any sense?
>
maybe you don't need both ;-)
> Regards,
> Milan
>
Cheers,

Tom

Milan Babel

unread,
Apr 22, 2013, 4:32:17 AM4/22/13
to openbric...@googlegroups.com
On 22.04.2013 10:07, Thomas Genty wrote:
> Le 21/04/2013 16:01, Milan Babel a �crit :
>> Hi *,
>>
> Hello,
>> today i tried to build streamdev-client and streamdev-server for
>> pandaboard.
>> But I stuck at a configuration issue i do not know how to resolve.
>>
>> The package wich will need to be build is streamdev, but streamdev
>> itself does not provide anything.
>> After building streamdev, you can package and install
>> streamdev-client and streamdev-server.
>>
>> However in my case streamdev, was not build before streamdev-client
>> was tried to package.
>> I added a PKG_DEPENDS=streamdev, but after streamdev was build
>> streamdev-client, failed again because streamdev does not provide any
>> package. After removing PKG_DEPENDS=streamdev again streamdev-client
>> was able to package and install.
>>
>> Does anybody know how to fix it?
> Should be fixed, now
Thanks, i can confirm that it compiles fine now.

Thomas Genty

unread,
Apr 22, 2013, 5:04:41 AM4/22/13
to openbric...@googlegroups.com
Le 22/04/2013 10:32, Milan Babel a �crit :
;-)

Now i'm pretty sure vdr segfaults, if it's not the case for you, please
report

Tom

Milan Babel

unread,
Apr 22, 2013, 5:08:37 AM4/22/13
to openbric...@googlegroups.com
I
Am 22.04.2013 um 11:04 schrieb Thomas Genty:

> Le 22/04/2013 10:32, Milan Babel a écrit :
>> On 22.04.2013 10:07, Thomas Genty wrote:
>>> Le 21/04/2013 16:01, Milan Babel a écrit :
>>>> Hi *,
>>>>
>>> Hello,
>>>> today i tried to build streamdev-client and streamdev-server for pandaboard.
>>>> But I stuck at a configuration issue i do not know how to resolve.
>>>>
>>>> The package wich will need to be build is streamdev, but streamdev itself does not provide anything.
>>>> After building streamdev, you can package and install streamdev-client and streamdev-server.
>>>>
>>>> However in my case streamdev, was not build before streamdev-client was tried to package.
>>>> I added a PKG_DEPENDS=streamdev, but after streamdev was build streamdev-client, failed again because streamdev does not provide any package. After removing PKG_DEPENDS=streamdev again streamdev-client was able to package and install.
>>>>
>>>> Does anybody know how to fix it?
>>> Should be fixed, now
>> Thanks, i can confirm that it compiles fine now.
>>
> ;-)
>
> Now i'm pretty sure vdr segfaults, if it's not the case for you, please report

Yes vdr segfaults :( , do you know why?

Thomas Genty

unread,
Apr 22, 2013, 5:24:08 AM4/22/13
to openbric...@googlegroups.com
Le 22/04/2013 11:08, Milan Babel a �crit :
> I
> Am 22.04.2013 um 11:04 schrieb Thomas Genty:
>
>> Le 22/04/2013 10:32, Milan Babel a �crit :
>>> On 22.04.2013 10:07, Thomas Genty wrote:
>>>> Le 21/04/2013 16:01, Milan Babel a �crit :
>>>>> Hi *,
>>>>>
>>>> Hello,
>>>>> today i tried to build streamdev-client and streamdev-server for pandaboard.
>>>>> But I stuck at a configuration issue i do not know how to resolve.
>>>>>
>>>>> The package wich will need to be build is streamdev, but streamdev itself does not provide anything.
>>>>> After building streamdev, you can package and install streamdev-client and streamdev-server.
>>>>>
>>>>> However in my case streamdev, was not build before streamdev-client was tried to package.
>>>>> I added a PKG_DEPENDS=streamdev, but after streamdev was build streamdev-client, failed again because streamdev does not provide any package. After removing PKG_DEPENDS=streamdev again streamdev-client was able to package and install.
>>>>>
>>>>> Does anybody know how to fix it?
>>>> Should be fixed, now
>>> Thanks, i can confirm that it compiles fine now.
>>>
>> ;-)
>>
>> Now i'm pretty sure vdr segfaults, if it's not the case for you, please report
> Yes vdr segfaults :( , do you know why?
No ....
But if you find why .... I would be happy to push your patch :-)

Regards

Tom
>

Milan Babel

unread,
Apr 22, 2013, 6:21:18 PM4/22/13
to openbric...@googlegroups.com
No need for a patch, solution is this time really simple.
You only need to install ttf-bitstream-vera, available in features ->
fonts....

Regards,
Milan

Milan Babel

unread,
Apr 22, 2013, 6:29:46 PM4/22/13
to openbric...@googlegroups.com
On 22.04.2013 11:24, Thomas Genty wrote:
ahh, its late, maybe you want this patch...

diff -r d5dd7ef8b4d0 packages/vdr/meta
--- a/packages/vdr/meta Mon Apr 22 10:00:36 2013 +0200
+++ b/packages/vdr/meta Tue Apr 23 00:28:48 2013 +0200
@@ -4,7 +4,7 @@
PKG_REV=1
PKG_DEPENDS="libjpeg-turbo freetype fontconfig gettext libcap"
PKG_BUILD_DEPENDS="toolchain"
-PKG_RUN_DEPENDS="$TARGET_LIBC"
+PKG_RUN_DEPENDS="$TARGET_LIBC ttf-bitstream-vera"
PKG_USE="i386 x86_64 uclibc cxx eglibc"
PKG_RUN_DEPENDS_i386="nvram-wakeup"
PKG_RUN_DEPENDS_x86_64="nvram-wakeup"

Thomas Genty

unread,
Apr 23, 2013, 1:45:17 AM4/23/13
to openbric...@googlegroups.com
Le 23/04/2013 00:29, Milan Babel a �crit :
Gasp, it's indeed very simple ;-)
Thanks for this
Regards

Tom

Milan Babel

unread,
Apr 23, 2013, 2:09:11 AM4/23/13
to openbric...@googlegroups.com
seems to me like the space in the commited patch is at the wrong place?
http://hg.openbricks.org/openbricks/rev/9c58c3d95282
(between $TARGET_LIBC and ttf-bitstream-vera)

Thomas Genty

unread,
Apr 23, 2013, 2:28:04 AM4/23/13
to openbric...@googlegroups.com
Le 23/04/2013 08:09, Milan Babel a �crit :
indeed

Corrected

Tom
Reply all
Reply to author
Forward
0 new messages