gob Build Log

Checking out gob 2005-08-12 03:18:21.818
cvs -z3 -q -d :pserver:anonymous@anoncvs.gnome.org:/cvs/gnome checkout -P -A gob
U gob/.cvsignore
U gob/AUTHORS
U gob/COPYING
U gob/COPYING.generated-code
U gob/ChangeLog
U gob/MAINTAINERS
U gob/Makefile.am
U gob/NEWS
U gob/README
U gob/TODO
U gob/autogen.sh
U gob/configure.in
U gob/gob2.m4
U gob/gob2.spec.in
U gob/doc/.cvsignore
U gob/doc/Makefile.am
U gob/doc/gob2.1.in
U gob/doc/makehtml.pl
U gob/examples/.cvsignore
U gob/examples/GNOME_Foo_SomeInterface.idl
U gob/examples/Makefile.am
U gob/examples/README
U gob/examples/foo-some-interface.gob
U gob/examples/gtk-button-count.gob
U gob/examples/my-person.gob
U gob/src/.cvsignore
U gob/src/Makefile.am
U gob/src/checks.c
U gob/src/checks.h
U gob/src/generate_treefuncs.pl
U gob/src/lexer.l
U gob/src/main.c
U gob/src/main.h
U gob/src/out.c
U gob/src/out.h
U gob/src/parse.y
U gob/src/test.gob
U gob/src/treefuncs.c
U gob/src/treefuncs.def
U gob/src/treefuncs.h
U gob/src/util.c
U gob/src/util.h
Configuring gob 2005-08-12 03:18:28.203
./autogen.sh --prefix /scratch/gnometinderbox/microtinder/build-output  --disable-static --disable-gtk-doc
configure.in:32: warning: AC_PROG_LEX invoked multiple times
autoconf/programs.m4:438: AC_DECL_YYTEXT is expanded from...
aclocal.m4:1042: AM_PROG_LEX is expanded from...
configure.in:32: the top level
automake: configure.in: installing `./install-sh'
automake: configure.in: installing `./mkinstalldirs'
automake: configure.in: installing `./missing'
automake: configure.in: installing `./config.guess'
automake: configure.in: installing `./config.sub'
automake: Makefile.am: installing `./INSTALL'
src/Makefile.am: gob2_OBJECTS should not be defined
configure.in:32: warning: AC_PROG_LEX invoked multiple times
autoconf/programs.m4:438: AC_DECL_YYTEXT is expanded from...
aclocal.m4:1042: AM_PROG_LEX is expanded from...
configure.in:32: the top level
checking for a BSD-compatible install... /home/trs80/bin/install-check
checking whether build environment is sane... yes
checking whether make -j3 sets $(MAKE)... yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
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 strerror in -lcposix... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for bison... bison -y
checking for flex... flex
checking for flex... (cached) flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for a BSD-compatible install... /home/trs80/bin/install-check
checking how to run the C preprocessor... gcc -E
checking for rm... /bin/rm
checking for mv... /bin/mv
checking for tar... /bin/tar
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB_CFLAGS... -I/scratch/gnometinderbox/microtinder/build-output/include/glib-2.0 -I/scratch/gnometinderbox/microtinder/build-output/lib/glib-2.0/include  
checking for GLIB_LIBS... -L/scratch/gnometinderbox/microtinder/build-output/lib -lglib-2.0  
configure: creating ./config.status
config.status: creating gob2.spec
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating doc/gob2.1
config.status: creating config.h
config.status: executing default-1 commands

Now type 'make' to compile GOB.
Building gob 2005-08-12 03:18:38.740
make -j3  
make -j3  all-recursive
make[1]: Entering directory `/scratch/gnometinderbox/microtinder/cvs/gob'
Making all in src
make[2]: Entering directory `/scratch/gnometinderbox/microtinder/cvs/gob/src'
bison -y -d -t  parse.y && mv y.tab.c parse.c
flex   lexer.l && mv lex.yy.c lexer.c
make[1]: warning: -jN forced in submake: disabling jobserver mode.
Makefile:210: warning: overriding commands for target `gob2'
Makefile:206: warning: ignoring old commands for target `gob2'
make[2]: warning: -jN forced in submake: disabling jobserver mode.
if test -f y.tab.h; then \
if cmp -s y.tab.h parse.h; then rm -f y.tab.h; else mv y.tab.h parse.h; fi; \
else :; fi
cd .. \
  && CONFIG_FILES=src/Makefile CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating src/Makefile
