From owner-freebsd-alpha@FreeBSD.ORG Fri Aug 15 20:59:48 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D45737B401 for ; Fri, 15 Aug 2003 20:59:48 -0700 (PDT) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id 89CBA43F75 for ; Fri, 15 Aug 2003 20:59:47 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: (qmail 3649 invoked by uid 1002); 16 Aug 2003 03:59:46 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 16 Aug 2003 03:59:46 -0000 Message-ID: <3F3DAC2D.2070307@freebsd.org> Date: Fri, 15 Aug 2003 21:59:41 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: silby@freebsd.org References: <200308151700.h7FH0KPW022000@triangle.rtp.FreeBSD.Org> In-Reply-To: <200308151700.h7FH0KPW022000@triangle.rtp.FreeBSD.Org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: alpha@freebsd.org cc: Luoqi Chen Subject: Re: [releng_4 tinderbox] failure on alpha/alpha X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2003 03:59:48 -0000 It looks like Alpha needs to catch up to the bus_dmamap_xxx stuff. The if_xl(4) MFC should have probably waited until after this was done. Would one of you be willing to take care of this? Thanks! Scott Tinderbox wrote: > TB --- 2003-08-15 16:00:12 - starting RELENG_4 tinderbox run for alpha/alpha > TB --- 2003-08-15 16:00:12 - checking out the source tree > TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha > TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src > TB --- 2003-08-15 16:22:54 - building world > TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src > TB --- /usr/bin/make -B buildworld > >>>>Rebuilding the temporary build tree >>>>stage 1: bootstrap tools >>>>stage 2: cleaning up the object tree >>>>stage 2: rebuilding the object tree >>>>stage 2: build tools >>>>stage 3: cross tools >>>>stage 4: populating /home/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/i386/usr/include >>>>stage 4: building libraries >>>>stage 4: make dependencies >>>>stage 4: building everything.. > > TB --- 2003-08-15 16:56:45 - building generic kernel > TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha/src > TB --- /usr/bin/make buildkernel KERNCONF=GENERIC > >>>>Kernel build for GENERIC started on Fri Aug 15 16:56:46 GMT 2003 > > [...] > if_xl.o: In function `xl_newbuf': > if_xl.o(.text+0x541c): undefined reference to `bus_dmamap_load_mbuf' > if_xl.o(.text+0x5420): undefined reference to `bus_dmamap_load_mbuf' > if_xl.o: In function `xl_encap': > if_xl.o(.text+0x67a0): undefined reference to `bus_dmamap_load_mbuf' > if_xl.o(.text+0x67a4): undefined reference to `bus_dmamap_load_mbuf' > if_xl.o(.text+0x682c): undefined reference to `bus_dmamap_load_mbuf' > if_xl.o(.text+0x6830): more undefined references to `bus_dmamap_load_mbuf' follow > *** Error code 1 > > Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src/sys/GENERIC. > *** Error code 1 > > Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. > *** Error code 1 > > Stop in /vol/vol0/users/des/tinderbox/RELENG_4/alpha/alpha/src. > TB --- 2003-08-15 17:00:19 - /usr/bin/make returned exit code 1 > TB --- 2003-08-15 17:00:19 - ERROR: failed to build generic kernel > TB --- 2003-08-15 17:00:19 - tinderbox aborted > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >