From owner-freebsd-amd64@FreeBSD.ORG Fri Jun 30 13:40:27 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F23CF16A537 for ; Fri, 30 Jun 2006 13:40:26 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FEB4445E1 for ; Fri, 30 Jun 2006 13:03:18 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1FwIeS-0003AH-DL; Fri, 30 Jun 2006 16:03:16 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: Russell Francis In-reply-to: Your message of Fri, 30 Jun 2006 08:10:06 -0400 . Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 30 Jun 2006 16:03:16 +0300 From: Danny Braniss Message-ID: Cc: amd64@freebsd.org, "O. Hartmann" Subject: Re: openoffice support and other ports X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jun 2006 13:40:27 -0000 > This is a multi-part message in MIME format. > --------------070503010504010902060009 > Content-Type: text/plain; charset=ISO-8859-1 > Content-Transfer-Encoding: 7bit > > Danny Braniss wrote: > > just a small question: how long should it take to compile java? > > so far, my first attempt hung the machine (either javac or rpc.lockd were to > > blame), now it's been trying to compile GenerateCharacter.java for > > some 20 minutes and i don't think much is happening appart from using up cpu > > Danny, > > Not sure if this is relevant but I seem to recall that if you have a SMP > system, you must disable SMP to compile jdk15 on amd64. > > Put kern.smp.disabled=0 in /boot/loader.conf. > i guess you mean: kern.smp.disabled=1 i'll give it a try now, and report later. danny