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
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
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
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
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
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
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.
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
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
On 29 April 2015 at 22:48, Roman Rader wrote:
> Hi
>
> I want to make PKGBUILD for kernel in AUR with enabled options that I need.
> I did
> #ABSROOT=. abs core/linux
> fixed config and I'm good, but to keep it updated with core/linux I need to
> do it all the time (load latest core/linux, fix th
On Thursday, April 30, 2015 11:29:18 AM Javier Vasquez wrote:
> echo 'Loading Linux linux ...'
> linux /vmlinuz-linux root=UUID= rw rootwait
> rootfstype=ext4 resume=UUID=
This is unrelated, but does Arch Linux respect rootwait?
> echo 'Loading initial ramdisk ...'
> init
I ran into the same problem this morning unfortunately :(
The relevant journalctl output (it is quite similar to Javier's)
= journalctl ===
May 01 12:50:13 archM systemd[1]: Listening on D-Bus System Message Bus
Socket.
May 01 12:50:13 archM systemd[1]: Starting D-
Well yes, basically what I want to do is to download the PKGBUILD in the
prepare function and do makepkg inside my build function. I can then unpack
content of resulting package and put it to destination directory to pack it
again, but it's hacky and doesn't look nice. I'm looking for the proper wa
Well yes, basically what I want to do is to download the PKGBUILD in the
prepare function and do makepkg inside my build function. I can then unpack
content of resulting package and put it to destination directory to pack it
again, but it's hacky and doesn't look nice. I'm looking for the proper wa
On 1 May 2015 at 14:13, Roman Rader wrote:
> Well yes, basically what I want to do is to download the PKGBUILD in the
> prepare function and do makepkg inside my build function. I can then unpack
> content of resulting package and put it to destination directory to pack it
> again, but it's ha
I want to be in sync with official kernel config.
Script is good idea but universal PKGBUILD based on core/linux will keep me
from updating the package manually every time kernel is updated.
Пт, 1 трав. 2015 15:53 Maarten de Vries пише:
>
> On 1 May 2015 at 14:13, Roman Rader wrote:
>
> > Wel
Hi all,
Today I installed boinc, and I'd like to run it with `optirun`.
The first time I run `optirun bonic_client --dir /var/lib/boinc`, it showed
me that `No usable GPUs found`. So, I installed `opencl-nvidia` package
from the repo. After `opencl-nvidia` installed, I restart the boinc with
opti
On Friday, May 01, 2015 01:27:58 PM Roman Rader wrote:
> I want to be in sync with official kernel config.
> Script is good idea but universal PKGBUILD based on core/linux will keep me
> from updating the package manually every time kernel is updated.
If you want to be in sync with the official ar
> On Fri, May 1, 2015 at 4:11 AM, Mark Lee wrote:
> ...
>
> This is unrelated, but does Arch Linux respect rootwait?
Linux does, :-) I don't need on this laptop, but I have Arch also on
a USB disk, and for that one, at times linux doesn't find root, so I
found it just needed to wait for it to be
Hello!
Using Arch with Gnome, I can start and run Conky manually. But I can't get
it to autostart.
As stated in the Arch wiki Gnome article, Tweak tool will add autostarts,
but there is no entry for Conky in the list of application programs
accessed by using the " + " button.
It also says to "c
On Fri, 1 May 2015 21:36:30 -0500, Francis Gerund wrote:
>So, do I need to create a "conky.desktop" file, and if so, how?
"Add a ~/.config/autostart/conky.desktop:
[Desktop Entry]
Encoding=UTF-8
Version=0.9.4
Type=Application
Name=conky
Comment=
Exec=conky -d
StartupNotify=false
Terminal=false
Hi
21 matches
Mail list logo