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

Re: Bug#959768: initramfs-tools: Does not account for different so versions of libgcc_s



On 5/14/20 12:11 AM, Laurent Vivier wrote:
...
> This bug prevents installation of new kernel packages.
> 
> It's easy to workaround on an already installed system, with something like:
> 
>  sed -i "s/libgcc_s.so.1/libgcc_s.so.2/"
> /usr/share/initramfs-tools/hook-functions
> 
> But we can't install new systems as we can't patch the script before it
> is used and the installation failed at 83% (on m68k) during the
> installation of linux-image-5.6.0-1-m68k package (when it build the
> initramfs).
...

Laurent,

Thanks for that information.  I can confirm that changing libgcc_s.so.1
to libgcc_s.so.2 in /usr/share/initramfs-tools/hook-functions also
allows an "apt-get upgrade" to complete for m68k, since an update of
initramfs-tools was failing at the update-initramfs step.  So I'll be
able to update not only the QEMU m68k image but also all of my m68k
systems that depend on that QEMU m68k image.

-Stan


Reply to: