Control: severity -1 minor Oh, I see now. Too much text on too little screen. Sorry.
I’ll think whether there’s easy way to fix that, but since the conffile is still registered with the package, I think this is harmless as purging php-imagick will remove the file. Ondřej -- Ondřej Surý <[email protected]> (He/Him) > On 16. 6. 2023, at 20:36, Michael Prokop <[email protected]> wrote: > > Hi, > > * Ondřej Surý [Fri Jun 16, 2023 at 05:04:41PM +0200]: >>>> On 16. 6. 2023, at 13:19, Michael Prokop <[email protected]> wrote: >> >>>> And I purged all of the php7.4 one >> >> You did not. The rc at the beginning of the line means exactly that. > >> ondrej@calcifer:~$ dpkg -l php7.4-memcached >> Desired=Unknown/Install/Remove/Purge/Hold >> | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/tri> >> |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) >> ||/ Name Version > >> +++-================-========================================> >> rc php7.4-memcached 3.1.5+2.2.0-9+0~20210228.30+debian11~1.g> >> >> ondrej@calcifer:~$ sudo dpkg --purge php7.4-memcached >> (Reading database ... 309586 files and directories currently installed.) >> Purging configuration files for php7.4-memcached >> (3.1.5+2.2.0-9+0~20210228.30+debian11~1.gbp2db493) ... >> >> ondrej@calcifer:~$ dpkg -l php7.4-memcached >> dpkg-query: no packages found matching php7.4-memcached >> ondrej@calcifer:~$ > > Yeah? I've no idea why you're bringing up php7.4-memcached now, I > never mentioned this nor had it installed, I also did remove and > purge *all* the php7.4 packages as you can see from my output > provided in > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1038166#15 > > Let me try again, see my STR (repeating from > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1038166#15, I once > again verified it): > > % podman run --pull=always --rm -i -t debian:bullseye bash > # apt update ; apt-get -y install php-imagick > [...] > # cat > /etc/apt/sources.list << EOF > deb http://deb.debian.org/debian bookworm main non-free-firmware > deb http://deb.debian.org/debian-security/ bookworm-security main > non-free-firmware > deb http://deb.debian.org/debian bookworm-updates main non-free-firmware > EOF > # apt update ; apt-get -y install php-common > [...] > # dpkg --purge php7.4-cli php7.4-common php7.4-json php7.4-opcache > php7.4-phpdbg php7.4-readline > # dpkg -S /etc/php/7.4/mods-available/imagick.ini > php-imagick: /etc/php/7.4/mods-available/imagick.ini > > And to highlight its result: > > root@8c0e4100a294:/# dpkg -l | grep php > ii php-common 2:93 all > Common files for PHP packages > ii php-imagick 3.7.0-4 amd64 > Provides a wrapper to the ImageMagick library > ii php8.2-cli 8.2.7-1~deb12u1 amd64 > command-line interpreter for the PHP scripting language > ii php8.2-common 8.2.7-1~deb12u1 amd64 > documentation, examples and common module for PHP > ii php8.2-imagick 3.7.0-4 amd64 > Provides a wrapper to the ImageMagick library > ii php8.2-opcache 8.2.7-1~deb12u1 amd64 > Zend OpCache module for PHP > ii php8.2-phpdbg 8.2.7-1~deb12u1 amd64 > server-side, HTML-embedded scripting language (PHPDBG binary) > ii php8.2-readline 8.2.7-1~deb12u1 amd64 > readline module for PHP > root@8c0e4100a294:/# dpkg -l | grep -v '^ii' > Desired=Unknown/Install/Remove/Purge/Hold > | > Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend > |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) > ||/ Name Version Architecture > Description > > +++-===========================-============================-============-=========================================================================== > root@8c0e4100a294:/# dpkg -S /etc/php/7.4/mods-available/imagick.ini > php-imagick: /etc/php/7.4/mods-available/imagick.ini > > I really don't see what I should have done wrong, sorry. > > regards > -mika-

