From owner-freebsd-current@FreeBSD.ORG Thu Mar 31 01:53:47 2005 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 5F3D216A4D0 for ; Thu, 31 Mar 2005 01:53:47 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0079143D4C for ; Thu, 31 Mar 2005 01:53:46 +0000 (GMT) (envelope-from lihong.chen@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so264694rng for ; Wed, 30 Mar 2005 17:53:45 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=aowGQW5hD7k+kFMJGODtwuE7nzFo/gQ+RJRp+0/WboZB+XhVSfpuS1OKgSwlVFsZZWyud1W5wcW3zIC3/9fBSFyF/1L24TNvaNyhJ6MUUAXZxVfZFzOF5Qewpni+Hke7BubyFgWM2hsFXZS+wP7vXAzA4MpYB3OMOM4PiI2Yh0A= Received: by 10.38.72.79 with SMTP id u79mr1140987rna; Wed, 30 Mar 2005 17:53:45 -0800 (PST) Received: from localhost.localdomain ([61.221.58.28]) by mx.gmail.com with ESMTP id 63sm1003324rna.2005.03.30.17.53.43; Wed, 30 Mar 2005 17:53:45 -0800 (PST) From: Chen Lihong To: FreeBSD Tinderbox In-Reply-To: <20050331001519.765017306E@freebsd-current.sentex.ca> References: <20050331001519.765017306E@freebsd-current.sentex.ca> Content-Type: text/plain Date: Thu, 31 Mar 2005 09:53:40 +0800 Message-Id: <1112234020.884.1.camel@OmniBook.accton.com.tw> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: current@freebsd.org cc: i386@freebsd.org 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: Thu, 31 Mar 2005 01:53:47 -0000 Hi! I have the same problem in atapi-cam.c when build kernel this morning. On Wed, 2005-03-30 at 19:15 -0500, FreeBSD Tinderbox wrote: > TB --- 2005-03-30 22:38:13 - tinderbox 2.3 running on freebsd-current.sentex.ca > TB --- 2005-03-30 22:38:13 - starting CURRENT tinderbox run for i386/i386 > TB --- 2005-03-30 22:38:13 - checking out the source tree > TB --- 2005-03-30 22:38:13 - cd /home/tinderbox/CURRENT/i386/i386 > TB --- 2005-03-30 22:38:13 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src > TB --- 2005-03-30 22:45:07 - building world (CFLAGS=-O2 -pipe) > TB --- 2005-03-30 22:45:07 - cd /home/tinderbox/CURRENT/i386/i386/src > TB --- 2005-03-30 22:45:07 - /usr/bin/make -B buildworld > >>> Rebuilding the temporary build tree > >>> stage 1.1: legacy release compatibility shims > >>> stage 1.2: bootstrap tools > >>> stage 2.1: cleaning up the object tree > >>> stage 2.2: rebuilding the object tree > >>> stage 2.3: build tools > >>> stage 3: cross tools > >>> stage 4.1: building includes > >>> stage 4.2: building libraries > >>> stage 4.3: make dependencies > >>> stage 4.4: building everything > TB --- 2005-03-30 23:52:25 - building generic kernel (COPTFLAGS=-O2 -pipe) > TB --- 2005-03-30 23:52:25 - cd /home/tinderbox/CURRENT/i386/i386/src > TB --- 2005-03-30 23:52:25 - /usr/bin/make buildkernel KERNCONF=GENERIC > >>> Kernel build for GENERIC started on Wed Mar 30 23:52:25 UTC 2005 > >>> stage 1: configuring the kernel > >>> stage 2.1: cleaning up the object tree > >>> stage 2.2: rebuilding the object tree > >>> stage 2.3: build tools > >>> stage 3.1: making dependencies > >>> stage 3.2: building everything > >>> Kernel build for GENERIC completed on Thu Mar 31 00:09:51 UTC 2005 > TB --- 2005-03-31 00:09:51 - generating LINT kernel config > TB --- 2005-03-31 00:09:51 - cd /home/tinderbox/CURRENT/i386/i386/src/sys/i386/conf > TB --- 2005-03-31 00:09:51 - /usr/bin/make -B LINT > TB --- 2005-03-31 00:09:51 - building LINT kernel (COPTFLAGS=-O2 -pipe) > TB --- 2005-03-31 00:09:51 - cd /home/tinderbox/CURRENT/i386/i386/src > TB --- 2005-03-31 00:09:51 - /usr/bin/make buildkernel KERNCONF=LINT > >>> Kernel build for LINT started on Thu Mar 31 00:09:51 UTC 2005 > >>> stage 1: configuring the kernel > >>> stage 2.1: cleaning up the object tree > >>> stage 2.2: rebuilding the object tree > >>> stage 2.3: build tools > >>> stage 3.1: making dependencies > >>> stage 3.2: building everything > [...] > /tinderbox/CURRENT/i386/i386/src/sys/dev/ata/atapi-cam.c:334: warning: passing arg 1 of `ata_reinit' from incompatible pointer type > /tinderbox/CURRENT/i386/i386/src/sys/dev/ata/atapi-cam.c:417: warning: implicit declaration of function `ata_prtdev' > /tinderbox/CURRENT/i386/i386/src/sys/dev/ata/atapi-cam.c:417: warning: nested extern declaration of `ata_prtdev' > /tinderbox/CURRENT/i386/i386/src/sys/dev/ata/atapi-cam.c:494: error: structure has no member named `device' > /tinderbox/CURRENT/i386/i386/src/sys/dev/ata/atapi-cam.c: In function `atapi_cb': > /tinderbox/CURRENT/i386/i386/src/sys/dev/ata/atapi-cam.c:567: error: structure has no member named `device' > /tinderbox/CURRENT/i386/i386/src/sys/dev/ata/atapi-cam.c: In function `get_ata_device': > /tinderbox/CURRENT/i386/i386/src/sys/dev/ata/atapi-cam.c:797: error: structure has no member named `device' > *** Error code 1 > > Stop in /tinderbox/CURRENT/i386/i386/obj/tinderbox/CURRENT/i386/i386/src/sys/LINT. > *** Error code 1 > > Stop in /tinderbox/CURRENT/i386/i386/src. > *** Error code 1 > > Stop in /tinderbox/CURRENT/i386/i386/src. > TB --- 2005-03-31 00:15:19 - WARNING: /usr/bin/make returned exit code 1 > TB --- 2005-03-31 00:15:19 - ERROR: failed to build lint kernel > TB --- 2005-03-31 00:15:19 - tinderbox aborted > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"