* Best practice to resolve dependency loops ?
@ 2010-07-09 8:05 Hauser, Wolfgang (external)
2010-07-09 8:49 ` Andreas Mueller
0 siblings, 1 reply; 5+ messages in thread
From: Hauser, Wolfgang (external) @ 2010-07-09 8:05 UTC (permalink / raw)
To: openembedded-devel
Hello,
the current org.openembedded.dev fails while building a image based on
console-base-image complaining about unresolved dependency loops.
The debugging output of bitbake list the failing packages, but not the
dependencies causing the problem.
What is the best practice to examine and solve such problems ?
regards
Wolfgang Hauser
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Best practice to resolve dependency loops ?
2010-07-09 8:05 Best practice to resolve dependency loops ? Hauser, Wolfgang (external)
@ 2010-07-09 8:49 ` Andreas Mueller
2010-07-09 9:03 ` Hauser, Wolfgang (external)
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Andreas Mueller @ 2010-07-09 8:49 UTC (permalink / raw)
To: openembedded-devel
On Friday 09 July 2010 10:05:56 am Hauser, Wolfgang (external) wrote:
> What is the best practice to examine and solve such problems ?
I would like to add an additional question:
bitbake supports -g for dependency trees in dot syntax. What is the best tool to browse these files. I checked graphviz but this just paints complete unviewable posters. Is there e.g something like
a dot to html converter aavialable?
Andreas
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: Best practice to resolve dependency loops ?
2010-07-09 8:49 ` Andreas Mueller
@ 2010-07-09 9:03 ` Hauser, Wolfgang (external)
2010-07-09 9:06 ` Graham Gower
2010-07-09 9:48 ` Joshua Lock
2 siblings, 0 replies; 5+ messages in thread
From: Hauser, Wolfgang (external) @ 2010-07-09 9:03 UTC (permalink / raw)
To: openembedded-devel
>I would like to add an additional question:
> Is there e.g something like a dot to html converter aavialable?
I've read about parsing the .dot file using grep or awk. I have to
search it again.
Wolfgang
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Best practice to resolve dependency loops ?
2010-07-09 8:49 ` Andreas Mueller
2010-07-09 9:03 ` Hauser, Wolfgang (external)
@ 2010-07-09 9:06 ` Graham Gower
2010-07-09 9:48 ` Joshua Lock
2 siblings, 0 replies; 5+ messages in thread
From: Graham Gower @ 2010-07-09 9:06 UTC (permalink / raw)
To: openembedded-devel
On 9 July 2010 18:19, Andreas Mueller <schnitzeltony@gmx.de> wrote:
> bitbake supports -g for dependency trees in dot syntax. What is the best tool to browse these files. I checked graphviz but this just paints complete unviewable posters. Is there e.g something like
> a dot to html converter aavialable?
I found it easiest to run contrib/dependsgraph/dependsgraph.sh and
read the reduced.dot file directly in a text editor.
-Graham
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Best practice to resolve dependency loops ?
2010-07-09 8:49 ` Andreas Mueller
2010-07-09 9:03 ` Hauser, Wolfgang (external)
2010-07-09 9:06 ` Graham Gower
@ 2010-07-09 9:48 ` Joshua Lock
2 siblings, 0 replies; 5+ messages in thread
From: Joshua Lock @ 2010-07-09 9:48 UTC (permalink / raw)
To: openembedded-devel
On Fri, 2010-07-09 at 10:49 +0200, Andreas Mueller wrote:
> On Friday 09 July 2010 10:05:56 am Hauser, Wolfgang (external) wrote:
> > What is the best practice to examine and solve such problems ?
>
> I would like to add an additional question:
>
> bitbake supports -g for dependency trees in dot syntax. What is the best tool to browse these files. I checked graphviz but this just paints complete unviewable posters. Is there e.g something like
> a dot to html converter aavialable?
You can use the dependency explorer UI built into Bitbake:
bitbake -g -u depexp some-task
Cheers,
Joshua
--
Joshua Lock
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-07-09 16:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-09 8:05 Best practice to resolve dependency loops ? Hauser, Wolfgang (external)
2010-07-09 8:49 ` Andreas Mueller
2010-07-09 9:03 ` Hauser, Wolfgang (external)
2010-07-09 9:06 ` Graham Gower
2010-07-09 9:48 ` Joshua Lock
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.