diff options
author | 2022-08-11 09:26:28 +0200 | |
---|---|---|
committer | 2022-08-13 20:24:13 +0100 | |
commit | f67f7c6453fdd128489ea675935302099d66c1f5 (patch) | |
tree | 5189fa7b5a202b5d6e49b0fcc52428b611447624 /sys-devel/m4/files | |
parent | app-emulation/virtualbox: filter flags (diff) | |
download | gentoo-master.tar.gz gentoo-master.tar.bz2 gentoo-master.zip |
The extra symlink setup in src_install would produce something like:
libmilter.so -> libmilter.so.1.0.2
libmilter.so.1.0.2_p2 -> libmilter.so.1.0.2
but from reading ldconfig(8) it reads as if the links should go from
least specific to most specific versions, so in a chain like this:
libmilter.so -> libmilter.so.1.0.2 -> libmilter.so.1.0.2_p2
Swapping the shared object and symlink fixes the referenced bugs.
Closes: https://bugs.gentoo.org/863455
Closes: https://bugs.gentoo.org/863407
Closes: https://bugs.gentoo.org/862642
Closes: https://bugs.gentoo.org/863578
Closes: https://bugs.gentoo.org/863575
Closes: https://bugs.gentoo.org/863572
Closes: https://bugs.gentoo.org/863581
Closes: https://bugs.gentoo.org/864563
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Closes: https://github.com/gentoo/gentoo/pull/26819
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/m4/files')
0 files changed, 0 insertions, 0 deletions