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# > > > _______________________________________________ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"