From owner-freebsd-stable Wed Jul 31 9: 0:15 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E027337B400 for ; Wed, 31 Jul 2002 09:00:07 -0700 (PDT) Received: from web11605.mail.yahoo.com (web11605.mail.yahoo.com [216.136.172.57]) by mx1.FreeBSD.org (Postfix) with SMTP id 89E4643E42 for ; Wed, 31 Jul 2002 09:00:07 -0700 (PDT) (envelope-from holtor@yahoo.com) Message-ID: <20020731155325.13263.qmail@web11605.mail.yahoo.com> Received: from [24.191.164.44] by web11605.mail.yahoo.com via HTTP; Wed, 31 Jul 2002 08:53:25 PDT Date: Wed, 31 Jul 2002 08:53:25 -0700 (PDT) From: Holt Grendal Subject: Two Buildworld Problems To: stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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