From owner-freebsd-questions Sun Jan 19 12:42:39 2003 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 3C9E637B401 for ; Sun, 19 Jan 2003 12:42:37 -0800 (PST) Received: from mailgate1.sover.net (mailgate1.sover.net [209.198.87.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5161143ED8 for ; Sun, 19 Jan 2003 12:42:36 -0800 (PST) (envelope-from reytech@sover.net) Received: from granite.sover.net (granite.sover.net [209.198.87.33]) by mailgate1.sover.net (8.11.6/8.11.6) with ESMTP id h0JKg8T22140; Sun, 19 Jan 2003 15:42:11 -0500 (EST) Date: Sun, 19 Jan 2003 15:42:08 -0500 (EST) From: "Stephen D. Kingrea" To: Giorgos Keramidas Cc: freebsd-questions@FreeBSD.org Subject: Re: code 1 error on kernel compile (solved) In-Reply-To: <20030119160126.GA5595@gothmog.gr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sorry, right you are...the release is 4.7. i felt that cvsup was unnecessary, since all that i had done was install from cd. anyway, i learned that commenting anything from kernel config is apparently a precipitous affair. uncommenting everything back provided the juice to finish the make. i have yet to figure what has gone wrong on the original box, but i do suspect it to be a hardware issue. i will report.... thanks everyone for all the assistance! stephen d. kingrea On Sun, 19 Jan 2003, Giorgos Keramidas wrote: >On 2003-01-19 09:31, Stephen D. Kingrea wrote: >> problems got deeper at this point, since repeated attempts began >> yielding different results, such as: >> >> DMA failure switching to FPIO >> >> hard error reading fsbn status=59 error=40 >> >> leading me to believe that i suddenly have bad ram chip or failing >> ide controller. >> >> switching boxes now to pentium II gateway2000, getting undefined >> reference errors during make in bt.o.... code 1. what th? > >Please, when reportinng build problems specify at least the following >things in your post: > >- Version of FreeBSD you're building. > >- Optionally, the date of your last CVSup update. > > If your supfile contains base=/usr CVSup saves this information in > the checkouts.cvs file of the ${base}/sup/${collection}/ directory. > Assuming that you use the default supfile examples, the correct path > for the checkouts.cvs file for /usr/src would be > /usr/sup/src-all/checkouts.cvs and the following command will print > a human-readable form of the last update date: > > $ date -j \ > -f '%s' `head -1 /usr/sup/src-all/checkouts.cvs | \ > awk '{print $3}'`'+%+' > Sun Jan 19 14:09:33 EET 2003 > >- The exact error message of your build. > >These are required for someone who will try to reproduce the build >problems you're having. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message