Hi Aron,
On Wed, Jul 29, 2009 at 09:39:50AM -0400, Aron Griffis wrote:
[..snip..]
Does Guido's patch still "solve" the problem if
it's written:
- smallyes '' | in_target dpkg --force-depends --install $(debfor
"$@")
+ smallyes '' | chroot $TARGET dpkg --force-depends --install $(debfor
"$@")
or alternatively, does this work as well as Guido's patch:
- smallyes '' | in_target dpkg --force-depends --install $(debfor
"$@")
+ in_target dpkg --force-depends --install $(debfor "$@")
These are good things to track down the problem, thanks! (I still wonder
why it works on Debian though). Just for completeness: the patch was
done by Piavlo. He's seeing the problem and (AFAIK) is the only one
that can reproduct it.
-- Guido