Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Mar 1999 15:17:56 -0800 (PST)
From:      John Polstra <jdp@polstra.com>
To:        billh@directlink.net
Cc:        stable@freebsd.org
Subject:   Re: make depend fails
Message-ID:  <199903102317.PAA56028@vashon.polstra.com>
In-Reply-To: <36E4A672.556FF610@directlink.net>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <36E4A672.556FF610@directlink.net>,
Bill Hamilton  <billh@directlink.net> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903102317.PAA56028>