From owner-freebsd-current@FreeBSD.ORG Thu Nov 4 12:03:09 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AF2016A4CE for ; Thu, 4 Nov 2004 12:03:09 +0000 (GMT) Received: from lara.cc.fer.hr (lara.cc.fer.hr [161.53.72.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A93943D68 for ; Thu, 4 Nov 2004 12:03:08 +0000 (GMT) (envelope-from ivoras@fer.hr) Received: from [127.0.0.1] (localhost.cc.fer.hr [127.0.0.1]) by lara.cc.fer.hr (8.13.1/8.13.1) with ESMTP id iA4C35Fw098163 for ; Thu, 4 Nov 2004 13:03:06 +0100 (CET) (envelope-from ivoras@fer.hr) Message-ID: <418A1A79.5000708@fer.hr> Date: Thu, 04 Nov 2004 13:03:05 +0100 From: Ivan Voras User-Agent: Mozilla Thunderbird 0.8 (X11/20041021) X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@freebsd.org References: <200411041552.49345.brian@bee-s.com> In-Reply-To: <200411041552.49345.brian@bee-s.com> X-Enigmail-Version: 0.85.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: make world DESTDIR=/jail fails X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 12:03:09 -0000 Andrew Leikand wrote: > Hello all! > > I'm trying to make jail work on a FreeBSD 5.3-RC2 > According to the man jail(8)the first step is > cd /usr/src && make world DESTDIR=/jail > At stage "1.2: bootstrap tools" i'm getting error: > > cc -O -pipe -I/usr/obj/usr/src/i386/legacy/usr/include > -c /usr/src/games/fortune/strfile/strfile.c > make: don't know how to make /jail/usr/lib/libc.a. Stop > *** Error code 2 Me too. Either something's broken or the man page should be updated. Doing separate 'make buildworld' and then 'make installworld DESTDIR=...' works ok.