From owner-freebsd-current@FreeBSD.ORG Mon Oct 27 10:56:14 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 9C5E716A4B3 for ; Mon, 27 Oct 2003 10:56:14 -0800 (PST) Received: from siralan.org (12-223-227-231.client.insightbb.com [12.223.227.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDF7E43F85 for ; Mon, 27 Oct 2003 10:56:13 -0800 (PST) (envelope-from mikes@siralan.org) Received: from siralan.org (localhost [127.0.0.1]) by siralan.org (8.12.9p2/8.12.9) with ESMTP id h9RIuCxq005082 for ; Mon, 27 Oct 2003 13:56:13 -0500 (EST) (envelope-from mikes@siralan.org) Received: (from mikes@localhost) by siralan.org (8.12.9p2/8.12.9/Submit) id h9RIuC90005081 for freebsd-current@freebsd.org; Mon, 27 Oct 2003 13:56:12 -0500 (EST) (envelope-from mikes) From: "Michael L. Squires" Message-Id: <200310271856.h9RIuC90005081@siralan.org> To: freebsd-current@freebsd.org (FreeBSD current mailing list) Date: Mon, 27 Oct 2003 13:56:12 -0500 (EST) X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Success compiling R v 1.8.0 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, 27 Oct 2003 18:56:14 -0000 The "R" statistics port (ports/math/R-letter) is at version 1.7.0. Being the impatient type I tried compiling the recently released 1.8.0 using the same Makefile (with 1.7 changed to 1.8) and a new MD5 value, and had no new problems compiling. R v.1.7 and v 1.8 trigger a bug in GCC (internal compiler error) and the workaround is to wait for the bug to trigger, then compile that particular piece of code using "-O2" rather than "-O", and then execute "make" again. Mike Squires