Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 779343 - media-plugins/calf-0.90.3: broken calf.so symlink with USE="lv2"
Summary: media-plugins/calf-0.90.3: broken calf.so symlink with USE="lv2"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-30 11:14 UTC by Artem Ilgamov
Modified: 2024-02-09 20:24 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Artem Ilgamov 2021-03-30 11:14:43 UTC
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
Comment 1 Alexander Tsoy 2021-04-07 19:12:17 UTC
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.
Comment 2 Alexander Tsoy 2021-04-07 19:51:17 UTC
https://github.com/calf-studio-gear/calf/pull/290
Comment 3 orbea 2021-04-07 20:30:51 UTC
Sorry for the regression, it seems my patches were incomplete...
Comment 4 Larry the Git Cow gentoo-dev 2021-04-13 22:37:53 UTC
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(-)
Comment 5 Nikita Zlobin 2021-11-12 11:02:00 UTC
Live ebuild is still affected.
Comment 6 Alexander Tsoy 2024-02-09 20:24:00 UTC
(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.