From owner-freebsd-questions@FreeBSD.ORG Wed Sep 17 07:06:29 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD12F16A4B3 for ; Wed, 17 Sep 2003 07:06:29 -0700 (PDT) Received: from revelation.unomaha.edu (revelation.lib.unomaha.edu [137.48.70.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F45F44020 for ; Wed, 17 Sep 2003 07:06:23 -0700 (PDT) (envelope-from kbrede@revelation.unomaha.edu) Received: by revelation.unomaha.edu (Postfix, from userid 500) id 5E4C01362C3; Wed, 17 Sep 2003 09:06:21 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by revelation.unomaha.edu (Postfix) with ESMTP id 5B3AA146142 for ; Wed, 17 Sep 2003 09:06:21 -0500 (CDT) Date: Wed, 17 Sep 2003 09:06:21 -0500 (CDT) From: Kenton Brede X-X-Sender: kbrede@revelation.lib.unomaha.edu To: questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: problems with buildworld X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 14:06:29 -0000 I've attached "uname -a" and the last part of the compile process when "make buildworld" quits. Basically the last line ends with - /usr/src/usr.sbin/ipsend/../../contrib/ipfilter/iplang/iplang_y.y:24: sys/stat.: No such file or direcory The process stops when it reaches "#include " line 24 in iplang_y.y There are no files in /usr/src/sys/stat I think that is my problem. Where do I get the files that populate that directory? Incidently I've followed the instructions listed under - "21.4.15.6. What do I do if something goes wrong?" Thanks for any help, Kent FreeBSD stax 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 3 10:53:38 GMT 2003 root@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC i386 echo ipresend: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend ===> usr.sbin/ipsend yacc -d /usr/src/usr.sbin/ipsend/../../contrib/ipfilter/iplang/iplang_y.y cp y.tab.c iplang_y.c lex -t /usr/src/usr.sbin/ipsend/../../contrib/ipfilter/iplang/iplang_l.l > iplang_l.c rm -f .depend mkdep -f .depend -a -DDOSOCKET -DIPL_NAME=\"/dev/ipl\" -DUSE_INET6 -I- -I. -I/usr/src/usr.sbin/ipsend/../../sys/contrib/ipfilter/netinet -I/usr/src/usr.sbin/ipsend/../ ../contrib/ipfilter/ipsend -I/usr/src/usr.sbin/ipsend/../../contrib/ipfilter/iplang -I/usr/src/usr.sbin/ipsend/../../contrib/ipfilter /usr/src/usr.sbin/ipsend/../ ../contrib/ipfilter/ipsend/ipsend.c /usr/src/usr.sbin/ipsend/../../contrib/ipfilter/ipsend/ip.c /usr/src/usr.sbin/ipsend/../../contrib/ipfilter/ipsend/ipsopt.c /usr/src/usr.sbin/ipsend/../../contrib/ipfilter/ipsend/sbpf.c /usr/src/usr.sbin/ipsend/../ ../contrib/ipfilter/ipsend/sock.c /usr/src/usr.sbin/ipsend/../../contrib/ipfilter/ipsend/44arp.c iplang_y.c iplang_l.c /usr/src/usr.sbin/ipsend/../../contrib/ipfilter/iplang/iplang_y.y:24: sys/stat.: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/usr.sbin/ipsend. *** Error code 1 Stop in /usr/src/usr.sbin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src.