From owner-freebsd-questions@FreeBSD.ORG Sun Oct 26 16:27:06 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E02116A4B3 for ; Sun, 26 Oct 2003 16:27:06 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-234.dsl.lsan03.pacbell.net [63.207.60.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 855A043FB1 for ; Sun, 26 Oct 2003 16:27:05 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 24BA466B04; Sun, 26 Oct 2003 16:27:05 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id EC6B1B61; Sun, 26 Oct 2003 16:27:04 -0800 (PST) Date: Sun, 26 Oct 2003 16:27:04 -0800 From: Kris Kennaway To: Chris Willis Message-ID: <20031027002704.GA50830@rot13.obsecurity.org> References: <3489.192.168.1.254.1067199357.squirrel@chriswillis.tzo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yrj/dFKFPuw6o+aM" Content-Disposition: inline In-Reply-To: <3489.192.168.1.254.1067199357.squirrel@chriswillis.tzo.com> User-Agent: Mutt/1.4.1i cc: freebsd-questions@FreeBSD.ORG Subject: Re: Compile Errors during Make Buildworld - FreeBSD 4.9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2003 00:27:06 -0000 --yrj/dFKFPuw6o+aM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Oct 26, 2003 at 12:15:57PM -0800, Chris Willis wrote: > I am having errors during a "make buildworld" command. Just did a CVSUP > this morning. Does anyone know what this means? You seem to be doing a make buildworld -j (i.e. parallel compile), which means that the tail end of your log does not show the errors. However, it also looks like you're using non-standard CFLAGS (i.e. -Werror), in which case you're getting precisely what you asked for (exit on compiler warnings). If you believe this is not the case, then please a) rerun buildworld without -j and post the actual error b) post your /etc/make.conf Kris --yrj/dFKFPuw6o+aM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/nGZYWry0BWjoQKURAgcZAKD3rc0t26f91vfsBF1sMVj6CMTsewCfWr6g 2TO4Rdq2tMmdIg92t9sxWd8= =jVjD -----END PGP SIGNATURE----- --yrj/dFKFPuw6o+aM--