From owner-freebsd-current@FreeBSD.ORG Fri Jul 9 10:10:51 2004 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 E817816A4CE; Fri, 9 Jul 2004 10:10:51 +0000 (GMT) Received: from VARK.homeunix.com (adsl-69-107-108-110.dsl.pltn13.pacbell.net [69.107.108.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id C532543D48; Fri, 9 Jul 2004 10:10: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 i69AAibf023087; Fri, 9 Jul 2004 03:10:44 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.11/8.12.10/Submit) id i69AAicA023086; Fri, 9 Jul 2004 03:10:44 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Fri, 9 Jul 2004 03:10:44 -0700 From: David Schultz To: FreeBSD Tinderbox Message-ID: <20040709101044.GA17551@VARK.homeunix.com> Mail-Followup-To: FreeBSD Tinderbox , current@FreeBSD.ORG, amd64@FreeBSD.ORG References: <20040709083516.50B267303F@freebsd-current.sentex.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040709083516.50B267303F@freebsd-current.sentex.ca> cc: amd64@FreeBSD.ORG cc: current@FreeBSD.ORG Subject: Re: [current tinderbox] failure on amd64/amd64 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: Fri, 09 Jul 2004 10:10:52 -0000 On Fri, Jul 09, 2004, FreeBSD Tinderbox wrote: > cc -O2 -pipe -D_IEEE_LIBM -I/tinderbox/CURRENT/amd64/amd64/src/lib/msun/../libc/include -I/tinderbox/CURRENT/amd64/amd64/src/lib/msun/../libc/amd64 -c /tinderbox/CURRENT/amd64/amd64/src/lib/msun/src/e_scalb.c > /tinderbox/CURRENT/amd64/amd64/src/lib/msun/src/e_scalb.c:27: error: conflicting types for `isnan' > /tinderbox/CURRENT/amd64/amd64/src/lib/msun/src/math.h:264: error: previous declaration of `isnan' My fault for breaking everything but i386. (Guess what platform I tested on.) Now fixed.