Skip to content

undefined symbol: fftwf_execute when loading pitch_scale plugin in Carla #20

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

Open
v1993 opened this issue Feb 3, 2023 · 4 comments
Open

Comments

@v1993
Copy link

v1993 commented Feb 3, 2023

I'm using a version of plugins from Ubuntu package in case that's relevant. Trying to load LV2 version of Higher Quality Pitch Shifter results in this error:
Screenshot_20230203_180941

LADSPA version loads without issues.

@swh
Copy link
Owner

swh commented Feb 6, 2023

What host is that error coming from, and is it the same host that loads of the LADSPA version OK?

@v1993
Copy link
Author

v1993 commented Feb 6, 2023

It's Carla Plugin Host. Yes, it has support both for LV2 and LADSPA and loads LADSPA version fine.

@v1993
Copy link
Author

v1993 commented Feb 6, 2023

Additionally:

v@v-home:~$ ldd /usr/lib/lv2/pitch_scale-swh.lv2/plugin-linux.so
	linux-vdso.so.1 (0x00007ffe0f9c3000)
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fc7e4117000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fc7e3e00000)
	/lib64/ld-linux-x86-64.so.2 (0x00007fc7e4494000)

So it appears that plugin is for some reason neither statically nor dynamically linked to libfftw. Should I report this issue to package maintainers instead?

@swh
Copy link
Owner

swh commented Feb 17, 2023

I think so yes, it looks like there's some linked flags missing.

I remember FFTW being a bit complex.

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

2 participants