Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 May 2003 11:41:53 +0200
From:      Wilko Bulte <wkb@freebie.xs4all.nl>
To:        Mark Murray <mark@grondar.org>, current@freebsd.org
Subject:   Re: awk broken on Alpha. Breaks "make world".
Message-ID:  <20030506094153.GA85874@freebie.xs4all.nl>
In-Reply-To: <20030505222029.GA9050@HAL9000.homeunix.com>
References:  <200305031456.h43EuY8c012668@grimreaper.grondar.org> <20030505222029.GA9050@HAL9000.homeunix.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, May 05, 2003 at 03:20:29PM -0700, David Schultz wrote:
> 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.

Maybe I'm missing something then, but a plain HEAD still does not compile
for me. As in:

===> usr.bin/truss^M
cp /usr/src/usr.bin/truss/../../sys/kern/syscalls.master syscalls.master^M
/bin/sh /usr/src/usr.bin/truss/../../sys/kern/makesyscalls.sh
syscalls.master  /u
sr/src/usr.bin/truss/i386.conf^M
awk: floating point exception 8^M
 input record number 325, file ^M
 source line number 87^M
*** Error code 2^M
^M
Stop in /usr/src/usr.bin/truss.^M



-- 
|   / o / /_  _   		wilko@FreeBSD.org
|/|/ / / /(  (_)  Bulte				



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030506094153.GA85874>