gob Build Log

Checking out gob 2005-08-10 20:41:22.892
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-10 20:41:31.239
./autogen.sh --prefix /space/gnometinderbox/microtinder/build-output  --disable-static --disable-gtk-doc
/space/gnometinderbox/microtinder/build-output/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/opt/csw/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES
/opt/csw/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/opt/csw/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
/opt/csw/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
configure.in: installing `./install-sh'
configure.in: installing `./missing'
src/Makefile.am: installing `./depcomp'
Makefile.am: installing `./INSTALL'
checking for a BSD-compatible install... /space/gnometinderbox/microtinder/jhbuild/install-check
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake -j8 sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by gmake -j8... GNU
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 dependency style of gcc... gcc3
checking for library containing strerror... none required
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 dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... egrep
checking for ANSI C header files... yes
checking for bison... no
checking for byacc... no
checking for flex... no
checking for lex... lex
checking for yywrap in -lfl... no
checking for yywrap in -ll... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... no
checking for a BSD-compatible install... /space/gnometinderbox/microtinder/jhbuild/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... /space/gnometinderbox/microtinder/build-output/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
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 depfiles commands

Now type 'make' to compile GOB.
Building gob 2005-08-10 20:43:28.299
gmake -j8  
gmake -j8  all-recursive
gmake[1]: Entering directory `/space/gnometinderbox/microtinder/cvs/gob'
gmake[1]: warning: -jN forced in submake: disabling jobserver mode.
Making all in src
gmake[2]: Entering directory `/space/gnometinderbox/microtinder/cvs/gob/src'
yacc  -d -t parse.y
lex   lexer.l
gmake[2]: warning: -jN forced in submake: disabling jobserver mode.
"lexer.l":line 127: Error: undefined start condition *
"lexer.l":line 153: Error: undefined start condition *
"lexer.l":line 360: Error: executable statements should occur right after %%
"lexer.l":line 530: Error: Parse tree too big 
Try using %e num
gmake[2]: *** [lexer.c] Error 1
gmake[2]: *** Waiting for unfinished jobs....
if test -f y.tab.h; then \
  to=`echo "parse_H" | sed \
                -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \
                -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`; \
  sed -e "/^#/!b" -e "s/Y_TAB_H/$to/g" -e "s|y\.tab\.h|parse.h|" \
            y.tab.h >parse.ht; \
  rm -f y.tab.h; \
  if cmp -s parse.ht parse.h; then \
    rm -f parse.ht ;\
  else \
    mv parse.ht parse.h; \
  fi; \
fi
gmake[2]: *** Waiting for unfinished jobs....
if test -f y.output; then \
  mv y.output parse.output; \
fi
sed '/^#/ s|y\.tab\.c|parse.c|' y.tab.c >parse.ct && mv parse.ct parse.c
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: *** Waiting for unfinished jobs....
rm -f y.tab.c
gmake[2]: Leaving directory `/space/gnometinderbox/microtinder/cvs/gob/src'
gmake[1]: Leaving directory `/space/gnometinderbox/microtinder/cvs/gob'
gmake[2]: *** Waiting for unfinished jobs....
gmake[1]: *** [all-recursive] Error 1
gmake: *** [all] Error 2
error during stage build of gob: could not build module 2005-08-10 20:43:29.957
Failed 2005-08-10 20:43:29.958