From owner-freebsd-java@FreeBSD.ORG Tue Sep 12 08:30:45 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org 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 A0D7816A40F for ; Tue, 12 Sep 2006 08:30:45 +0000 (UTC) (envelope-from andy@triera.net) Received: from deliver-2.mx.triera.net (deliver-2.mx.triera.net [213.161.0.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AEBD43D53 for ; Tue, 12 Sep 2006 08:30:44 +0000 (GMT) (envelope-from andy@triera.net) Received: from localhost (in-2.mx.triera.net [213.161.0.26]) by deliver-2.mx.triera.net (Postfix) with ESMTP id 78FD93A6; Tue, 12 Sep 2006 10:30:37 +0200 (CEST) Received: from smtp.triera.net (smtp.triera.net [213.161.0.30]) by in-2.mx.triera.net (Postfix) with SMTP id 94F3B1BC07E; Tue, 12 Sep 2006 10:30:38 +0200 (CEST) Received: from webmail.triera.net (scandal.triera.net [213.161.0.40]) by smtp.triera.net (Postfix) with SMTP id EDE881A18B9; Tue, 12 Sep 2006 10:30:38 +0200 (CEST) MIME-Version: 1.0 X-Mailer: Triera Internet Webmail Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-ID: Date: Tue, 12 Sep 2006 10:30:38 +0200 From: "Andy Rozman (Aleksander)" To: "Ahmed Parkar" X-Originating-IP: [212.152.181.180] X-Virus-Scanned: Triera AV Service Cc: freebsd-java@freebsd.org Subject: Re: Azureus wont compile coz of 4E4D4554484F440E4350500525 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: andy@triera.net List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Sep 2006 08:30:45 -0000 "Ahmed Parkar" wrote: > Hmmm... seems like, nobody is familiar with this problem. > I'm wondering if anyone could guide me to how to even go about > tracing down the problem. > As a starter, how to view the compiler log for the Azureus build attempt. > This is on a FreeBSD 6.1 amd64 machine with the latest diablo jdk/jre > binary packages. > > Regards, > Ahmed > Hi Ahmed ! It might be problem with SWT library. You need to have amd64 version of library (I am sure of that. I tried this on windows machine, and if you have amd64 version of java then you have to have dlls for amd64 swt version, which are not working at this time). I made Azureus working on FreeBSD, but with older version of azureus (2.4.0.2). Try using original version without recompile. I downloaded linux version installed bash and run it. (After installing SWT from ports, but it was only i386 version). I am running it since then. I can send you instruction (step by step) if you would like. I tried to compile Azureus on windows and had no luck so far. ANT script is broken, and I don't use eclipse... Take care, if you have any more questions you can catch me off-list... Andy > On 9/8/06, Ahmed Parkar wrote: > > Hello people... > > > > So, after dodging Azureus dependancies, this might be the final hurdle > > to get Azureus to compile :/ > > > > Anyway... I got an internal error (4E4D4554484F440E4350500525) > > > > I got that error when I was installing something called "sed" > > (/usr/ports/net/sed ?), but that got resolved once I mounted > > linprocfs... > > > > But Azureus refuses to compile... > > > > I googled further more and one site tells me to add -Xint to my java > > command line... I added that in the last line of work/azureus file > > that was created. And thats how the number of files mentioned in the > > output below reduced from 2000 something to 1476... Good thing/bad > > thing??? > > > > Any ideas how to get this working? > > Below from BEGIN to END is the exact console output... > > > > PS: please CC your replies to me coz im not on the list.... > > > > =====BEGIN (I'm in directory /usr/ports/net-p2p/azureus)===== > > > > hostname# make install clean > > ===> Building for azureus-2.4.0.2 > > Buildfile: build.xml > > > > init: > > > > compile: > > [javac] Compiling 1476 source files to > /usr/ports/net-p2p/azureus/work/build > > [javac] # > > [javac] # An unexpected error has been detected by HotSpot Virtual > Machine: > > [javac] # > > [javac] # Internal Error (4E4D4554484F440E4350500525), pid=49360, > > tid=0x50f000 > > [javac] # > > [javac] # Java VM: Java HotSpot(TM) 64-Bit Server VM > > (diablo-1.5.0_07-b00 mixed mode) > > [javac] # An error report file with more information is saved as > > hs_err_pid49360.log > > [javac] # > > [javac] # If you would like to submit a bug report, please write > > [javac] # a letter to freebsd-java@FreeBSD.org mailing list > > [javac] # > > > > BUILD FAILED > > /usr/ports/net-p2p/azureus/work/build.xml:22: Compile failed; see the > > compiler error output for details. > > > > Total time: 48 seconds > > *** Error code 1 > > > > Stop in /usr/ports/net-p2p/azureus. > > hostname# > > > > ====END==== > > > > cheers... > > Ahmed > > > _______________________________________________ > 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" >