From owner-freebsd-stable@FreeBSD.ORG Wed Sep 10 15:10:01 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 31867106567C for ; Wed, 10 Sep 2008 15:10:01 +0000 (UTC) (envelope-from besko@msu.edu) Received: from sys24.mail.msu.edu (sys24.mail.msu.edu [35.9.75.124]) by mx1.freebsd.org (Postfix) with ESMTP id EC7518FC1B for ; Wed, 10 Sep 2008 15:10:00 +0000 (UTC) (envelope-from besko@msu.edu) Received: from user-718268.user.msu.edu ([35.10.4.118]) by sys24.mail.msu.edu with esmtpsa (Exim 4.63 #1) (TLSv1:AES256-SHA:256) id 1KdRKP-0000XA-82; Wed, 10 Sep 2008 11:09:57 -0400 Message-ID: <48C7E342.6040300@msu.edu> Date: Wed, 10 Sep 2008 11:09:54 -0400 From: Lisa Besko User-Agent: Thunderbird 2.0.0.14 (X11/20080613) MIME-Version: 1.0 To: Jeremy Chadwick References: <48C7D925.8090108@msu.edu> <20080910145748.GA4295@icarus.home.lan> In-Reply-To: <20080910145748.GA4295@icarus.home.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus: None found by Clam AV 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 Reply-To: besko@msu.edu 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 15:10:01 -0000 Jeremy, Thanks that helped alot. I used portsnap to update my ports tree then rebuilt ezm3 and cvsup and life is much better. Thanks for the pointer. LB Jeremy Chadwick wrote: > 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. > > I can see how the PR is confusing in this regard. The problem is with > ezm3 (the Modula3 software), which cvsup relies on, and not really with > cvsup itself. > > The patches in the PR (from jkoshky@) are for the ports/lang/ezm3 > software. Those patches were added to the lang/ezm3 port about 3 > weeks ago: > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/ezm3/Makefile.diff?r1=1.18;r2=1.19;f=h > http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/ezm3/files/extra-patch-fcntl > > Are you at all able to update your ports tree using csup, even if just > temporarily? If so, the patches should get pulled down, and all you > have to do is: > > * pkg_delete cvsup-without-gui and ezm3 from your system (use pkg_info > to find out what their exact names are, then pkg_delete them) > > Then: > > # cd /usr/ports/lang/ezm3 > # make clean > # cd /usr/ports/net/cvsup-without-gui > # make clean && make && make install > > If you cannot update your ports tree, you'll have to download these > two files: > > http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/ports/lang/ezm3/Makefile?rev=1.19;content-type=text%2Fplain > http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/ports/lang/ezm3/files/extra-patch-fcntl?rev=1.1;content-type=text%2Fplain > > Take the first URL and save it as /usr/ports/lang/ezm3/Makefile > > Take the second URL and save it as /usr/ports/lang/ezm3/files/extra-patch-fcntl > > Then follow the same steps I listed above (starting with the > pkg_delete). > > Hope this helps. >