From owner-freebsd-questions@FreeBSD.ORG Wed May 18 19:04:11 2011 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 DAE32106564A for ; Wed, 18 May 2011 19:04:11 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout018.mac.com (asmtpout018.mac.com [17.148.16.93]) by mx1.freebsd.org (Postfix) with ESMTP id C3D598FC16 for ; Wed, 18 May 2011 19:04:11 +0000 (UTC) MIME-version: 1.0 Content-type: text/plain; charset=koi8-r Received: from cswiger1.apple.com ([17.209.4.71]) by asmtp018.mac.com (Oracle Communications Messaging Exchange Server 7u4-20.01 64bit (built Nov 21 2010)) with ESMTPSA id <0LLE00DGUNMD8050@asmtp018.mac.com> for freebsd-questions@FreeBSD.ORG; Wed, 18 May 2011 12:03:49 -0700 (PDT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.4.6813,1.0.148,0.0.0000 definitions=2011-05-18_06:2011-05-18, 2011-05-18, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1012030000 definitions=main-1105180131 From: Chuck Swiger X-Priority: 3 (Normal) In-reply-to: <1857504788.20110518220129@yandex.ru> Date: Wed, 18 May 2011 12:03:49 -0700 Content-transfer-encoding: quoted-printable Message-id: <469A67A7-8F08-4A02-8AB2-03019FDE5065@mac.com> References: <1857504788.20110518220129@yandex.ru> To: =?utf-8?B?0JrQvtC90YzQutC+0LIg0JXQstCz0LXQvdC40Lk=?= X-Mailer: Apple Mail (2.1084) Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to update build tools 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, 18 May 2011 19:04:11 -0000 On May 18, 2011, at 12:01 PM, =EB=CF=CE=D8=CB=CF=D7 =E5=D7=C7=C5=CE=C9=CA = wrote: > I am compile freebsd from source, but get error 2 > some time ago somebody advice me to update build tools or etc. > But I do not remember ( >=20 > please remind me which command to use to update build tools? cd /usr/src ; make buildworld (See /usr/src/UPDATING and/or the FreeBSD Handbook....) Regards, --=20 -Chuck