Your message dated Sat, 15 Feb 2020 16:34:15 +0000
with message-id <e1j30ov-000f4t...@fasolo.debian.org>
and subject line Bug#950556: fixed in btrfs-progs 5.4.1-2
has caused the Debian Bug report #950556,
regarding initramfs-tools hook fails to copy libgcc_s.so.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.)
--
950556: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950556
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: btrfs-progs
Version: 5.4.1-1
Severity: critical
My system didn't boot anymore. initramfs complained that for
phread_cancel you need libgcc_s.so installed.
The btrfs hook for initramfs expects it to be in the same dir as libc6.
But that's not true anymore since libgcc1 has been updated from gcc-9 to gcc-10.
libgcc1 in bullseye (version: 1:9.2.1-25) has it in /lib/x86_64-linux-gnu/
In sid (version: 1:10-20200202-1) it's directly in /lib/
or alternatetively in the new libgcc-s1 it is in /usr/lib/x86_64-linux-gnu/
quick&dirty solution:
--- btrfs.old 2020-02-03 14:39:26.409270708 +0100
+++ btrfs 2020-02-03 14:39:46.602089060 +0100
@@ -25,8 +25,8 @@
then
copy_exec /sbin/fsck.btrfs /sbin
fi
- LIBC_DIR=$(ldd /bin/btrfs | sed -nr 's#.* =>
(/lib.*)/libc\.so\.[0-9.-]+ \(0x[[:xdigit:]]+\)$#\1#p')
- find -L "$LIBC_DIR" -maxdepth 1 -name 'libgcc_s.*' -type f | while read
so; do
+# LIBC_DIR=$(ldd /bin/btrfs | sed -nr 's#.* =>
(/lib.*)/libc\.so\.[0-9.-]+ \(0x[[:xdigit:]]+\)$#\1#p')
+ find -L "/lib" -maxdepth 1 -name 'libgcc_s.*' -type f | while read so;
do
copy_exec "$so"
done
fi
-- System Information:
Debian Release: bullseye/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.3.0-3-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8),
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages btrfs-progs depends on:
ii libblkid1 2.34-0.1
ii libc6 2.29-9
ii libcom-err2 1.45.5-2
ii libext2fs2 1.45.5-2
ii liblzo2-2 2.10-2
ii libuuid1 2.34-0.1
ii libzstd1 1.4.4+dfsg-1
ii zlib1g 1:1.2.11.dfsg-1.2
btrfs-progs recommends no packages.
Versions of packages btrfs-progs suggests:
pn duperemove <none>
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: btrfs-progs
Source-Version: 5.4.1-2
Done: Adam Borowski <kilob...@angband.pl>
We believe that the bug you reported is fixed in the latest version of
btrfs-progs, 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 950...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Adam Borowski <kilob...@angband.pl> (supplier of updated btrfs-progs 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: Sat, 15 Feb 2020 16:52:17 +0100
Source: btrfs-progs
Architecture: source
Version: 5.4.1-2
Distribution: unstable
Urgency: medium
Maintainer: Adam Borowski <kilob...@angband.pl>
Changed-By: Adam Borowski <kilob...@angband.pl>
Closes: 950556
Changes:
btrfs-progs (5.4.1-2) unstable; urgency=medium
.
* Declare Breaks: on versions of libgcc-s1 that produce bad initramfs.
Closes: #950556.
Checksums-Sha1:
bcf573c33622bb5680f9ea5a1b78a4b35bb19e4b 2491 btrfs-progs_5.4.1-2.dsc
05084a63f5f5ec0da80ef31f25c8727df290eca1 16704
btrfs-progs_5.4.1-2.debian.tar.xz
2bc1381c936b9954197cd4c61bec550cb7f440a2 7087
btrfs-progs_5.4.1-2_source.buildinfo
Checksums-Sha256:
d95c8d3720542f6f8d7209a70e8cf70b9a838cad6c6ba9ee1403b456194f3bc9 2491
btrfs-progs_5.4.1-2.dsc
b1389514a1583ccbfe68a5e05a43b33246d50407814c40db0d13003f720124f8 16704
btrfs-progs_5.4.1-2.debian.tar.xz
48f204b063064f8607faf7e512fa30e8dc69f6fd8f293134c2508f4c692d4c5e 7087
btrfs-progs_5.4.1-2_source.buildinfo
Files:
4f9c795b75bc654a72eca1832051cb48 2491 admin optional btrfs-progs_5.4.1-2.dsc
e821011fefea546bf27b6133b93242b8 16704 admin optional
btrfs-progs_5.4.1-2.debian.tar.xz
3776b21d97cfc956ac14b5aba9dc7646 7087 admin optional
btrfs-progs_5.4.1-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl5IGIwACgkQweDZLphv
fH4XyxAAvUT50naci9Z5fv/yOk1dXO2LVDpIm6fo9K6BBr1UhU+HkCgkI2cYNa4a
k8MIg5NuFTWqET5ntsl5oW2pDPH8E57dJ6KnpL+u395CfeBQE0Fy/M1gntqHz8HE
OjBWCJxTqKGRI5dq87RyUV9xcMkE/W9nEn7T8Rc216cQQXLJl9J4ATRNyckt/Hv5
kK36Tb38pUZFxCXJdjqL4SZ74d4RWDVBE3hhWEIhhGTNUg88YLp0/q04qEMw5kCS
IIJCHV8u/ShKJCinjCLWw9hca9vg5k1ag2qYOxS7g30SRvXchrh8ANAUdTjRWceq
BlIUJEzx3I8Q+6jT2aGph4Rq7X/8VOoB2PCG3BHNfQgFA/3cUETmLy0GThUIELTG
sJfwbtSvlpH1tXG9Idkxj891c2qx3EK1xeyIe76mmfsgqhWj6eQmDXrvO66cnk5E
mP6llJ4tzIyUgi+XbiwlaFLGTt7WjHEkOjiuq5GpFFP2PFf2e5G6tm5H3bjKWQhn
is8NWNxxyGMIER1ZKXEqSWtvwiPDlF6kAvfwJRXn18P4fK9k15WMI+X1+OIRedG+
KQE2/BaPmSd/90iARiAjgTQHFijVtCBUKFzAB+Kcd3SVeh9ozNERsh60REj1Ivnt
995IPP1JLTX4TyLETZYjtx0rLiHakWvtzMGPKESqi0SkKVJ2y8M=
=OBI2
-----END PGP SIGNATURE-----
--- End Message ---