Bug#170825: Checking if old version's dependencies break on update

2005-08-18 Thread Henry Jensen
Hello On Wed, 17 Aug 2005 19:54:27 +0300 [EMAIL PROTECTED] (Kari Pahula) wrote: > > dpkg: ../../src/packages.c:191: process_queue: Assertion `dependtry <= 4' > > failed. > > E: Sub-process /usr/bin/dpkg exited unexpectedly > > > > Tried with patched dpkg 1.10.28 and 1.13.10 > > How did you run

Bug#170825: Checking if old version's dependencies break on update

2005-08-17 Thread Kari Pahula
On Wed, Aug 17, 2005 at 03:07:57PM +0200, Henry Jensen wrote: > dpkg: ../../src/packages.c:191: process_queue: Assertion `dependtry <= 4' > failed. > E: Sub-process /usr/bin/dpkg exited unexpectedly > > Tried with patched dpkg 1.10.28 and 1.13.10 How did you run dpkg? What was the command line?

Bug#170825: Checking if old version's dependencies break on update

2005-08-17 Thread Henry Jensen
Hello, the patch caused the following Error: dpkg: ../../src/packages.c:191: process_queue: Assertion `dependtry <= 4' failed. E: Sub-process /usr/bin/dpkg exited unexpectedly Tried with patched dpkg 1.10.28 and 1.13.10 Kind regards, Henry -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wi

Bug#170825: Checking if old version's dependencies break on update

2005-07-20 Thread Kari Pahula
Here's my attempt at getting this one fixed. Unfortunately I can't claim to have any deep understanding of dpkg's workings after what perusing I did, but it still seems to fix this. At least it fixed the test case shown. This'll still need at least some refactoring. The error message handling i