From owner-freebsd-questions@FreeBSD.ORG Thu Jul 3 10:12:34 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 9762837B405 for ; Thu, 3 Jul 2003 10:12:34 -0700 (PDT) Received: from adsl-64-161-78-226.dsl.lsan03.pacbell.net (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 73B854401E for ; Thu, 3 Jul 2003 10:12:21 -0700 (PDT) (envelope-from oremanj@adsl-64-161-78-226.dsl.lsan03.pacbell.net) Received: (qmail 86918 invoked by uid 1001); 3 Jul 2003 17:15:27 -0000 Date: Thu, 3 Jul 2003 10:15:27 -0700 From: Joshua Oreman To: quadrant Message-ID: <20030703171527.GF86503@webserver.get-linux.org> References: <200307031123.20035.quadrant@apex.homedns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307031123.20035.quadrant@apex.homedns.org> User-Agent: Mutt/1.4.1i cc: questions@freebsd.org Subject: Re: buildworld errors 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: Thu, 03 Jul 2003 17:12:34 -0000 On Thu, Jul 03, 2003 at 11:23:19AM -0400 or thereabouts, quadrant wrote: > I did a cvsupit from FreeBSD 4.8 to current ( =. ) > I did a make buildworld 3 times so far with different > errors each time. Between each buildworld, I did the rm -rf /usr/obj > and started over again. It goes for about 4 hours each time, > and this is now the error I received while doing a make buildworld. > What is it that is going wrong here? > Any help would be greatly appreciated... > > ===> sbin/gbde ... > cc1: warnings being treated as errors Check if you have -Werror in CFLAGS in /etc/make.conf; if so, remove it. Check if you have WARNS or WARNS_WERROR in /etc/make.conf; if so, remove them. Check if either of these flags were specified on the command line; if so, remove them. Build world again. Or just cvsup again in a few days; might be a transient -current build failure. > /usr/src/sys/crypto/rijndael/rijndael-api-fst.c: In function > `rijndael_padEncrypt': > /usr/src/sys/crypto/rijndael/rijndael-api-fst.c:222: warning: implicit > declaration of function `panic' ^^^^^ Don't panic! :-) -- Josh > *** Error code 1 > > Stop in /usr/src/sbin/gbde. > *** Error code 1 > > Stop in /usr/src/sbin. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > apex# > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"