[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#975052: marked as done (libc6: Reinstalling all packages with "aptitude reinstall ~i" fails because libc6 is not configured yet)



Your message dated Tue, 01 Dec 2020 08:42:49 +0000
with message-id <E1kk1FJ-0009BV-3r@fasolo.debian.org>
and subject line Bug#975052: fixed in glibc 2.31-5
has caused the Debian Bug report #975052,
regarding libc6: Reinstalling all packages with "aptitude reinstall ~i" fails because libc6 is not configured yet
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 owner@bugs.debian.org
immediately.)


-- 
975052: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975052
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libc6
Version: 2.31-4
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
When trying to reinstall all packages with "sudo aptitude reinstall ~i", dpkg
tells that libc6:amd64 is not configured yet which leads to dependency issues
and unconfigured packages for other packages because libc6:amd64 is not
configured.
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
I tried reinstalling libc6 with sudo apt-get install --reinstall libc6 and
restart the needed services with the "needrestart" package installed. I tried
reinstalling any package that showed the dependency issue error the same way.
Like: "sudo apt-get install --reinstall libc6 libcom-err2 libkrb5support0
libk5crypto3 libkeyutils1 libgcc-s1 libnss-nisplus libcrypt1s"
   * What was the outcome of this action?
The same error gets shown after again running the "sudo aptitude reinstall ~i"
command again. Also a libc6 and libgcc-s1 error gets shown after running the
reinstall command with using the "needrestart" feature.

   * What outcome did you expect instead?
All packages would be reinstalled due to having some packages reconfigured that
needed to be reconfigured.

*** End of the template - remove these template lines ***



