From owner-freebsd-current@FreeBSD.ORG Tue Mar 6 19:08:24 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 471EA1065673 for ; Tue, 6 Mar 2012 19:08:24 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 0841F8FC1A for ; Tue, 6 Mar 2012 19:08:24 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:c159:bac:b18f:a901] (unknown [IPv6:2001:7b8:3a7:0:c159:bac:b18f:a901]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id DD4155C37; Tue, 6 Mar 2012 20:08:22 +0100 (CET) Message-ID: <4F5660A5.60707@FreeBSD.org> Date: Tue, 06 Mar 2012 20:08:21 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120229 Thunderbird/11.0 MIME-Version: 1.0 To: "O. Hartmann" References: <4F5636AA.2060703@mail.zedat.fu-berlin.de> In-Reply-To: <4F5636AA.2060703@mail.zedat.fu-berlin.de> X-Enigmail-Version: 1.4a1pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Current FreeBSD Subject: Re: Migrating from FreeBSD 9.0-STABLE/amd to 10.0-CURRENT/amd64? 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, 06 Mar 2012 19:08:24 -0000 On 2012-03-06 17:09, O. Hartmann wrote: ... > Well, I tried to switch by doing a "svn switch" in /usr/src, building a > kernel, restarting the kernel in single user mode and then trying to > build the world. At some point in /usr/src/share (I forgot were exactly, > it was somewhere with lots of locale stuff), the buildworld process > fails so I couldn't build a world. Try doing a fresh checkout instead. And don't try to build the latest head with clang, it's unfortunately broken at the moment. Use r232569 if you want to use clang.