From owner-freebsd-current@FreeBSD.ORG Mon May 5 15:20:38 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 DBAE737B401 for ; Mon, 5 May 2003 15:20:38 -0700 (PDT) Received: from HAL9000.homeunix.com (12-233-57-131.client.attbi.com [12.233.57.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48EE943FA3 for ; Mon, 5 May 2003 15:20:38 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.9/8.12.5) with ESMTP id h45MKbdN009115; Mon, 5 May 2003 15:20:37 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.9/8.12.5/Submit) id h45MKT5U009114; Mon, 5 May 2003 15:20:29 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Mon, 5 May 2003 15:20:29 -0700 From: David Schultz To: Mark Murray Message-ID: <20030505222029.GA9050@HAL9000.homeunix.com> Mail-Followup-To: Mark Murray , current@freebsd.org References: <200305031456.h43EuY8c012668@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200305031456.h43EuY8c012668@grimreaper.grondar.org> cc: current@FreeBSD.ORG Subject: Re: awk broken on Alpha. Breaks "make world". 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, 05 May 2003 22:20:39 -0000 On Sat, May 03, 2003, Mark Murray wrote: > Hi All > > There seems to be breakage of awk(1) on alpha. This is breaking > "make world". This is with sources about 4 hours older than this mail. > > Doing a "make depend" in src/usr.bin/truss triggers the problem. > > [grapeshot] /usr/src/usr.bin/truss # make depend > cp /usr/src/usr.bin/truss/../../sys/kern/syscalls.master syscalls.master > /bin/sh /usr/src/usr.bin/truss/../../sys/kern/makesyscalls.sh syscalls.master / > usr/src/usr.bin/truss/i386.conf > awk: floating point exception 8 > input record number 325, file > source line number 87 > *** Error code 2 The gdtoa import caused awk on Alpha to fail to work with any script that has a symbol whose name starts with the letters 'nan'...such as 'nanosleep'. Compiling awk with -mieee fixes this problem, so this flag has been the default in bsd.cpu.mk since 3/29. Sorry about that.