Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

broken .so symlink in lv2dir: targets calf.so, must libcalf.so #294

Closed
nick87720z opened this issue Jun 9, 2021 · 3 comments
Closed

broken .so symlink in lv2dir: targets calf.so, must libcalf.so #294

nick87720z opened this issue Jun 9, 2021 · 3 comments

Comments

@nick87720z
Copy link

nick87720z commented Jun 9, 2021

Symlink in lv2dir links to /usr/lib/calf/calf.so, while actual possible target has name /usr/lib/calf/libcalf.so has name libcalf.so.
I discovered from pulseeffects logs, which uses calf for many plugins (bass enhancer).

/bin/mkdir -p '/home/nick87720z/dev/calf/dest/usr/lib/calf'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libcalf.la libcalflv2gui.la '/home/nick87720z/dev/calf/dest/usr/lib/calf'
libtool: install: /usr/bin/install -c .libs/libcalf.so /home/nick87720z/dev/calf/dest/usr/lib/calf/libcalf.so
.....
ln -sf /usr/lib/calf/calf.so /home/nick87720z/dev/calf/dest/usr/lib/lv2//calf.lv2/calf.so
@JohannesLorenz
Copy link
Collaborator

Can anyone please confirm whether this has been fixed on master by #290?

@orbea
Copy link
Contributor

orbea commented Feb 12, 2024

@JohannesLorenz I didn't see the update until the other day, I installed calf into /tmp/usr to test.

$ file /tmp/usr/lib/lv2/calf.lv2/*.so
/tmp/usr/lib/lv2/calf.lv2/calf.so:       symbolic link to /tmp/usr/lib/calf/libcalf.so
/tmp/usr/lib/lv2/calf.lv2/calflv2gui.so: symbolic link to /tmp/usr/lib/calf/libcalflv2gui.so

Seems fine on my end.

@JohannesLorenz
Copy link
Collaborator

Thanks, great we can close this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants