From owner-freebsd-current@FreeBSD.ORG Tue Jul 15 05:00:12 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF89B37B434 for ; Tue, 15 Jul 2003 05:00:12 -0700 (PDT) Received: from bsdone.bsdwins.com (www.bsdwins.com [192.58.184.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F14C43F3F for ; Tue, 15 Jul 2003 05:00:12 -0700 (PDT) (envelope-from jwd@bsdwins.com) Received: from bsdone.bsdwins.com (localhost [127.0.0.1]) by bsdone.bsdwins.com (8.12.9/8.12.9) with ESMTP id h6FBwZf1013612 for ; Tue, 15 Jul 2003 07:58:35 -0400 (EDT) (envelope-from jwd@www.bsdwins.com) Received: (from jwd@localhost) by bsdone.bsdwins.com (8.12.9/8.12.9/Submit) id h6FBwZi4013611 for freebsd-current@freebsd.org; Tue, 15 Jul 2003 07:58:35 -0400 (EDT) Date: Tue, 15 Jul 2003 07:58:35 -0400 From: John To: Current List Message-ID: <20030715115835.GA13487@BSDWins.Com> References: <200307150750.h6F7owjn058497@cueball.rtp.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307150750.h6F7owjn058497@cueball.rtp.FreeBSD.org> User-Agent: Mutt/1.4.1i Subject: Re: [-CURRENT tinderbox] failure on i386/i386 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2003 12:00:13 -0000 ----- Tinderbox's Original Message ----- > >>> Building an up-to-date make(1) > >>> Kernel build for LINT started on Tue Jul 15 07:38:30 GMT 2003 > [...] > dbdisply.o: In function `AcpiDbDisplayArguments': > dbdisply.o(.text+0x69c): undefined reference to `AcpiDmDisplayArguments' > dbdisply.o: In function `AcpiDbDisplayResults': > dbdisply.o(.text+0x772): undefined reference to `AcpiDmDisplayInternalObject' > dbdisply.o: In function `AcpiDbDisplayResultObject': > dbdisply.o(.text+0x99c): undefined reference to `AcpiDmDisplayInternalObject' > dbdisply.o: In function `AcpiDbDisplayArgumentObject': > dbdisply.o(.text+0xa0c): undefined reference to `AcpiDmDisplayInternalObject' > *** Error code 1 > This is also occuring during the build of an amd64 kernel. Has anyone looked at this yet? While removing the kernel debugger fixes the link issue, I think having the debugger present is rather useful at this point :-) -john