From owner-freebsd-java@FreeBSD.ORG Thu Apr 10 05:31:02 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD570106564A for ; Thu, 10 Apr 2008 05:31:01 +0000 (UTC) (envelope-from Jacob.Maynard@citrix.com) Received: from SMTP02.CITRIX.COM (smtp02.citrix.com [66.165.176.63]) by mx1.freebsd.org (Postfix) with ESMTP id A43AF8FC1A for ; Thu, 10 Apr 2008 05:31:01 +0000 (UTC) (envelope-from Jacob.Maynard@citrix.com) X-IronPort-AV: E=Sophos;i="4.25,633,1199682000"; d="scan'208";a="49522614" Received: from ftlpexchmx01.citrite.net ([10.9.154.126]) by FTLPIPO02.CITRIX.COM with ESMTP; 10 Apr 2008 01:01:44 -0400 Received: from FTLPEXCH04.citrite.net ([10.13.100.92]) by FTLPEXCHMX01.citrite.net with Microsoft SMTPSVC(6.0.3790.1830); Thu, 10 Apr 2008 01:00:08 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 10 Apr 2008 00:59:50 -0400 Message-ID: <39888F25D44D6446AFDBC9141591E8D60479889A@FTLPEXCH04.citrite.net> In-Reply-To: <20080410055129.P55272@pukruppa.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: java in FreeBSD 7.0 thread-index: AciawE0ggKLZtQfXSOShpeZcx9NvigABVM7g References: <1207778735.1098.4.camel@darkstar.galaxy> <20080410055129.P55272@pukruppa.net> From: "Jacob Maynard" To: "Peter Ulrich Kruppa" , "Dale" X-OriginalArrivalTime: 10 Apr 2008 05:00:08.0704 (UTC) FILETIME=[BFCBE800:01C89AC7] Cc: freebsd-java@freebsd.org Subject: RE: java in FreeBSD 7.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2008 05:31:02 -0000 Peter, I am actually trying to install the JDK16 port in 7.0 -CURRENT. I installed the base OS about a week ago. I have installed diablo-jdk1.5.0_07 and now during the install process of JDK16 I get an error message stating that the libjvm.so file was truncated. I am pasting in the error messages below. I installed this on another 7.0 -CURRENT system I have with no problems. I appreciate any insight you can provide here. \ rm -f libjvm.so.1; ln -s libjvm.so libjvm.so.1; \ } Linking vm... g++: Internal error: Killed: 9 (program ld) Please submit a full bug report. See for instructions. { \ echo Linking launcher...; \ \ gcc -m32 -march=3Di586 -Xlinker -O1 -m32 -march=3Di586 -export-dynamic -L `pwd` -o gamma launcher.o -ljvm -lm -pthread; \ \ } Linking launcher... /usr/ports/java/jdk16/work/control/build/bsd-i586/hotspot/outputdir/bsd_ i486_compiler2/product/libjvm.so: file not recognized: File truncated gmake[5]: *** [gamma] Error 1 gmake[5]: Leaving directory `/usr/ports/java/jdk16/work/control/build/bsd-i586/hotspot/outputdir/bsd _i486_compiler2/product' gmake[4]: *** [the_vm] Error 2 gmake[4]: Leaving directory `/usr/ports/java/jdk16/work/control/build/bsd-i586/hotspot/outputdir/bsd _i486_compiler2/product' gmake[3]: *** [product] Error 2 gmake[3]: Leaving directory `/usr/ports/java/jdk16/work/control/build/bsd-i586/hotspot/outputdir' gmake[2]: *** [generic_build2] Error 2 gmake[2]: Leaving directory `/usr/ports/java/jdk16/work/hotspot/make' gmake[1]: *** [product] Error 2 gmake[1]: Leaving directory `/usr/ports/java/jdk16/work/hotspot/make' gmake: *** [hotspot-build] Error 2 *** Error code 2 Stop in /usr/ports/java/jdk16. *** Error code 1 Stop in /usr/ports/java/jdk16. Jake Maynard Escalation Engineer World Wide Escalation Team Application Networking Group CiTR!X Systems, Inc. (800) 424-8749 mailto: jacob.maynard@citrix.com -----Original Message----- From: owner-freebsd-java@freebsd.org [mailto:owner-freebsd-java@freebsd.org] On Behalf Of Peter Ulrich Kruppa Sent: Wednesday, April 09, 2008 11:59 PM To: Dale Cc: freebsd-java@freebsd.org Subject: Re: java in FreeBSD 7.0 On Wed, 9 Apr 2008, Dale wrote: > I have recently downloaded and installed FreeBSD 7.0 .when trying to > install java .. I run into a problem with the errors stating that I need > to install two different pkgs from an older version of FreeBSD .. how > do I go about getting the java installation completed or are pkgs in > the pipeline for the 7.0 version ... any help appreciated in advance Which Java port/version are you trying to install? FreeBSD's "native" Java is diablo-jdk /-jre version 1.5 . If - for ex. - you want to build jdk1.6 you will need to install=20 diablo first. Greetings, Uli. > > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > ------------------------------------- Peter Ulrich Kruppa Wuppertal Germany _______________________________________________ freebsd-java@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-java To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org"