All of lore.kernel.org
 help / color / mirror / Atom feed
* cyclic dependencie
@ 2011-01-05 21:26 Eric Bénard
  2011-01-05 22:13 ` Khem Raj
  2011-01-05 22:14 ` Frans Meulenbroeks
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Bénard @ 2011-01-05 21:26 UTC (permalink / raw)
  To: openembedded-devel

Hi,

while building minimal for an armv4 target on a freshly installed Fedora 14 
x86_64, I meet the following problem :

bitbake glib-2.0-native don't build because bitbake first tries to build 
desktop-file-utils-native which depends on glib-2.0-native and thus fails to 
configure with "No package 'glib-2.0' found" (I don't have glib-devel 
installed on the host).

desktop-file-utils-native seems to be listed as DEPENDS only in insane.bbclass.

Do you have any idea on how to fix this ?

Thanks,
Eric



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: cyclic dependencie
  2011-01-05 21:26 cyclic dependencie Eric Bénard
@ 2011-01-05 22:13 ` Khem Raj
  2011-01-05 22:14 ` Frans Meulenbroeks
  1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2011-01-05 22:13 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Jan 5, 2011 at 1:26 PM, Eric Bénard <eric@eukrea.com> wrote:
> Hi,
>
> while building minimal for an armv4 target on a freshly installed Fedora 14
> x86_64, I meet the following problem :
>
> bitbake glib-2.0-native don't build because bitbake first tries to build
> desktop-file-utils-native which depends on glib-2.0-native and thus fails to
> configure with "No package 'glib-2.0' found" (I don't have glib-devel
> installed on the host).
>
> desktop-file-utils-native seems to be listed as DEPENDS only in
> insane.bbclass.
>
> Do you have any idea on how to fix this ?

if you can figure out which parts depend on each other may be we can
sort it out by splitting the recipes.

>
> Thanks,
> Eric
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: cyclic dependencie
  2011-01-05 21:26 cyclic dependencie Eric Bénard
  2011-01-05 22:13 ` Khem Raj
@ 2011-01-05 22:14 ` Frans Meulenbroeks
  1 sibling, 0 replies; 3+ messages in thread
From: Frans Meulenbroeks @ 2011-01-05 22:14 UTC (permalink / raw)
  To: openembedded-devel

2011/1/5 Eric Bénard <eric@eukrea.com>:
> Hi,
>
> while building minimal for an armv4 target on a freshly installed Fedora 14
> x86_64, I meet the following problem :
>
> bitbake glib-2.0-native don't build because bitbake first tries to build
> desktop-file-utils-native which depends on glib-2.0-native and thus fails to
> configure with "No package 'glib-2.0' found" (I don't have glib-devel
> installed on the host).
>
> desktop-file-utils-native seems to be listed as DEPENDS only in
> insane.bbclass.
>
> Do you have any idea on how to fix this ?
>
>
Disable QA, then you do not need desktop-file-utils
(or split the qa class in two parts; that would even be better as then
console only stuff does not need to drag in all the stuff
desktop-file-utils drags into the build).

Frans



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-05 22:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-05 21:26 cyclic dependencie Eric Bénard
2011-01-05 22:13 ` Khem Raj
2011-01-05 22:14 ` Frans Meulenbroeks

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.