From owner-freebsd-questions Sun May 16 10:18:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www.crb-web.com (ns1.crb-web.com [209.70.120.131]) by hub.freebsd.org (Postfix) with SMTP id 25715151C1 for ; Sun, 16 May 1999 10:18:27 -0700 (PDT) (envelope-from wayne@crb.crb-web.com) Received: (qmail 17838 invoked by uid 1001); 16 May 1999 17:03:11 -0000 Date: Sun, 16 May 1999 13:03:11 -0400 (EDT) From: Wayne Cuddy Reply-To: wayne@crb-web.com To: FreeBSD Questions Subject: buildworld fails on 3.1R Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am using FBSD 3.1Release and I cvsupped src-all 3.1Stable yesterday. The only entries I changed in /etc/make.conf are: # CFLAGS= -O -pipe # # # Avoid compiling profiled libraries NOPROFILE= true Once buildworld is typed it cranks for about ten minutes and this is what I get: if [ -h /usr/obj/usr/src/tmp/usr/include/machine ]; then rm -f /usr/obj/usr/src/tmp/usr/include/machine; fi mtree -deU -f /usr/src/include/../etc/mtree/BSD.include.dist -p /usr/obj/usr/src/tmp/usr/include cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 cam/*.h /usr/obj/usr/src/tmp/usr/include/cam cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 msdosfs/*.h /usr/obj/usr/src/tmp/usr/include/msdosfs install: msdosfs/*.h: No such file or directory *** Error code 71 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Once again any and all help is appreciated. Wayne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message