From owner-freebsd-sparc64@FreeBSD.ORG Fri Apr 29 01:56:47 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A0B816A4CE for ; Fri, 29 Apr 2005 01:56:47 +0000 (GMT) Received: from april.chuckr.org (april.chuckr.org [66.92.151.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id C960A43D5A for ; Fri, 29 Apr 2005 01:56:46 +0000 (GMT) (envelope-from chuckr@chuckr.org) Received: from [66.92.151.195] (july.chuckr.org [66.92.151.195]) by april.chuckr.org (Postfix) with ESMTP id 4FBBB11F62 for ; Thu, 28 Apr 2005 21:52:06 -0400 (EDT) Message-ID: <42719447.5030207@chuckr.org> Date: Fri, 29 Apr 2005 01:56:23 +0000 From: Chuck Robey User-Agent: Mozilla Thunderbird 1.0 (X11/20050316) X-Accept-Language: en-us, en MIME-Version: 1.0 To: sparc64@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: install blues: overlays X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 01:56:47 -0000 I'd done a FreeBSD install over the top of the pre-existing OpenBSD install. The way that the FreeBSD install's written, I guess it decided it didn't need or want a new partition, so it didn't erase the existing OpenBSD partitons, it just laid the FreeBSD files over the top of the OpenBSD files. When I booted tcsh, I get this error: (note the slightly fancy prompt is my business, not FreeBSD's.) september:root:/usr/src:#40#tcsh Message Catalog System: corrupt file.Message Catalog System: corrupt file.september:root:/usr/src:#28# See the error "Message Catalog System: corrupt file" ... I figure it's caused by the file overlaysr/lib probably. somehow. I tried doing a buildworld over the top of it, to find out where it all came from, because the alternative fix is very difficult to think about.