From owner-freebsd-questions@FreeBSD.ORG Tue Sep 9 15:41:38 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FB5F1065678; Tue, 9 Sep 2008 15:41:38 +0000 (UTC) (envelope-from oliver@nemesis.charlie.mouhaha.de) Received: from nemesis.charlie.mouhaha.de (nemesis.charlie.mouhaha.de [78.47.10.193]) by mx1.freebsd.org (Postfix) with ESMTP id AA0678FC19; Tue, 9 Sep 2008 15:41:37 +0000 (UTC) (envelope-from oliver@nemesis.charlie.mouhaha.de) Received: from localhost (nemesis.charlie.mouhaha.de [78.47.10.193]) by nemesis.charlie.mouhaha.de (Postfix) with ESMTP id 580BE423B9; Tue, 9 Sep 2008 16:41:36 +0100 (BST) X-Virus-Scanned: amavisd-new at mouhaha.de Received: from nemesis.charlie.mouhaha.de ([78.47.10.193]) by localhost (nemesis.charlie.mouhaha.de [78.47.10.193]) (amavisd-new, port 10024) with ESMTP id DdPhYOtGwU4G; Tue, 9 Sep 2008 16:41:23 +0100 (BST) Received: by nemesis.charlie.mouhaha.de (Postfix, from userid 1001) id 9F3EE42389; Tue, 9 Sep 2008 16:41:23 +0100 (BST) Date: Tue, 9 Sep 2008 16:41:23 +0100 From: Oliver Peter To: gahn Message-ID: <20080909154122.GE10842@nemesis.frida.mouhaha.de> References: <866800.25036.qm@web52107.mail.re2.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <866800.25036.qm@web52107.mail.re2.yahoo.com> X-Operating-System: FreeBSD 7.0-RELEASE-p3 amd64 User-Agent: Mutt/1.5.18 (2008-05-17) Cc: free bsd , freebsd general questions Subject: Re: freebsd 7.0 and jail 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: Tue, 09 Sep 2008 15:41:38 -0000 On Mon, Sep 08, 2008 at 11:28:09AM -0700, gahn wrote: > Hello: > > I am trying to build jails on 7.0 system and got errors: > > ///////////////////////////////////////////// > > >>> Installing everything > -------------------------------------------------------------- > cd /usr/src; make -f Makefile.inc1 install > ===> share/info (install) > ===> lib (install) > ===> lib/csu/i386-elf (install) > gcc -O2 -fno-strict-aliasing -pipe -I/usr/src/lib/csu/i386-elf/../common -I/usr/src/lib/csu/i386-elf/../../libc/include -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c crt1.c > gcc:No such file or directory > *** Error code 1 > > Stop in /usr/src/lib/csu/i386-elf. > *** Error code 1 > > Stop in /usr/src/lib. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > /////////////////////////////////// > > looks like the code of jail is broken, did anyone have similar problem? > > I am working in an environment that is able to use "freebsd-update" script. Check your date: http://unix.derkeiler.com/Mailing-Lists/FreeBSD/stable/2003-05/0059.html Btw. you don't have to build jails by yourself. You can use sysutils/ezjail to install, update and manage your jails. ezjail can use source or the prebuilt ftp packages to setup the jail. http://erdgeist.org/arts/software/ezjail/ Great piece of software. -- Oliver PETER, email: oliver@peter.de.com, ICQ# 113969174 "If it feels good, you're doing something wrong." -- Coach McTavish