<br><br><div class="gmail_quote">On Fri, Aug 12, 2011 at 9:39 AM, Richard W.M. Jones <span dir="ltr"><<a href="mailto:rjones@redhat.com">rjones@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Fri, Aug 12, 2011 at 09:34:38AM -0700, David Konerding wrote:<br>
> Gotcha.  I can confirm that<br>
> $ apt-cache depends --recurse -i bash libc6 | grep -v '^[<[:space:]]' | grep<br>
> libc<br>
> is empty, while<br>
><br>
> $ apt-cache depends --recurse -i libc6 | grep -v '^[<[:space:]]' | grep libc<br>
> lists libc6.<br>
><br>
> Just to explore a bit more:<br>
> $ apt-cache depends --recurse -i bash libc6<br>
> bash<br>
>   Depends: base-files<br>
>   Depends: debianutils<br>
>   PreDepends: dash<br>
>   PreDepends: libc6<br>
>   PreDepends: libncurses5<br>
><br>
> I'm going to check with our local distribution developers and see what's<br>
> going on.<br>
<br>
</div>Simplest workaround is to add any packages that are missing directly to:<br>
<br>
  appliance/<a href="http://packagelist.in" target="_blank">packagelist.in</a><br>
<br>
then rebuild the appliance (make -C appliance clean all).<br>
<br>
Possibly febootstrap should include PreDepends dependencies?  For some<br>
reason this issue doesn't affect us on Debian / Ubuntu later versions.<br>
<div class="im"><br></div></blockquote><div><br></div><div>I'm guessing this has to be a bug in Ubuntu 10.04 apt-cache.  If I leave out --recurse, </div><div>$ apt-cache depends -i bash libc6 | grep -v '^[<[:space:]]' | grep libc</div>
<div>libc6</div><div><br></div><div>Adding --recurse should not cause packages to not be listed.  I imagine whatever bug caused this was fixed between the 10.04 and 10.10, since my home box running 10.10 doesn't have this problem.</div>
<div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">
Rich.<br>
<br>
--<br>
Richard Jones, Virtualization Group, Red Hat <a href="http://people.redhat.com/~rjones" target="_blank">http://people.redhat.com/~rjones</a><br>
</div><div class="im">virt-p2v converts physical machines to virtual machines.  Boot with a<br>
live CD or over the network (PXE) and turn machines into Xen guests.<br>
</div><a href="http://et.redhat.com/~rjones/virt-p2v" target="_blank">http://et.redhat.com/~rjones/virt-p2v</a><br>
</blockquote></div><br>