From owner-freebsd-stable Tue Jul 16 17:55:57 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 6FF1B37B401 for ; Tue, 16 Jul 2002 17:55:54 -0700 (PDT) Received: from graveyard.inhuman.org (ip68-100-76-222.nv.nv.cox.net [68.100.76.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9042B43E65 for ; Tue, 16 Jul 2002 17:55:53 -0700 (PDT) (envelope-from ugly@inhuman.org) Received: from whorism (unknown [192.168.1.4]) by graveyard.inhuman.org (Postfix) with ESMTP id CAAC9C9 for ; Tue, 16 Jul 2002 20:57:57 -0400 (EDT) Date: Tue, 16 Jul 2002 20:56:00 -0400 From: Andrew Martin To: freebsd-stable@freebsd.org Subject: buildworld fails on getpeereid.c Message-Id: <20020716205600.5f5609db.ugly@inhuman.org> X-Mailer: Sylpheed version 0.8.0 (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 Hello, I'm trying to run a buildworld on 4.6-STABLE source checked out today (07/16) but it errors as show below. I will provide more information if needed. My current uname output: FreeBSD spectrum 4.5-STABLE FreeBSD 4.5-STABLE #2: Thu Feb 7 17:48:35 EST 2002 ugly@spectrum:/usr/src/sys/compile/SPECTRUM i386 error output on 'make buildworld': cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc_r/../libc/include -DPTHREAD_KERNEL -D_THREAD_SAFE -I/usr/src/lib/libc_r/uthread -I/usr/src/lib/libc_r/../../include -D_LOCK_DEBUG -D_PTHREADS_INVARIANTS -D__DBINTERFACE_PRIVATE -DINET6 -DPOSIX_MISTAKE -I/usr/src/lib/libc_r/../libc/locale -DBROKEN_DES -DYP -c /usr/src/lib/libc_r/../libc/gen/getpeereid.c -o getpeereid.o /usr/src/lib/libc_r/../libc/gen/getpeereid.c: In function `getpeereid': /usr/src/lib/libc_r/../libc/gen/getpeereid.c:41: storage size of `xuc' isn't known /usr/src/lib/libc_r/../libc/gen/getpeereid.c:46: `LOCAL_PEERCRED' undeclared (first use in this function) /usr/src/lib/libc_r/../libc/gen/getpeereid.c:46: (Each undeclared identifier is reported only once /usr/src/lib/libc_r/../libc/gen/getpeereid.c:46: for each function it appears in.) /usr/src/lib/libc_r/../libc/gen/getpeereid.c:49: `XUCRED_VERSION' undeclared (first use in this function) *** Error code 1 Stop in /usr/src/lib/libc_r. *** Error code 1 -Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message