-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (1001, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.9.0-1-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libc6 depends on:
ii  libcrypt1       1:4.4.17-1
ii  libgcc-s1       10.2.0-16
ii  libnss-nis      3.1-4
ii  libnss-nisplus  1.3-4

Versions of packages libc6 recommends:
ii  libidn2-0  2.3.0-3

Versions of packages libc6 suggests:
ii  debconf [debconf-2.0]  1.5.74
pn  glibc-doc              <none>
ii  libc-l10n              2.31-4
ii  locales                2.31-4

-- debconf information:
  glibc/kernel-not-supported:
  glibc/disable-screensaver:
  glibc/kernel-too-old:
  glibc/upgrade: true
  glibc/restart-services:
  glibc/restart-failed:
* libraries/restart-without-asking: true

--- End Message ---
--- Begin Message ---
Source: glibc
Source-Version: 2.31-5
Done: Aurelien Jarno <aurel32@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 975052@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno <aurel32@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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Tue, 01 Dec 2020 08:42:44 +0100
Source: glibc
Architecture: source
Version: 2.31-5
Distribution: unstable
Urgency: medium
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Changed-By: Aurelien Jarno <aurel32@debian.org>
Closes: 972510 972552 972770 973647 973914 975052 975421
Changes:
 glibc (2.31-5) unstable; urgency=medium
 .
   [ Samuel Thibault ]
   * debian/testsuite-xfail-debian.mk: Update with 2.33 tests.
   * debian/patches/hurd-i386/git-clock-cputime.diff: New patch to support
     clock_gettime(CPUTIME).
   * debian/patches/hurd-i386/local-clock_gettime_MONOTONIC.diff: Refresh.
   * debian/patches/hurd-i386/local-posix_cputime.diff: Remove.
   * debian/patches/hurd-i386/git-raise.diff: Reject raising invalid signals.
   * debian/patches/hurd-i386/git-sbrk-end.diff: Remove the tst-sbrk tests,
     they fail on various architectures.  Closes: #972510.
   * debian/patches/hurd-i386/git-posix_openpt.diff: Note that patch is
     committed upstream.
   * debian/patches/hurd-i386/git-WAIT.diff: Fix printing fd in ps' WAIT
     output.
 .
   [ Aurelien Jarno ]
   * debian/patches/git-updates.diff: update from upstream stable branch:
     - Fix missing floating-point rounding and exception handling functions
       missing on SH4.  Closes: #975421.
     - Fix an infinite loop in iconv with input containing redundant shift
       sequences in the IBM1364, ++  IBM1371, IBM1388, IBM1390, or IBM1399
       character sets (CVE-2020-27618).  Closes: #973914.
   * debian/patches/localedata/locale-C.diff: replace the LC_CTYPE definition
     by 'copy "i18n"'. Note that with this change the "blank", "cntrl",
     "space" classes do not conform to POSIX anymore, however this matches the
     Fedora behaviour.  Closes: #973647.
   * debian/control.in/libc: downgrade libnss-nis and libnss-nisplus
     dependencies to recommends. Closes: #972770, #975052, #972552.
   * debian/debhelper.in/libc.NEWS: add an entry about libnss-nis and
     libnss-nisplus packages.
Checksums-Sha1:
 f47e2fc3ba560aec690b0060a89411ee92082812 8195 glibc_2.31-5.dsc
 e2c2eaf43e0e95639852bb25def90754f50947d1 836796 glibc_2.31-5.debian.tar.xz
 cd5bb1c344dbcbcb41e1623044107fb8c1186753 7244 glibc_2.31-5_source.buildinfo
Checksums-Sha256:
 6a392c7925e13c5a0403f6db787f3f1e9b5c2c694d7f4dde9cc275b6574f7796 8195 glibc_2.31-5.dsc
 1299ecf9a7ea92dcb24781e105d24ad661bf961a1697fa26e4e7cdc095820d26 836796 glibc_2.31-5.debian.tar.xz
 8a82a1219ed15dfe999ffa24ba873606311f11eb4aaed5960107b2100a5b5a7b 7244 glibc_2.31-5_source.buildinfo
Files:
 4458c63df845fb842e070e565559a1b9 8195 libs required glibc_2.31-5.dsc
 fa5fd348ea61b2d8e5c05ec7b3c6d150 836796 libs required glibc_2.31-5.debian.tar.xz
 1ba35f3ac8d78c82ec125e812f22c5ee 7244 libs required glibc_2.31-5_source.buildinfo

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

iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAl/F9jkACgkQE4jA+Jno
M2vU7hAAmJBhewNwv42yyX2O559nRvBC1nMrczvvscp/MxSPeyg4DcfQdM0XEwV9
9PtPFzb0r7opuop+cyIaMSNhpv/FF1tAN2TANYu8ODOtuYTLt7ASALwcieYmIBpS
sVVgWU+qr4nY1ocWDtGGKPNCZ4LybRtoGEpPLRjqWSdyxRAy9EFfX/IaI0DS9tps
BnJGycHiFKw5jnW5OjTte1dSiiLnfbsbC2rjmKeqa1sqx+K8nVHBn2nqq7eNYhfY
8dsO5CkJoFycWfV0KQVZRfItaGork281R8x3j+HH1sUGJakqfJhNsBIlitYc1KzC
fcAcBpZA6/kxu4hyIxMBiYXaSBxpl3FDSOozQreDZztHrB2pxxVe0NskOU1EBhVe
GODAjpCEKTuxO09TJVWhZqT16XCZggFzuQz7SM64qKx6M0yZu9vux8joYGRv+gj0
t45ocL106E1Hq0FKA6pPRx0g4chPKCmJY08kjXy9Ok3FR6DTmK6NzjZF9I3e+LzE
dckkjWxisvlvgbCHCCZkgt9c/VIjCZWFUdwOhKAxX5aX6pK9BfS5Z/D/fiLru5ip
P2ZLdLSM+ZxFlNnO8QBodllhB0z7HAZpQayVwS2O3TlJZ/FS38Z0SGKAgu7ZiuNI
Qm8GN2kFK31k0HdMx7toohZLNgENhybinv8bTi7svgBa/1NmW/8=
=75/0
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: