From owner-freebsd-questions@FreeBSD.ORG Wed Feb 16 23:20:26 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 E3A4216A4CE for ; Wed, 16 Feb 2005 23:20:26 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA14043D58 for ; Wed, 16 Feb 2005 23:20:22 +0000 (GMT) (envelope-from andy@firman.us) Received: from music (pcp0010742749pcs.howard01.md.comcast.net[69.243.82.98]) by comcast.net (sccrmhc11) with ESMTP id <2005021623202001100k1ihqe>; Wed, 16 Feb 2005 23:20:20 +0000 Received: from andy by music with local (Exim 4.43) id 1D1YSq-0001iQ-Rn for freebsd-questions@freebsd.org; Wed, 16 Feb 2005 18:20:12 -0500 Date: Wed, 16 Feb 2005 18:20:12 -0500 From: Andy Firman To: freebsd-questions@freebsd.org Message-ID: <20050216232012.GA6568@music> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6+20040907i Subject: Stop in /usr/obj/usr/src/sys/GENERIC X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andy Firman List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2005 23:20:27 -0000 I have a 5.3-stable system that I am trying to update. This is my stable-supfile: *default host=cvsup14.us.FreeBSD.org *default base=/var/db *default prefix=/usr *default release=cvs tag=RELENG_5 *default delete use-rel-suffix src-all ports-all tag=. doc-all tag=. These are the 7 commands I do to update the system: cvsup -g -L 2 stable-supfile cd /usr/src make buildworld make buildkernel make installkernel mergemaster make installworld When I do the make buildkernel I get this: mno-align-long-strings -mpreferred-stack-boundary=2 -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 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I noticed during the cvsup some aic7xxx stuff was pulled down. Is this question for the current or ports list?