From owner-freebsd-stable@FreeBSD.ORG Thu Jun 22 02:41:23 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3849D16A47A for ; Thu, 22 Jun 2006 02:41:23 +0000 (UTC) (envelope-from djp@polands.org) Received: from corinth.polands.org (CPE-72-129-222-120.new.res.rr.com [72.129.222.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C78143D46 for ; Thu, 22 Jun 2006 02:41:20 +0000 (GMT) (envelope-from djp@polands.org) Received: from jericho.polands.org (jericho.polands.org [172.16.1.35]) by corinth.polands.org (8.13.6/8.13.6) with ESMTP id k5M2fJaP024697 for ; Wed, 21 Jun 2006 21:41:19 -0500 (CDT) (envelope-from djp@polands.org) Received: from jericho.polands.org (localhost [127.0.0.1]) by jericho.polands.org (8.13.6/8.13.6) with ESMTP id k5M2fJHS034830 for ; Wed, 21 Jun 2006 21:41:19 -0500 (CDT) (envelope-from djp@jericho.polands.org) Received: (from djp@localhost) by jericho.polands.org (8.13.6/8.13.6/Submit) id k5M2fIKR034829 for freebsd-stable@freebsd.org; Wed, 21 Jun 2006 21:41:18 -0500 (CDT) (envelope-from djp) Date: Wed, 21 Jun 2006 21:41:18 -0500 From: Doug Poland To: freebsd-stable@freebsd.org Message-ID: <20060622024118.GA34796@polands.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 X-Virus-Scanned: ClamAV 0.87/1559/Wed Jun 21 09:23:13 2006 on corinth.polands.org X-Virus-Status: Clean Subject: Upgrading i386 box from 5.5-STABLE to 6.1-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 02:41:23 -0000 Hello, I'm in the middle of an attempt to upgrade an i386 box from 5.5-STABLE to 6.1-STABLE. Just in case it's apropos, the box was recently upgraded from 5.2.1-RELEASE to 5.5-STABLE. I am following the handbook's "The Canonical Way to Update Your System" and have sucessfully cvsup'd RELENG_6 and run make buildworld. The problem I'm having is during make buildkernel. This is the error: /usr/src/sys/dev/mii/dcphy.c: In function `dcphy_attach': /usr/src/sys/dev/mii/dcphy.c:172: error: `DC_PCI_CSID' undeclared (first use in this function) /usr/src/sys/dev/mii/dcphy.c:172: error: (Each undeclared identifier is reported only once /usr/src/sys/dev/mii/dcphy.c:172: 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've read /usr/src/UPDATING, google'd and searched the web but to no avail. Any help would be appreciated. -- Regards, Doug