From owner-freebsd-stable Wed Mar 10 15:18:25 1999 Delivered-To: freebsd-stable@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 5F18C14C58 for ; Wed, 10 Mar 1999 15:18:17 -0800 (PST) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.1/8.9.1) with ESMTP id PAA13336; Wed, 10 Mar 1999 15:17:57 -0800 (PST) (envelope-from jdp@polstra.com) From: John Polstra Received: (from jdp@localhost) by vashon.polstra.com (8.9.2/8.9.1) id PAA56028; Wed, 10 Mar 1999 15:17:56 -0800 (PST) (envelope-from jdp@polstra.com) Date: Wed, 10 Mar 1999 15:17:56 -0800 (PST) Message-Id: <199903102317.PAA56028@vashon.polstra.com> To: billh@directlink.net Subject: Re: make depend fails In-Reply-To: <36E4A672.556FF610@directlink.net> Organization: Polstra & Co., Seattle, WA Cc: stable@freebsd.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <36E4A672.556FF610@directlink.net>, Bill Hamilton wrote: > When I do a make depend on cvsup of 3.1 yesterday, I got: > In file included from pam_cleartext_pass_ok.c:33: > /usr/src/lib/libpam/modules/pam_cleartext_pass_ok/../../../../contrib/libpam/libpam/include/security/pam_modules.h:43: > linker_set.h: No such file or directory > mkdep: compile failed > > What caused this? That file is a symbolic link in "/usr/include" pointing to "sys/linker_set.h". You don't have it -- probably because the "make includes" step didn't get run. Just use "make buildworld" or "make world" in "/usr/src", and it should work fine. Typing "make depend" in isolation isn't supported because it can cause this kind of problem. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Nobody ever went broke underestimating the taste of the American public." -- H. L. Mencken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message