Re: Compile error with jhbuild on debian unstable - Attachment thistime



Forgot output log attachment.

-------- 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
_______________________________________________
orbit-list mailing list
orbit-list@gnome.org
http://mail.gnome.org/mailman/listinfo/orbit-list


*** Configuring ORBit2 *** [7/87]

./autogen.sh --prefix /opt/gnome2  --disable-static --disable-gtk-doc
checking for autoconf >= 2.53...
  testing autoconf2.50... not found.
  testing autoconf... found 2.59
checking for automake >= 1.6...
  testing automake-1.6... found 1.6.3
checking for libtool >= 1.4.3...
  testing libtoolize... found 1.5.2
checking for pkg-config >= 0.14.0...
  testing pkg-config... found 0.15.0
checking for gtk-doc >= 1.0...
  testing gtkdocize... found 1.2
Checking for required M4 macros...
Checking for forbidden M4 macros...
Processing ./configure.in
Running aclocal-1.6...
Running libtoolize...
Running gtkdocize...
Running autoheader...
Running automake-1.6...
configure.in: installing `./install-sh'
configure.in: installing `./mkinstalldirs'
configure.in: installing `./missing'
Makefile.am: installing `./INSTALL'
linc2/src/Makefile.am: installing `./depcomp'
Running autoconf...
Running ./configure --enable-maintainer-mode --prefix /opt/gnome2 --disable-stat ic --disable-gtk-doc ...
checking for a BSD-compatible install... /home/dad/bin/install-check
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /home/dad/bin/install-check
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for aclocal flags... -I /opt/gnome2/share/aclocal/gnome2-macros -I /opt /gnome2/share/aclocal
checking for indentation command to pipe generated c-files through... indent -np ro -bad -bap -bc -sob -br -ce -cli2 -npcs -di1 -psl -i3 -lp -st
checking for gawk... (cached) gawk
checking for pkg-config... /usr/bin/pkg-config
checking for pkg-config >= 0.14.0... found
checking for    glib-2.0 >= 2.0.0       gobject-2.0 >= 2.0.0    gthread-2.0 >= 2 .0.0    gmodule-2.0 >= 2.0.0... yes
checking ORBIT_CFLAGS... -pthread -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/l ib/glib-2.0/include
checking ORBIT_LIBS... -pthread -Wl,--export-dynamic -L/opt/gnome2/lib -lgobject -2.0 -lgthread-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for    libIDL-2.0 >= 0.7.4     glib-2.0 >= 2.0.0       gobject-2.0 >= 2 .0.0    gmodule-2.0 >= 2.0.0... yes
checking ORBIT_IDL_CFLAGS... -I/opt/gnome2/include/libIDL-2.0 -I/opt/gnome2/incl ude/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include
checking ORBIT_IDL_LIBS... -Wl,--export-dynamic -L/opt/gnome2/lib -lIDL-2 -lgobj ect-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for glib-2.0 >= 2.0.0... yes
checking ORBIT_NAME_CFLAGS... -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/g lib-2.0/include
checking ORBIT_NAME_LIBS... -L/opt/gnome2/lib -lglib-2.0
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking machine/endian.h usability... no
checking machine/endian.h presence... no
checking for machine/endian.h... no
checking sys/machine.h usability... no
checking sys/machine.h presence... no
checking for sys/machine.h... no
checking sys/isa_defs.h usability... no
checking sys/isa_defs.h presence... no
checking for sys/isa_defs.h... no
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wcstr.h usability... no
checking wcstr.h presence... no
checking for wcstr.h... no
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking machine/types.h usability... no
checking machine/types.h presence... no
checking for machine/types.h... no
checking for netinet/in.h... (cached) yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking linux/socket.h usability... yes
checking linux/socket.h presence... yes
checking for linux/socket.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking for vprintf... yes
checking for _doprnt... no
checking for socket... yes
checking for gethostbyname... yes
checking for poptStrippedArgv in -lpopt... yes
checking popt.h usability... yes
checking popt.h presence... yes
checking for popt.h... yes
checking whether byte ordering is bigendian... no
checking alignment of CORBA_octet... 1
checking alignment of CORBA_boolean... 1
checking alignment of CORBA_char... 1
checking alignment of CORBA_wchar... 2
checking alignment of CORBA_short... 2
checking alignment of CORBA_long... 4
checking alignment of CORBA_long_long... 4
checking alignment of CORBA_float... 4
checking alignment of CORBA_double... 4
checking alignment of CORBA_long_double... 4
checking alignment of CORBA_struct... 1
checking alignment of CORBA_pointer... 4
checking what warning flags to pass to the C compiler... -Wall -Wunused -Wmissin g-prototypes -Wmissing-declarations
checking for glib-2.0 >= 2.0.0 gobject-2.0 >= 2.0.0 gthread-2.0 >= 2.0.0... yes
checking LINC_CFLAGS... -pthread -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/li b/glib-2.0/include
checking LINC_LIBS... -pthread -L/opt/gnome2/lib -lgobject-2.0 -lgthread-2.0 -lg lib-2.0
checking for ANSI C header files... (cached) yes
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/endian.h... (cached) no
checking for endian.h... (cached) yes
checking for machine/endian.h... (cached) no
checking for sys/machine.h... (cached) no
checking for sys/isa_defs.h... (cached) no
checking for sys/poll.h... (cached) yes
checking for stddef.h... (cached) yes
checking for wchar.h... (cached) yes
checking for wcstr.h... (cached) no
checking for wctype.h... (cached) yes
checking for machine/types.h... (cached) no
checking for netinet/in.h... (cached) yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking for sys/un.h... (cached) yes
checking arpa/nameser.h usability... yes
checking arpa/nameser.h presence... yes
checking for arpa/nameser.h... yes
checking resolv.h usability... yes
checking resolv.h presence... yes
checking for resolv.h... yes
checking for poll... yes
checking for basename... yes
checking for res_init... no
checking for res_init in -lresolv... no
checking for socket... (cached) yes
checking for gethostbyname... (cached) yes
checking for getaddrinfo... yes
checking for getnameinfo... yes
checking for inet_pton... yes
checking for socklen_t... yes
checking if sockaddr has sa_len member... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating orbit2-config
config.status: creating ORBit-2.0.pc
config.status: creating ORBit-CosNaming-2.0.pc
config.status: creating ORBit-imodule-2.0.pc
config.status: creating ORBit.spec
config.status: creating src/Makefile
config.status: creating src/idl-compiler/Makefile
config.status: creating src/idl-compiler/ORBit-idl-2.0.pc
config.status: creating src/idl/Makefile
config.status: creating src/idl/CORBA/Makefile
config.status: creating src/idl/CORBA_PIDL/Makefile
config.status: creating src/idl/interop/Makefile
config.status: creating src/idl/misc/Makefile
config.status: creating src/orb/Makefile
config.status: creating src/orb/include/Makefile
config.status: creating src/orb/util/Makefile
config.status: creating src/orb/GIOP/Makefile
config.status: creating src/orb/orb-core/Makefile
config.status: creating src/orb/dynamic/Makefile
config.status: creating src/orb/poa/Makefile
config.status: creating src/services/Makefile
config.status: creating src/services/name/Makefile
config.status: creating src/services/imodule/Makefile
config.status: creating include/Makefile
config.status: creating include/orbit/Makefile
config.status: creating include/orbit/orbit-config.h
config.status: creating include/orbit/GIOP/Makefile
config.status: creating include/orbit/util/Makefile
config.status: creating include/orbit/orb-core/Makefile
config.status: creating include/orbit/poa/Makefile
config.status: creating include/orbit/dynamic/Makefile
config.status: creating test/Makefile
config.status: creating test/everything/Makefile
config.status: creating test/inhibit/Makefile
config.status: creating test/poa/Makefile
config.status: creating docs/Makefile
config.status: creating docs/devel/Makefile
config.status: creating docs/internals/Makefile
config.status: creating docs/api/Makefile
config.status: creating linc2/Makefile
config.status: creating linc2/src/Makefile
config.status: creating linc2/test/Makefile
config.status: creating linc2/include/Makefile
config.status: creating linc2/include/linc/Makefile
config.status: creating linc2/include/linc/linc-config.h
config.status: creating config.h
config.status: executing depfiles commands
ORBit configuration:

        Source code location:   .
        Compiler:               gcc

        Purify cleanliness:     no

        This is the Development branch of ORBit2, if
you want something more stable checkout -r gnome-2-2.

Now type `make' to compile ORBit2
*** Building ORBit2 *** [7/87]

