From owner-freebsd-current@FreeBSD.ORG Fri Apr 29 06:39:38 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 A993116A4CE; Fri, 29 Apr 2005 06:39:38 +0000 (GMT) Received: from www.mmlab.cse.yzu.edu.tw (www.mmlab.cse.yzu.edu.tw [140.138.150.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E68643D53; Fri, 29 Apr 2005 06:39:38 +0000 (GMT) (envelope-from avatar@mmlab.cse.yzu.edu.tw) Received: by www.mmlab.cse.yzu.edu.tw (qmail, from userid 1000) id 9488E4EFCF4; Fri, 29 Apr 2005 14:39:36 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by www.mmlab.cse.yzu.edu.tw (qmail) with ESMTP id 8F8984EFCF3; Fri, 29 Apr 2005 14:39:36 +0800 (CST) Date: Fri, 29 Apr 2005 14:39:36 +0800 (CST) From: Tai-hwa Liang To: Ruslan Ermilov In-Reply-To: <20050429060142.GB39446@ip.net.ua> Message-ID: <05042914353210.37244@www.mmlab.cse.yzu.edu.tw> References: <20050428235901.209007306E@freebsd-current.sentex.ca> <20050429060142.GB39446@ip.net.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: i386@FreeBSD.ORG cc: FreeBSD Tinderbox cc: current@FreeBSD.ORG Subject: Re: [current tinderbox] failure on i386/pc98 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: Fri, 29 Apr 2005 06:39:38 -0000 On Fri, 29 Apr 2005, Ruslan Ermilov wrote: > On Thu, Apr 28, 2005 at 07:59:01PM -0400, FreeBSD Tinderbox wrote: >> TB --- 2005-04-28 23:51:09 - tinderbox 2.3 running on freebsd-current.sentex.ca >> TB --- 2005-04-28 23:51:09 - starting CURRENT tinderbox run for i386/pc98 >> TB --- 2005-04-28 23:51:09 - checking out the source tree >> TB --- 2005-04-28 23:51:09 - cd /home/tinderbox/CURRENT/i386/pc98 >> TB --- 2005-04-28 23:51:09 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src >> TB --- 2005-04-28 23:57:47 - building world (CFLAGS=-O2 -pipe) >> TB --- 2005-04-28 23:57:47 - cd /home/tinderbox/CURRENT/i386/pc98/src >> TB --- 2005-04-28 23:57:47 - /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 >> [...] >> ===> sbin/growfs (cleandir) >> ===> sbin/gvinum (cleandir) >> ===> sbin/ifconfig (cleandir) >> ===> sbin/init (cleandir) >> ===> sbin/ip6fw (cleandir) >> ===> sbin/ipf (cleandir) >> ".depend", line 299: Inconsistent operator for ipf >> make: fatal errors encountered -- cannot continue >> *** Error code 1 >> >> Stop in /tinderbox/CURRENT/i386/pc98/src/sbin. >> *** Error code 1 >> > When what previously was a file (sbin/ipf/ipf) becomes a directory, > the old .depend file gets in the way (SUBDIR's use the :: operator). > Someone needs to remove the stale .depend file, or wipe out the > obj directory completely, or this particular tinderbox will fail FWIW, removing the ipf directory under /usr/obj such like "rm -r /usr/obj/usr/src/sbin/ipf" did the trick for me. > forever. -- Cheers, Tai-hwa Liang