From owner-cvs-all@FreeBSD.ORG Thu Jul 29 23:18:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E26B016A4CE; Thu, 29 Jul 2004 23:18:20 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49D3E43D48; Thu, 29 Jul 2004 23:18:20 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.2.73] (cpe.125.wat.v126.packetworks.net [64.235.97.125] (may be forged)) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i6TNPKuC020885; Thu, 29 Jul 2004 17:25:21 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4109853F.3090508@samsco.org> Date: Thu, 29 Jul 2004 17:16:15 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040702 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Schultz References: <200407091001.i69A1A6V051028@repoman.freebsd.org> <41097469.10807@samsco.org> <20040729222415.GA728@VARK.homeunix.com> In-Reply-To: <20040729222415.GA728@VARK.homeunix.com> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jul 2004 23:18:21 -0000 David Schultz wrote: > 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... Is this going to hose people doing source upgrades from 5.2.1 to 5.3 and/or 4.x to 5.3. I know that the latter is going to be tough for a lot of other reasons, but loosing the former would be bad. Also, does it affect binary compat of 4.x/5.2 programs on 5.3? Scott