Preferences: Libraries buttons grayed out

Help for Audacity on GNU/Linux.
Forum rules
ImageThis forum is for Audacity on GNU/Linux.
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.
steve
Site Admin
Posts: 81627
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Preferences: Libraries buttons grayed out

Post by steve » Sun Mar 23, 2014 11:57 pm

I've just had a reply from one of the developers (not had chance to test it yet):
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.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

P05TMAN
Posts: 12
Joined: Wed Mar 19, 2014 3:14 pm
Operating System: Please select

Re: Preferences: Libraries buttons grayed out

Post by P05TMAN » Wed Mar 26, 2014 2:50 pm

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 ;)
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
Site Admin
Posts: 81627
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Preferences: Libraries buttons grayed out

Post by steve » Thu Mar 27, 2014 2:44 am

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)

steve
Site Admin
Posts: 81627
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Preferences: Libraries buttons grayed out

Post by steve » Mon Mar 31, 2014 9:21 pm

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)

Post Reply