Bug#959768: [PATCH] initramfs-tools/hook-functions: Fix libgcc_s.so.1 dependency

2020-09-08 Thread Helge Deller
>> Can you check whether the benh/libgcc_s branch works for you? > Yes, I can confirm that this fixes the issue for me. Ben, could you push out a new initramfs-tools package with this fix soon? Everytime I update the kernel package it fails to create the initrd... Helge

Bug#959768: [PATCH] initramfs-tools/hook-functions: Fix libgcc_s.so.1 dependency

2020-06-11 Thread John Paul Adrian Glaubitz
Hi Ben! On 6/11/20 2:45 PM, Ben Hutchings wrote: >>> Fix it by searching the relevant libgcc_so files. >>> The fix is modelled after the btrfs hook functions in >>> /usr/share/initramfs-tools/hooks/btrfs. >> Could you open a merge request on Salsa so that Ben just needs to merge this >> change? >

Bug#959768: [PATCH] initramfs-tools/hook-functions: Fix libgcc_s.so.1 dependency

2020-06-11 Thread Ben Hutchings
On Thu, 2020-06-11 at 12:16 +0200, John Paul Adrian Glaubitz wrote: > Hi Helge! > > On 5/28/20 12:14 AM, Helge Deller wrote: > > Due to Debian bug #950254 the hook-functions copies libgcc_s.so.1 into > > the initramfs image. But this breaks architectures which ship other > > versions of libgcc_s,

Bug#959768: [PATCH] initramfs-tools/hook-functions: Fix libgcc_s.so.1 dependency

2020-06-11 Thread John Paul Adrian Glaubitz
Hi Helge! On 5/28/20 12:14 AM, Helge Deller wrote: > Due to Debian bug #950254 the hook-functions copies libgcc_s.so.1 into > the initramfs image. But this breaks architectures which ship other > versions of libgcc_s, e.g. hppa (libgcc_s.so.4) or m68k (libgcc_s.so.2). > > Fix it by searching the

Bug#959768: [PATCH] initramfs-tools/hook-functions: Fix libgcc_s.so.1 dependency

2020-05-27 Thread Helge Deller
Due to Debian bug #950254 the hook-functions copies libgcc_s.so.1 into the initramfs image. But this breaks architectures which ship other versions of libgcc_s, e.g. hppa (libgcc_s.so.4) or m68k (libgcc_s.so.2). Fix it by searching the relevant libgcc_so files. The fix is modelled after the btrfs