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



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/')


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