From owner-freebsd-java@FreeBSD.ORG Sat Jan 15 03:28:04 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58B3116A4CE for ; Sat, 15 Jan 2005 03:28:04 +0000 (GMT) Received: from src-web01.sourcit.net (mail3.eitsolutions.net [68.23.20.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACCCA43D1F for ; Sat, 15 Jan 2005 03:28:03 +0000 (GMT) (envelope-from bryan.maynard@reallm.com) Received: (qmail 10407 invoked from network); 15 Jan 2005 03:01:22 -0000 Received: from localhost (127.0.0.1) by localhost with SMTP; 15 Jan 2005 03:01:22 -0000 Received: from fl2-24.217.236.19.charter-stl.com (fl2-24.217.236.19.charter-stl.com [24.217.236.19]) by webmail.reallm.com (IMP) with HTTP for ; Fri, 14 Jan 2005 22:01:22 -0500 Message-ID: <1105758082.41e8878216861@webmail.reallm.com> Date: Fri, 14 Jan 2005 22:01:22 -0500 From: bryan.maynard@reallm.com To: freebsd-java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.3 X-Originating-IP: 24.217.236.19 Subject: Runaway javadoc durring Eclipse3 install X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jan 2005 03:28:04 -0000 Hey all, I'm Running FreeBSD 5.3 STABLE and trying to install Eclipse 3.0.1 but seem to be having some problems. . . Eclipse and all it's dependancies built just fine (I used portinstall eclipse, and went with all the defaults). Mozilla 1.7 compiled and installed, all the linux stuff compiled and installed (though I would like to stay away from the linux dependancies if possible). Everything is fine, up to this point: gather.sources: [mkdir] Created dir: /usr/ports/java/eclipse/work/plugins/org.eclipse.pde.source/src/org.eclipse.pde.ui_3.0.1 [copy] Copying 1 file to /usr/ports/java/eclipse/work/plugins/org.eclipse.pde.source/src/org.eclipse.pde.ui_3.0.1 [copy] Copying 1 file to /usr/ports/java/eclipse/work/plugins/org.eclipse.pde.source/src/org.eclipse.pde.ui_3.0.1 [copy] Copying 5 files to /usr/ports/java/eclipse/work/plugins/org.eclipse.pde.source/src/org.eclipse.pde.ui_3.0.1 update.feature: all.children: all.plugins: properties: init: build.jars: update.feature: all.children: install: main: [mkdir] Created dir: /usr/ports/java/eclipse/work/result [mkdir] Created dir: /usr/ports/java/eclipse/work/tmp init: gather.bin.parts: init: buildDocZip: all: convertSchemaToHtml: examplesDocCopy: getJavadocPath: generateJavadoc: [mkdir] Created dir: /usr/ports/java/eclipse/work/plugins/org.eclipse.platform.doc.isv/reference/api [unzip] Expanding: /usr/ports/java/eclipse/work/plugins/org.eclipse.osgi/osgi/osgiJavaDoc.zip into /usr/ports/java/eclipse/work/plugins/org.eclipse.platform.doc.isv/reference/osgi Killed gmake: *** [build-install] Error 137 *** Error code 2 Stop in /usr/ports/java/eclipse. the [unzip] target ran for a while and then generated this error. The strange thing is that even after the process stopped my system was still sluggish - as if it was still working. So I ran top and saw that "javadoc" was still running. It wasn't hogging any recources, but it was still running. I tried killing it from top, but nothing happened. Then I tried killing it from the terminal with -TERM. That didn't work so I used -INT, which stopped "javadoc" from running. My question is this: what is gmake: Error 137, and what can I do to fix this? I am new, so if any more info is needed, please let me know. Thanks for your help. Bryan