Re: Compile error with jhbuild on debian unstable



Sorry my prior message was misleading.  Here is how things are linked:

dad@pen24ghzlinux:/usr/lib$ ls -l libgli*
lrwxrwxrwx    1 root     root           21 Feb 14 17:18 libglib-1.2.so.0 
-> libglib-1.2.so.0.0.10
-rw-r--r--    1 root     root       134152 May 17  2003 
libglib-1.2.so.0.0.10
-rw-r--r--    1 root     root       528226 Aug 31 10:39 libglib-2.0.a
-rw-r--r--    1 root     root          815 Aug 31 10:39 libglib-2.0.la
lrwxrwxrwx    1 root     root           22 Feb 15 11:47 libglib-2.0.so 
-> libglib-2.0.so.0.200.3
lrwxrwxrwx    1 root     root           22 Feb 14 17:19 libglib-2.0.so.0 
-> libglib-2.0.so.0.200.3
-rw-r--r--    1 root     root       409288 Aug 31 10:39 
libglib-2.0.so.0.200.3

dad@pen24ghzlinux:/usr/lib$ ls -l libgo*
-rw-r--r--    1 root     root       263846 Aug 31 10:39 libgobject-2.0.a
-rw-r--r--    1 root     root          860 Aug 31 10:39 libgobject-2.0.la
lrwxrwxrwx    1 root     root           25 Feb 15 11:47 
libgobject-2.0.so -> libgobject-2.0.so.0.200.3
lrwxrwxrwx    1 root     root           25 Feb 14 17:19 
libgobject-2.0.so.0 -> libgobject-2.0.so.0.200.3
-rw-r--r--    1 root     root       191088 Aug 31 10:39 
libgobject-2.0.so.0.200.3

dad@pen24ghzlinux:/usr/lib$ ls -l -d gl*
drwxr-xr-x    3 root     root           72 Feb 15 11:47 glib-2.0


Currently orbit2 is the only app that is giving me a compile problem.  
This is pretty much a standard debian unstable system.  Built recently 
while using default options for install.  What are *.la files?  Where 
can I get some info on what they are used for?

Is this thread related?
http://mail.gnome.org/archives/garnome-list/2004-February/msg00071.html


Thanks for the help,
Daniel


Michael Meeks wrote:

>Hi Daniel,
>
>	This is not an ORBit2 problem - your system is hosed :-)
>
>	Somehow the gobject library is linking to a version of the glib library
>that is missing a scad of crucial functions it needs for it's use.
>You'll get the same error compiling anything using gobject.
>
>	It's also odd to have /opt/gnome2/lib/libglib-2.0.so and
>/usr/lib/glib-2.0.so on the same link line: I guess some .la file of
>yours is out of step badly. A very drastic step is from now -> forever
>rm /usr/lib/*.la and every .la file you can find ;-)
>
>	Regards,
>
>		Michael.
>
>  
>
-------- Original Message --------
Subject:     Compile error with jhbuild on debian unstable
Date:     Tue, 17 Feb 2004 21:56:46 -0700
From:     Daniel Cardenas <Daniel.Carden@cox.net>
To:     orbit-list@gnome.org



Yesterday when I compiled I received the following:
  gcc -g -O2 -o orbit-idl-2 orbit-idl-main.o orbit-idl-driver.o 
orbit-idl-backend.o orbit-idl-utils.o orbit-idl-c-backend.o 
orbit-idl-c-stubs.o orbit-idl-c-skels.o orbit-idl-c-headers.o 
orbit-idl-c-common.o orbit-idl-c-imodule.o orbit-idl-c-skelimpl.o 
orbit-idl-c-utils.o orbit-idl-c-typecode.o orbit-idl-c-deps.o 
-Wl,--export-dynamic  /usr/lib/libpopt.so -lm -L/opt/gnome2/lib 
/opt/gnome2/lib/libIDL-2.so /opt/gnome2/lib/libglib-2.0.so 
/usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl 
/usr/lib/libglib-2.0.so -Wl,--rpath -Wl,/opt/gnome2/lib -Wl,--rpath 
-Wl,/opt/gnome2/lib/usr/lib/libgobject-2.0.so: undefined reference to 
`g_bsearch_array_destroy'
  /usr/lib/libgobject-2.0.so: undefined reference to `g_bsearch_array_new'
  /usr/lib/libgobject-2.0.so: undefined reference to 
`g_bsearch_array_insert'
  collect2: ld returned 1 exit status
  make[3]: *** [orbit-idl-2] Error 1
  make[3]: Leaving directory 
`/home/dad/Copied/cvs/gnome/ORBit2/src/idl-compiler'

Today when I compile I receive the following:
gcc -g -O2 -o orbit-idl-2 orbit-idl-main.o orbit-idl-driver.o 
orbit-idl-backend. o orbit-idl-utils.o orbit-idl-c-backend.o 
orbit-idl-c-stubs.o orbit-idl-c-skels. o orbit-idl-c-headers.o 
orbit-idl-c-common.o orbit-idl-c-imodule.o orbit-idl-c-s kelimpl.o 
orbit-idl-c-utils.o orbit-idl-c-typecode.o orbit-idl-c-deps.o -Wl,--ex 
port-dynamic  /usr/lib/libpopt.so -lm -L/opt/gnome2/lib 
/opt/gnome2/lib/libIDL-2 .so /opt/gnome2/lib/libglib-2.0.so 
/usr/lib/libgobject-2.0.so /usr/lib/libgmodul e-2.0.so -ldl 
/usr/lib/libglib-2.0.so -Wl,--rpath -Wl,/opt/gnome2/lib -Wl,--rpat h 
-Wl,/opt/gnome2/lib
/usr/lib/libgobject-2.0.so: undefined reference to 
`g_bsearch_array_destroy'
/usr/lib/libgobject-2.0.so: undefined reference to `g_bsearch_array_new'
/usr/lib/libgobject-2.0.so: undefined reference to `g_bsearch_array_insert'

My version of glib is: 2.2.3-1
/usr/lib/libgobject-2.0.so.0.200.3

Attached is a longer list of the output.  Any suggestions?

Thanks,
Daniel



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