From owner-freebsd-questions@FreeBSD.ORG Wed Aug 30 18:35:18 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 425CF16A4E1 for ; Wed, 30 Aug 2006 18:35:18 +0000 (UTC) (envelope-from freebsdneophyte@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id D211543D88 for ; Wed, 30 Aug 2006 18:35:01 +0000 (GMT) (envelope-from freebsdneophyte@gmail.com) Received: by nf-out-0910.google.com with SMTP id n15so224603nfc for ; Wed, 30 Aug 2006 11:35:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LH0XtTy5qhrTKgPyntEiiWwdz4fVRrzD8xA+UqthAzxYgObK/iZXsUTOBw0okIyM7RQPDtMqRtoK2YHXzuLsMf3vMJTMc4d8O1mZvh+odhuEuBKNLpdIr7ehij4SLOfVFa6ndQ2mgFbjxDskGf7rrSCDbCRpAU7LbP1t2gVEmiY= Received: by 10.48.242.19 with SMTP id p19mr101958nfh; Wed, 30 Aug 2006 11:35:00 -0700 (PDT) Received: by 10.49.26.13 with HTTP; Wed, 30 Aug 2006 11:35:00 -0700 (PDT) Message-ID: <4cfd6b120608301135o4adbe66fi9676607d343fec7b@mail.gmail.com> Date: Wed, 30 Aug 2006 11:35:00 -0700 From: "freebsd neophyte" To: freebsd-questions@freebsd.org, freebsd-questions-local@be-well.ilk.org In-Reply-To: <44k64q9s61.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4cfd6b120608291618r6c6010b2y5379d6a0d527de7e@mail.gmail.com> <44k64q9s61.fsf@be-well.ilk.org> Cc: Subject: Re: problems with creating bind9 under a jail (make: don't know how to make /usr/jail/bind9/usr/lib/libc.a. Stop) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Aug 2006 18:35:18 -0000 On 8/30/06, Lowell Gilbert wrote: > "freebsd neophyte" writes: > > > > ...snip... > > > > ------------------- > > # make world DESTDIR=/usr/jail/bind9 > > > > -------------------------------------------------------------- > >>>> Building an up-to-date make(1) > > -------------------------------------------------------------- > > make: don't know how to make /usr/jail/bind9/usr/lib/libc.a. Stop > > *** Error code 2 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > ------------------------ > > > > ...snip... > > > > Looks like you don't have a full source tree. > What did you mean by "pulled files from an FTP server"? > When you used cvsup, what kind of supfile did you use, > and did you have existing files in the source tree that > you were trying to update? > thanks for the reply. as for pulling from the FTP server. what i wanted to say was that i booted from a CD, but used an FTP server as my install medium. as for cvsup, i used the following: /usr/share/examples/cvsup/stable-supfile. as for the existing source tree, i used sysinstall to add all the sources, and then i used cvsup to update them.