From owner-cvs-src@FreeBSD.ORG Thu Jul 29 22:23:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08E0816A4CF; Thu, 29 Jul 2004 22:23:52 +0000 (GMT) Received: from VARK.homeunix.com (adsl-69-107-111-131.dsl.pltn13.pacbell.net [69.107.111.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id C956043D3F; Thu, 29 Jul 2004 22:23:51 +0000 (GMT) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.11/8.12.10) with ESMTP id i6TMOFQ6000773; Thu, 29 Jul 2004 15:24:15 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.11/8.12.10/Submit) id i6TMOF31000772; Thu, 29 Jul 2004 15:24:15 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Thu, 29 Jul 2004 15:24:15 -0700 From: David Schultz To: Scott Long Message-ID: <20040729222415.GA728@VARK.homeunix.com> Mail-Followup-To: Scott Long , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200407091001.i69A1A6V051028@repoman.freebsd.org> <41097469.10807@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41097469.10807@samsco.org> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/msun/src e_scalb.c e_scalbf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jul 2004 22:23:52 -0000 On Thu, Jul 29, 2004, Scott Long wrote: > David Schultz wrote: > >das 2004-07-09 10:01:10 UTC > > > > FreeBSD src repository > > > > Modified files: > > lib/msun/src e_scalb.c e_scalbf.c > > Log: > > Remove the declaration of isnan() from this file. It is no longer > > needed as of math.h v1.40, and its prototype is incorrect here. > > > > Revision Changes Path > > 1.11 +0 -3 src/lib/msun/src/e_scalb.c > > 1.9 +0 -3 src/lib/msun/src/e_scalbf.c > > I think that this might be related to the snapshot server not being able > to build a 5-CURRENT snapshot since about this date. Can you look at > the following? > > ftp://snapshots.jp.freebsd.org/pub/FreeBSD/snapshots/i386/5.2-CURRENT-20040729-JPSNAP.log I'll take a look tonight if I have time. (The problem is actually with the introduction of fdiml() to libm, which uses isnan() from libc, but still my fault.) This error should only occur if your libc is older than your libm and your program is using fdiml(), though...