From owner-freebsd-current@FreeBSD.ORG Mon Sep 8 18:54:50 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A6661065686 for ; Mon, 8 Sep 2008 18:54:50 +0000 (UTC) (envelope-from ipfreak@yahoo.com) Received: from web52107.mail.re2.yahoo.com (web52107.mail.re2.yahoo.com [206.190.48.110]) by mx1.freebsd.org (Postfix) with SMTP id B1ED18FC14 for ; Mon, 8 Sep 2008 18:54:49 +0000 (UTC) (envelope-from ipfreak@yahoo.com) Received: (qmail 25259 invoked by uid 60001); 8 Sep 2008 18:28:09 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=uJxRAK8PyaHJNyuuqBPDdXaKSjwAkXN0Nxn0phL+EPLJptHe9yofUtkmIFxJhdVOYNrrsPkdgtgRFxq4TwZzZp5wcptY/1zJwvt6C1auHmyu1UHfaJb3ATLYQ8xJbd6btg9UTPi+XXfs2fRbRGhnNHE+cv4pE8sn1UbG7ywixqs=; X-YMail-OSG: bIsaZp0VM1nSGwtpZV4eY7R6Tqk392g.DnuhkRIuuzbIHj_9phzqlUZT22Ynz2sdhOytpr1a0pBhoQZl4fxb4jgzFshDkaM2YZ8GyeOpUHi0tt3kKWMhCBNib8TViVdLwg-- Received: from [209.22.88.90] by web52107.mail.re2.yahoo.com via HTTP; Mon, 08 Sep 2008 11:28:09 PDT X-Mailer: YahooMailWebService/0.7.218.2 Date: Mon, 8 Sep 2008 11:28:09 -0700 (PDT) From: gahn To: free bsd , freebsd general questions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <866800.25036.qm@web52107.mail.re2.yahoo.com> Cc: Subject: freebsd 7.0 and jail X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ipfreak@yahoo.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2008 18:54:50 -0000 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