From owner-freebsd-questions@FreeBSD.ORG Thu Jul 22 08:12:47 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5ACA16A4CE for ; Thu, 22 Jul 2004 08:12:46 +0000 (GMT) Received: from hawat.cc.ubbcluj.ro (Hawat.CC.UBBCluj.Ro [193.226.40.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9117443D41 for ; Thu, 22 Jul 2004 08:12:45 +0000 (GMT) (envelope-from taipan@hawat.cc.ubbcluj.ro) Received: from hawat.cc.ubbcluj.ro (hawat [127.0.0.1]) by hawat.cc.ubbcluj.ro (8.12.11/8.12.11) with ESMTP id i6M8HxL4057875 for ; Thu, 22 Jul 2004 11:17:59 +0300 (EEST) (envelope-from taipan@hawat.cc.ubbcluj.ro) Received: from localhost (taipan@localhost)i6M8Hxro057872 for ; Thu, 22 Jul 2004 11:17:59 +0300 (EEST) (envelope-from taipan@hawat.cc.ubbcluj.ro) Date: Thu, 22 Jul 2004 11:17:59 +0300 (EEST) From: Radu MOLNAR To: freebsd-questions@freebsd.org In-Reply-To: <20040721000022.79a9c263.dion@bredband.net> Message-ID: <20040722105456.K57828@hawat.cc.ubbcluj.ro> References: <000b01c46de4$33bc5c50$150ea8c0@live> <20040721000022.79a9c263.dion@bredband.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: jdk make error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 08:12:47 -0000 I have linprocfs mounted(dont remember if i have to do anything else). Only problem i think could appear is disk space. I could only free 1.7G for it i think i got a different error avery time i freed a little bit more space when making in /usr/ports/java/jdk14. The one that i get now is: WARNING: Your build environment has the variable DEV_ONLY defined. This will result in a development-only build of the J2SE workspace, lacking the documentation build and installation bundles. Sanity check passed. (cd ./../build/bsd-i586/hotspot-i586/tmp; \ gmake -f /usr/ports/java/jdk14/work/hotspot/build/bsd/Makefile product \ HOTSPOT_BUILD_VERSION=1.4.2-p6-root_23_jul_2021_08_45 GAMMADIR=/usr/ports/java/jdk14/work/hotspot ; ) gmake[1]: Entering directory `/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp' (cd bsd_i486_compiler2/product; gmake) gmake[2]: Entering directory `/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/product' gmake[3]: Entering directory `/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/product' Rescanned ../generated/adfiles/bsd_i486.ad but encountered no changes. gmake[3]: Leaving gmake[2]: Leaving directory `/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/product' gmake[1]: Leaving directory `/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp' (cd ./../build/bsd-i586/hotspot-i586/tmp; \ gmake -f /usr/ports/java/jdk14/work/hotspot/build/bsd/Makefile jvmg \ HOTSPOT_BUILD_VERSION=1.4.2-p6-root_23_jul_2021_08_45 GAMMADIR=/usr/ports/java/jdk14/work/hotspot ; ) gmake[1]: Entering directory `/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp' (cd bsd_i486_compiler2/jvmg; gmake) gmake[2]: Entering directory `/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/jvmg' gmake[3]: Entering directory `/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/jvmg' Rescanned ../generated/adfiles/bsd_i486.ad but encountered no changes. gmake[3]: Leaving directory `/usr/ports/java/jdk14 usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/jvmg/libjvm_g.so: undefined reference to `State::MachNodeGenerator(int)' gmake[3]: *** [gamma_g] Error 1 gmake[3]: Leaving directory `/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/jvmg' gmake[2]: *** [the_vm] Error 2 gmake[2]: Leaving directory `/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/jvmg' gmake[1]: *** [jvmg] Error 2 gmake[1]: Leaving directory `/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp' gmake: *** [jvmg] Error 2 *** Error code 2 Stop in /usr/ports/java/jdk14. So is this beacause of disk space or could it be because of something else? Radu