Re: Fix setup bug handling missing dependencies in unattended modes

2010-12-16 Thread Jon TURNEY
On 10/12/2010 18:59, Christopher Faylor wrote: > On Fri, Dec 10, 2010 at 06:36:01PM +, Jon TURNEY wrote: >> >> Here's a patch to fix a rather obscure setup bug, which I believe is probably >> behind the bug report [1] >> >> Test case: >> 1/ Run setup -M >> 2/ In the package chooser, uninstall a

Re: Fix setup bug handling missing dependencies in unattended modes

2010-12-10 Thread Christopher Faylor
On Fri, Dec 10, 2010 at 06:36:01PM +, Jon TURNEY wrote: > >Here's a patch to fix a rather obscure setup bug, which I believe is probably >behind the bug report [1] > >Test case: >1/ Run setup -M >2/ In the package chooser, uninstall a package which is a dependency of an >installed package >3/ C

Fix setup bug handling missing dependencies in unattended modes

2010-12-10 Thread Jon TURNEY
Here's a patch to fix a rather obscure setup bug, which I believe is probably behind the bug report [1] Test case: 1/ Run setup -M 2/ In the package chooser, uninstall a package which is a dependency of an installed package 3/ Click next [1] http://cygwin.com/ml/cygwin/2010-12/msg00178.html >Fro