Bug#1034650: debian-installer: bookworm d-i rc1: apt-get clean breaks bash-completion

2023-05-06 Thread Askar Safin
I did some experiments and wrote a patch! Okay, so, I spend some more time thinking about this. And I think the bug is in apt's completion scripts. Because that *.bin files are simply cache. And lack of caches should not break program! This follows from my interpretation of FHS 3.0 5.5 (

Bug#1034650: debian-installer: bookworm d-i rc1: apt-get clean breaks bash-completion

2023-05-05 Thread Cyril Brulebois
Control: clone -1 -2 Control: reassign -2 debian-installer Control: retitle -2 debian-installer: investigate setting APT::Keep-Downloaded-Packages=false Hi again, Cyril Brulebois (2023-05-04): > David Kalnischkies (2023-05-04): […] > Entirely fair, thanks. Putting debian-boot@ in copy since

Bug#1034650: debian-installer: bookworm d-i rc1: apt-get clean breaks bash-completion

2023-05-05 Thread Askar Safin
On Fri, May 5, 2023 at 8:53 PM Tianon Gravi wrote: > To be clear, there was nothing _certain_ in my response, merely that > my first impression matched Cyril's for the very similar issue on d-i. Okay, sorry for misunderstanding. -- Askar Safin

Bug#1034650: debian-installer: bookworm d-i rc1: apt-get clean breaks bash-completion

2023-05-05 Thread Askar Safin
David Kalnischkies: > The completion script explicitly disables the recreation on-the-fly as > creating the files takes a while robbing users for many seconds of their > interactivity. So, we can't just "fix" the completion script as that has > a(nother?) set of users complain as well. Deleting

Bug#1034650: debian-installer: bookworm d-i rc1: apt-get clean breaks bash-completion

2023-05-05 Thread Tianon Gravi
On Fri, 5 May 2023 at 10:06, Askar Safin wrote: > Current apt behavior also breaks official debian docker images, I > reported this here: > https://github.com/debuerreotype/debuerreotype/pull/153 . The images' > developer said this is apt completion scripts' problem To be clear, there was

Bug#1034650: debian-installer: bookworm d-i rc1: apt-get clean breaks bash-completion

2023-05-05 Thread Askar Safin
Current apt behavior also breaks official debian docker images, I reported this here: https://github.com/debuerreotype/debuerreotype/pull/153 . The images' developer said this is apt completion scripts' problem -- Askar Safin

Bug#1034650: debian-installer: bookworm d-i rc1: apt-get clean breaks bash-completion

2023-05-04 Thread Cyril Brulebois
Hi David, David Kalnischkies (2023-05-04): > before I am playing bug ping-pong (as I don't think we can do much > about this on the apt side), let me ask a d-i question first: Entirely fair, thanks. Putting debian-boot@ in copy since currently the bug is assigned to apt… and others might have

Bug#1034650: debian-installer: bookworm d-i rc1: apt-get clean breaks bash-completion

2023-05-04 Thread David Kalnischkies
Hi, before I am playing bug ping-pong (as I don't think we can do much about this on the apt side), let me ask a d-i question first: On Thu, Apr 20, 2023 at 10:33:08PM +0200, Cyril Brulebois wrote: > Askar Safin (2023-04-20): > > I don't know what should really be done. I can list possible

Bug#1034650: debian-installer: bookworm d-i rc1: apt-get clean breaks bash-completion

2023-04-21 Thread Askar Safin
Четверг, 20 апреля 2023, 23:33 +03:00 от "Cyril Brulebois" : > Clearly one of these. It seems apt completion is located in /usr/share/bash-completion/completions/apt, which belongs to apt package. So, anyway this belongs to apt package, so I reassigned == Askar Safin

Bug#1034650: debian-installer: bookworm d-i rc1: apt-get clean breaks bash-completion

2023-04-20 Thread Cyril Brulebois
Hi Askar, and thanks for the report. Askar Safin (2023-04-20): > I don't know what should really be done. I can list possible solutions: > > - Fix d-i. Remove /usr/lib/finish-install.d/60cleanup or replace it with > something else d-i is merely exposing a bug in bash-completion, so I don't

Bug#1034650: debian-installer: bookworm d-i rc1: apt-get clean breaks bash-completion

2023-04-20 Thread Askar Safin
Package: debian-installer Severity: normal Tags: d-i Steps to reproduce: - Install debian using recently published debian-bookworm-DI- rc1-amd64-netinst.iso - At first boot as a very first thing to do type "apt-get install a" (as root, in normal root login shell) - You will see that