From owner-freebsd-ports@FreeBSD.ORG Sun Apr 11 05:41:28 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37AA616A4CF for ; Sun, 11 Apr 2004 05:41:28 -0700 (PDT) Received: from galilee.polands.org (CPE-24-166-149-179.new.rr.com [24.166.149.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67B2243D41 for ; Sun, 11 Apr 2004 05:41:27 -0700 (PDT) (envelope-from doug@polands.org) Received: from polands.org (jericho.polands.org [172.16.1.35]) by galilee.polands.org (8.12.9/8.12.9) with ESMTP id i3BCfQk5011058 for ; Sun, 11 Apr 2004 07:41:26 -0500 (CDT) (envelope-from doug@polands.org) Message-ID: <40793CF5.9060506@polands.org> Date: Sun, 11 Apr 2004 07:41:25 -0500 From: Doug Poland User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040409 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: OpenOffice build hangs on idlc: compile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Apr 2004 12:41:28 -0000 Hello, I'm trying to build OpenOffice.org-1.1.1 (cvsup'd 2004-04-10 22:11) on my FreeBSD 5.2-CURRENT box (built: Mon Apr 5 22:57:43 CDT 2004). After about 2.5 hours of crunching on this reasonably fast P4, the build apparently hangs here... Sun Microsystems (R) idlc Version 1.0 idlc @/tmp/mkyMQb5k idlc: compile 'ArrayIndexOutOfBoundsException.idl' ... idlc: compile 'ClassNotFoundException.idl' ... idlc: compile 'DisposedException.idl' ... idlc: compile 'EventObject.idl' ... idlc: compile 'IllegalAccessException.idl' ... idlc: compile 'IllegalArgumentException.idl' ... idlc: compile 'IndexOutOfBoundsException.idl' ... idlc: compile 'InvalidListenerException.idl' ... idlc: compile 'ListenerExistException.idl' ... idlc: compile 'Locale.idl' ... idlc: compile 'MultiServiceFactory.idl' ... idlc: compile 'NoSuchFieldException.idl' ... idlc: compile 'NoSuchMethodException.idl' ... idlc: compile 'NoSupportException.idl' ... idlc: compile 'NullPointerException.idl' ... idlc: compile 'RegistryServiceManager.idl' ... idlc: compile 'ServiceManager.idl' ... idlc: compile 'ServiceNotRegisteredException.idl' ... idlc: compile 'SystemDependent.idl' ... idlc: compile 'WrappedTargetException.idl' ... idlc: compile 'WrappedTargetRuntimeException.idl' ... idlc: compile 'XComponent.idl' ... idlc: compile 'XConnectionPoint.idl' ... idlc: compile 'XConnectionPointContainer.idl' ... idlc: compile 'XEventListener.idl' ... idlc: compile 'XInitialization.idl' ... It's using processor time... # ps -waux | grep idlc root 30943 90.6 0.3 5576 3032 p8 R+ 1:01AM 395:40.52 idlc @/tmp/mkyMQb5k root 30916 0.0 0.1 1964 1288 p8 S+ 1:01AM 0:00.00 /bin/tcsh -fc idlc @/tmp/mkyMQb5k^I^I root 30917 0.0 0.3 5576 3056 p8 S+ 1:01AM 0:00.42 idlc @/tmp/mkyMQb5k but the build is "stuck" as of 1:01AM. Any suggestions? I first tried using the package but that hangs on the splash screen with an error (can't remember, sorry). -- Regards, Doug