Your message dated Mon, 15 Jun 2020 20:48:14 +0200
with message-id <[email protected]>
and subject line Re: Bug#962139: [btrfs-progs] initramfs hooks failed with on
libgcc_s.so.1
has caused the Debian Bug report #962139,
regarding [btrfs-progs] initramfs hooks failed with on 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 [email protected]
immediately.)
--
962139: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=962139
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: btrfs-progs
Version: 5.6-1
Severity: normal
Dear Maintainer,
if I do an
update-initramfs -v -c -k 5.6.0-2-amd64
it failed. I add
set -x
to
/usr/share/initramfs-tools/hooks/btrfs
so I get an better output:
[....]
Adding binary /usr/lib/x86_64-linux-gnu/libzstd.so.1.4.4
+ cp -pP /usr/lib/x86_64-linux-gnu/libzstd.so.1.4.4
/var/tmp/mkinitramfs_PP4oJD//usr/lib/x86_64-linux-gnu/libzstd.so.1.4.4
+ echo /lib/x86_64-linux-gnu/libpthread.so.0
+ sed -e
s#/lib/\([^/]*/\)\?\(tls\|i686\|sse2\|neon\|vfp\).*/\(lib.*\)#/lib/\1\3#
+ nonoptlib=/lib/x86_64-linux-gnu/libpthread.so.0
+ echo /lib/x86_64-linux-gnu/libpthread.so.0
+ sed -e s#-linux-gnu/\(tls\|i686\|sse2\|neon\|vfp\).*/\(lib.*\)#-linux-gnu/\2#
+ nonoptlib=/lib/x86_64-linux-gnu/libpthread.so.0
+ [ -e /lib/x86_64-linux-gnu/libpthread.so.0 ]
+ x=/lib/x86_64-linux-gnu/libpthread.so.0
+ copy_exec /lib/x86_64-linux-gnu/libgcc_s.so.1
+ local src target x nonoptlib ret
+ src=/lib/x86_64-linux-gnu/libgcc_s.so.1
+ target=/lib/x86_64-linux-gnu/libgcc_s.so.1
+ copy_file binary /lib/x86_64-linux-gnu/libgcc_s.so.1
/lib/x86_64-linux-gnu/libgcc_s.so.1
+ local type src target link_target
+ type=binary
+ src=/lib/x86_64-linux-gnu/libgcc_s.so.1
+ target=/lib/x86_64-linux-gnu/libgcc_s.so.1
+ [ -f /lib/x86_64-linux-gnu/libgcc_s.so.1 ]
+ return 2
+ return 1
+ return
It failed on /lib/x86_64-linux-gnu/libgcc_s.so.1. It's not available
# ll /lib/x86_64-linux-gnu/libgcc_s.so.1
ls: cannot access '/lib/x86_64-linux-gnu/libgcc_s.so.1': No such file or
directory
In #950254 they mentioned that libgcc_s gets copied by initramfs-tools. Does it
break the
workaround in /usr/share/initramfs-tools/hooks/btrfs?
Thanks for you work!
Bye
--- System information. ---
Architecture: Kernel: Linux 5.5.0-2-amd64
Debian Release: bullseye/sid
990 unstable mirror.1und1.de 500 stable
packages.microsoft.com 500
stable dl.google.com 1 experimental mirror.1und1.de
--- Package information. ---
Depends (Version) | Installed
============================-+-=============
libblkid1 (>= 2.17.2) | 2.35.2-2
libc6 (>= 2.8) | 2.30-8
libcom-err2 (>= 1.43.9) | 1.45.6-1
libext2fs2 (>= 1.42) | 1.45.6-1
liblzo2-2 (>= 2.02) | 2.10-2
libuuid1 (>= 2.16) | 2.35.2-2
libzstd1 (>= 1.3.2) | 1.4.4+dfsg-3
zlib1g (>= 1:1.2.0) | 1:1.2.11.dfsg-2
Package's Recommends field is empty.
Suggests (Version) | Installed
=========================-+-===========
duperemove |
--- End Message ---
--- Begin Message ---
I updated libgcc-s1 to 10.1.0-3 (and some other packages) and now it's working
again.
Thanks!
--- End Message ---