From owner-freebsd-questions@FreeBSD.ORG Thu Feb 17 04:28:03 2005 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 4FB1116A4CE for ; Thu, 17 Feb 2005 04:28:03 +0000 (GMT) Received: from ms-smtp-04-eri0.southeast.rr.com (ms-smtp-04-lbl.southeast.rr.com [24.25.9.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ABFD43D48 for ; Thu, 17 Feb 2005 04:28:02 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from BARTON (cpe-065-184-201-054.ec.rr.com [65.184.201.54]) j1H4RxCh002122 for ; Wed, 16 Feb 2005 23:28:00 -0500 (EST) Date: Thu, 17 Feb 2005 04:35:40 +0000 From: Jason Henson To: freebsd-questions@freebsd.org References: <20050216232012.GA6568@music> In-Reply-To: <20050216232012.GA6568@music> (from andy@firman.us on Wed Feb 16 18:20:12 2005) X-Mailer: Balsa 2.2.6 Message-Id: <1108614940l.36714l.1l@BARTON> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: Stop in /usr/obj/usr/src/sys/GENERIC 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: Thu, 17 Feb 2005 04:28:03 -0000 On 02/16/05 18:20:12, Andy Firman wrote: >=20 > I have a 5.3-stable system that I am trying to update. >=20 > This is my stable-supfile: >=20 > *default host=3Dcvsup14.us.FreeBSD.org > *default base=3D/var/db > *default prefix=3D/usr > *default release=3Dcvs tag=3DRELENG_5 > *default delete use-rel-suffix > src-all > ports-all tag=3D. > doc-all tag=3D. >=20 > These are the 7 commands I do to update the system: >=20 > cvsup -g -L 2 stable-supfile > cd /usr/src > make buildworld > make buildkernel > make installkernel > mergemaster > make installworld > Do you really do that, or something like make buildkernel KERNCONF=3DFUBAR Also try to use mergemaster -p before you install, and after the build=20 (does it have to be after?). > When I do the make buildkernel I get this: >=20 > mno-align-long-strings -mpreferred-stack-boundary=3D2 -ffreestanding > -Werror > /usr/src/sys/dev/aic7xxx/aic7xxx.c > /usr/src/sys/dev/aic7xxx/aic7xxx.c: In function `ahc_alloc': > /usr/src/sys/dev/aic7xxx/aic7xxx.c:3854: error: `ahd' undeclared > (first use in this function) > /usr/src/sys/dev/aic7xxx/aic7xxx.c:3854: error: (Each undeclared > identifier is reported only > once > /usr/src/sys/dev/aic7xxx/aic7xxx.c:3854: error: for each function it > appears in.) > *** Error code 1 >=20 > Stop in /usr/obj/usr/src/sys/GENERIC. > *** Error code 1 >=20 > Stop in /usr/src. > *** Error code 1 >=20 > Stop in /usr/src. >=20 >=20 > I noticed during the cvsup some aic7xxx stuff was pulled down. >=20 > Is this question for the current or ports list? > Current or questions. You may have a bad file(corrupted), bad memory, =20 a choice of cvsup server? What are your make.conf options? If make.conf is generic I would =20 delete /usr/src/sys/dev, maybe /usr/src/* if there are other problem =20 areas. Do you always get random errors, or is it in the same spot? If =20 it fails randomly you may have a hardware problem. BTW, do you really what a generic kernel? =20