From owner-freebsd-stable Fri Jul 27 2:45:40 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.infopaq.dk (mail.infopaq.dk [195.97.149.178]) by hub.freebsd.org (Postfix) with ESMTP id D6C5437B405 for ; Fri, 27 Jul 2001 02:45:35 -0700 (PDT) (envelope-from fehaar@infopaq.dk) Received: from redsrv.infopaq.dk (gateway.infopaq.dk [195.97.149.190]) by mail.infopaq.dk (8.9.3/8.9.3) with ESMTP id LAA26200 for ; Fri, 27 Jul 2001 11:45:34 +0200 Received: by REDSRV with Internet Mail Service (5.0.1457.3) id ; Fri, 27 Jul 2001 11:46:25 +0200 Message-ID: <1137F4C2EFF6D111B2330060B03C89D6015CDE8F@REDSRV> From: Thomas Gravgaard To: "'stable@freebsd.org'" Subject: Problems building stable Date: Fri, 27 Jul 2001 11:46:23 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1457.3) Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am having some trouble making buildworld on one of my FreeBSD boxes. = I was upgrading two boxes to stable, one worked like a breeze, the other is failing on me with the message below... I have cleaned /usr/obj out and made a new cvsup before beginning my build. I compared my inet.h from the other box (same config - both running 4_3_release) and they were exactly alike. I am a novice FreeBSD user, so I have probably just overlooked someting, but I have no clue as to what. Anyone got good ideas? -------------------------------------------------------------- >>> stage 2: build tools -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=3D/usr/obj INSTALL=3D"sh /usr/src/tools/install.sh" PATH=3D/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr= /o bj/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=3D'"/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=3D'"/bin/csh"' = -Wall -Wformat /usr/src/bin/csh/../../contrib/tcsh/gethost.c In file included from /usr/src/bin/csh/../../contrib/tcsh/sh.h:394, from /usr/src/bin/csh/../../contrib/tcsh/gethost.c:37: /usr/include/arpa/inet.h:87: syntax error before `__inet_addr' /usr/include/arpa/inet.h:87: warning: data definition has no type or storage class /usr/include/arpa/inet.h:89: syntax error before `__inet_lnaof' /usr/include/arpa/inet.h:89: warning: data definition has no type or storage class /usr/include/arpa/inet.h:90: warning: parameter names (without types) = in function declaration /usr/include/arpa/inet.h:91: syntax error before `char' /usr/include/arpa/inet.h:92: syntax error before `__inet_netof' /usr/include/arpa/inet.h:92: warning: data definition has no type or storage class /usr/include/arpa/inet.h:93: syntax error before `__inet_network' /usr/include/arpa/inet.h:93: warning: data definition has no type or storage class *** Error code 1 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error +---------------------------------------------------------------------+ | Thomas Gravgaard | "The Scarlet Pimpernel is the most (__) | | Software developer | overrated human being since Judas \\\'',) | | Infopaq ApS | Iscariot won the AD 31 best disciple \/ \ ^| | fehaar@infopaq.dk | competition." Black Adder .\._/_)| +---------------------------------------------------------------------+ | FC K=F8benhavn. Danske mestre 2000/2001! = | +---------------------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message