Your message dated Mon, 06 Dec 2021 20:33:45 +0000
with message-id <e1mukgd-000i1z...@fasolo.debian.org>
and subject line Bug#1001198: fixed in dpkg 1.21.1
has caused the Debian Bug report #1001198,
regarding dpkg: strange update-alternatives warnings
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1001198: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1001198
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dpkg
Version: 1.21.0

I have just upgraded a two months old sid chroot and noticed that
update-alternatives issued some strange warnings:

,----
| Setting up util-linux (2.37.2-4) ...
| update-alternatives: warning: /etc/alternatives/pager has been changed 
(manually or by a script); switching to manual updates only
| update-alternatives: using /bin/more to provide /usr/bin/pager (pager) in 
auto mode
| Setting up automake (1:1.16.5-1.1) ...
| update-alternatives: warning: /etc/alternatives/automake has been changed 
(manually or by a script); switching to manual updates only
| Setting up bsdextrautils (2.37.2-4) ...
| update-alternatives: warning: /etc/alternatives/write has been changed 
(manually or by a script); switching to manual updates only
| update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write 
(write) in auto mode
| Setting up g++ (4:11.2.0-2) ...
| update-alternatives: warning: /etc/alternatives/c++ has been changed 
(manually or by a script); switching to manual updates only
| update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto 
mode
`----

I had not played with any of these alternatives before, so they should
all have been in auto mode.  Here is today's excerpt of
/var/log/alternatives.log.

update-alternatives 2021-12-06 08:36:54: run with --remove builtins.7.gz 
/usr/share/man/man7/bash-builtins.7.gz
update-alternatives 2021-12-06 08:36:54: link group builtins.7.gz fully removed
update-alternatives 2021-12-06 08:36:54: run with --install 
/usr/share/man/man7/builtins.7.gz builtins.7.gz 
/usr/share/man/man7/bash-builtins.7.gz 10
update-alternatives 2021-12-06 08:36:54: link group builtins.7.gz updated to 
point to /usr/share/man/man7/bash-builtins.7.gz
update-alternatives 2021-12-06 08:37:03: run with --install /usr/bin/pager 
pager /bin/more 50 --slave /usr/share/man/man1/pager.1.gz pager.1.gz 
/usr/share/man/man1/more.1.gz
update-alternatives 2021-12-06 08:37:03: link group pager updated to point to 
/bin/more
update-alternatives 2021-12-06 08:37:30: run with --install /usr/bin/automake 
automake /usr/bin/automake-1.16 34 --slave /usr/bin/aclocal aclocal 
/usr/bin/aclocal-1.16 --slave /usr/share/man/man1/automake.1.gz automake.1.gz 
/usr/share/man/man1/automake-1.16.1.gz --slave /usr/share/man/man1/aclocal.1.gz 
aclocal.1.gz /usr/share/man/man1/aclocal-1.16.1.gz
update-alternatives 2021-12-06 08:37:30: run with --install /usr/bin/write 
write /usr/bin/write.ul 100 --slave /usr/share/man/man1/write.1.gz write.1.gz 
/usr/share/man/man1/write.ul.1.gz
update-alternatives 2021-12-06 08:37:30: link group write updated to point to 
/usr/bin/write.ul
update-alternatives 2021-12-06 08:37:31: run with --quiet --install /lib/cpp 
cpp /usr/bin/cpp 10
update-alternatives 2021-12-06 08:37:31: link group cpp updated to point to 
/usr/bin/cpp
update-alternatives 2021-12-06 08:37:31: run with --quiet --install /usr/bin/cc 
cc /usr/bin/gcc 20
update-alternatives 2021-12-06 08:37:31: link group cc updated to point to 
/usr/bin/gcc
update-alternatives 2021-12-06 08:37:31: run with --quiet --install 
/usr/bin/c89 c89 /usr/bin/c89-gcc 20 --slave /usr/share/man/man1/c89.1.gz 
c89.1.gz /usr/share/man/man1/c89-gcc.1.gz
update-alternatives 2021-12-06 08:37:31: link group c89 updated to point to 
/usr/bin/c89-gcc
update-alternatives 2021-12-06 08:37:31: run with --quiet --install 
/usr/bin/c99 c99 /usr/bin/c99-gcc 20 --slave /usr/share/man/man1/c99.1.gz 
c99.1.gz /usr/share/man/man1/c99-gcc.1.gz
update-alternatives 2021-12-06 08:37:31: link group c99 updated to point to 
/usr/bin/c99-gcc
update-alternatives 2021-12-06 08:37:31: run with --install /usr/bin/c++ c++ 
/usr/bin/g++ 20
update-alternatives 2021-12-06 08:37:31: link group c++ updated to point to 
/usr/bin/g++

-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.83-nouveau (SMP w/2 CPU threads)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages dpkg depends on:
ii  libbz2-1.0   1.0.8-5
ii  libc6        2.32-4
ii  liblzma5     5.2.5-2
ii  libselinux1  3.3-1+b1
ii  tar          1.34+dfsg-1
ii  zlib1g       1:1.2.11.dfsg-2

dpkg recommends no packages.

Versions of packages dpkg suggests:
ii  apt            2.3.13
pn  debsig-verify  <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: dpkg
Source-Version: 1.21.1
Done: Guillem Jover <guil...@debian.org>

We believe that the bug you reported is fixed in the latest version of
dpkg, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1001...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guillem Jover <guil...@debian.org> (supplier of updated dpkg package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 06 Dec 2021 21:04:18 +0100
Source: dpkg
Architecture: source
Version: 1.21.1
Distribution: unstable
Urgency: medium
Maintainer: Dpkg Developers <debian-d...@lists.debian.org>
Changed-By: Guillem Jover <guil...@debian.org>
Closes: 1001198
Changes:
 dpkg (1.21.1) unstable; urgency=medium
 .
   [ Guillem Jover ]
   * dpkg-buildpackage: Remove duplicate command print for dpkg-genchanges.
   * dpkg-buildpackage: Fix build description due to improper multiline match.
   * dpkg-realpath: Remove spurious heading space from --help output.
   * update-alternatives: When initializing admindir from DPKG_ADMINDIR append
     "/alternatives". Closes: #1001198
   * Code internals:
     - Remove <ar.h> inclusions.
   * Packaging:
     - Install deb-md5sums(5) into dpkg-dev package.
Checksums-Sha1:
 40500b6ab42eed418d2c19393126a1a54f3625e9 2120 dpkg_1.21.1.dsc
 26cfcdced2fd5b54dafe8b8e1617cb537f35b6f4 4986936 dpkg_1.21.1.tar.xz
 0abdeeeb8298861b516b9e89bdaa5eeb0aae68a0 7700 dpkg_1.21.1_amd64.buildinfo
Checksums-Sha256:
 4a18d3c84a982a5510ee96d490b3ff9c103e1086f165051e7e9d3b1801e1950b 2120 
dpkg_1.21.1.dsc
 1eb9fd5228b3199284ea5134904bb45b7a5bc12fb044b8e4964d89d2e5bbb563 4986936 
dpkg_1.21.1.tar.xz
 2ccd1531ec7aa4b4af46333111dcd78feaaacdaf9f7ea24c1a082020a9595097 7700 
dpkg_1.21.1_amd64.buildinfo
Files:
 5509556a5d53b6bee88c96ad42d32aca 2120 admin required dpkg_1.21.1.dsc
 cbe2c7e27d5bdfe976217e976c53e8c8 4986936 admin required dpkg_1.21.1.tar.xz
 116abde5f2089cd8db82e0ff6bd0f12f 7700 admin required 
dpkg_1.21.1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEETz509DYFDBD1aWV0uXK/PqSuV6MFAmGucFsACgkQuXK/PqSu
V6Mz2xAAwGI2O1d9UpLG1YBOAsqxBVN9rYZbOezpbQO7Ju0ORIqsxcXIk2ydfzWV
mDMcO0Jbpx4saidZj6EYv9j4wtdIbEl36hAjVzBB0u20rl3bnTP9Rs/mDVTV2Pdl
C628iDwBLLqDlrig+dDbAYY2pva4faSMxEmT2fH7Zq59vWDhM/ImlFU3Rt9EvH46
8UnEuRJF2m7suvZfdfLitQIfDqsv9Lir8aPIVAYhHDiYhRDGa5vxcgulK4kScBNS
Dv2GNzOXZW7xWP8glHWLINb+c+LWAczFr1I+89dVYsFf1RZnofjPs67Wqp3D14sD
C2thQ/miID/3bWCRutuvSTi1uC8J873lsTxcQL4rrXUN9XCmH4gzqoSiyFngCoHT
eilgRhXAeXPkgzKqT6QS6fQtABd6dvNTBHETvBH3mJS1TtXiKs11TjMxamAd9vCa
L4jTvuUjBXUpyfSe69oXgmje1yRidVuShk3Q8uc3Cm9Xw7mR1nQB/VJQCs7ls5xv
f0GlX00+ZnJgPU8JKj4ET1B+AC0QbklV5Z4EYuIkdMe6qg330RdSzX/tBx9CuVE4
XGNLgzFg2q0no7hONkzY7eqE7i/fTKqhlSPXSknZTXdcHE4iAWEQDKnXu7vrUq3M
FdNGmH4zudveB1r34p04mhoqe/PQKoeiGlRnrRTUPmfaoHXwj1Y=
=cD0T
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to