Date: Sun, 10 Jun 2001 20:16:55 +0200 From: AHAFONAU@de.ibm.com To: freebsd-bugs@FreeBSD.ORG Subject: Bug doesn't allow to complete make buildworld :( Message-ID: <C1256A67.00646E38.00@d12mta05.de.ibm.com>
next in thread | raw e-mail | index | archive | help
-------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj INSTALL="sh /usr/src/tools/install.sh" PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make -f Makefile.inc1 build-tools cd /usr/src/bin/csh; make build-tools grep 'ERR_' /usr/src/bin/csh/../../contrib/tcsh/sh.err.c | grep '^#define' >> sh.err.h cc -E -O -pipe -I. -I/usr/src/bin/csh -I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL='"/bin/csh"' -Wall -Wformat /usr/src/bin/csh/../../contrib/tcsh/tc.const.c /usr/src/bin/csh/../../contrib/tcsh/sh.char.h /usr/src/bin/csh/config.h /usr/src/bin/csh/../../contrib/tcsh/config_f.h /usr/src/bin/csh/../../contrib/tcsh/sh.types.h sh.err.h -D_h_tc_const | grep 'Char STR' | sed -e 's/Char \([a-zA-Z0-9_]*\)\(.*\)/extern Char \1[];/' | sort >> tc.const.h cc -o gethost -static -O -pipe -I. -I/usr/src/bin/csh -I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL='"/bin/csh"' -Wall -Wformat /usr/src/bin/csh/../../contrib/tcsh/gethost.c In file included from /usr/src/bin/csh/../../contrib/tcsh/sh.h:395, from /usr/src/bin/csh/../../contrib/tcsh/gethost.c:37: /usr/include/sys/socket.h:312: syntax error before `socklen_t' /usr/include/sys/socket.h:316: syntax error before `socklen_t' /usr/include/sys/socket.h:338: syntax error before `socklen_t' /usr/include/sys/socket.h:433: syntax error before `socklen_t' /usr/include/sys/socket.h:434: syntax error before `socklen_t' /usr/include/sys/socket.h:435: syntax error before `socklen_t' /usr/include/sys/socket.h:436: syntax error before `socklen_t' /usr/include/sys/socket.h:437: syntax error before `socklen_t' /usr/include/sys/socket.h:438: syntax error before `socklen_t' /usr/include/sys/socket.h:441: syntax error before `socklen_t' /usr/include/sys/socket.h:445: syntax error before `socklen_t' /usr/include/sys/socket.h:448: syntax error before `socklen_t' *** Error code 1 Stop in /usr/src/bin/csh. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ^C To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C1256A67.00646E38.00>