config.status: executing default-1 commands
make[2]: Leaving directory `/scratch/gnometinderbox/microtinder/cvs/gob/src'
make[2]: Entering directory `/scratch/gnometinderbox/microtinder/cvs/gob/src'
Makefile:210: warning: overriding commands for target `gob2'
Makefile:206: warning: ignoring old commands for target `gob2'
make[2]: warning: -jN forced in submake: disabling jobserver mode.
Making all in .
make[3]: Entering directory `/scratch/gnometinderbox/microtinder/cvs/gob/src'
gcc -DHAVE_CONFIG_H 	-DPKGDATADIR=\"/scratch/gnometinderbox/microtinder/build-output/share/gob2\" -I/scratch/gnometinderbox/microtinder/build-output/include/glib-2.0 -I/scratch/gnometinderbox/microtinder/build-output/lib/glib-2.0/include  			-I..		-I../src		-I..			-I../src		-I/scratch/gnometinderbox/microtinder/build-output/include    -O2 -Wall -c main.c
gcc -DHAVE_CONFIG_H 	-DPKGDATADIR=\"/scratch/gnometinderbox/microtinder/build-output/share/gob2\" -I/scratch/gnometinderbox/microtinder/build-output/include/glib-2.0 -I/scratch/gnometinderbox/microtinder/build-output/lib/glib-2.0/include  			-I..		-I../src		-I..			-I../src		-I/scratch/gnometinderbox/microtinder/build-output/include    -O2 -Wall -c treefuncs.c
Makefile:210: warning: overriding commands for target `gob2'
Makefile:206: warning: ignoring old commands for target `gob2'
make[3]: warning: -jN forced in submake: disabling jobserver mode.
gcc -DHAVE_CONFIG_H 	-DPKGDATADIR=\"/scratch/gnometinderbox/microtinder/build-output/share/gob2\" -I/scratch/gnometinderbox/microtinder/build-output/include/glib-2.0 -I/scratch/gnometinderbox/microtinder/build-output/lib/glib-2.0/include  			-I..		-I../src		-I..			-I../src		-I/scratch/gnometinderbox/microtinder/build-output/include    -O2 -Wall -c out.c
gcc -DHAVE_CONFIG_H 	-DPKGDATADIR=\"/scratch/gnometinderbox/microtinder/build-output/share/gob2\" -I/scratch/gnometinderbox/microtinder/build-output/include/glib-2.0 -I/scratch/gnometinderbox/microtinder/build-output/lib/glib-2.0/include  			-I..		-I../src		-I..			-I../src		-I/scratch/gnometinderbox/microtinder/build-output/include    -O2 -Wall -c util.c
gcc -DHAVE_CONFIG_H 	-DPKGDATADIR=\"/scratch/gnometinderbox/microtinder/build-output/share/gob2\" -I/scratch/gnometinderbox/microtinder/build-output/include/glib-2.0 -I/scratch/gnometinderbox/microtinder/build-output/lib/glib-2.0/include  			-I..		-I../src		-I..			-I../src		-I/scratch/gnometinderbox/microtinder/build-output/include    -O2 -Wall -c checks.c
gcc -DHAVE_CONFIG_H 	-DPKGDATADIR=\"/scratch/gnometinderbox/microtinder/build-output/share/gob2\" -I/scratch/gnometinderbox/microtinder/build-output/include/glib-2.0 -I/scratch/gnometinderbox/microtinder/build-output/lib/glib-2.0/include  			-I..		-I../src		-I..			-I../src		-I/scratch/gnometinderbox/microtinder/build-output/include    -O2 -Wall -c parse.c
gcc -DHAVE_CONFIG_H 	-DPKGDATADIR=\"/scratch/gnometinderbox/microtinder/build-output/share/gob2\" -I/scratch/gnometinderbox/microtinder/build-output/include/glib-2.0 -I/scratch/gnometinderbox/microtinder/build-output/lib/glib-2.0/include  			-I..		-I../src		-I..			-I../src		-I/scratch/gnometinderbox/microtinder/build-output/include    -O2 -Wall -c lexer.c
parse.y: In function `add_construct_glade':
parse.y:475: warning: unused variable `flags'
parse.y:476: warning: unused variable `set'
lex.yy.c:2691: warning: `yyunput' defined but not used
gcc  -O2 -Wall  -o gob2  main.o treefuncs.o out.o util.o checks.o parse.o lexer.o -lm 	-L/scratch/gnometinderbox/microtinder/build-output/lib -lglib-2.0   	-lfl 
make[3]: Leaving directory `/scratch/gnometinderbox/microtinder/cvs/gob/src'
make[2]: Leaving directory `/scratch/gnometinderbox/microtinder/cvs/gob/src'
Making all in examples
make[2]: Entering directory `/scratch/gnometinderbox/microtinder/cvs/gob/examples'
Making all in .
make[3]: Entering directory `/scratch/gnometinderbox/microtinder/cvs/gob/examples'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/scratch/gnometinderbox/microtinder/cvs/gob/examples'
make[2]: Leaving directory `/scratch/gnometinderbox/microtinder/cvs/gob/examples'
Making all in doc
make[2]: Entering directory `/scratch/gnometinderbox/microtinder/cvs/gob/doc'
Making all in .
make[3]: Entering directory `/scratch/gnometinderbox/microtinder/cvs/gob/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/scratch/gnometinderbox/microtinder/cvs/gob/doc'
make[2]: Leaving directory `/scratch/gnometinderbox/microtinder/cvs/gob/doc'
make[2]: Entering directory `/scratch/gnometinderbox/microtinder/cvs/gob'
make[2]: Nothing to be done for `all-am'.
make[2]: warning: -jN forced in submake: disabling jobserver mode.
make[3]: warning: -jN forced in submake: disabling jobserver mode.
make[2]: warning: -jN forced in submake: disabling jobserver mode.
make[3]: warning: -jN forced in submake: disabling jobserver mode.
make[2]: warning: -jN forced in submake: disabling jobserver mode.
make[2]: Leaving directory `/scratch/gnometinderbox/microtinder/cvs/gob'
make[1]: Leaving directory `/scratch/gnometinderbox/microtinder/cvs/gob'
Checking gob 2005-08-12 03:18:47.499
make -j3   check
Making check in src
make[1]: Entering directory `/scratch/gnometinderbox/microtinder/cvs/gob/src'
Making check in .
make[2]: Entering directory `/scratch/gnometinderbox/microtinder/cvs/gob/src'
Makefile:210: warning: overriding commands for target `gob2'
Makefile:206: warning: ignoring old commands for target `gob2'
make[1]: warning: -jN forced in submake: disabling jobserver mode.
Makefile:210: warning: overriding commands for target `gob2'
Makefile:206: warning: ignoring old commands for target `gob2'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/scratch/gnometinderbox/microtinder/cvs/gob/src'
make[1]: Leaving directory `/scratch/gnometinderbox/microtinder/cvs/gob/src'
Making check in examples
make[1]: Entering directory `/scratch/gnometinderbox/microtinder/cvs/gob/examples'
Making check in .
make[2]: Entering directory `/scratch/gnometinderbox/microtinder/cvs/gob/examples'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/scratch/gnometinderbox/microtinder/cvs/gob/examples'
make[1]: Leaving directory `/scratch/gnometinderbox/microtinder/cvs/gob/examples'
Making check in doc
make[1]: Entering directory `/scratch/gnometinderbox/microtinder/cvs/gob/doc'
Making check in .
make[2]: Entering directory `/scratch/gnometinderbox/microtinder/cvs/gob/doc'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/scratch/gnometinderbox/microtinder/cvs/gob/doc'
make[1]: Leaving directory `/scratch/gnometinderbox/microtinder/cvs/gob/doc'
make[2]: warning: -jN forced in submake: disabling jobserver mode.
make[1]: warning: -jN forced in submake: disabling jobserver mode.
make[2]: warning: -jN forced in submake: disabling jobserver mode.
make[1]: warning: -jN forced in submake: disabling jobserver mode.
make[2]: warning: -jN forced in submake: disabling jobserver mode.
make[1]: Entering directory `/scratch/gnometinderbox/microtinder/cvs/gob'
make[1]: Nothing to be done for `check-am'.
make[1]: Leaving directory `/scratch/gnometinderbox/microtinder/cvs/gob'
make[1]: warning: -jN forced in submake: disabling jobserver mode.
Installing gob 2005-08-12 03:18:48.071
make -j3   install
Making install in src
make[1]: Entering directory `/scratch/gnometinderbox/microtinder/cvs/gob/src'
Making install in .
make[2]: Entering directory `/scratch/gnometinderbox/microtinder/cvs/gob/src'
Makefile:210: warning: overriding commands for target `gob2'
Makefile:206: warning: ignoring old commands for target `gob2'
make[1]: warning: -jN forced in submake: disabling jobserver mode.
Makefile:210: warning: overriding commands for target `gob2'
Makefile:206: warning: ignoring old commands for target `gob2'
make[3]: Entering directory `/scratch/gnometinderbox/microtinder/cvs/gob/src'
make[2]: warning: -jN forced in submake: disabling jobserver mode.
Makefile:210: warning: overriding commands for target `gob2'
Makefile:206: warning: ignoring old commands for target `gob2'
make[3]: warning: -jN forced in submake: disabling jobserver mode.
/bin/sh ../mkinstalldirs /scratch/gnometinderbox/microtinder/build-output/bin
make[3]: Nothing to be done for `install-data-am'.
  /home/trs80/bin/install-check  gob2 /scratch/gnometinderbox/microtinder/build-output/bin/gob2
make[3]: Leaving directory `/scratch/gnometinderbox/microtinder/cvs/gob/src'
make[2]: Leaving directory `/scratch/gnometinderbox/microtinder/cvs/gob/src'
make[1]: Leaving directory `/scratch/gnometinderbox/microtinder/cvs/gob/src'
Making install in examples
make[1]: Entering directory `/scratch/gnometinderbox/microtinder/cvs/gob/examples'
Making install in .
make[2]: Entering directory `/scratch/gnometinderbox/microtinder/cvs/gob/examples'
make[3]: Entering directory `/scratch/gnometinderbox/microtinder/cvs/gob/examples'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/scratch/gnometinderbox/microtinder/cvs/gob/examples'
make[2]: Leaving directory `/scratch/gnometinderbox/microtinder/cvs/gob/examples'
make[1]: warning: -jN forced in submake: disabling jobserver mode.
make[2]: warning: -jN forced in submake: disabling jobserver mode.
make[3]: warning: -jN forced in submake: disabling jobserver mode.
make[1]: Leaving directory `/scratch/gnometinderbox/microtinder/cvs/gob/examples'
Making install in doc
make[1]: Entering directory `/scratch/gnometinderbox/microtinder/cvs/gob/doc'
Making install in .
make[2]: Entering directory `/scratch/gnometinderbox/microtinder/cvs/gob/doc'
make[3]: Entering directory `/scratch/gnometinderbox/microtinder/cvs/gob/doc'
make[3]: Nothing to be done for `install-exec-am'.
make -j3  install-man1
make[4]: Entering directory `/scratch/gnometinderbox/microtinder/cvs/gob/doc'
/bin/sh ../mkinstalldirs /scratch/gnometinderbox/microtinder/build-output/man/man1
 /home/trs80/bin/install-check -m 644 ./gob2.1 /scratch/gnometinderbox/microtinder/build-output/man/man1/gob2.1
