From owner-freebsd-current Fri Feb 18 14:12: 9 2000 Delivered-To: freebsd-current@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 4332937BA5E; Fri, 18 Feb 2000 14:12:05 -0800 (PST) (envelope-from robert@cyrus.watson.org) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.9.3/8.9.3) with SMTP id RAA43586; Fri, 18 Feb 2000 17:12:59 -0500 (EST) (envelope-from robert@cyrus.watson.org) Date: Fri, 18 Feb 2000 17:12:58 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org Reply-To: Robert Watson To: Kris Kennaway Cc: freebsd-current@FreeBSD.org Subject: Re: break in libcrypto? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 18 Feb 2000, Kris Kennaway wrote: > On Fri, 18 Feb 2000, Robert Watson wrote: > > > > What value of -j? I've built fine with -j4 and -j8, but this says that the > > > depend target hadn't run before the all target did. Did you 'make depend' > > > before building? > > > > Nope -- my make was in the top level /usr/src tree, in the form of ``make > > -j 3 all''. It was only after the build failed that I cd'd to the > > directory, looked around, and did a make beforedepend to generate the > > missing include file. I don't know that much about the current build > > infrastructure--was just following Poul's building instructions from > > jail(8). > > You need to make depend first..perhaps the makefile could be improved (I'm > no guru) but I've seen lots of other parts of the tree sporadically break > if you don't do this. Ok, is this a make depend in the top /usr/src, or in directories thjat specifically require it. Or more practically speaking--I want the directions in jail(8) to work every time. :-) How can this be fixed? They currently read: Setting up a Jail Directory Tree This shows how to setup a jail directory tree: D=/here/is/the/jail cd /usr/src make hierarchy DESTDIR=$D make obj make all make install DESTDIR=$D cd etc make distribution DESTDIR=$D NO_MAKEDEV=yes cd $D/dev sh MAKEDEV jail cd $D ln -sf dev/null kernel Robert N M Watson robert@fledge.watson.org http://www.watson.org/~robert/ PGP key fingerprint: AF B5 5F FF A6 4A 79 37 ED 5F 55 E9 58 04 6A B1 TIS Labs at Network Associates, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message