Your message dated Tue, 09 Apr 2024 22:35:39 +0000
with message-id <e1ruk43-0025kk...@fasolo.debian.org>
and subject line Bug#1068188: fixed in glibc 2.37-16
has caused the Debian Bug report #1068188,
regarding pthread_cond_init.3.gz: conflict with manpages-dev 6.7-1
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.)


-- 
1068188: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068188
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: glibc-doc
Version: 2.38-6
Severity: serious
Justification: Policy 7.4
X-Debbugs-Cc: a...@kernel.org, mar...@debian.org

Dear Maintainer,

The Linux man-pages project has recently added the pthread_*(3) manual
pages that were provided by glibc-doc.  The first upstream version of
the Linux man-pages that includes these pages is man-pages-6.06.  Here's
what was added:

        $ git diff --stat b06cd070f..128a3ae35
         man3/pthread_cond_init.3            | 264 ++++++++++++++++++++
         man3/pthread_condattr_init.3        |  48 ++++
         man3/pthread_key_create.3           | 178 +++++++++++++
         man3/pthread_mutex_init.3           | 241 ++++++++++++++++++
         man3/pthread_mutexattr_setkind_np.3 |  52 ++++
         man3/pthread_once.3                 |  44 ++++
         6 files changed, 827 insertions(+)

Debian's manpages-dev_6.7-1_all.deb has been the first package since
that happened, and I've noticed that dpkg(1) (via apt-get(8)) refuses to
upgrade manpages-dev due to a conflict with glibc-doc.

        $ sudo apt-get upgrade -V;
        [...]
        Do you want to continue? [Y/n] y
        Reading changelogs... Done
        (Reading database ... 404853 files and directories currently installed.)
        Preparing to unpack .../manpages-dev_6.7-1_all.deb ...
        Unpacking manpages-dev (6.7-1) over (6.05.01-1) ...
        dpkg: error processing archive 
/var/cache/apt/archives/manpages-dev_6.7-1_all.deb (--unpack):
         trying to overwrite '/usr/share/man/man3/pthread_cond_init.3.gz', 
which is also in package glibc-doc 2.38-6
        Errors were encountered while processing:
         /var/cache/apt/archives/manpages-dev_6.7-1_all.deb
        needrestart is being skipped since dpkg has failed
        E: Sub-process /usr/bin/dpkg returned an error code (1)

Please, remove from glibc-doc those manual pages that conflict with
manpages-dev.

Marcos, you'll also need to specify a breaks with glibc-doc versions
up to (and including) 6.38-6 in the next revision of manpages-dev, and
drop 6.7-1.


Have a lovely day!
Alex


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.8.0-rc7-alx-dirty (SMP w/24 CPU threads; PREEMPT)
Locale: LANG=C.utf8, LC_CTYPE=C.utf8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

glibc-doc depends on no packages.

glibc-doc recommends no packages.

Versions of packages glibc-doc suggests:
ii  glibc-doc-reference  2.38-1

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: glibc
Source-Version: 2.37-16
Done: Aurelien Jarno <aure...@debian.org>

