Date: Wed, 31 Jul 2002 08:53:25 -0700 (PDT) From: Holt Grendal <holtor@yahoo.com> To: stable@freebsd.org Subject: Two Buildworld Problems Message-ID: <20020731155325.13263.qmail@web11605.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
First: cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DINET6 -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DYP -c /usr/src/lib/libc/../libc/xdr/xdr_array.c -o xdr_array.o /usr/src/lib/libc/../libc/xdr/xdr_array.c: In function `xdr_array': /usr/src/lib/libc/../libc/xdr/xdr_array.c:80: `UINT_MAX' undeclared (first use in this function) /usr/src/lib/libc/../libc/xdr/xdr_array.c:80: (Each undeclared identifier is reported only once /usr/src/lib/libc/../libc/xdr/xdr_array.c:80: for each function it appears in.) *** Error code 1 Stop in /usr/src/lib/libc. *** Error code 1 This was apparently not fixed in RELENG_4 but fixed in RELENG_4_6, RELENG_4_5. Someone please commit the fix to RELENG_4. Second: cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -mpreferred-stack-boundary=2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/src/sys/modules/if_ppp/../../net/ppp_deflate.c In file included from /usr/src/sys/modules/if_ppp/../../net/ppp_deflate.c:37: @/net/zlib.h:961: conflicting types for `crc32' @/sys/systm.h:116: previous declaration of `crc32' @/net/zlib.h:961: warning: redundant redeclaration of `crc32' in same scope @/sys/systm.h:116: warning: previous declaration of `crc32' *** Error code 1 Stop in /usr/src/sys/modules/if_ppp. *** Error code 1 I haven't seen a fix for this commited to RELENG_4 monitoring it for the past 3 hours or so. I've been trying to get a clean make world to go threw to upgrade to fix the openssl problems and I can not due to these errors. Please fix fix :^) Holt __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020731155325.13263.qmail>