From owner-freebsd-bugs Fri Sep 15 6:50: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D32EA37B422 for ; Fri, 15 Sep 2000 06:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA65177; Fri, 15 Sep 2000 06:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 15 Sep 2000 06:50:02 -0700 (PDT) Message-Id: <200009151350.GAA65177@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Chris D. Faulhaber" Subject: Re: misc/21287: "make all" for a jail build fails at lib/libpam/modules/pam_ssh Reply-To: "Chris D. Faulhaber" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/21287; it has been noted by GNATS. From: "Chris D. Faulhaber" To: sketchy@weirdo.netcraft.com Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: misc/21287: "make all" for a jail build fails at lib/libpam/modules/pam_ssh Date: Fri, 15 Sep 2000 09:42:58 -0400 (EDT) On Fri, 15 Sep 2000, Jonathan Perkin wrote: > D=/here/is/the/jail > cd /usr/src > make hierarchy DESTDIR=$D > make obj > make depend > make all > My question is why would the build sequence be different for a jail. For my jails, I use a standard build/installworld combination (with proper options set, such as NO_MAKEDEV). Perhaps something like the following patch should be applied: Index: jail.8 =================================================================== RCS file: /home/ncvs/src/usr.sbin/jail/jail.8,v retrieving revision 1.15 diff -u -r1.15 jail.8 --- jail.8 2000/07/08 14:12:34 1.15 +++ jail.8 2000/09/15 13:41:42 @@ -61,10 +61,8 @@ D=/here/is/the/jail cd /usr/src make hierarchy DESTDIR=$D -make obj -make depend -make all -make install DESTDIR=$D +make buildworld +make installworld DESTDIR=$D cd etc make distribution DESTDIR=$D NO_MAKEDEV=yes cd $D/dev ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message