On Fri, 2015-05-01 at 09:58 +0200, Ralf Mardorf wrote: > You could try to build from ABS, perhaps you'll get rid of a few > messages. > > $ cp -r /var/abs/extra/audacity/ . > $ cd audacity/ > > Perhaps editing the package release: > $ nano PKGBUILD > $ grep pkgrel PKGBUILD > pkgrel=2 > > $ makepkg -s > > Just for fun I'm building it at the moment. I didn't compare all messages, but I guess I didn't get rid of even one message. $ audacity Warning: Mismatch between the program and library build versions detected. The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1008,wx containers,compatible with 2.6), and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.6). [snip] $ pacman -Qi audacity Name : audacity Version : 2.1.0-2 [snip] Build Date : Fri 01 May 2015 10:12:14 AM CEST Install Date : Fri 01 May 2015 10:16:56 AM CEST [snip] It was build on my machine ;). Actually the warning says that "The library used 2.8 [snip] and your program used 2.8" too. So you could file a bug against upstream, it isn't an issue caused by the package. Regards, Ralf