Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #66991
| From | John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> |
|---|---|
| Newsgroups | linux.debian.bugs.dist, linux.debian.ports.hppa, linux.debian.ports.68k, linux.debian.kernel |
| Subject | Bug#959768: initramfs-tools: Does not account for different so versions of libgcc_s |
| Date | 2020-05-05 07:10 +0200 |
| Message-ID | <A2Y09-4e1-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Cross-posted to 4 groups.
Source: initramfs-tools Severity: important User: debian-hppa@lists.debian.org Usertags: hppa,m68k Hello! In #950254 [1], a change was introduced to copy libgcc_s.so.1 into the initrd. Unfortunately, this change has introduced a regression on some architectures as the shared library has a different so version on these targets. amd64: root@z6:~> ls -l /lib/x86_64-linux-gnu/libgcc* -rw-r--r-- 1 root root 100736 May 2 14:09 /lib/x86_64-linux-gnu/libgcc_s.so.1 root@z6:~> hppa: root@phantom:~# ls -l /lib/hppa-linux-gnu/libgcc* -rw-r--r-- 1 root root 84412 Apr 18 09:56 /lib/hppa-linux-gnu/libgcc_s.so.4 root@phantom:~# m68k: root@elgar:~> ls -l /lib/m68k-linux-gnu/libgcc* -rw-r--r-- 1 root root 59116 Apr 18 11:56 /lib/m68k-linux-gnu/libgcc_s.so.2 root@elgar:~> Can you fix the change from #950254 to account for the different so versions of that library? Thanks, Adrian > [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950254 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaubitz@debian.org `. `' Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
Back to linux.debian.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Bug#959768: initramfs-tools: Does not account for different so versions of libgcc_s John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> - 2020-05-05 07:10 +0200 Processed: Re: Bug#959768: initramfs-tools: Does not account for different so versions of libgcc_s "Debian Bug Tracking System" <owner@bugs.debian.org> - 2020-05-14 08:30 +0200 Bug#959768: [PATCH] initramfs-tools/hook-functions: Fix libgcc_s.so.1 dependency Helge Deller <deller@gmx.de> - 2020-05-28 00:20 +0200 Bug#959768: [PATCH] initramfs-tools/hook-functions: Fix libgcc_s.so.1 dependency Ben Hutchings <ben@decadent.org.uk> - 2020-06-11 15:00 +0200 Bug#959768: marked as done (initramfs-tools: Does not account for different so versions of libgcc_s) "Debian Bug Tracking System" <owner@bugs.debian.org> - 2020-09-11 22:40 +0200
csiph-web