Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 May 1998 12:39:46 +1000 (EST)
From:      John Birrell <jb@cimlogic.com.au>
To:        current@FreeBSD.ORG
Subject:   bc changes have broken make world
Message-ID:  <199805020239.MAA07788@cimlogic.com.au>

next in thread | raw e-mail | index | archive | help
The latest changes to bc are causing the groff/devascii build to
fail. Before the change, groff/devascii would do:

echo 240 / 10 | bc

and get:

24

The new bc outputs:

240 / 10
24

which is incompatible with groff/Makefile.tty

This needs to be fixed.

-- 
John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/
CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



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