I investigated the bug and found out, that this issue was caused by a
bug in vamp-plugin-sdk 2.5+repack0-1. I fixed the bug in vamp-plugin-sdk
2.5+repack0-1 and uploaded 2.5+repack0-2 to Debian unstable. Please
update the package and then you can build audacity again.
Long story:
$ pkg-config --libs vamp-hostsdk
returns the linker flags for this library. The faulty version of
vamp-plugin-sdk returns "[email protected]@ -lvamp-hostsdk -ldl". -L specifies a
library search directory and should be a existing path, but is @[email protected]
in this case. @[email protected] should have been replaced with /usr/lib (or
whatever you configured the library). libtool tries to determine the
absolute path of @[email protected], but obviously fails to do that.
Preferences: Libraries buttons grayed out
Forum rules
This forum is for Audacity on GNU/Linux.
Please state:
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state:
- which version of Linux you are using,
- the exact three-section version number of Audacity from Help menu > About Audacity,
- whether you installed your distribution's release, PPA version, or compiled Audacity from source code.
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Re: Preferences: Libraries buttons grayed out
I've just had a reply from one of the developers (not had chance to test it yet):
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Preferences: Libraries buttons grayed out
I took the easy way out: I backed up everything and reinstalled my OS. Now it's working. I should note though that I installed Wheezy, then installed the Wheezy package Audacity, then updated my sources.list to Jessie.steve wrote:I'm getting the same error on Jessie and I don't know what is causing it.
I'll post again if I find out anything. Please do likewise
Re: Preferences: Libraries buttons grayed out
vamp-plugin-sdk has now been updated in Jessie, so the problem "should" now be fixed. (I've not tested yet).
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Preferences: Libraries buttons grayed out
Just tested it. Audacity now builds on Debian testing (Jessie), though for a "production machine" I'd still recommend using Debian stable.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)