From owner-freebsd-questions Sun Jan 18 22:17:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA29374 for questions-outgoing; Sun, 18 Jan 1998 22:17:53 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from aenima.unixgeeks.net (obanta@aenima.unixgeeks.net [207.140.121.237]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA29364 for ; Sun, 18 Jan 1998 22:17:42 -0800 (PST) (envelope-from obanta@aenima.unixgeeks.net) Received: (from obanta@localhost) by aenima.unixgeeks.net (8.8.8/8.8.7) id AAA08777 for questions@freebsd.org; Mon, 19 Jan 1998 00:16:45 -0600 (CST) (envelope-from obanta) From: Oliver Banta Message-Id: <199801190616.AAA08777@aenima.unixgeeks.net> Subject: make depend in /usr/src To: questions@FreeBSD.ORG Date: Mon, 19 Jan 1998 00:16:44 -0600 (CST) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hello, I'm just curious if `make depend` in /usr/src is supposed to be broken? I've ran it everytime I've made world since installing 2.2.1 and it has always worked until recently. From the makefile, it appears make world does the necessary dependencies, but I thought I would check to be sure. The error I get is: > ===> usr.bin/ncal > rm -f .depend > mkdep -f .depend -a ncal.c > ncal.c:32: calendar.h: No such file or directory > mkdep: compile failed > *** Error code 1 calendar.h exists on my system at the following locations: > /usr/src/lib/libcalendar/calendar.h > /usr/src/usr.bin/calendar/calendar.h (They are not identical). I can give diff output on request... P.S. I rm'ed the entire /usr/src tree yesterday and cvsup'ed for 4 hours over my slow modem connection to make sure it wasn't my source tree that was hosed. I get the exact same error. Thanks, -- Oliver Banta | Computer Engineering Major at UNL - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - "Software is like sex, it's better when it's free" - Linus Torvalds