ubuntustudio-bugs team mailing list archive
-
ubuntustudio-bugs team
-
Mailing list archive
-
Message #12909
[Bug 2109344] Re: [SRU] calf.lv2: incorrect symlinks
$ apt-cache policy calf-plugins
calf-plugins:
Installed: 0.90.5-0ubuntu1
Candidate: 0.90.5-0ubuntu1
Version table:
0.90.5-0ubuntu2 100
100 http://us.archive.ubuntu.com/ubuntu plucky-proposed/universe amd64 Packages
*** 0.90.5-0ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu plucky/universe amd64 Packages
$ ls -la /usr/lib/lv2/calf.lv2/
...
lrwxrwxrwx 1 root root 80 Mar 25 17:02 calflv2gui.so -> /build/calf-Cgxoa2/calf-0.90.5/debian/calf-plugins/usr/lib/calf/libcalflv2gui.so
lrwxrwxrwx 1 root root 74 Mar 25 17:02 calf.so -> /build/calf-Cgxoa2/calf-0.90.5/debian/calf-plugins/usr/lib/calf/libcalf.so
As you can see, this is with the bad package, the symlinks are very
broken (colored in red).
$ sudo apt upgrade calf-plugins/plucky-proposed
Selected version '0.90.5-0ubuntu2' (Ubuntu:25.04/plucky-proposed [amd64]) for 'calf-plugins'
Upgrading:
calf-plugins
Summary:
Upgrading: 1, Installing: 0, Removing: 0, Not Upgrading: 0
Download size: 11.9 MB
Space needed: 0 B / 169 GB available
Continue? [Y/n]
Get:1 http://us.archive.ubuntu.com/ubuntu plucky-proposed/universe amd64 calf-plugins amd64 0.90.5-0ubuntu2 [11.9 MB]
Fetched 11.9 MB in 2s (6,436 kB/s)
(Reading database ... 562011 files and directories currently installed.)
Preparing to unpack .../calf-plugins_0.90.5-0ubuntu2_amd64.deb ...
Unpacking calf-plugins (0.90.5-0ubuntu2) over (0.90.5-0ubuntu1) ...
Setting up calf-plugins (0.90.5-0ubuntu2) ...
Processing triggers for hicolor-icon-theme (0.18-2) ...
$ apt-cache policy calf-plugins
calf-plugins:
Installed: 0.90.5-0ubuntu2
Candidate: 0.90.5-0ubuntu2
Version table:
*** 0.90.5-0ubuntu2 100
100 http://us.archive.ubuntu.com/ubuntu plucky-proposed/universe amd64 Packages
100 /var/lib/dpkg/status
0.90.5-0ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu plucky/universe amd64 Packages
$ ls -la /usr/lib/lv2/calf.lv2/
...
lrwxrwxrwx 1 root root 27 May 2 10:43 calflv2gui.so -> ../../calf/libcalflv2gui.so
lrwxrwxrwx 1 root root 21 May 2 10:43 calf.so -> ../../calf/libcalf.so
Loaded "Bass Enhancer" plugin from Calf Studio Gear into EasyEffects. No issues. Attached screenshot.
Also attempted to load "Stereo Tools", same result, no issues.
** Attachment added: "Screenshot_20250513_110620.png"
https://bugs.launchpad.net/ubuntu/+source/calf/+bug/2109344/+attachment/5877176/+files/Screenshot_20250513_110620.png
** Tags removed: verification-needed verification-needed-plucky
** Tags added: verification-done verification-done-plucky
--
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to calf in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/2109344
Title:
[SRU] calf.lv2: incorrect symlinks
Status in calf package in Ubuntu:
Fix Released
Status in calf source package in Plucky:
Fix Committed
Status in calf source package in Questing:
Fix Released
Bug description:
[Impact]
Users are unable to load audio plugins included with the package.
Easyeffects can not open some of the calf related .so files because
they point to a /build path.
Additionally, other plugin hosts such as Carla cannot even use them
since they're incorrect.
[Test Case]
* install calf-plugins
* do the following to check the symlinks:
$ ls -la /usr/lib/lv2/calf.lv2/
Expected: no symlink should point to a path starting with /build
Additionally, install Carla or Easyeffects and verify at least one
plugin can be loaded and used there.
[What could go wrong]
calf is relying on a new build system than before (0.90.3 in oracular)
and has a new maintainer, so anything is possible. The bad symlinks
are in themselves a regression, so it is certainly possible other
regressions are found within. However, fixing the installation
directories is certainly a step in the right direction.
[Other information]
This is fixed in two commits culimating in a point-release:
https://github.com/calf-studio-
gear/calf/commit/37a34fec707aa520e5fdc151e5c449e258e11970 and
https://github.com/calf-studio-
gear/calf/commit/fc4605d965cc8c1c32e5d42f7518445740f233d9.
[Original Bug Report]
Easyeffects can not open some of the calf related .so files because
they point to a /build path.
Failed to open library /usr/lib/lv2/calf.lv2/calf.so
(/usr/lib/lv2/calf.lv2/calf.so: cannot open...
$ ls -la /usr/lib/lv2/calf.lv2/
...
lrwxrwxrwx 1 root root 80 Mar 26 01:02 calflv2gui.so -> /build/calf-Cgxoa2/calf-0.90.5/debian/calf-plugins/usr/lib/calf/libcalflv2gui.so
lrwxrwxrwx 1 root root 74 Mar 26 01:02 calf.so -> /build/calf-Cgxoa2/calf-0.90.5/debian/calf-plugins/usr/lib/calf/libcalf.so
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/calf/+bug/2109344/+subscriptions
References