Package: manpages-dev
Version: 5.10-1

Hello!

I spotted on Salsa-CI runs that when a Stretch system with manpages
4.10 tries to upgrade to Sid, it fails due to conflict with
manpages-dev 5.10. There should probably be some conflicts/breaks
defined in manpages-dev on manpages.

This is visible on a CI system where every step is reproducible and
runs off clean Docker images, so this is not a sporadic error.

Full log at:
https://salsa.debian.org/mariadb-team/mariadb-server/-/jobs/1911231

Relevant log snippet below:

# Replace any old repos with just Sid
echo 'deb http://deb.debian.org/debian sid main' > /etc/apt/sources.list
# Upgrade minimal stack first
apt-get update
apt-get install -y apt
...
dpkg: considering deconfiguration of manpages, which would be broken
by installation of manpages-dev ...
dpkg: yes, will deconfigure manpages (broken by manpages-dev)
Preparing to unpack .../1-manpages-dev_5.10-1_all.deb ...
De-configuring manpages (4.10-2) ...
Unpacking manpages-dev (5.10-1) over (4.10-2) ...
dpkg: error processing archive
/tmp/apt-dpkg-install-nJwkNl/1-manpages-dev_5.10-1_all.deb (--unpack):
 trying to overwrite '/usr/share/man/man4/console_ioctl.4.gz', which
is also in package manpages 4.10-2
dpkg: considering deconfiguration of manpages-dev, which would be
broken by installation of manpages ...
dpkg: yes, will deconfigure manpages-dev (broken by manpages)
Preparing to unpack .../2-manpages_5.10-1_all.deb ...
De-configuring manpages-dev (4.10-2) ...
Unpacking manpages (5.10-1) over (4.10-2) ...
Replacing files in old package manpages-dev (4.10-2) ...
Selecting previously unselected package libcrypt-dev:amd64.
Preparing to unpack .../3-libcrypt-dev_1%3a4.4.25-2_amd64.deb ...
Unpacking libcrypt-dev:amd64 (1:4.4.25-2) ...
Replacing files in old package manpages-dev (4.10-2) ...
Preparing to unpack .../4-libcomerr2_1.45.7-1_amd64.deb ...
Unpacking libcomerr2:amd64 (1.45.7-1) over (1.43.4-2+deb9u2) ...
Selecting previously unselected package libcom-err2:amd64.
Preparing to unpack .../5-libcom-err2_1.46.4-1_amd64.deb ...
Unpacking libcom-err2:amd64 (1.46.4-1) ...
Errors were encountered while processing:
 /tmp/apt-dpkg-install-nJwkNl/1-manpages-dev_5.10-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
...

Reply via email to