* Re: glib2.0 and dbus dependency
2013-01-10 18:31 glib2.0 and dbus dependency Yi Qingliang
@ 2013-01-10 10:42 ` Martin Jansa
2013-01-11 9:18 ` Yi Qingliang
2013-01-11 9:30 ` ChenQi
1 sibling, 1 reply; 7+ messages in thread
From: Martin Jansa @ 2013-01-10 10:42 UTC (permalink / raw)
To: Yi Qingliang; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 1378 bytes --]
On Thu, Jan 10, 2013 at 06:31:22PM +0000, Yi Qingliang wrote:
> when compiling using 4 threads, I got following error.
> the glib2.0-native want find dbus header file.
> If I compiled dbus/dbus-natigve, and then compile glib2.0 OK.
>
> when grep glib2.0 bb files, I can't find dbus in dependency, why?
It was causing cyclic dependency at least when dbus tests were enabled,
I'm not sure if this was resolved already.
> ERROR: Function failed: do_compile (see /mnt/src/arm9plf-
> build/tmp/work/x86_64-linux/glib-2.0-native/1_2.34.3-
> r0/temp/log.do_compile.28193 for further information)
> ERROR: Task 1851 (virtual:native:/mnt/src/optimus/poky/meta/recipes-
> core/glib-2.0/glib-2.0_2.34.3.bb, do_compile) failed with exit code '1'
> NOTE: Tasks Summary: Attempted 929 tasks of which 925 didn't need to be rerun
> and 1 failed.
> Waiting for 0 running tasks to finish:
>
> Summary: 1 task failed:
> virtual:native:/mnt/src/optimus/poky/meta/recipes-
> core/glib-2.0/glib-2.0_2.34.3.bb, do_compile
> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* glib2.0 and dbus dependency
@ 2013-01-10 18:31 Yi Qingliang
2013-01-10 10:42 ` Martin Jansa
2013-01-11 9:30 ` ChenQi
0 siblings, 2 replies; 7+ messages in thread
From: Yi Qingliang @ 2013-01-10 18:31 UTC (permalink / raw)
To: openembedded-core
when compiling using 4 threads, I got following error.
the glib2.0-native want find dbus header file.
If I compiled dbus/dbus-natigve, and then compile glib2.0 OK.
when grep glib2.0 bb files, I can't find dbus in dependency, why?
ERROR: Function failed: do_compile (see /mnt/src/arm9plf-
build/tmp/work/x86_64-linux/glib-2.0-native/1_2.34.3-
r0/temp/log.do_compile.28193 for further information)
ERROR: Task 1851 (virtual:native:/mnt/src/optimus/poky/meta/recipes-
core/glib-2.0/glib-2.0_2.34.3.bb, do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 929 tasks of which 925 didn't need to be rerun
and 1 failed.
Waiting for 0 running tasks to finish:
Summary: 1 task failed:
virtual:native:/mnt/src/optimus/poky/meta/recipes-
core/glib-2.0/glib-2.0_2.34.3.bb, do_compile
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: glib2.0 and dbus dependency
2013-01-11 9:18 ` Yi Qingliang
@ 2013-01-11 1:52 ` Martin Jansa
2013-01-11 10:06 ` Yi Qingliang
0 siblings, 1 reply; 7+ messages in thread
From: Martin Jansa @ 2013-01-11 1:52 UTC (permalink / raw)
To: Yi Qingliang; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 1033 bytes --]
On Fri, Jan 11, 2013 at 09:18:06AM +0000, Yi Qingliang wrote:
> On Thursday, January 10, 2013 11:42:53 AM Martin Jansa wrote:
> > On Thu, Jan 10, 2013 at 06:31:22PM +0000, Yi Qingliang wrote:
> > > when compiling using 4 threads, I got following error.
> > > the glib2.0-native want find dbus header file.
> > > If I compiled dbus/dbus-natigve, and then compile glib2.0 OK.
> > >
> > > when grep glib2.0 bb files, I can't find dbus in dependency, why?
> >
> > It was causing cyclic dependency at least when dbus tests were enabled,
> > I'm not sure if this was resolved already.
> cyclic dependency???? OMG, do they really need 'cyclic dependency'?
> splitting them cannot solve 'cyclic dependency'? am i right?
Please check first if this is still valid:
http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-December/027987.html
I think it was resolved somewhere, but I'm not sure or you can just add
it and see if it fails :).
Cheers,
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: glib2.0 and dbus dependency
2013-01-10 10:42 ` Martin Jansa
@ 2013-01-11 9:18 ` Yi Qingliang
2013-01-11 1:52 ` Martin Jansa
0 siblings, 1 reply; 7+ messages in thread
From: Yi Qingliang @ 2013-01-11 9:18 UTC (permalink / raw)
To: Martin Jansa; +Cc: openembedded-core
On Thursday, January 10, 2013 11:42:53 AM Martin Jansa wrote:
> On Thu, Jan 10, 2013 at 06:31:22PM +0000, Yi Qingliang wrote:
> > when compiling using 4 threads, I got following error.
> > the glib2.0-native want find dbus header file.
> > If I compiled dbus/dbus-natigve, and then compile glib2.0 OK.
> >
> > when grep glib2.0 bb files, I can't find dbus in dependency, why?
>
> It was causing cyclic dependency at least when dbus tests were enabled,
> I'm not sure if this was resolved already.
cyclic dependency???? OMG, do they really need 'cyclic dependency'?
splitting them cannot solve 'cyclic dependency'? am i right?
>
> > ERROR: Function failed: do_compile (see /mnt/src/arm9plf-
> > build/tmp/work/x86_64-linux/glib-2.0-native/1_2.34.3-
> > r0/temp/log.do_compile.28193 for further information)
> > ERROR: Task 1851 (virtual:native:/mnt/src/optimus/poky/meta/recipes-
> > core/glib-2.0/glib-2.0_2.34.3.bb, do_compile) failed with exit code '1'
> > NOTE: Tasks Summary: Attempted 929 tasks of which 925 didn't need to be
> > rerun and 1 failed.
> > Waiting for 0 running tasks to finish:
> >
> > Summary: 1 task failed:
> > virtual:native:/mnt/src/optimus/poky/meta/recipes-
> >
> > core/glib-2.0/glib-2.0_2.34.3.bb, do_compile
> > Summary: There was 1 ERROR message shown, returning a non-zero exit code.
> >
> >
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: glib2.0 and dbus dependency
2013-01-10 18:31 glib2.0 and dbus dependency Yi Qingliang
2013-01-10 10:42 ` Martin Jansa
@ 2013-01-11 9:30 ` ChenQi
2013-01-12 9:21 ` Yi Qingliang
1 sibling, 1 reply; 7+ messages in thread
From: ChenQi @ 2013-01-11 9:30 UTC (permalink / raw)
To: openembedded-core
On 01/11/2013 02:31 AM, Yi Qingliang wrote:
> when compiling using 4 threads, I got following error.
> the glib2.0-native want find dbus header file.
> If I compiled dbus/dbus-natigve, and then compile glib2.0 OK.
>
> when grep glib2.0 bb files, I can't find dbus in dependency, why?
>
>
Hi,
What's the error message?
Cheers,
Chen Qi
>
>
> ERROR: Function failed: do_compile (see /mnt/src/arm9plf-
> build/tmp/work/x86_64-linux/glib-2.0-native/1_2.34.3-
> r0/temp/log.do_compile.28193 for further information)
> ERROR: Task 1851 (virtual:native:/mnt/src/optimus/poky/meta/recipes-
> core/glib-2.0/glib-2.0_2.34.3.bb, do_compile) failed with exit code '1'
> NOTE: Tasks Summary: Attempted 929 tasks of which 925 didn't need to be rerun
> and 1 failed.
> Waiting for 0 running tasks to finish:
>
> Summary: 1 task failed:
> virtual:native:/mnt/src/optimus/poky/meta/recipes-
> core/glib-2.0/glib-2.0_2.34.3.bb, do_compile
> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: glib2.0 and dbus dependency
2013-01-11 1:52 ` Martin Jansa
@ 2013-01-11 10:06 ` Yi Qingliang
0 siblings, 0 replies; 7+ messages in thread
From: Yi Qingliang @ 2013-01-11 10:06 UTC (permalink / raw)
To: Martin Jansa; +Cc: openembedded-core
On Friday, January 11, 2013 02:52:12 AM Martin Jansa wrote:
> On Fri, Jan 11, 2013 at 09:18:06AM +0000, Yi Qingliang wrote:
> > On Thursday, January 10, 2013 11:42:53 AM Martin Jansa wrote:
> > > On Thu, Jan 10, 2013 at 06:31:22PM +0000, Yi Qingliang wrote:
> > > > when compiling using 4 threads, I got following error.
> > > > the glib2.0-native want find dbus header file.
> > > > If I compiled dbus/dbus-natigve, and then compile glib2.0 OK.
> > > >
> > > > when grep glib2.0 bb files, I can't find dbus in dependency, why?
> > >
> > > It was causing cyclic dependency at least when dbus tests were enabled,
> > > I'm not sure if this was resolved already.
> >
> > cyclic dependency???? OMG, do they really need 'cyclic dependency'?
> > splitting them cannot solve 'cyclic dependency'? am i right?
>
> Please check first if this is still valid:
> http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-December/027987
> .html
>
> I think it was resolved somewhere, but I'm not sure or you can just add
> it and see if it fails :).
indeed, I can't got 'just add "what"',
maybe you mean just add 'dbus' in glib2.0's DEPENDS?
I checked the glib2.0, found:
RDEPENDS_${PN}-ptest += "\
......
python-dbus \
"
and the 'python-dbus' depends on 'dbus'.
but for glib2.0, it's compiling need dbus, not only running.
> Cheers,
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: glib2.0 and dbus dependency
2013-01-11 9:30 ` ChenQi
@ 2013-01-12 9:21 ` Yi Qingliang
0 siblings, 0 replies; 7+ messages in thread
From: Yi Qingliang @ 2013-01-12 9:21 UTC (permalink / raw)
To: openembedded-core
On Friday, January 11, 2013 05:30:55 PM ChenQi wrote:
> On 01/11/2013 02:31 AM, Yi Qingliang wrote:
> > when compiling using 4 threads, I got following error.
> > the glib2.0-native want find dbus header file.
> > If I compiled dbus/dbus-natigve, and then compile glib2.0 OK.
> >
> > when grep glib2.0 bb files, I can't find dbus in dependency, why?
>
> Hi,
>
> What's the error message?
I can't remember it, somes like can't find dub/dbus.h.
>
> Cheers,
> Chen Qi
>
> > ERROR: Function failed: do_compile (see /mnt/src/arm9plf-
> > build/tmp/work/x86_64-linux/glib-2.0-native/1_2.34.3-
> > r0/temp/log.do_compile.28193 for further information)
> > ERROR: Task 1851 (virtual:native:/mnt/src/optimus/poky/meta/recipes-
> > core/glib-2.0/glib-2.0_2.34.3.bb, do_compile) failed with exit code '1'
> > NOTE: Tasks Summary: Attempted 929 tasks of which 925 didn't need to be
> > rerun and 1 failed.
> > Waiting for 0 running tasks to finish:
> >
> > Summary: 1 task failed:
> > virtual:native:/mnt/src/optimus/poky/meta/recipes-
> >
> > core/glib-2.0/glib-2.0_2.34.3.bb, do_compile
> > Summary: There was 1 ERROR message shown, returning a non-zero exit code.
> >
> >
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-01-12 1:38 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-10 18:31 glib2.0 and dbus dependency Yi Qingliang
2013-01-10 10:42 ` Martin Jansa
2013-01-11 9:18 ` Yi Qingliang
2013-01-11 1:52 ` Martin Jansa
2013-01-11 10:06 ` Yi Qingliang
2013-01-11 9:30 ` ChenQi
2013-01-12 9:21 ` Yi Qingliang
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.