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

2015-05-01 Thread Ralf Mardorf
On Fri, 01 May 2015 05:18:04 -0400, Mark Lee wrote: >On Friday, May 01, 2015 11:07:39 AM Ralf Mardorf wrote: >> 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? > >Sort of. Accord

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

2015-05-01 Thread Mark Lee
On Friday, May 01, 2015 11:07:39 AM Ralf Mardorf wrote: > 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? Sort of. According to the Arch commit, it's an issue caused with compilin

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

2015-05-01 Thread Ralf Mardorf
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.

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

2015-05-01 Thread Grady Martin
On 2015年05月01日 08時36分, Geoff wrote: > I don't make much use of audacity, and have not tested extensively. Starting > from an xterm on my i686, fully patched, system, I see the error, but the > program runs and appears to function normally. I see a lot of other errors in > the xterm - but they don

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

2015-05-01 Thread Mark Lee
On Friday, May 01, 2015 04:40:28 AM you wrote: > It's caused by the package: > https://projects.archlinux.org/svntogit/packages.git/plain/trunk/make-abiche > ck-non-fatal.patch?h=packages/wxgtk2.8 I should clarify here. Arch packagers included that patch because there are issues building with gcc

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

2015-05-01 Thread Mark Lee
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.o

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

2015-05-01 Thread Ralf Mardorf
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 > > $ mak

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

2015-05-01 Thread Ralf Mardorf
Jackd users usually considers Audacity as crappy software. However, 2.1.0-1 starts on x86_64 too. $ 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 pr

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

2015-05-01 Thread Geoff
I don't make much use of audacity, and have not tested extensively. Starting from an xterm on my i686, fully patched, system, I see the error, but the program runs and appears to function normally. I see a lot of other errors in the xterm - but they don't appear to be wxgtk related, and they may

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

2015-04-30 Thread Grady Martin
Hi, all. I hope I have reached an acceptable place to bitch about what looks like a packaging error, possibly involving wxgtk2.8. Running audacity prints the following to stderr and quits. Can anyone reproduce this? Warning: Mismatch between the program and library build versions detected. Th