From owner-freebsd-questions@FreeBSD.ORG Wed Sep 10 09:13:24 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 6EFBA1065673 for ; Wed, 10 Sep 2008 09:13:24 +0000 (UTC) (envelope-from primeroz.lists@googlemail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.26]) by mx1.freebsd.org (Postfix) with ESMTP id EC11B8FC19 for ; Wed, 10 Sep 2008 09:13:23 +0000 (UTC) (envelope-from primeroz.lists@googlemail.com) Received: by ey-out-2122.google.com with SMTP id 6so982465eyi.7 for ; Wed, 10 Sep 2008 02:13:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=f4/mGmzbGmJIHl7BybYPkSzXsqxfKPCSbOI606EoVWs=; b=qXd7mTOllJj216TbrpCEsF9D0S/Oa9t/YIBrreVyFUYpoQnXSuRikZDuLdLk/GxNzs TwZolVSnBEHx3OH1yt5TIjfVIFgcne7jKmgZNN5cv/nBPKH7Z1OnnO4dJJWfI6YjUQoM jXPznPChf/y1zzoaFBRYN+escCUq9X+DO3P+w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=fIGU4EVs9P+lxrxrceRRcjMRkZA5ESJ0KhSdwLDigam0euesHvuqDNSrqhUwuEoGsy 2G4cGxriyuJPizsbOsWHlNZ7HpNd2lvxFwzQZ8oieM4IZa/K+27NXK9l/zwjSp7dmYJe T+QkSk5IQnmH0AhTWpdTvpkmEOfMYAJIZlJVk= Received: by 10.210.45.17 with SMTP id s17mr1078545ebs.192.1221036672684; Wed, 10 Sep 2008 01:51:12 -0700 (PDT) Received: by 10.210.27.10 with HTTP; Wed, 10 Sep 2008 01:51:12 -0700 (PDT) Message-ID: <55b8c6fe0809100151n5f1e100w1314531fa50ffe55@mail.gmail.com> Date: Wed, 10 Sep 2008 09:51:12 +0100 From: "Primeroz lists" To: ipfreak@yahoo.com In-Reply-To: <866800.25036.qm@web52107.mail.re2.yahoo.com> MIME-Version: 1.0 References: <866800.25036.qm@web52107.mail.re2.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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: Wed, 10 Sep 2008 09:13:24 -0000 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" >