From owner-freebsd-stable Tue Jun 10 12:20:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA25856 for stable-outgoing; Tue, 10 Jun 1997 12:20:51 -0700 (PDT) Received: from super-g.inch.com (super-g.com [204.178.32.161]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA25842; Tue, 10 Jun 1997 12:20:25 -0700 (PDT) Received: from localhost (spork@localhost) by super-g.inch.com (8.8.5/8.6.9) with SMTP id PAA26829; Tue, 10 Jun 1997 15:30:10 GMT Date: Tue, 10 Jun 1997 15:30:09 +0000 (GMT) From: spork X-Sender: spork@super-g.inch.com To: questions@freebsd.org cc: stable@freebsd.org Subject: My source tree is broken Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I've reinstalled and cvsup-ed my source tree to RELENG_2_2, and I'm getting errors like so: In file included from /usr/src/usr.bin/make/make.h:67, from /usr/src/usr.bin/make/lst.lib/lstInt.h:47, from /usr/src/usr.bin/make/lst.lib/lstSucc.c:48: /usr/include/unistd.h:39: sys/cdefs.h: No such file or directory /usr/include/unistd.h:40: sys/types.h: No such file or directory /usr/include/unistd.h:41: sys/unistd.h: No such file or directory In file included from /usr/src/usr.bin/make/make.h:70, from /usr/src/usr.bin/make/lst.lib/lstInt.h:47, from /usr/src/usr.bin/make/lst.lib/lstSucc.c:48: /usr/src/usr.bin/make/lst.h:50: sys/param.h: No such file or directory mkdep: compile failed. *** Error code 1 Stop. If I look around, I see for example a cdefs.h in /usr/src/sys/sys/cdefs.h... which is the same place I find it on a working machine. So it appears the "nonexistent" files are here, but they're not being found. Compiling anything else yields similar results, so it seems to be a global problem, and probably a really dumb one at that... What am I screwing up? Thanks, Charles