From owner-freebsd-java@FreeBSD.ORG Thu Sep 7 14:58:02 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 8E02016A4DA for ; Thu, 7 Sep 2006 14:58:02 +0000 (UTC) (envelope-from parkarahmed@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D26E43D80 for ; Thu, 7 Sep 2006 14:57:54 +0000 (GMT) (envelope-from parkarahmed@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so258711uge for ; Thu, 07 Sep 2006 07:57:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Ws3c+lAtZaDgBqUwT7WQG2NiK18AFo77d5+Nzg5UUrZ354QoDebXKSFajjWpO/XCJ2caiWwbm+4FjrAkcvO/pJkA9zibHJN04FgUD29ktyuZZTVfS6cenKI3ErtjcyYHUwPypM3PCdBOYBjxVlqVUFZByAYMzd9bb8IphV8nQQ0= Received: by 10.66.221.6 with SMTP id t6mr449172ugg; Thu, 07 Sep 2006 07:57:53 -0700 (PDT) Received: by 10.66.224.9 with HTTP; Thu, 7 Sep 2006 07:57:53 -0700 (PDT) Message-ID: <511248fb0609070757v395f7ff5xeb905f8dab56f6a9@mail.gmail.com> Date: Fri, 8 Sep 2006 00:57:53 +1000 From: "Ahmed Parkar" To: freebsd-java@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Azureus wont compile coz of 4E4D4554484F440E4350500525 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, 07 Sep 2006 14:58:02 -0000 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