make
make  all-recursive
make[1]: Entering directory `/home/dad/Copied/cvs/gnome/ORBit2'
Making all in linc2
make[2]: Entering directory `/home/dad/Copied/cvs/gnome/ORBit2/linc2'
Making all in include
make[3]: Entering directory `/home/dad/Copied/cvs/gnome/ORBit2/linc2/include'
Making all in linc
make[4]: Entering directory `/home/dad/Copied/cvs/gnome/ORBit2/linc2/include/lin c'
make  all-am
make[5]: Entering directory `/home/dad/Copied/cvs/gnome/ORBit2/linc2/include/lin c'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/dad/Copied/cvs/gnome/ORBit2/linc2/include/linc '
make[4]: Leaving directory `/home/dad/Copied/cvs/gnome/ORBit2/linc2/include/linc '
make[4]: Entering directory `/home/dad/Copied/cvs/gnome/ORBit2/linc2/include'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/dad/Copied/cvs/gnome/ORBit2/linc2/include'
make[3]: Leaving directory `/home/dad/Copied/cvs/gnome/ORBit2/linc2/include'
Making all in src
make[3]: Entering directory `/home/dad/Copied/cvs/gnome/ORBit2/linc2/src'
source='linc.c' object='linc.lo' libtool=yes \
depfile='.deps/linc.Plo' tmpdepfile='.deps/linc.TPlo' \
depmode=gcc3 /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. /linc2/include -I../../linc2/include -pthread -I/opt/gnome2/include/glib-2.0 -I/ opt/gnome2/lib/glib-2.0/include    -Wall -Wunused -Wmissing-prototypes -Wmissing -declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE    -g -O2 -c -o linc.lo `test  -f 'linc.c' || echo './'`linc.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../linc2/include -I../../linc2/include  -pthread -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include -Wal l -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D _GNU_SOURCE -g -O2 -c linc.c -MT linc.lo -MD -MP -MF .deps/linc.TPlo  -fPIC -DPI C -o .libs/linc.o
source='linc-connection.c' object='linc-connection.lo' libtool=yes \
depfile='.deps/linc-connection.Plo' tmpdepfile='.deps/linc-connection.TPlo' \
depmode=gcc3 /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. /linc2/include -I../../linc2/include -pthread -I/opt/gnome2/include/glib-2.0 -I/ opt/gnome2/lib/glib-2.0/include    -Wall -Wunused -Wmissing-prototypes -Wmissing -declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE    -g -O2 -c -o linc-connecti on.lo `test -f 'linc-connection.c' || echo './'`linc-connection.c
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../linc2/include -I../../linc2/include  -pthread -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include -Wal l -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D _GNU_SOURCE -g -O2 -c linc-connection.c -MT linc-connection.lo -MD -MP -MF .deps /linc-connection.TPlo  -fPIC -DPIC -o .libs/linc-connection.o
source='linc-protocols.c' object='linc-protocols.lo' libtool=yes \
depfile='.deps/linc-protocols.Plo' tmpdepfile='.deps/linc-protocols.TPlo' \
depmode=gcc3 /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. /linc2/include -I../../linc2/include -pthread -I/opt/gnome2/include/glib-2.0 -I/ opt/gnome2/lib/glib-2.0/include    -Wall -Wunused -Wmissing-prototypes -Wmissing -declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE    -g -O2 -c -o linc-protocol s.lo `test -f 'linc-protocols.c' || echo './'`linc-protocols.c
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../linc2/include -I../../linc2/include  -pthread -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include -Wal l -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D _GNU_SOURCE -g -O2 -c linc-protocols.c -MT linc-protocols.lo -MD -MP -MF .deps/l inc-protocols.TPlo  -fPIC -DPIC -o .libs/linc-protocols.o
source='linc-server.c' object='linc-server.lo' libtool=yes \
depfile='.deps/linc-server.Plo' tmpdepfile='.deps/linc-server.TPlo' \
depmode=gcc3 /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. /linc2/include -I../../linc2/include -pthread -I/opt/gnome2/include/glib-2.0 -I/ opt/gnome2/lib/glib-2.0/include    -Wall -Wunused -Wmissing-prototypes -Wmissing -declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE    -g -O2 -c -o linc-server.l o `test -f 'linc-server.c' || echo './'`linc-server.c
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../linc2/include -I../../linc2/include  -pthread -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include -Wal l -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D _GNU_SOURCE -g -O2 -c linc-server.c -MT linc-server.lo -MD -MP -MF .deps/linc-se rver.TPlo  -fPIC -DPIC -o .libs/linc-server.o
source='linc-source.c' object='linc-source.lo' libtool=yes \
depfile='.deps/linc-source.Plo' tmpdepfile='.deps/linc-source.TPlo' \
depmode=gcc3 /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. /linc2/include -I../../linc2/include -pthread -I/opt/gnome2/include/glib-2.0 -I/ opt/gnome2/lib/glib-2.0/include    -Wall -Wunused -Wmissing-prototypes -Wmissing -declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE    -g -O2 -c -o linc-source.l o `test -f 'linc-source.c' || echo './'`linc-source.c
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../linc2/include -I../../linc2/include  -pthread -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include -Wal l -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D _GNU_SOURCE -g -O2 -c linc-source.c -MT linc-source.lo -MD -MP -MF .deps/linc-so urce.TPlo  -fPIC -DPIC -o .libs/linc-source.o
/bin/sh ../../libtool --mode=link gcc  -g -O2   -o liblinc.la  -pthread -L/opt/g nome2/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0    -version-info 0:0:0 -no-unde fined linc.lo linc-connection.lo linc-protocols.lo linc-server.lo linc-source.lo
libtool: link: warning: `-version-info/-version-number' is ignored for convenien ce libraries
ar cru .libs/liblinc.a .libs/linc.o .libs/linc-connection.o .libs/linc-protocols .o .libs/linc-server.o .libs/linc-source.o
ranlib .libs/liblinc.a
creating liblinc.la
(cd .libs && rm -f liblinc.la && ln -s ../liblinc.la liblinc.la)
source='cleanup.c' object='cleanup.o' libtool=no \
depfile='.deps/cleanup.Po' tmpdepfile='.deps/cleanup.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../linc2/include -I../../linc2/include -pthread -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include    -W all -Wunused -Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED -D_GNU_SOURCE    -g -O2 -c `test -f 'cleanup.c' || echo './'`cleanup.c
/bin/sh ../../libtool --mode=link gcc  -g -O2   -o linc-cleanup-sockets -pthread  -L/opt/gnome2/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0   cleanup.o
gcc -g -O2 -o linc-cleanup-sockets cleanup.o  -pthread -L/opt/gnome2/lib /opt/gn ome2/lib/libgobject-2.0.so /opt/gnome2/lib/libgthread-2.0.so -lpthread /opt/gnom e2/lib/libglib-2.0.so -Wl,--rpath -Wl,/opt/gnome2/lib -Wl,--rpath -Wl,/opt/gnome 2/lib
make[3]: Leaving directory `/home/dad/Copied/cvs/gnome/ORBit2/linc2/src'
Making all in test
make[3]: Entering directory `/home/dad/Copied/cvs/gnome/ORBit2/linc2/test'
source='test-linc.c' object='test-linc.o' libtool=no \
depfile='.deps/test-linc.Po' tmpdepfile='.deps/test-linc.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../linc2/include -I../../linc2/include -I../../linc2/src -pthread -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib -2.0/include   -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations    -g -O2 -c `test -f 'test-linc.c' || echo './'`test-linc.c
/bin/sh ../../libtool --mode=link gcc  -g -O2   -o test-linc  test-linc.o ../src /liblinc.la -pthread -L/opt/gnome2/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0
mkdir .libs
gcc -g -O2 -o test-linc test-linc.o  ../src/.libs/liblinc.a -L/opt/gnome2/lib -p thread /opt/gnome2/lib/libgobject-2.0.so /opt/gnome2/lib/libgthread-2.0.so -lpth read /opt/gnome2/lib/libglib-2.0.so -Wl,--rpath -Wl,/opt/gnome2/lib -Wl,--rpath -Wl,/opt/gnome2/lib
make[3]: Leaving directory `/home/dad/Copied/cvs/gnome/ORBit2/linc2/test'
make[3]: Entering directory `/home/dad/Copied/cvs/gnome/ORBit2/linc2'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/dad/Copied/cvs/gnome/ORBit2/linc2'
make[2]: Leaving directory `/home/dad/Copied/cvs/gnome/ORBit2/linc2'
Making all in src
make[2]: Entering directory `/home/dad/Copied/cvs/gnome/ORBit2/src'
Making all in idl-compiler
make[3]: Entering directory `/home/dad/Copied/cvs/gnome/ORBit2/src/idl-compiler'
source='orbit-idl-main.c' object='orbit-idl-main.o' libtool=no \
depfile='.deps/orbit-idl-main.Po' tmpdepfile='.deps/orbit-idl-main.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../.. -I../../incl ude -DORBIT_BACKENDS_DIR="\"/opt/gnome2/lib/orbit-2.0/idl-backends\"" -DVERSION= \"2.9.8\" -DORBIT2_INTERNAL_API -Wall -Wunused -Wmissing-prototypes -Wmissing-de clarations -DG_DISABLE_DEPRECATED -I/opt/gnome2/include/libIDL-2.0 -I/opt/gnome2 /include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include      -g -O2 -c `test -f 'or bit-idl-main.c' || echo './'`orbit-idl-main.c
source='orbit-idl-driver.c' object='orbit-idl-driver.o' libtool=no \
depfile='.deps/orbit-idl-driver.Po' tmpdepfile='.deps/orbit-idl-driver.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../.. -I../../incl ude -DORBIT_BACKENDS_DIR="\"/opt/gnome2/lib/orbit-2.0/idl-backends\"" -DVERSION= \"2.9.8\" -DORBIT2_INTERNAL_API -Wall -Wunused -Wmissing-prototypes -Wmissing-de clarations -DG_DISABLE_DEPRECATED -I/opt/gnome2/include/libIDL-2.0 -I/opt/gnome2 /include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include      -g -O2 -c `test -f 'or bit-idl-driver.c' || echo './'`orbit-idl-driver.c
source='orbit-idl-backend.c' object='orbit-idl-backend.o' libtool=no \
depfile='.deps/orbit-idl-backend.Po' tmpdepfile='.deps/orbit-idl-backend.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../.. -I../../incl ude -DORBIT_BACKENDS_DIR="\"/opt/gnome2/lib/orbit-2.0/idl-backends\"" -DVERSION= \"2.9.8\" -DORBIT2_INTERNAL_API -Wall -Wunused -Wmissing-prototypes -Wmissing-de clarations -DG_DISABLE_DEPRECATED -I/opt/gnome2/include/libIDL-2.0 -I/opt/gnome2 /include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include      -g -O2 -c `test -f 'or bit-idl-backend.c' || echo './'`orbit-idl-backend.c
orbit-idl-backend.c: In function `load_language_backend':
orbit-idl-backend.c:72: warning: dereferencing type-punned pointer will break st rict-aliasing rules
source='orbit-idl-utils.c' object='orbit-idl-utils.o' libtool=no \
depfile='.deps/orbit-idl-utils.Po' tmpdepfile='.deps/orbit-idl-utils.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../.. -I../../incl ude -DORBIT_BACKENDS_DIR="\"/opt/gnome2/lib/orbit-2.0/idl-backends\"" -DVERSION= \"2.9.8\" -DORBIT2_INTERNAL_API -Wall -Wunused -Wmissing-prototypes -Wmissing-de clarations -DG_DISABLE_DEPRECATED -I/opt/gnome2/include/libIDL-2.0 -I/opt/gnome2 /include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include      -g -O2 -c `test -f 'or bit-idl-utils.c' || echo './'`orbit-idl-utils.c
source='orbit-idl-c-backend.c' object='orbit-idl-c-backend.o' libtool=no \
depfile='.deps/orbit-idl-c-backend.Po' tmpdepfile='.deps/orbit-idl-c-backend.TPo ' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../.. -I../../incl ude -DORBIT_BACKENDS_DIR="\"/opt/gnome2/lib/orbit-2.0/idl-backends\"" -DVERSION= \"2.9.8\" -DORBIT2_INTERNAL_API -Wall -Wunused -Wmissing-prototypes -Wmissing-de clarations -DG_DISABLE_DEPRECATED -I/opt/gnome2/include/libIDL-2.0 -I/opt/gnome2 /include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include      -g -O2 -c `test -f 'or bit-idl-c-backend.c' || echo './'`orbit-idl-c-backend.c
source='orbit-idl-c-stubs.c' object='orbit-idl-c-stubs.o' libtool=no \
depfile='.deps/orbit-idl-c-stubs.Po' tmpdepfile='.deps/orbit-idl-c-stubs.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../.. -I../../incl ude -DORBIT_BACKENDS_DIR="\"/opt/gnome2/lib/orbit-2.0/idl-backends\"" -DVERSION= \"2.9.8\" -DORBIT2_INTERNAL_API -Wall -Wunused -Wmissing-prototypes -Wmissing-de clarations -DG_DISABLE_DEPRECATED -I/opt/gnome2/include/libIDL-2.0 -I/opt/gnome2 /include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include      -g -O2 -c `test -f 'or bit-idl-c-stubs.c' || echo './'`orbit-idl-c-stubs.c
source='orbit-idl-c-skels.c' object='orbit-idl-c-skels.o' libtool=no \
depfile='.deps/orbit-idl-c-skels.Po' tmpdepfile='.deps/orbit-idl-c-skels.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../.. -I../../incl ude -DORBIT_BACKENDS_DIR="\"/opt/gnome2/lib/orbit-2.0/idl-backends\"" -DVERSION= \"2.9.8\" -DORBIT2_INTERNAL_API -Wall -Wunused -Wmissing-prototypes -Wmissing-de clarations -DG_DISABLE_DEPRECATED -I/opt/gnome2/include/libIDL-2.0 -I/opt/gnome2 /include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include      -g -O2 -c `test -f 'or bit-idl-c-skels.c' || echo './'`orbit-idl-c-skels.c
source='orbit-idl-c-headers.c' object='orbit-idl-c-headers.o' libtool=no \
depfile='.deps/orbit-idl-c-headers.Po' tmpdepfile='.deps/orbit-idl-c-headers.TPo ' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../.. -I../../incl ude -DORBIT_BACKENDS_DIR="\"/opt/gnome2/lib/orbit-2.0/idl-backends\"" -DVERSION= \"2.9.8\" -DORBIT2_INTERNAL_API -Wall -Wunused -Wmissing-prototypes -Wmissing-de clarations -DG_DISABLE_DEPRECATED -I/opt/gnome2/include/libIDL-2.0 -I/opt/gnome2 /include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include      -g -O2 -c `test -f 'or bit-idl-c-headers.c' || echo './'`orbit-idl-c-headers.c
source='orbit-idl-c-common.c' object='orbit-idl-c-common.o' libtool=no \
depfile='.deps/orbit-idl-c-common.Po' tmpdepfile='.deps/orbit-idl-c-common.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../.. -I../../incl ude -DORBIT_BACKENDS_DIR="\"/opt/gnome2/lib/orbit-2.0/idl-backends\"" -DVERSION= \"2.9.8\" -DORBIT2_INTERNAL_API -Wall -Wunused -Wmissing-prototypes -Wmissing-de clarations -DG_DISABLE_DEPRECATED -I/opt/gnome2/include/libIDL-2.0 -I/opt/gnome2 /include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include      -g -O2 -c `test -f 'or bit-idl-c-common.c' || echo './'`orbit-idl-c-common.c
source='orbit-idl-c-imodule.c' object='orbit-idl-c-imodule.o' libtool=no \
depfile='.deps/orbit-idl-c-imodule.Po' tmpdepfile='.deps/orbit-idl-c-imodule.TPo ' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../.. -I../../incl ude -DORBIT_BACKENDS_DIR="\"/opt/gnome2/lib/orbit-2.0/idl-backends\"" -DVERSION= \"2.9.8\" -DORBIT2_INTERNAL_API -Wall -Wunused -Wmissing-prototypes -Wmissing-de clarations -DG_DISABLE_DEPRECATED -I/opt/gnome2/include/libIDL-2.0 -I/opt/gnome2 /include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include      -g -O2 -c `test -f 'or bit-idl-c-imodule.c' || echo './'`orbit-idl-c-imodule.c
source='orbit-idl-c-skelimpl.c' object='orbit-idl-c-skelimpl.o' libtool=no \
depfile='.deps/orbit-idl-c-skelimpl.Po' tmpdepfile='.deps/orbit-idl-c-skelimpl.T Po' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../.. -I../../incl ude -DORBIT_BACKENDS_DIR="\"/opt/gnome2/lib/orbit-2.0/idl-backends\"" -DVERSION= \"2.9.8\" -DORBIT2_INTERNAL_API -Wall -Wunused -Wmissing-prototypes -Wmissing-de clarations -DG_DISABLE_DEPRECATED -I/opt/gnome2/include/libIDL-2.0 -I/opt/gnome2 /include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include      -g -O2 -c `test -f 'or bit-idl-c-skelimpl.c' || echo './'`orbit-idl-c-skelimpl.c
source='orbit-idl-c-utils.c' object='orbit-idl-c-utils.o' libtool=no \
depfile='.deps/orbit-idl-c-utils.Po' tmpdepfile='.deps/orbit-idl-c-utils.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../.. -I../../incl ude -DORBIT_BACKENDS_DIR="\"/opt/gnome2/lib/orbit-2.0/idl-backends\"" -DVERSION= \"2.9.8\" -DORBIT2_INTERNAL_API -Wall -Wunused -Wmissing-prototypes -Wmissing-de clarations -DG_DISABLE_DEPRECATED -I/opt/gnome2/include/libIDL-2.0 -I/opt/gnome2 /include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include      -g -O2 -c `test -f 'or bit-idl-c-utils.c' || echo './'`orbit-idl-c-utils.c
source='orbit-idl-c-typecode.c' object='orbit-idl-c-typecode.o' libtool=no \
depfile='.deps/orbit-idl-c-typecode.Po' tmpdepfile='.deps/orbit-idl-c-typecode.T Po' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../.. -I../../incl ude -DORBIT_BACKENDS_DIR="\"/opt/gnome2/lib/orbit-2.0/idl-backends\"" -DVERSION= \"2.9.8\" -DORBIT2_INTERNAL_API -Wall -Wunused -Wmissing-prototypes -Wmissing-de clarations -DG_DISABLE_DEPRECATED -I/opt/gnome2/include/libIDL-2.0 -I/opt/gnome2 /include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include      -g -O2 -c `test -f 'or bit-idl-c-typecode.c' || echo './'`orbit-idl-c-typecode.c
source='orbit-idl-c-deps.c' object='orbit-idl-c-deps.o' libtool=no \
depfile='.deps/orbit-idl-c-deps.Po' tmpdepfile='.deps/orbit-idl-c-deps.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../.. -I../../incl ude -DORBIT_BACKENDS_DIR="\"/opt/gnome2/lib/orbit-2.0/idl-backends\"" -DVERSION= \"2.9.8\" -DORBIT2_INTERNAL_API -Wall -Wunused -Wmissing-prototypes -Wmissing-de clarations -DG_DISABLE_DEPRECATED -I/opt/gnome2/include/libIDL-2.0 -I/opt/gnome2 /include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include      -g -O2 -c `test -f 'or bit-idl-c-deps.c' || echo './'`orbit-idl-c-deps.c
/bin/sh ../../libtool --mode=link 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 -lpopt -lm -Wl,--export-dynamic -L/opt/gnome2/lib -lIDL-2 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
mkdir .libs
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'
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'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/dad/Copied/cvs/gnome/ORBit2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dad/Copied/cvs/gnome/ORBit2'
make: *** [all] Error 2
*** error during stage build of ORBit2: could not build module *** [7/87]


  [1] rerun stage build
  [2] ignore error and continue to install
  [3] give up on module
  [4] start shell
  [5] go to stage force_checkout
  [6] go to stage configure
choice: Interrupted


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