Bug#866974: [Aptitude-devel] Bug#866974: Patch fixing 'Assertion "resman->resolver_exists()" failed.'

2020-09-20 Thread Axel Beckert
Hi Ahzo, Ahzo wrote: > # aptitude    # select 'test-b' for installation, press g > Uncaught exception: ../../src/ui.cc:1549: void auto_fix_broken(): Assertion > "resman->resolver_exists()" failed. Bingo! There it is. Thanks again! Regards, Axel -- ,''`. | Axel Beckert , http

Bug#866974: [Aptitude-devel] Bug#866974: Patch fixing 'Assertion "resman->resolver_exists()" failed.'

2020-09-20 Thread Ahzo
Hi Axel, thanks for your quick and positive reply. Indeed, for some reason the upgrade works in the TUI. To reproduce the assertion failure in the TUI one can try to install test-b after having installed test-a version 2. That corresponds to the last four steps: # # Reproduce problem with TUI: #

Bug#867006: [Aptitude-devel] Bug#866974: Patch fixing 'Assertion "resman->resolver_exists()" failed.'

2020-09-19 Thread Axel Beckert
Hi again, Axel Beckert wrote: > Ahzo wrote: > > the failure can be reliably reproduced with both the CLI (fatal > > exception) and the TUI (assertion failure) in a minimal chroot > > Thanks for that! This makes it way easier to analyse this. Worked > fine. ... on the commandline with "aptitude u

Bug#866974: Patch fixing 'Assertion "resman->resolver_exists()" failed.'

2020-09-19 Thread Ahzo
Control: tag -1 + patch Hi, the failure can be reliably reproduced with both the CLI (fatal exception) and the TUI (assertion failure) in a minimal chroot: # apt install aptitude equivs apt-utils # cd /tmp && mkdir test # cat < test/test-a1.ctl Package: test-a Version: 1 Description: test packag

Bug#866974: Patch fixing 'Assertion "resman->resolver_exists()" failed.'

2020-09-19 Thread Axel Beckert
Dear Ahzo, Ahzo wrote: > the failure can be reliably reproduced with both the CLI (fatal > exception) and the TUI (assertion failure) in a minimal chroot Thanks for that! This makes it way easier to analyse this. Worked fine. > Attached is a patch which fixes the problem by removing two checks >