On Sat, Oct 09, 2021 at 11:11:51AM +0200, Thomas Koenig wrote:
> The question is still if we can avoid a new SONAME for >99% of our users
> for no gain at all for them.  Is there a possibility of aliasing the
> SONAME somehow (grasping at straws here)?

I'd hope Debian can just
ln -sf libgfortran.so.5 libgfortran.so.6
as their libgfortran6 package for non-ppc64le and make it depend on
libgfortran5 if they really want to do something and GCC itself doesn't need
to care, except for libgfortran/Makefile.in which would need to adjust
`grep -v '^\#' $(srcdir)/libtool-version`
to conditionally (for ppc64le only) sed 's/^5:/6:/' in it).

        Jakub

Reply via email to