From owner-freebsd-stable Fri Feb 6 16:30:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA28827 for stable-outgoing; Fri, 6 Feb 1998 16:30:03 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from luke.cpl.net (luke.cpl.net [209.150.73.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA28757 for ; Fri, 6 Feb 1998 16:29:58 -0800 (PST) (envelope-from shawn@luke.cpl.net) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.8/8.6.12) with SMTP id QAA01137 for ; Fri, 6 Feb 1998 16:28:50 -0800 (PST) Date: Fri, 6 Feb 1998 16:28:50 -0800 (PST) From: Shawn Ramsey To: stable@FreeBSD.ORG Subject: compile error Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe stable" I am getting the following error on a make world with 2_2_RELENG if test -d /disk2/usr/src/include.i386; then echo "===> include.i386"; edir=in clude.i386; cd /disk2/usr/src/${edir}; else echo "===> include"; edir=includ e; cd /disk2/usr/src/${edir}; fi; /usr/obj/disk2/usr/src/tmp/usr/bin/make cle andir DIRPRFX=${edir}/ ===> include.i386 cd: can't cd to /disk2/usr/src/include.i386 *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. /usr/src is a symbolic link to /disk/usr/src. I don't think that has anything to do with this... after this happened, I also tried re-cvsup'ing the entire source tree. Same results. Any ideas how to fix this? Thanks.