From owner-freebsd-questions@FreeBSD.ORG Wed Sep 10 13:47:01 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 DE6E71065675 for ; Wed, 10 Sep 2008 13:47:01 +0000 (UTC) (envelope-from ipfreak@yahoo.com) Received: from web52106.mail.re2.yahoo.com (web52106.mail.re2.yahoo.com [206.190.48.109]) by mx1.freebsd.org (Postfix) with SMTP id 8829A8FC1E for ; Wed, 10 Sep 2008 13:47:01 +0000 (UTC) (envelope-from ipfreak@yahoo.com) Received: (qmail 36201 invoked by uid 60001); 10 Sep 2008 13:47:01 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=6GmM6NHwhQsXwWIMTIZcDb4Zp1XRUvtxCr3ef22RG5MBYC9sbG9SBs8EVgkmjfOyl1GD7Vbc6MZmFMrSMllZI0dXUQLXRQy2J9Dmhg6oZ+HP3Yl/fpV1BoL0X6I71CYxVgK5Tp1iRYOlkJH1YEh+hn224SzTyZObr1T5XhT71gs=; Received: from [209.22.88.90] by web52106.mail.re2.yahoo.com via HTTP; Wed, 10 Sep 2008 06:47:00 PDT X-Mailer: YahooMailWebService/0.7.218.2 Date: Wed, 10 Sep 2008 06:47:00 -0700 (PDT) From: gahn To: Primeroz lists In-Reply-To: <55b8c6fe0809100151n5f1e100w1314531fa50ffe55@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <27753.35222.qm@web52106.mail.re2.yahoo.com> 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 Reply-To: ipfreak@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2008 13:47:02 -0000 thanks for the advice. it worked out after i did "make world ..." first, then "make installworld ..". it doesn't work if one just do "make installworld ..." best --- On Wed, 9/10/08, Primeroz lists wrote: > From: Primeroz lists > Subject: Re: freebsd 7.0 and jail > To: ipfreak@yahoo.com > Cc: "free bsd" , "freebsd general questions" > Date: Wednesday, September 10, 2008, 1:51 AM > Make sure your buildworld /usr/obj is updated. Good idea is > to erase your > /usr/obj and buildworld again before going on with the > jails. > > fc > > On Mon, Sep 8, 2008 at 7:28 PM, 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. > > > > Thanks in Advance > > > > > > > > > > > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org" > >