From owner-freebsd-current Thu Mar 20 1:27:19 2003 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 5B51837B401 for ; Thu, 20 Mar 2003 01:27:18 -0800 (PST) Received: from smtp02.syd.iprimus.net.au (smtp04.syd.iprimus.net.au [210.50.76.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7179E43F85 for ; Thu, 20 Mar 2003 01:27:17 -0800 (PST) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au (210.50.204.200) by smtp02.syd.iprimus.net.au (7.0.008) id 3E796B4300008113; Thu, 20 Mar 2003 20:27:11 +1100 Received: from dilbert.robbins.dropbear.id.au (h3rpt2qst61p9eyl@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6) with ESMTP id h2K9R9JK035885; Thu, 20 Mar 2003 20:27:09 +1100 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6/Submit) id h2K9R7If035884; Thu, 20 Mar 2003 20:27:07 +1100 (EST) (envelope-from tim) Date: Thu, 20 Mar 2003 20:27:06 +1100 From: Tim Robbins To: Kris Kennaway Cc: current@freebsd.org Subject: Re: Port breakage (isnan undeclared) Message-ID: <20030320202706.A35844@dilbert.robbins.dropbear.id.au> References: <20030320085522.GA13634@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030320085522.GA13634@rot13.obsecurity.org>; from kris@obsecurity.org on Thu, Mar 20, 2003 at 12:55:22AM -0800 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Mar 20, 2003 at 12:55:22AM -0800, Kris Kennaway wrote: > Several ports have become broken recently with the following error: > > ../../../include/osg/Math:149: `isnan' undeclared (first use this function) > > http://bento.freebsd.org/errorlogs/i386-5-latest/osg-0.9.3.log > http://bento.freebsd.org/errorlogs/i386-5-latest/gnucap-0.31.log > http://bento.freebsd.org/errorlogs/i386-5-latest/fractorama-1.6.4.log > > Can someone please investigate? The prototypes for isnan() &c. need to be put back into math.h, and their source files need to be un-deprecated. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message