RE: 'Suspect' libglib-2.0 when launching Ardour2.8.4



So, for my system this command is:

GLIB=$(ldd /usr/lib/ardour2/ardour-2.8.4 2> /dev/null | grep glib-2.0 | sed 's/.*=> \([^ ]*\) .*/\1/')

right?
Unfortunately, this returns nothing on the console...Unless I didnt understood how to use it...

> Date: Tue, 15 Dec 2009 08:24:04 -0500
> Subject: Re: 'Suspect' libglib-2.0 when launching Ardour2.8.4
> From: paul linuxaudiosystems com
> To: muadibas25 hotmail com
> CC: scott asofyet org; gtk-devel-list gnome org
>
> On Tue, Dec 15, 2009 at 6:56 AM, G. GuitarLord <muadibas25 hotmail com> wrote:
> > Ok, i re-installed glib2-2.14.6-2.fc8.
> >
> > Restarted X, then did ' nm -D --radix=dec --defined-only -S
> > /usr/lib/libglib-2.0.so | grep -w g_atomic_int_add'
> >
> > Result:  00072976 00000014 T g_atomic_int_add
> >
> > ?
>
> the actual test that ardour runs is effectively like this:
>
> if [ `echo 00072976 00000014 T g_atomic_int_add | cut -d' ' -f2` -gt
> 32 ] ; then echo too big ; else echo too small; fi
>
> if it fails at run time then the test must be being applied to a
> different version of glib than the one you are testing.
>
> the glib to test is found using this command:
>
> GLIB=$(ldd @INSTALL_PREFIX@/@LIBDIR@/ardour3/ardour- VERSION@ 2>
> /dev/null | grep glib-2.0 | sed 's/.*=> \([^ ]*\) .*/\1/')


Uppgradera till en ny och säkrare version av Windows Live Messenger! Uppgradera till en ny och säkrare version av Windows Live Messenger!


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]