From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 20:01:11 2003 Return-Path: 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 4503E37B401 for ; Sat, 7 Jun 2003 20:01:11 -0700 (PDT) Received: from mail.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73E1943FA3 for ; Sat, 7 Jun 2003 20:01:08 -0700 (PDT) (envelope-from jemaxwell@jaymax.com) Received: (qmail 23891 invoked from network); 8 Jun 2003 03:01:07 -0000 Received: from unknown (HELO jaymax.com) (jaymax@[66.93.45.209]) (envelope-sender ) by mail15.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 8 Jun 2003 03:01:07 -0000 Message-ID: <3EE2A74B.DE693C14@jaymax.com> Date: Sat, 07 Jun 2003 20:02:35 -0700 From: Joseph Maxwell X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Jez Hancock References: <20030607175752.1980F37B401@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-questions@freebsd.org Subject: Re: O/S - System upgrade with CVS (Jez Hancock) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2003 03:01:11 -0000 Hi Jez, I have read the Handbook 3rd edition, the cvs man pages, printed the Online Chapter 19 and read them a few times already, although I will admit that not everything is fully clear. However the problem I am experiencing is in the: "make buildworld" stage 4: building libraries causing an error condition cc -O -pipe -I/usr/src/gnu/lib/csu/../../../contrib/gcc/config -I. -DIN_GCC -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-omit-frame-pointer -g0 -DCRT_BEGIN -c -o crtbegin.o /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c *** Signal 10 Stop in /usr/src/gnu/lib/csu. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Where can I find an explanation of the error codes, these are not available in the online manual , are they? at least then I may be able to start deciphering something about the problem. All. I have now is that something is amiss in the crtstuff.c file of which I have 3 on my desk, 1. /usr/local/gcc-3.2.2/gcc/crtstuff.c 2. /usr/src/contrib/gcc/crtstuff.c 3. /usr/home/maxwell/downloads/gcc/nu042803/gcc-3.2.3/gcc/crtstuff.c 1 is a pre - production untarring file, 2 is the one just downloaded via the cvs supfile and 3 the initial download of gcc used in 1, I am assuming, and from all indications it is using #2 . But the error code legend will go a far way for me in figuring out what is going on. Thanks -- Joe -- freebsd-questions-request@freebsd.org wrote: > > ------------------------------ > > Message: 16 > Date: Sat, 7 Jun 2003 12:01:01 +0100 > From: Jez Hancock > Subject: Re: O/S - System upgrade with CVS > To: FreeBSD Users > Message-ID: <20030607110101.GA31314@users.munk.nu> > Content-Type: text/plain; charset=us-ascii > > Hi Joseph, > > On Sat, Jun 07, 2003 at 02:14:38AM -0700, Joseph Maxwell wrote: > > Thanks, xcas, your instructions were clear, succinct and precise, much better than I had encountered elsewhere. > Have you read through the handbook: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ > > especially Chapter 21 - The Cutting Edge: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html > > if not it's worth reading several times before attempting to upgrade > your system (even if you're in the middle of it right now). > > Make sure to to follow the links to the appendices (regarding cvsup and > cvsup tags). > > Regards, > Jez > > ------------------------------ >