We believe that the bug you reported is fixed in the latest version of
glibc, 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 1068...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno <aure...@debian.org> (supplier of updated glibc 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: Wed, 10 Apr 2024 00:15:44 +0200
Source: glibc
Architecture: source
Version: 2.37-16
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Changed-By: Aurelien Jarno <aure...@debian.org>
Closes: 1063624 1063937 1067909 1068188 1068251
Changes:
 glibc (2.37-16) unstable; urgency=medium
 .
   [ Samuel Thibault ]
   * debian/patches/hurd-i386/submitted-AF_ROUTE.diff: Also comment out
     PF_ROUTE/AF_ROUTE.
   * debian/patches/hurd-i386/git-proc_getchildren_rusage.diff: Implement
     RUSAGE_CHILDREN, should fix the grep testsuite.
 .
   [ Aurelien Jarno ]
   * debian/rules.d/build.mk: present glibc with a compiler that does not
     default to -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64, as upstream doesn't
     support this configuration. This has the consequence of hiding real issues
     found by the testsuite, but there is a consensus that this is the way to
     go for now. Thanks to Helmut Grohne for the hint and starting the
     discussion.  Closes: #1068251.
   * debian/debhelper.in/glibc-doc.{links,manpages},
     debian/local/manpages/pthread_*: drop the man pages for libpthread
     functions, as they are now included in manpages-dev.  Closes: #1068188.
   * debian/control.in/main: update glibc-doc description following the removal
     of the pthread manpages.
   * debian/control.in/main: downgrade the Recommends from libc-dev-bin to
     libc-devtools to a Suggests.  Closes: #1067909.
   * debian/patches/git-updates.diff: update from upstream stable branch.
   * debian/patches/sparc/submitted-sparc-clone.diff: pull patch from the
     upstream BTS to workaround issues with the clone syscall on sparc.
     Closes: #1063937.
 .
   [ Johannes Schauer Marin Rodrigues]
   * debian/debhelper.in/libc.preinst: skip kernel check in chrootless mode.
     Closes: #1063624.
 .
   [ Steve Langasek ]
   * Drop transitional dependency from libc6-dev to libnsl-dev.
 .
   [ Gioele Barabucci ]
   * debian/debhelper.in/locales.config: Extract default environment LANG using
     only sed.
Checksums-Sha1:
 eaea3d56f7a38679550c9aed687e94b4ee06e26d 9043 glibc_2.37-16.dsc
 b049cfcbfdf698174f8edd5f57d6a0d197d2db8b 412544 glibc_2.37-16.debian.tar.xz
 c52c4a023fe835c6a0de5a61e88f8e43a8ef46e9 10134 glibc_2.37-16_source.buildinfo
Checksums-Sha256:
 d51319d515d3c5e41a7a02c6f38fabb0f80e4d171f7171a85cafb9b9f3c78d3b 9043 
glibc_2.37-16.dsc
 9ba0e7da8897e4e6f35b666685d45dc52ef9e991a6ed9561e47a749bd6421577 412544 
glibc_2.37-16.debian.tar.xz
 3b6db197b8f3c64c2b6967f6b619a7ba87c0608b9eb6e2fc36622152ccb0a7cf 10134 
glibc_2.37-16_source.buildinfo
Files:
 48ee58919315243ff3360c8bc1e8e16c 9043 libs required glibc_2.37-16.dsc
 7a6a64b3f2993c269dd94d1926f674a9 412544 libs required 
glibc_2.37-16.debian.tar.xz
 5b147d415a0154c41630f2447b7ceac8 10134 libs required 
glibc_2.37-16_source.buildinfo

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

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAmYVvuAACgkQE4jA+Jno
M2vB6A/+PLMCij5yZepiubXkghOsfPRsg7XOWqGJ6qswaFSKdK9RmKl3xO+C3INI
ylEH5GINvdCG/9QxWWTnybAzOltbRTrmBA7Fi9bsuB9VDaw18j4pUH7zW2f3fNgN
OifWBWTgneM/bazbXz1w2PoiXLGsOc+8Ai1DrwohOVgLGAlr9tBiZ8w4jHJZDXYb
EJhWloDQx4GtsH5eANS0ISoL4++VB0AQPNhH3vzWsFb064r126eZyXKLPbijmt4x
xxJRTIiPGMlPe+LDYprWoyWL17qwtmESZBWIIV/yuCuk1s0WBj8rfztX0nK3FSOW
e5IzjujID8evUyzPHWPumhSUp1Xo1OE40kx2dRKVxXLppweG9sUgj77xi05R/Ruq
QJYNQKdqQrwVS72XVEvhuF1/eKpk7lKzgYC0JkkWzejXEHomZlkHyQkqOtMWYDId
q15B6MfwW39Q7D7T+yCbsxwAsOBgIlDwnGgGcOXxB2lVy8dEFiIjO0fhGOnUZx3c
7A8+YF/x7GNARHzJEYrChLkzQY9xuPeQuaMGedae1f84MFOU9cV0scQgi2w3bheb
epRFcZQrzRG8YG1u5ozjbD5hLBacYUfDJLxOC0Yc/nEHTMJ4/DLramJ63tujGy6e
HC4E2mvhN99MFz8NSlw9E3VgNc3s/O6b4xyeXUGCaKMjF3ceviQ=
=uzJ0
-----END PGP SIGNATURE-----

Attachment: pgpoTyDbCRwkd.pgp
Description: PGP signature


--- End Message ---

Reply via email to