From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 15:23:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 C8F2F16A41F for ; Wed, 21 Dec 2005 15:23:42 +0000 (GMT) (envelope-from tofik@oxygen.az) Received: from mail.alkar.net (mail.alkar.net [195.248.191.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20DEA43D55 for ; Wed, 21 Dec 2005 15:23:41 +0000 (GMT) (envelope-from tofik@oxygen.az) Received: from [213.227.193.75] (HELO [192.168.0.177]) by mail.alkar.net (CommuniGate Pro SMTP 4.3.9) with ESMTP id 415565447; Wed, 21 Dec 2005 17:23:40 +0200 Message-ID: <43A98FB0.3040600@oxygen.az> Date: Wed, 21 Dec 2005 17:24:00 +0000 From: Tofik Suleymanov User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Justin Pessa References: <906c85330512171635h11af4f30q6567f7eff29d5bef@mail.gmail.com> In-Reply-To: <906c85330512171635h11af4f30q6567f7eff29d5bef@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Problems rebuilding world 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, 21 Dec 2005 15:23:42 -0000 Justin Pessa wrote: >I'm rebuilding world to upgrade from 5.4 to 6.0 on my laptop. The >original build worked find then crapped out when running install world >with an error saying that /usr/share/locale/uk_UA.CP1251/LC_COLLATE >could not be found. So now I can't load any additional applications >because almost everything segfaults. > >I removed my /usr/src directory and cvsup'd everything fresh. I can >build my 6.0 kernel without problem but I get the following make error >when building world: > > > Maybe try to 'rm -rf /usr/obj/*' also before buildworld ?