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

Could someone please give this clueless person a clue?



X-Sender: cybrtrb_(_at_)_mail_(_dot_)_v-site_(_dot_)_net (Unverified)
X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6
Date: Sun, 06 Jun 2004 04:04:56 -0700
To: misc_(_at_)_openbsd_(_dot_)_org
From: Geoff White <geoffw_(_at_)_cybertribe_(_dot_)_com>
Subject: trouble with building gcc 2.95 in current
X-Loop: misc_(_at_)_openbsd_(_dot_)_org
Sender: owner-misc_(_at_)_openbsd_(_dot_)_org


I seem to be having trouble rebuilding gcc on my box. I've tried re-getting the entire tree but that doesn't solve the problem. For some reason it cannot find some basic files like stdarg.h, cdefs.h these files are definitely there...

ambient# find / -name stdarg.h -print
/usr/include/i386/stdarg.h
/usr/include/stdarg.h
/usr/src/gnu/egcs/gcc/ginclude/stdarg.h
/usr/src/gnu/lib/libstdc++/libstdc++/include/c_compatibility/stdarg.h
/usr/src/gnu/usr.bin/gcc/gcc/ginclude/stdarg.h
...
/usr/src/sys/sys/stdarg.h


my build is failing at

make -f Makefile.bsd-wrapper


I had not done a cvs up in about 4 days. Here is the place where it fails...


linking /usr/src/gnu/egcs/gcc/intl/libgettext.h to intl/libintl.h
Merged x-openbsd.
Merged t-libc-ok and t-openbsd and i386/t-openbsd and t-install-cpp.
Created `objc/Makefile'.
creating libintl.h
cd cp && make parse.c
expect 30 shift/reduce conflicts and 42 reduce/reduce conflicts.
yacc -d -o parse.c /usr/src/gnu/egcs/gcc/cp/parse.y
/usr/src/gnu/egcs/gcc/cp/parse.y: yacc finds 30 shift/reduce conflicts
/usr/src/gnu/egcs/gcc/cp/parse.y: yacc finds 42 reduce/reduce conflicts
grep '^#define[ ]*YYEMPTY' parse.c >>parse.h
echo '/*WARNING: This file is automatically generated!*/' >tmp-objc-prs.y
sed -e "/^ifc$/,/^end ifc$/d" -e "/^ifobjc$/d" -e "/^end ifobjc$/d" /usr/src/gnu/egcs/gcc/c-parse.in >>tmp-objc-prs.y
/bin/sh /usr/src/gnu/egcs/gcc/move-if-change tmp-objc-prs.y objc-parse.y
yacc -o objc-parse.c objc-parse.y
objc-parse.y: yacc finds 72 shift/reduce conflicts
echo '/*WARNING: This file is automatically generated!*/' >tmp-c-parse.y
sed -e "/^ifobjc$/,/^end ifobjc$/d" -e "/^ifc$/d" -e "/^end ifc$/d" /usr/src/gnu/egcs/gcc/c-parse.in >>tmp-c-parse.y
/bin/sh /usr/src/gnu/egcs/gcc/move-if-change tmp-c-parse.y c-parse.y
yacc -o c-parse.c -d c-parse.y
yacc -o cexp.c /usr/src/gnu/egcs/gcc/cexp.y
(cd intl && make all)
cc -c -DIN_GCC -O2 -DOPENBSD_NATIVE -I/usr/src/gnu/egcs/gcc/../../lib/libiberty/include -DHAVE_CONFIG_H -I. -I/usr/src/gnu/egcs/gcc -I/usr/src/gnu/egcs/gcc/config -I/usr/src/gnu/egcs/gcc/../include /usr/src/gnu/egcs/gcc/gencheck.c
In file included from /usr/src/gnu/egcs/gcc/gencheck.c:22:
/usr/src/gnu/egcs/gcc/system.h:32: stdarg.h: No such file or directory
In file included from /usr/src/gnu/egcs/gcc/system.h:37,
from /usr/src/gnu/egcs/gcc/gencheck.c:22:
/usr/include/stdio.h:42: sys/types.h: No such file or directory
/usr/include/stdio.h:45: sys/cdefs.h: No such file or directory
In file included from /usr/src/gnu/egcs/gcc/system.h:69,
from /usr/src/gnu/egcs/gcc/gencheck.c:22:
/usr/include/ctype.h:42: sys/cdefs.h: No such file or directory
In file included from /usr/src/gnu/egcs/gcc/gencheck.c:22:
/usr/src/gnu/egcs/gcc/system.h:129: sys/types.h: No such file or directory
/usr/src/gnu/egcs/gcc/system.h:130: errno.h: No such file or directory
In file included from /usr/src/gnu/egcs/gcc/system.h:496,
from /usr/src/gnu/egcs/gcc/gencheck.c:22:
/usr/src/gnu/egcs/gcc/../../lib/libiberty/include/libiberty.h:48: stdarg.h: No such file or directory
*** Error code 1


Stop in /usr/src/gnu/egcs/gcc/obj (line 2427 of Makefile).
*** Error code 1



What happened?

Thanks in advance.



Visit your host, monkey.org