Problems with Alien Bob's audacity.SlackBuild on current
by dokkalf from LinuxQuestions.org on (#5B240)
Tried using Eric's audacity.SlackBuild for current. I'm running current, last updated three days ago. Ran into two problems.
1) When I look through the configure-audacity.log file, I see that
Code:-- ========== Configuring lame ==========
-- Checking for module 'lame >= 3.100'
-- No package 'lame' found
-- Using 'lame' local libraryI have lame-3.100-x86_64-2 from current installed.
Any ideas why cmake isn't finding lame? I did notice that all the other libraries found have a .pc file in the pkgconfig directory, and lame doesn't.
2) The script builds the internal libwx_* libraries, but doesn't copy them into the build directory, causing the script to fail when it tries to set permissions on non-existent files in a non-existent directory (usr/lib64/audacity). The files are in the binary package, so what could I have messed up to make them not copy on my system?


1) When I look through the configure-audacity.log file, I see that
Code:-- ========== Configuring lame ==========
-- Checking for module 'lame >= 3.100'
-- No package 'lame' found
-- Using 'lame' local libraryI have lame-3.100-x86_64-2 from current installed.
Any ideas why cmake isn't finding lame? I did notice that all the other libraries found have a .pc file in the pkgconfig directory, and lame doesn't.
2) The script builds the internal libwx_* libraries, but doesn't copy them into the build directory, causing the script to fail when it tries to set permissions on non-existent files in a non-existent directory (usr/lib64/audacity). The files are in the binary package, so what could I have messed up to make them not copy on my system?