Date: Tue, 10 Jun 1997 15:30:09 +0000 (GMT) From: spork <spork@super-g.com> To: questions@freebsd.org Cc: stable@freebsd.org Subject: My source tree is broken Message-ID: <Pine.BSF.3.95q.970610152312.26765A-100000@super-g.inch.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95q.970610152312.26765A-100000>