Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2003 10:15:27 -0700
From:      Joshua Oreman <oremanj@webserver.get-linux.org>
To:        quadrant <quadrant@apex.homedns.org>
Cc:        questions@freebsd.org
Subject:   Re: buildworld errors
Message-ID:  <20030703171527.GF86503@webserver.get-linux.org>
In-Reply-To: <200307031123.20035.quadrant@apex.homedns.org>
References:  <200307031123.20035.quadrant@apex.homedns.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030703171527.GF86503>