From owner-freebsd-security Wed Jul 31 8:37:36 2002 Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A60837B400 for ; Wed, 31 Jul 2002 08:37:34 -0700 (PDT) Received: from smtpout.mac.com (smtpout.mac.com [204.179.120.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 006EB43E4A for ; Wed, 31 Jul 2002 08:37:34 -0700 (PDT) (envelope-from wincentcolaiuta@mac.com) Received: from smtp-relay04-en1.mac.com (smtp-relay04-en1 [10.13.10.223]) by smtpout.mac.com (8.12.1/8.10.2/1.0) with ESMTP id g6VFbX0a013514 for ; Wed, 31 Jul 2002 08:37:33 -0700 (PDT) Received: from asmtp02.mac.com (asmtp02-qfe3.mac.com [10.13.10.66]) by smtp-relay04-en1.mac.com (8.12.1/8.12.1/1.0) with ESMTP id g6VFbX72000669 for ; Wed, 31 Jul 2002 08:37:33 -0700 (PDT) Received: from cannondale.elcentro.red ([202.45.118.112]) by asmtp02.mac.com (Netscape Messaging Server 4.15) with ESMTP id H04E2H00.H49 for ; Wed, 31 Jul 2002 08:37:29 -0700 Date: Thu, 1 Aug 2002 01:07:20 +0930 Subject: Problem updating with RELENG_4_6 branch [stdio fix] Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) From: Wincent Colaiuta To: freebsd-security@FreeBSD.ORG Content-Transfer-Encoding: 7bit In-Reply-To: Message-Id: <67229600-A49B-11D6-9DBA-003065C60B4C@mac.com> X-Mailer: Apple Mail (2.482) Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Just wondering if anyone has had any troubles updating their systems in light of the recent security notification (FreeBSD-SA-02:23.stdio [REVISED]). I decided to update by rebuilding the world, and after a fresh cvsup of the RELENG_4_6 branch, I get the following error during the "make buildworld" in /usr/src/lib/libc: > 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 > > Stop in /usr/src/lib. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. I re-did the cvsup just to be sure, and did a "make clean" in /usr/src just to be sure, but it failed again on the second attempt in the same way... Anyone else seen this or got any pointers? Or is this a question better posted to freebsd-questions? (apologies if this is the case). The last make world I did was the update to 4.6.1-RELEASE #0 and that went fine... Cheers Wincent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message