From owner-freebsd-current Thu Jul 25 9:29:39 2002 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 7111E37B400 for ; Thu, 25 Jul 2002 09:29:36 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D4BE43E9E for ; Thu, 25 Jul 2002 09:29:36 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id D07D39E57; Thu, 25 Jul 2002 12:25:01 -0400 (EDT) Date: Thu, 25 Jul 2002 12:25:01 -0400 From: Mike Barcroft To: John Polstra Cc: current@freebsd.org, des@ofug.org Subject: Re: sparc64 tinderbox failure Message-ID: <20020725122501.E97380@espresso.q9media.com> References: <200207241200.g6OC0dJJ005500@bowie.private> <20020724101904.D201@espresso.q9media.com> <200207241542.g6OFgC9b032281@vashon.polstra.com> <200207251621.g6PGLkBg033883@vashon.polstra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200207251621.g6PGLkBg033883@vashon.polstra.com>; from jdp@polstra.com on Thu, Jul 25, 2002 at 09:21:46AM -0700 Organization: The FreeBSD Project Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Polstra writes: > In article , > Dag-Erling Smorgrav wrote: > > and the relevant bits of tinderbox.sh: > > > > /bin/mkdir -p "${obj}" > > MAKEOBJDIRPREFIX="${obj}"; export MAKEOBJDIRPREFIX > > __MAKE_CONF="${base}/make.conf"; export __MAKE_CONF > > /usr/bin/make -s buildworld > > for kc in ${kernels} ; do > > (cd sys/${arch}/conf && make ${kc}) > > /usr/bin/make -s buildkernel KERNCONF=${kc} -DNO_WERROR > > done > > Now I'm really confused. If the script is passing -DNO_WERROR to > the buildkernel invocation then why did a warning kill the build? Peter disabled NO_WERROR's effect in rev 1.16 of sys/conf/kern/kern.pre.mk. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message