This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

3.1 bootstrap fails due to missing autogen, which itself won't build.


I'm having the following trouble building 3.1 on sparc-sun-solaris2.8
with today's CVS sources; it built with yesterday's CVS sources.

The make bootstrap is failing with the message:

/bin/sh ../../../gcc/fixinc/genfixes machname.h
../../../gcc/fixinc/genfixes: autogen: not found
make[3]: *** [machname.h] Error 1
make[3]: Leaving directory `/export/home/lucier/gcc/gcc-3.1/objdir/gcc/fixinc'
make[2]: *** [fixinc.sh] Error 2
make[2]: Leaving directory `/export/home/lucier/gcc/gcc-3.1/objdir/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/export/home/lucier/gcc/gcc-3.1/objdir/gcc'
make: *** [bootstrap] Error 2

When I try to download and configure autogen-5.2, I get the
error message:

<other configure message>
checking whether there is a global text array sys_siglist... no
./configure: guile-config: not found
Cannot find `guile-config' configurator
banach-282% make
make: *** No targets specified and no makefile found.  Stop.

I don't particularly like guile and I don't particularly want to install
it to test gcc (if this is what this message implies).

Is this happening because of the patch

http://gcc.gnu.org/ml/gcc-cvs/2001-05/msg00518.html

(Upgrade to AutoGen 5 Template)?  Was some file not automatically
regenerated after this patch was installed?  I can find no notice
of this patch in the gcc-patches mail list archives.

Brad Lucier


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]