Hi folks, I'm trying to build everything from CVS and have run into a bit of a snag. I'm running SuSE 10.0 on an X86 machine with 2GB RAM. I get a mysterious...
ERROR: Stack overflow make[4]: *** [x_fileselect.c] Error 2 make[4]: Leaving directory `/home/eb/build/geda/devel/gschem/src' make[3]: *** [all] Error 2 make[3]: Leaving directory `/home/eb/build/geda/devel/gschem/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/eb/build/geda/devel/gschem' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/eb/build/geda/devel/gschem' make: *** [gschem/src/gschem] Error 2 ... when trying to build. Here's a bit more context: [EMAIL PROTECTED] devel]$ uname -a Linux cyan 2.6.13-15.8-smp #1 SMP Tue Feb 7 11:07:24 UTC 2006 i686 i686 i386 GNU/Linux [EMAIL PROTECTED] devel]$ ulimit -a core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited file size (blocks, -f) unlimited max locked memory (kbytes, -l) 32 max memory size (kbytes, -m) unlimited open files (-n) 1024 pipe size (512 bytes, -p) 8 stack size (kbytes, -s) unlimited cpu time (seconds, -t) unlimited max user processes (-u) 16311 virtual memory (kbytes, -v) unlimited [EMAIL PROTECTED] devel]$ make install 2>&1 | tee make.log ( cd symbols; ./autogen.sh ) find: warning: Unix filenames usually don't contain slashes (though pathnames do). That means that '-name ./CVS' will probably evaluate to false all the time on this system. You might find the '-wholename' test more useful, or perhaps '-samefile'. Alternatively, if you are using GNU grep, you could use 'find ... -print0 | grep -FzZ ./CVS'. processing . autogen.sh running: aclocal -I /opt/gnome/share/aclocal ... /usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition of AC_PILOT_LINK_HOOK run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal /usr/share/aclocal/libstroke.m4:29: warning: underquoted definition of smr_ARG_WITHLIB /usr/share/aclocal/libstroke.m4:77: warning: underquoted definition of smr_ARG_WITHINCLUDES /usr/share/aclocal/libstroke.m4:119: warning: underquoted definition of smr_CHECK_LIB /usr/share/aclocal/libgstroke.m4:29: warning: underquoted definition of smr_ARG_WITHLIB /usr/share/aclocal/libgstroke.m4:77: warning: underquoted definition of smr_ARG_WITHINCLUDES /usr/share/aclocal/libgstroke.m4:119: warning: underquoted definition of smr_CHECK_LIB autogen.sh running: automake ... configure.ac: installing `./install-sh' configure.ac: installing `./missing' configure.ac:31: installing `./config.guess' configure.ac:31: installing `./config.sub' autogen.sh running: autoconf ... ( cd symbols; \ ./configure --prefix=/usr/local/geda ) Configuring geda-symbols version 20060123 ... [giant snip] ... rm -f ../src/x_image.c~ if gcc -DLOCALEDIR=\"/usr/local/geda/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/geda/include -I../intl -I../include -I/usr/local/geda/include -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -Wall -g -O2 -MT x_image.o -MD -MP -MF ".deps/x_image.Tpo" -c -o x_image.o x_image.c; \ then mv -f ".deps/x_image.Tpo" ".deps/x_image.Po"; else rm -f ".deps/x_image.Tpo"; exit 1; fi ../scripts/notangle_guile --rootname='x_color.c : *' ../noweb/x_color.nw > ../src/x_color.c /usr/bin/indent -kr -i2 ../src/x_color.c rm -f ../src/x_color.c~ if gcc -DLOCALEDIR=\"/usr/local/geda/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/geda/include -I../intl -I../include -I/usr/local/geda/include -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -Wall -g -O2 -MT x_color.o -MD -MP -MF ".deps/x_color.Tpo" -c -o x_color.o x_color.c; \ then mv -f ".deps/x_color.Tpo" ".deps/x_color.Po"; else rm -f ".deps/x_color.Tpo"; exit 1; fi ../scripts/notangle_guile --rootname='x_fileselect.c : *' ../noweb/x_fileselect.nw > ../src/x_fileselect.c ERROR: Stack overflow make[4]: *** [x_fileselect.c] Error 2 make[4]: Leaving directory `/home/eb/build/geda/devel/gschem/src' make[3]: *** [all] Error 2 make[3]: Leaving directory `/home/eb/build/geda/devel/gschem/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/eb/build/geda/devel/gschem' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/eb/build/geda/devel/gschem' make: *** [gschem/src/gschem] Error 2 Any ideas, suggestions, clues ? Thanks, Eric