From owner-freebsd-security@FreeBSD.ORG Wed Nov 24 18:51:35 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 6CB2216A4CE for ; Wed, 24 Nov 2004 18:51:35 +0000 (GMT) Received: from smtp.nlink.com.br (smtp.nlink.com.br [201.12.59.3]) by mx1.FreeBSD.org (Postfix) with SMTP id F3BF243D2D for ; Wed, 24 Nov 2004 18:51:33 +0000 (GMT) (envelope-from paulo@nlink.com.br) Received: (qmail 70422 invoked from network); 24 Nov 2004 18:51:32 -0000 Received: from unknown (HELO ?201.12.59.126?) (paulo@intra.nlink.com.br@201.12.59.126) by smtp.nlink.com.br with SMTP; 24 Nov 2004 18:51:32 -0000 Message-ID: <41A4D82E.9070602@nlink.com.br> Date: Wed, 24 Nov 2004 15:51:26 -0300 From: Paulo Fragoso User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jason DiCioccio References: <41A4A505.5070808@nlink.com.br> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-security@freebsd.org 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 18:51:35 -0000 Jason DiCioccio wrote, On 24/11/2004 12:11: > 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. It's working now, thanks. (off topic) We have a similar problem with BATCH=YES using ports, after 5.2.1-RELEASE (not included) we are using: export BATCH=yes && make install instead BATCH=yes in main Makefile, sounds like a make problem. Paulo. > > Regards, > -JD-