From owner-freebsd-current Fri May 1 19:38:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA15885 for freebsd-current-outgoing; Fri, 1 May 1998 19:38:19 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA15852 for ; Fri, 1 May 1998 19:38:10 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.8/8.8.7) id MAA07788 for current@freebsd.org; Sat, 2 May 1998 12:39:46 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199805020239.MAA07788@cimlogic.com.au> Subject: bc changes have broken make world To: current@FreeBSD.ORG Date: Sat, 2 May 1998 12:39:46 +1000 (EST) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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