Subj. It should point to /usr/lib64/calf/libcalf.so instead. $ file /usr/lib64/lv2/calf.lv2/calf.so /usr/lib64/lv2/calf.lv2/calf.so: broken symbolic link to /usr/lib64/calf/calf.so Reproducible: Always
This is caused by recently added patches for slibtool compatibility. And yet another problem: calf fails to load calflv2gui.so because it is now installed into pkglibdir instead of lv2dir.
https://github.com/calf-studio-gear/calf/pull/290
Sorry for the regression, it seems my patches were incomplete...
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac4548716579aa4098ab08dc74b89a4f4ad0a88b commit ac4548716579aa4098ab08dc74b89a4f4ad0a88b Author: Sam James <sam@gentoo.org> AuthorDate: 2021-04-13 21:57:38 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-04-13 22:37:40 +0000 media-plugins/calf: disable broken slibtool patch for now Seems to break some symlinks, pending fix upstream. Closes: https://bugs.gentoo.org/779343 Bug: https://bugs.gentoo.org/778314 Signed-off-by: Sam James <sam@gentoo.org> .../{calf-0.90.3.ebuild => calf-0.90.3-r1.ebuild} | 1 - .../calf/files/calf-0.90.3-slibtool.patch | 118 --------------------- 2 files changed, 119 deletions(-)
Live ebuild is still affected.
(In reply to Alexander Tsoy from comment #2) > https://github.com/calf-studio-gear/calf/pull/290 Upstream finally merged it. So we can try to apply slibtool patch again.