make[4]: Leaving directory `/scratch/gnometinderbox/microtinder/cvs/gob/doc'
make[3]: Leaving directory `/scratch/gnometinderbox/microtinder/cvs/gob/doc'
make[2]: Leaving directory `/scratch/gnometinderbox/microtinder/cvs/gob/doc'
make[1]: Leaving directory `/scratch/gnometinderbox/microtinder/cvs/gob/doc'
make[1]: warning: -jN forced in submake: disabling jobserver mode.
make[2]: warning: -jN forced in submake: disabling jobserver mode.
make[3]: warning: -jN forced in submake: disabling jobserver mode.
make[4]: warning: -jN forced in submake: disabling jobserver mode.
make[1]: Entering directory `/scratch/gnometinderbox/microtinder/cvs/gob'
make[2]: Entering directory `/scratch/gnometinderbox/microtinder/cvs/gob'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ./mkinstalldirs /scratch/gnometinderbox/microtinder/build-output/share/aclocal
 /home/trs80/bin/install-check -m 644 ./gob2.m4 /scratch/gnometinderbox/microtinder/build-output/share/aclocal/gob2.m4
make[2]: Leaving directory `/scratch/gnometinderbox/microtinder/cvs/gob'
make[1]: Leaving directory `/scratch/gnometinderbox/microtinder/cvs/gob'
make[1]: warning: -jN forced in submake: disabling jobserver mode.
make[2]: warning: -jN forced in submake: disabling jobserver mode.
Succeeded 2005-08-12 03:18:48.861