From owner-freebsd-stable@FreeBSD.ORG Wed Sep 10 14:56:41 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D0401065672 for ; Wed, 10 Sep 2008 14:56:41 +0000 (UTC) (envelope-from ip@doom.ctinet.ru) Received: from hosting.ctinet.ru (hosting.ctinet.ru [213.159.69.2]) by mx1.freebsd.org (Postfix) with ESMTP id B5A5D8FC12 for ; Wed, 10 Sep 2008 14:56:40 +0000 (UTC) (envelope-from ip@doom.ctinet.ru) Received: from doom.ctinet.ru (doom.ctinet.ru [213.159.64.57]) (authenticated bits=0) by hosting.ctinet.ru (8.14.2/8.14.2) with ESMTP id m8AEuc0Y036459 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 10 Sep 2008 18:56:38 +0400 (MSD) (envelope-from ip@doom.ctinet.ru) Received: from doom.ctinet.ru (localhost [127.0.0.1]) by doom.ctinet.ru (8.14.3/8.14.3) with ESMTP id m8AEuctI025710; Wed, 10 Sep 2008 18:56:38 +0400 (MSD) (envelope-from ip@doom.ctinet.ru) Received: (from ip@localhost) by doom.ctinet.ru (8.14.3/8.14.3/Submit) id m8AEubt4025709; Wed, 10 Sep 2008 18:56:37 +0400 (MSD) (envelope-from ip) Date: Wed, 10 Sep 2008 18:56:37 +0400 From: Igor Pokrovsky To: Lisa Besko Message-ID: <20080910145637.GA25667@doom.ctinet.ru> References: <48C7D925.8090108@msu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48C7D925.8090108@msu.edu> User-Agent: Mutt/1.4.2.3i Cc: freebsd-stable@freebsd.org Subject: Re: Fixing cvsup bus error X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2008 14:56:41 -0000 On Wed, Sep 10, 2008 at 10:26:45AM -0400, Lisa Besko wrote: > I'm getting the bus error mentioned in PR bin/124353 and I need a bit > more detail on how to apply the patch. > > Right now I'm getting the following error when I try to do a make on > cvsup-without-gui: > > Fatal Error: bad version stamps: SupTCP.m3 > > I put the changes in the > /usr/local/lib/m3/pkg/m3core/src/unix/freebsd-4.amd64/Unix.i3 file > > I created the file > /usr/local/lib/m3/pkg/m3core/src/runtime/FBSD_AMD64/RTHeapDepC.c since > it didn't exist on my system. > > I'm running 6.4-PRERELEASE > > I am not clear on where I should be making these changes or when I > should make them so if someone would be kind enough to point me in the > correct direction I would appreciate it. FYI there is a program called csup in base system which implements probably all aspects of cvsup. -ip