From owner-freebsd-current@FreeBSD.ORG Mon Apr 21 04:56:39 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2C5037B401; Mon, 21 Apr 2003 04:56:39 -0700 (PDT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AFD443FA3; Mon, 21 Apr 2003 04:56:39 -0700 (PDT) (envelope-from leimy2k@mac.com) Received: from asmtp01.mac.com (asmtp01-qfe3 [10.13.10.65]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id h3LBudGm002075; Mon, 21 Apr 2003 04:56:39 -0700 (PDT) Received: from mac.com ([66.156.160.96]) by asmtp01.mac.com (Netscape Messaging Server 4.15) with ESMTP id HDOZUE00.O35; Mon, 21 Apr 2003 04:56:38 -0700 Date: Mon, 21 Apr 2003 06:56:37 -0500 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) To: David Schultz From: David Leimbach In-Reply-To: <20030421102732.GA3568@HAL9000.homeunix.com> Message-Id: <4E4C0F78-73F0-11D7-98DE-0003937E39E0@mac.com> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.552) cc: freebsd-current@FreeBSD.ORG Subject: Re: new regression test X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 11:56:40 -0000 On Monday, April 21, 2003, at 05:27 AM, David Schultz wrote: > On Sun, Apr 20, 2003, David Leimbach wrote: >> test-printfloat.c: In function `main': >> test-printfloat.c:80: `NAN' undeclared (first use this function) >> test-printfloat.c:80: (Each undeclared identifier is reported only >> once >> test-printfloat.c:80: for each function it appears in.) >> test-printfloat.c:88: `HUGE_VALL' undeclared (first use this function) >> *** Error code 1 >> >> Am I running these from the proper directory? > > You appear to be running these tests with an old world (before > February 8th), or you are running them on -STABLE, which lacks the > features many of these tests are designed to exercise. > What I have is a mirror of the FreeBSD CVS via a CVSup script which has gotten me at least a 5.0 kernel. I keep seeing the most recent changes come down such as the switch to UFS2 default from yesterday. I then use a local CVS checkout command with no tag or revision to get the head. If this is wrong I don't know what's going on. I even have the new %g float test from a few days back. Doesn't make buildworld/installworld update all the system headers? That could be my problem right there. Dave