From owner-freebsd-questions@FreeBSD.ORG Sun Mar 6 16:11:36 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C73F416A4CE for ; Sun, 6 Mar 2005 16:11:36 +0000 (GMT) Received: from mail.24host.ru (mail.24host.ru [217.23.142.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D3E643D49 for ; Sun, 6 Mar 2005 16:11:36 +0000 (GMT) (envelope-from home@const.ru) Received: from [213.221.4.130] (helo=saturn) by mail.24host.ru with asmtp (Exim 4.30) id 1D7yLi-0000R5-MA for questions@FreeBSD.org; Sun, 06 Mar 2005 19:11:22 +0300 X-AntiVirus: Checked by Dr.Web [version: 4.32b, engine: 4.32b, virus records: 67360, updated: 5.03.2005] Message-ID: <000801c52267$34e117f0$0200a8c0@saturn> From: "Constantin Khatskevich" To: Date: Sun, 6 Mar 2005 19:11:49 +0300 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: 5.3 & jail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2005 16:11:37 -0000 Hello! I need help. I try to make jail: make world DESTDIR=3D....=20 but got message, which description I found in /usr/src/UPDATING=20 20010919: There's a bug in the world build process. The cross-tools are build with the NEW headers, but the OLD libc.a. This leads to all kinds of problems with the new libc. A temporary workaround is to add CFLAGS=3D"-O -pipe -D_OLD_STDIO" before building world when upgrading from 4.x to current. This can be removed afterwards. A proper fix to the buildworld target is needed. Then I add -D_OLD_STDIO to the /etc/make.conf: CFLAGS=3D -O -pipe -D_OLD_STDIO But I get this error again. Tell me please? what can I do? Konstantin