* Pidgin needs to RDEPENDS on pidgin-data?
@ 2008-10-23 12:41 Stefan Schmidt
2008-10-23 13:29 ` Koen Kooi
2008-10-23 15:15 ` Koen Kooi
0 siblings, 2 replies; 7+ messages in thread
From: Stefan Schmidt @ 2008-10-23 12:41 UTC (permalink / raw)
To: openembedded-devel
Hello.
I have a user bug report here that pidgin segfaults without pidgin-data
installed:
http://trac.freesmartphone.org/ticket/170
In pidgin.inc it only RRECOMMANDS pidgin-data, but not RDEPENDS on it.
Patch below is what I would push if nobody objects.
regards
Stefan Schmidt
diff --git a/packages/pidgin/pidgin.inc b/packages/pidgin/pidgin.inc
index db66d13..e3c35a7 100644
--- a/packages/pidgin/pidgin.inc
+++ b/packages/pidgin/pidgin.inc
@@ -44,7 +44,7 @@ FILES_finch-dbg = "${bindir}/.debug/finch \
FILES_${PN} = "${bindir} ${datadir}/${PN} ${libdir}/${PN}/*.so \
${datadir}/applications"
-RRECOMMENDS_${PN{ += "${PN}-data "
+RDEPENDS_${PN{ += "${PN}-data "
FILES_${PN}-data = "${datadir}/pixmaps ${datadir}/sounds ${datadir}/icons"
FILES_${PN}-dev += "${libdir}/${PN}/*.la"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: Pidgin needs to RDEPENDS on pidgin-data?
2008-10-23 12:41 Pidgin needs to RDEPENDS on pidgin-data? Stefan Schmidt
@ 2008-10-23 13:29 ` Koen Kooi
2008-10-23 13:55 ` Stefan Schmidt
2008-10-23 15:15 ` Koen Kooi
1 sibling, 1 reply; 7+ messages in thread
From: Koen Kooi @ 2008-10-23 13:29 UTC (permalink / raw)
To: openembedded-devel
On 23-10-2008 14:41, Stefan Schmidt wrote:
> Hello.
>
> I have a user bug report here that pidgin segfaults without pidgin-data
> installed:
> http://trac.freesmartphone.org/ticket/170
>
> In pidgin.inc it only RRECOMMANDS pidgin-data, but not RDEPENDS on it.
> Patch below is what I would push if nobody objects.
That patch is no good. The real fix is to move the 2 files pidgin needs
from -data to the main package.
Also: if pidgin-data is not getting installed when installing pidgin
something is wrong with your feeds.
regards,
Koen
>
> regards
> Stefan Schmidt
>
> diff --git a/packages/pidgin/pidgin.inc b/packages/pidgin/pidgin.inc
> index db66d13..e3c35a7 100644
> --- a/packages/pidgin/pidgin.inc
> +++ b/packages/pidgin/pidgin.inc
> @@ -44,7 +44,7 @@ FILES_finch-dbg = "${bindir}/.debug/finch \
>
> FILES_${PN} = "${bindir} ${datadir}/${PN} ${libdir}/${PN}/*.so \
> ${datadir}/applications"
> -RRECOMMENDS_${PN{ += "${PN}-data "
> +RDEPENDS_${PN{ += "${PN}-data "
> FILES_${PN}-data = "${datadir}/pixmaps ${datadir}/sounds ${datadir}/icons"
> FILES_${PN}-dev += "${libdir}/${PN}/*.la"
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Pidgin needs to RDEPENDS on pidgin-data?
2008-10-23 13:29 ` Koen Kooi
@ 2008-10-23 13:55 ` Stefan Schmidt
2008-10-23 15:16 ` Koen Kooi
0 siblings, 1 reply; 7+ messages in thread
From: Stefan Schmidt @ 2008-10-23 13:55 UTC (permalink / raw)
To: openembedded-devel
Hello.
On Thu, 2008-10-23 at 15:29, Koen Kooi wrote:
> On 23-10-2008 14:41, Stefan Schmidt wrote:
>>
>> I have a user bug report here that pidgin segfaults without pidgin-data
>> installed:
>> http://trac.freesmartphone.org/ticket/170
>>
>> In pidgin.inc it only RRECOMMANDS pidgin-data, but not RDEPENDS on it.
>> Patch below is what I would push if nobody objects.
>
> That patch is no good. The real fix is to move the 2 files pidgin needs
> from -data to the main package.
As you already know that two files are missing, can you name them so I can
cookup a patch?
> Also: if pidgin-data is not getting installed when installing pidgin
> something is wrong with your feeds.
Hmm, It seems I need a better understanding then. From where comes the dep from
pidgin on pidgin-data? Do I miss some OE magic here?
Besides that it could good be that the feed is broken in that regard. Time to
fix it.
regards
Stefan Schmidt
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Pidgin needs to RDEPENDS on pidgin-data?
2008-10-23 12:41 Pidgin needs to RDEPENDS on pidgin-data? Stefan Schmidt
2008-10-23 13:29 ` Koen Kooi
@ 2008-10-23 15:15 ` Koen Kooi
2008-10-23 17:44 ` Stefan Schmidt
1 sibling, 1 reply; 7+ messages in thread
From: Koen Kooi @ 2008-10-23 15:15 UTC (permalink / raw)
To: openembedded-devel
On 23-10-2008 14:41, Stefan Schmidt wrote:
> Hello.
>
> I have a user bug report here that pidgin segfaults without pidgin-data
> installed:
> http://trac.freesmartphone.org/ticket/170
>
> In pidgin.inc it only RRECOMMANDS pidgin-data, but not RDEPENDS on it.
> Patch below is what I would push if nobody objects.
Actually...
> regards
> Stefan Schmidt
>
> diff --git a/packages/pidgin/pidgin.inc b/packages/pidgin/pidgin.inc
> index db66d13..e3c35a7 100644
> --- a/packages/pidgin/pidgin.inc
> +++ b/packages/pidgin/pidgin.inc
> @@ -44,7 +44,7 @@ FILES_finch-dbg = "${bindir}/.debug/finch \
>
> FILES_${PN} = "${bindir} ${datadir}/${PN} ${libdir}/${PN}/*.so \
> ${datadir}/applications"
> -RRECOMMENDS_${PN{ += "${PN}-data "
Typo alert! it's ${PN} (note the closing bracket)
> +RDEPENDS_${PN{ += "${PN}-data "
Another typo alert!
> FILES_${PN}-data = "${datadir}/pixmaps ${datadir}/sounds ${datadir}/icons"
> FILES_${PN}-dev += "${libdir}/${PN}/*.la"
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Pidgin needs to RDEPENDS on pidgin-data?
2008-10-23 13:55 ` Stefan Schmidt
@ 2008-10-23 15:16 ` Koen Kooi
2008-10-23 17:46 ` Stefan Schmidt
0 siblings, 1 reply; 7+ messages in thread
From: Koen Kooi @ 2008-10-23 15:16 UTC (permalink / raw)
To: openembedded-devel
On 23-10-2008 15:55, Stefan Schmidt wrote:
> Hello.
>
> On Thu, 2008-10-23 at 15:29, Koen Kooi wrote:
>> On 23-10-2008 14:41, Stefan Schmidt wrote:
>>> I have a user bug report here that pidgin segfaults without pidgin-data
>>> installed:
>>> http://trac.freesmartphone.org/ticket/170
>>>
>>> In pidgin.inc it only RRECOMMANDS pidgin-data, but not RDEPENDS on it.
>>> Patch below is what I would push if nobody objects.
>> That patch is no good. The real fix is to move the 2 files pidgin needs
>> from -data to the main package.
>
> As you already know that two files are missing, can you name them so I can
> cookup a patch?
iirc it's the .desktop and some other file, I straced a few weeks ago,
but I'm fuzzy on the details
>
>> Also: if pidgin-data is not getting installed when installing pidgin
>> something is wrong with your feeds.
>
> Hmm, It seems I need a better understanding then. From where comes the dep from
> pidgin on pidgin-data? Do I miss some OE magic here?
>
> Besides that it could good be that the feed is broken in that regard. Time to
> fix it.
>
> regards
> Stefan Schmidt
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Pidgin needs to RDEPENDS on pidgin-data?
2008-10-23 15:15 ` Koen Kooi
@ 2008-10-23 17:44 ` Stefan Schmidt
0 siblings, 0 replies; 7+ messages in thread
From: Stefan Schmidt @ 2008-10-23 17:44 UTC (permalink / raw)
To: openembedded-devel
Hello.
On Thu, 2008-10-23 at 17:15, Koen Kooi wrote:
> On 23-10-2008 14:41, Stefan Schmidt wrote:
>>
>> diff --git a/packages/pidgin/pidgin.inc b/packages/pidgin/pidgin.inc
>> index db66d13..e3c35a7 100644
>> --- a/packages/pidgin/pidgin.inc
>> +++ b/packages/pidgin/pidgin.inc
>> @@ -44,7 +44,7 @@ FILES_finch-dbg = "${bindir}/.debug/finch \
>>
>> FILES_${PN} = "${bindir} ${datadir}/${PN} ${libdir}/${PN}/*.so \
>> ${datadir}/applications"
>> -RRECOMMENDS_${PN{ += "${PN}-data "
>
> Typo alert! it's ${PN} (note the closing bracket)
Darn, directly in front of my eyes and I missed it. Just pushed a fix for this.
>> +RDEPENDS_${PN{ += "${PN}-data "
>
> Another typo alert!
Sure, a stupid copy. :)
regards
Stefan Schmidt
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Pidgin needs to RDEPENDS on pidgin-data?
2008-10-23 15:16 ` Koen Kooi
@ 2008-10-23 17:46 ` Stefan Schmidt
0 siblings, 0 replies; 7+ messages in thread
From: Stefan Schmidt @ 2008-10-23 17:46 UTC (permalink / raw)
To: openembedded-devel
Hello.
On Thu, 2008-10-23 at 17:16, Koen Kooi wrote:
> On 23-10-2008 15:55, Stefan Schmidt wrote:
>>
>> As you already know that two files are missing, can you name them so I can
>> cookup a patch?
>
> iirc it's the .desktop and some other file, I straced a few weeks ago,
> but I'm fuzzy on the details
For now I fixed the wrong bracket only. Not sure if I'll come to trace the files
down. Let's see if I can get the user motivated doing it. :)
regards
Stefan Schmidt
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-10-23 17:47 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-23 12:41 Pidgin needs to RDEPENDS on pidgin-data? Stefan Schmidt
2008-10-23 13:29 ` Koen Kooi
2008-10-23 13:55 ` Stefan Schmidt
2008-10-23 15:16 ` Koen Kooi
2008-10-23 17:46 ` Stefan Schmidt
2008-10-23 15:15 ` Koen Kooi
2008-10-23 17:44 ` Stefan Schmidt
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.