From owner-freebsd-security@FreeBSD.ORG Wed Nov 24 15:19:52 2004 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 294CD16A4CE for ; Wed, 24 Nov 2004 15:19:52 +0000 (GMT) Received: from update.ods.org (221056.ds.nac.net [66.246.72.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9927443D66 for ; Wed, 24 Nov 2004 15:19:51 +0000 (GMT) (envelope-from jd@ods.org) Received: from localhost (221056.ds.nac.net [127.0.0.1]) by update.ods.org (Postfix) with ESMTP id D69CCB4881; Wed, 24 Nov 2004 10:19:50 -0500 (EST) Received: from update.ods.org ([127.0.0.1]) by localhost (update.ods.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 58522-06; Wed, 24 Nov 2004 10:19:44 -0500 (EST) Received: from [10.0.2.15] (unknown [66.246.72.188]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by update.ods.org (Postfix) with ESMTP id 6F01DB3341; Wed, 24 Nov 2004 10:19:44 -0500 (EST) Date: Wed, 24 Nov 2004 10:11:47 -0500 From: Jason DiCioccio To: Paulo Fragoso , freebsd-security@freebsd.org Message-ID: In-Reply-To: <41A4A505.5070808@nlink.com.br> References: <41A4A505.5070808@nlink.com.br> X-Mailer: Mulberry/3.1.3 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: amavisd-new at ods.org X-Mailman-Approved-At: Thu, 25 Nov 2004 13:23:04 +0000 Subject: Re: Jail fails X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Security issues [members-only posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2004 15:19:52 -0000 Greetings --On Wednesday, November 24, 2004 12:13:09 -0300 Paulo Fragoso wrote: > Hi, > > We are trying to create a jail with FreeBSD 5.3 but it's fails with this > 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 /j/usr/lib/libc.a. Stop > *** Error code 2 > > We are excuting those command in /usr/src: > > export D=/j > make world DESTDIR=$D > try: env DESTDIR=$D make world It's a weird bug(?) that I believe is being worked on. Regards, -JD-