[arch-general] Audacity Library Mismatch (Wxgtk2.8)

Ralf Mardorf ralf.mardorf at rocketmail.com
Fri May 1 09:07:39 UTC 2015


On Fri, 01 May 2015 04:40:28 -0400, Mark Lee wrote:
>On Friday, May 01, 2015 10:32:05 AM Ralf Mardorf wrote:
>> 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.
>
>It's caused by the package:
>https://projects.archlinux.org/svntogit/packages.git/plain/trunk/make-abicheck-non-fatal.patch?h=packages/wxgtk2.8

$ cat /var/abs/extra/wxgtk2.8/make-abicheck-non-fatal.patch 
[snip]
-        wxLogFatalError(msg.c_str());
[snip]
+        wxLogWarning(msg.c_str());
[snip]
 
[rocketmouse at archlinux ~]$ grep pkgrel /var/abs/extra/wxgtk2.8/PKGBUILD 
pkgrel=3
[rocketmouse at archlinux ~]$ pacman -Q wxgtk2.8
wxgtk2.8 2.8.12.1-3

IIUC the patch let a fatal error become a warning. Everything behind -
is removed and + is added. Isn't this already a workaround for an issue
caused by upstream?


More information about the arch-general mailing list