From owner-freebsd-current@FreeBSD.ORG Tue May 29 10:25:40 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BC5551065672 for ; Tue, 29 May 2012 10:25:40 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) by mx1.freebsd.org (Postfix) with ESMTP id 671888FC14 for ; Tue, 29 May 2012 10:25:40 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id 9DA9314E777E; Tue, 29 May 2012 12:25:38 +0200 (CEST) X-Virus-Scanned: amavisd-new at server.mypc.hu Received: from server.mypc.hu ([127.0.0.1]) by server.mypc.hu (server.mypc.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id CU9gCiwCH1sD; Tue, 29 May 2012 12:25:38 +0200 (CEST) Received: from [192.168.1.117] (catv-80-98-232-12.catv.broadband.hu [80.98.232.12]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id 06CFB14E76D9; Tue, 29 May 2012 12:25:38 +0200 (CEST) Message-ID: <4FC4A41D.2000509@FreeBSD.org> Date: Tue, 29 May 2012 12:25:33 +0200 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120328 Thunderbird/13.0a2 MIME-Version: 1.0 To: =?UTF-8?B?5bGx6LC35bSH5Y+y?= References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-current@freebsd.org, Oleg Moskalenko Subject: Re: CURRENT: buildworld fails X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2012 10:25:40 -0000 On 2012.05.29. 5:44, 山谷崇史 wrote: > I had same problem, but I resolved it. > > Maybe, your sort (/usr/bin/sort) is broken. > > cd /usr/src > make update > cd usr.bin/sort > make obj depend all install > > Then, sort is changed. > > make cleandir cleandir > make buildworld Could you please elaborate it a bit? From your mail it is not clear where did things break and what kind of error did you see and how you actually solved it. Thanks, Gabor