From owner-freebsd-java@FreeBSD.ORG Sun Aug 1 02:32:44 2004 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 7491216A4CE for ; Sun, 1 Aug 2004 02:32:44 +0000 (GMT) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5114043D48 for ; Sun, 1 Aug 2004 02:32:36 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id i6UETGP8004198; Fri, 30 Jul 2004 17:29:16 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.52] (edgar.ebs.gr [10.1.1.52]) by ebs.gr (8.12.11/8.12.11) with ESMTP id i6UETF5x033328; Fri, 30 Jul 2004 17:29:16 +0300 (EEST) (envelope-from past@ebs.gr) Message-ID: <410A5B39.1050409@ebs.gr> Date: Fri, 30 Jul 2004 17:29:13 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 0.7 (X11/20040702) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nick Johnson References: <200407241051.i6OApKuq024726@smtp.hispeed.ch> <41024D54.2070304@s-ar.de> <4104ADA9.9060206@ebs.gr> <20040727070121.A86418@turing.morons.org> <410A1DED.8020900@ebs.gr> <20040730064539.O86418@turing.morons.org> In-Reply-To: <20040730064539.O86418@turing.morons.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: java@freebsd.org Subject: Re: native jdk release schedule question 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: Sun, 01 Aug 2004 02:32:44 -0000 Nick Johnson wrote: > FWIW, it looks like the trouble comes from > hotspot/src/share/vm/prims/jvmdi.cpp because monitor->monitor().raw_notify > (or raw_wait or raw_notifyAll or raw_exit) is returning > ObjectMonitor::OM_ILLEGAL_MONITOR_STATE. > > That seems to be triggered from > hotspot/src/os/bsd/vm/objectMonitor_bsd.cpp like this: > > int ObjectMonitor::raw_notify(TRAPS) { > if (THREAD != _owner) { > return OM_ILLEGAL_MONITOR_STATE; > } > > So at first glance it looks like a thread ownership problem. Don't have > time to dig any deeper ATM. The funny thing is that the behavior is not consistent: edgar% cat dummy.java class dummy { public static void main(String[] args) {} } edgar% javac dummy.java edgar% java dummy edgar% jdb dummy Initializing jdb ... > run run dummy java.io.IOException: Target failed to handshake. at com.sun.tools.jdi.VirtualMachineManagerImpl.handshake(VirtualMachineManagerImpl.java:190) at com.sun.tools.jdi.VirtualMachineManagerImpl.createVirtualMachine(VirtualMachineManagerImpl.java:201) at com.sun.tools.jdi.AbstractLauncher.launch(AbstractLauncher.java:107) at com.sun.tools.jdi.SunCommandLineLauncher.launch(SunCommandLineLauncher.java:144) at com.sun.tools.example.debug.tty.VMConnection.launchTarget(VMConnection.java:333) at com.sun.tools.example.debug.tty.VMConnection.open(VMConnection.java:166) at com.sun.tools.example.debug.tty.Commands.commandRun(Commands.java:547) at com.sun.tools.example.debug.tty.TTY.executeCommand(TTY.java:299) at com.sun.tools.example.debug.tty.TTY.(TTY.java:539) at com.sun.tools.example.debug.tty.TTY.main(TTY.java:850) Fatal error: Unable to launch target VM. I was usually getting the previous error that I mentioned, but the last 6-7 runs consistently give me this output. It could be some sort of heap corruption or something like that. The machine is a July 10 -CURRENT. Rebuilding the jdk with WITH_DEBUG is going to take the rest of the day on my system, but since I am leaving on vacation in a few hours, it will have to wait :-) Cheers, -- Panagiotis Astithas, PhD R&D Manager EBS, Electronic Business Systems Ltd. 18 Evgenidou Street, 115 25, Athens GREECE Phone: +30 210 674 7631 Fax: +30 210 674 7601 http://www.ebs.gr From owner-freebsd-java@FreeBSD.ORG Sun Aug 1 02:32:49 2004 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 BD71716A4CE; Sun, 1 Aug 2004 02:32:49 +0000 (GMT) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3352143D68; Sun, 1 Aug 2004 02:32:46 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id i6UBhHP8003741; Fri, 30 Jul 2004 14:43:17 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.52] (edgar.ebs.gr [10.1.1.52]) by ebs.gr (8.12.11/8.12.11) with ESMTP id i6UBhDrw031967; Fri, 30 Jul 2004 14:43:15 +0300 (EEST) (envelope-from past@ebs.gr) Message-ID: <410A3450.9000703@ebs.gr> Date: Fri, 30 Jul 2004 14:43:12 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 0.7 (X11/20040702) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ying-Chieh Liao References: <200407280209.i6S298pa067657@freefall.freebsd.org> In-Reply-To: <200407280209.i6S298pa067657@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ports-bugs@freebsd.org cc: java@freebsd.org Subject: Re: ports/69675: Eclipse slow typing 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: Sun, 01 Aug 2004 02:32:49 -0000 Ying-Chieh Liao wrote: > Synopsis: Eclipse slow typing Could it be that you have no dictionary file? For an explanation, see also: https://bugs.eclipse.org/bugs/show_bug.cgi?id=68357 If you disable spell-checking does everything work as normal? Also, could you check the eclipse log file (workspace/.metadata/.log) for suspicious messages? Cheers, -- Panagiotis Astithas, PhD R&D Manager EBS, Electronic Business Systems Ltd. 18 Evgenidou Street, 115 25, Athens GREECE Phone: +30 210 674 7631 Fax: +30 210 674 7601 http://www.ebs.gr From owner-freebsd-java@FreeBSD.ORG Sun Aug 1 02:32:57 2004 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 86EB416A4E5 for ; Sun, 1 Aug 2004 02:32:57 +0000 (GMT) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5369C43D73 for ; Sun, 1 Aug 2004 02:32:52 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id i6UA7iP8003460; Fri, 30 Jul 2004 13:07:44 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.52] (edgar.ebs.gr [10.1.1.52]) by ebs.gr (8.12.11/8.12.11) with ESMTP id i6UA7gGH031186; Fri, 30 Jul 2004 13:07:43 +0300 (EEST) (envelope-from past@ebs.gr) Message-ID: <410A1DED.8020900@ebs.gr> Date: Fri, 30 Jul 2004 13:07:41 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 0.7 (X11/20040702) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nick Johnson References: <200407241051.i6OApKuq024726@smtp.hispeed.ch> <41024D54.2070304@s-ar.de> <4104ADA9.9060206@ebs.gr> <20040727070121.A86418@turing.morons.org> In-Reply-To: <20040727070121.A86418@turing.morons.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: java@freebsd.org Subject: Re: native jdk release schedule question 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: Sun, 01 Aug 2004 02:32:57 -0000 Nick Johnson wrote: > On Mon, 26 Jul 2004, Panagiotis Astithas wrote: > > >>The jdk works fine with KSE as long as you don't use debugging. Have you >>tried using jdb yet? > > > Just curious: how does the problem with jdb manifest itself? You get messages like this: % jdb BuggyWindow2 Initializing jdb ... > run run BuggyWindow2 VM start exception: VM initialization failed for: /usr/local/jdk1.4.2/jre/bin/java -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=edgar.ebs.gr:60765,suspend=y BuggyWindow2 FATAL ERROR in native method: JDWP "util.c" (Mar 15 2004), line 1194: Unexpected error, error code = 51 (JVMDI_ERROR_NOT_MONITOR_OWNER) Fatal error: Target VM failed to initialize. Cheers, -- Panagiotis Astithas, PhD R&D Manager EBS, Electronic Business Systems Ltd. 18 Evgenidou Street, 115 25, Athens GREECE Phone: +30 210 674 7631 Fax: +30 210 674 7601 http://www.ebs.gr From owner-freebsd-java@FreeBSD.ORG Sun Aug 1 14:32:36 2004 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 4D54616A4CE for ; Sun, 1 Aug 2004 14:32:36 +0000 (GMT) Received: from web40710.mail.yahoo.com (web40710.mail.yahoo.com [66.218.78.167]) by mx1.FreeBSD.org (Postfix) with SMTP id EED1143D5F for ; Sun, 1 Aug 2004 14:32:35 +0000 (GMT) (envelope-from rheezalai@yahoo.com) Message-ID: <20040801143235.73377.qmail@web40710.mail.yahoo.com> Received: from [202.51.230.13] by web40710.mail.yahoo.com via HTTP; Sun, 01 Aug 2004 07:32:35 PDT Date: Sun, 1 Aug 2004 07:32:35 -0700 (PDT) From: rheezal To: freebsd-java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: glewis@freebsd.org Subject: help, install j2sdk1.4.2_05-linux-i586.bin 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: Sun, 01 Aug 2004 14:32:36 -0000 hi... i have download j2sdk1.4.2_05-linux-i586.bin from www.sun.com and i'd download patch1.4 java for freebsd from www.eyesbeyond.com my bsdbox is 5.2-RELEASE, requirement for install java on my bsdbox : URW-fonts 1.0 linux_base-7.15 javavmwrapper1.4 after run installer j2sdk and unpack patch1.4, i try patch with : patch -p0 < jdk14.patches i'm not familiar with patch... anybody show me step-by-step how-to patch java on my bsdbox? best regards, rizal __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail From owner-freebsd-java@FreeBSD.ORG Mon Aug 2 03:13:22 2004 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 E10D716A4CE for ; Mon, 2 Aug 2004 03:13:21 +0000 (GMT) Received: from mail1.speakeasy.net (mail1.speakeasy.net [216.254.0.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E98F43D31 for ; Mon, 2 Aug 2004 03:13:21 +0000 (GMT) (envelope-from aah@roarmouse.org) Received: (qmail 31516 invoked from network); 2 Aug 2004 03:13:20 -0000 Received: from dsl027-178-067.sfo1.dsl.speakeasy.net (HELO [192.168.0.10]) (aah@[216.27.178.67]) (envelope-sender ) by mail1.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 2 Aug 2004 03:13:19 -0000 Message-ID: <410DB14F.6030205@roarmouse.org> Date: Sun, 01 Aug 2004 20:13:19 -0700 From: Andrew Houghton User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040728) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Greg Lewis References: <410AA0FB.5090207@roarmouse.org> <20040730230043.GA54639@misty.eyesbeyond.com> In-Reply-To: <20040730230043.GA54639@misty.eyesbeyond.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-java@freebsd.org Subject: Re: native JDK on Dragonfly BSD 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: Mon, 02 Aug 2004 03:13:22 -0000 Found the answer (see the end)! But in response.. Greg Lewis wrote: >On Fri, Jul 30, 2004 at 12:26:51PM -0700, Andrew Houghton wrote: > > >>I've been playing around with DragonFly BSD for a few weeks, and thought >>I'd try compiling a native JDK from ports. Surprisingly enough (more on >>that later) almost everything seems to work. Admittedly, I'm not doing >>deep testing -- but the plugin, the JVM, and javac have handled >>everything I've thrown at them, including IntelliJ IDEA, various web >>applications, and things like HPJmeter. >> >>The one place I *am* running into problems is with Java Web Start. When >>I try starting it I get: >> >> Java Web Start splash screen process exiting ..... >> Bad installation. No JRE found in configuration file: No such file >> or directory >> >> > >I assume that it works on FreeBSD? I must admit I've never tried it. > > Sure does.. and at least one mission critical part of my work environment uses it, surprisingly enough. > > >>I traced this message down to line 243 of >>/deploy/src/javaws/src/share/native/launcher.c; the helpful comment on >>line 241 or so says "This should never happen." >> >>The closest bug report I found was from Evan Easton: >> >>http://lists.freebsd.org/mailman/htdig/freebsd-java/2003-December/001403.html >> >>using his script I was able to get javaws to start, but i still can't >>get any of the demo apps to actually run. >> >> > >What errors do they produce? > > It wasn't clear that they did produce errors.. they just never started, and the java console didn't give me any info. > > >>Now, looking at the patchset there's no mention of DragonFly (not >>surprisingly). The reason I was surprised that most things work is that >>the patch seems to be making many choices based on system type, and it's >>just not clear whether DragonFly defines anything close to the expected >>system types. >> >> > >I would guess that DragonFly still defines __FreeBSD__ (probably as 4) so >tha tmost things will just work. > > > >>So, I'm poking through the patchset and seeing what I can do, but >>someone actually familiar with this stuff (i.e., Greg or Alexey) could >>do this about a million times faster than I could, I think.. >> >> > >Assuming we had a DragonFly system, maybe so :). > > > >>Is there any chance of getting DragonFly into the list of "officially" >>supported systems for the native JDK? >> >> > >Yes. The easiest way is to do what you're doing and submit patches >when you're done. All other ways involve waiting till someone else >does it :). > >I'll try and have a quick look if I get a chance and let you know if I >see anything obvious, but its going to be a little hard without a DragonFly >system to test on. > > > Martin Hellwig, over on the DragonFly bugs list, found the right answer -- simply by switching the OS name in the ~/.java/.deployment/deployment.properties file from 'FreeBSD' to 'DragonFly', everything seems happy. I should have caught this myself -- very embarrassing. With this known, it shouldn't be too difficult to find what needs changing where and provide a patch -- I'll see what I can do this week. - a. From owner-freebsd-java@FreeBSD.ORG Mon Aug 2 03:46:30 2004 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 CC57116A4CE for ; Mon, 2 Aug 2004 03:46:30 +0000 (GMT) Received: from imo-d06.mx.aol.com (imo-d06.mx.aol.com [205.188.157.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E4D443D1D for ; Mon, 2 Aug 2004 03:46:30 +0000 (GMT) (envelope-from Akseals3@aol.com) Received: from Akseals3@aol.com by imo-d06.mx.aol.com (mail_out_v37_r2.6.) id n.d7.10b6b4c3 (4402) for ; Sun, 1 Aug 2004 23:46:19 -0400 (EDT) From: Akseals3@aol.com Message-ID: Date: Sun, 1 Aug 2004 23:46:19 EDT To: freebsd-java@freebsd.org MIME-Version: 1.0 X-Mailer: 9.0 for Windows sub 5031 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: java crashed 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: Mon, 02 Aug 2004 03:46:30 -0000 my java crashed. it is not even installed on my computer now. i have tried to install a java download but it still doesnt work. it says it is installed but it still wont work. what do i do? From owner-freebsd-java@FreeBSD.ORG Mon Aug 2 05:30:32 2004 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 E877C16A4CE for ; Mon, 2 Aug 2004 05:30:32 +0000 (GMT) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id D35CC43D64 for ; Mon, 2 Aug 2004 05:30:32 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from [198.60.22.209] (helo=mgr9.xmission.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 1BrVP6-0003pr-02; Sun, 01 Aug 2004 23:30:32 -0600 Received: from [166.70.56.15] (helo=misty.eyesbeyond.com) by mgr9.xmission.com with esmtp (Exim 4.32) id 1BrVP6-00087X-Qd; Sun, 01 Aug 2004 23:30:32 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i725Tvmh046718; Sun, 1 Aug 2004 23:30:06 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id i725Ta7q046717; Sun, 1 Aug 2004 23:29:36 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Sun, 1 Aug 2004 23:29:31 -0600 From: Greg Lewis To: rheezal Message-ID: <20040802052931.GA46703@misty.eyesbeyond.com> References: <20040801143235.73377.qmail@web40710.mail.yahoo.com> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <20040801143235.73377.qmail@web40710.mail.yahoo.com> User-Agent: Mutt/1.4.2.1i Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mgr9.xmission.com X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=8.0 tests=BAYES_00 autolearn=no version=2.63 X-SA-Exim-Connect-IP: 166.70.56.15 X-SA-Exim-Mail-From: glewis@eyesbeyond.com X-SA-Exim-Version: 4.0 (built Sat, 24 Apr 2004 12:31:30 +0200) X-SA-Exim-Scanned: Yes (on mgr9.xmission.com) cc: freebsd-java@freebsd.org Subject: Re: help, install j2sdk1.4.2_05-linux-i586.bin 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: Mon, 02 Aug 2004 05:30:33 -0000 On Sun, Aug 01, 2004 at 07:32:35AM -0700, rheezal wrote: > i have download j2sdk1.4.2_05-linux-i586.bin from > www.sun.com and i'd download patch1.4 java for freebsd > from www.eyesbeyond.com > > my bsdbox is 5.2-RELEASE, requirement for install java > on my bsdbox : > URW-fonts 1.0 > linux_base-7.15 > javavmwrapper1.4 > > after run installer j2sdk and unpack patch1.4, i try > patch with : patch -p0 < jdk14.patches > i'm not familiar with patch... > > anybody show me step-by-step how-to patch java on my > bsdbox? You don't patch the Linux JDK, you patch the JDK sources. The easiest way to build the JDK is to do the following: cd /usr/ports/java/jdk14 && make install Then just follow the instructions. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-java@FreeBSD.ORG Mon Aug 2 11:07:42 2004 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 A627D16A4DB for ; Mon, 2 Aug 2004 11:07:42 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CA7243D48 for ; Mon, 2 Aug 2004 11:07:42 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i72B7gkB008996 for ; Mon, 2 Aug 2004 11:07:42 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i72B7fH2008991 for freebsd-java@freebsd.org; Mon, 2 Aug 2004 11:07:41 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 2 Aug 2004 11:07:41 GMT Message-Id: <200408021107.i72B7fH2008991@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-java@FreeBSD.org Subject: Current problem reports assigned to you 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: Mon, 02 Aug 2004 11:07:42 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/04/13] ports/65479 java ports reinstall ignores ${MAKE_ARGS} o [2004/05/01] java/66151 java JBuilderX (sun jvm 1.4.1 builtin) crashes o [2004/07/13] java/68972 java unpack crashes during make install of lin o [2004/07/31] java/69853 java Patches to build java/jdk14 with GCC 3.4 4 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/10/18] ports/44251 java new port textproc/xml-stylebook: create J f [2003/07/30] ports/55032 java java/jdk13: SVr4 emulation interferes wit s [2003/09/16] ports/56928 java jce-aba port should install to $JAVA_HOME o [2004/02/14] java/62837 java linux-sun-jdk14 executables hang with COM o [2004/04/08] ports/65335 java [PATCH] java/jdk14: use bsd.java.mk for J o [2004/04/12] ports/65465 java Eclipse has no fonts with recent pango, c 6 problems total. From owner-freebsd-java@FreeBSD.ORG Mon Aug 2 11:08:32 2004 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 AF80816A4CE for ; Mon, 2 Aug 2004 11:08:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E19643D48 for ; Mon, 2 Aug 2004 11:08:32 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i72B8WuK009624 for ; Mon, 2 Aug 2004 11:08:32 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i72B8VEJ009618 for java@freebsd.org; Mon, 2 Aug 2004 11:08:31 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 2 Aug 2004 11:08:31 GMT Message-Id: <200408021108.i72B8VEJ009618@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: java@FreeBSD.org Subject: Current problem reports assigned to you 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: Mon, 02 Aug 2004 11:08:32 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/07/27] ports/69675 java Eclipse slow typing 1 problem total. Non-critical problems From owner-freebsd-java@FreeBSD.ORG Mon Aug 2 14:21:40 2004 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 D18B716A4CE; Mon, 2 Aug 2004 14:21:40 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2DEE43D5E; Mon, 2 Aug 2004 14:21:40 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) i72ELeaf046858; Mon, 2 Aug 2004 14:21:40 GMT (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i72ELehZ046854; Mon, 2 Aug 2004 14:21:40 GMT (envelope-from glewis) Date: Mon, 2 Aug 2004 14:21:40 GMT From: Greg Lewis Message-Id: <200408021421.i72ELehZ046854@freefall.freebsd.org> To: glewis@FreeBSD.org, java@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: ports/69675: Eclipse slow typing 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: Mon, 02 Aug 2004 14:21:41 -0000 Synopsis: Eclipse slow typing Responsible-Changed-From-To: java->freebsd-java Responsible-Changed-By: glewis Responsible-Changed-When: Mon Aug 2 14:20:49 GMT 2004 Responsible-Changed-Why: Assign to freebsd-java rather than java. The longer form is preferred and is what all other java@ PRs are assigned to. http://www.freebsd.org/cgi/query-pr.cgi?pr=69675 From owner-freebsd-java@FreeBSD.ORG Mon Aug 2 14:21:40 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D18B716A4CE; Mon, 2 Aug 2004 14:21:40 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2DEE43D5E; Mon, 2 Aug 2004 14:21:40 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) i72ELeaf046858; Mon, 2 Aug 2004 14:21:40 GMT (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i72ELehZ046854; Mon, 2 Aug 2004 14:21:40 GMT (envelope-from glewis) Date: Mon, 2 Aug 2004 14:21:40 GMT From: Greg Lewis Message-Id: <200408021421.i72ELehZ046854@freefall.freebsd.org> To: glewis@FreeBSD.org, java@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: ports/69675: Eclipse slow typing 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: Mon, 02 Aug 2004 14:21:41 -0000 Synopsis: Eclipse slow typing Responsible-Changed-From-To: java->freebsd-java Responsible-Changed-By: glewis Responsible-Changed-When: Mon Aug 2 14:20:49 GMT 2004 Responsible-Changed-Why: Assign to freebsd-java rather than java. The longer form is preferred and is what all other java@ PRs are assigned to. http://www.freebsd.org/cgi/query-pr.cgi?pr=69675 From owner-freebsd-java@FreeBSD.ORG Mon Aug 2 20:34:03 2004 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 2A16716A4CE for ; Mon, 2 Aug 2004 20:34:03 +0000 (GMT) Received: from outmx011.isp.belgacom.be (outmx011.isp.belgacom.be [195.238.3.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2142243D53 for ; Mon, 2 Aug 2004 20:34:02 +0000 (GMT) (envelope-from brvdboss@spymac.com) Received: from outmx011.isp.belgacom.be (localhost [127.0.0.1]) with ESMTP id i72KXr48001193 for ; Mon, 2 Aug 2004 22:33:53 +0200 (envelope-from ) Received: from Noisy.localdomain.local (248.119-200-80.adsl.skynet.be [80.200.119.248])with SMTP id i72KXpf2001181 for ; Mon, 2 Aug 2004 22:33:51 +0200 (envelope-from ) Date: Mon, 2 Aug 2004 22:34:14 +0200 From: Bruno Van Den Bossche To: freebsd-java@freebsd.org Message-Id: <20040802223414.164e3a64.brvdboss@spymac.com> Organization: Me, Myself & I X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Update eclipse-pmd port and eclipse-plugin port conventions 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: Mon, 02 Aug 2004 20:34:03 -0000 Hello I (finally) got to upgrading the eclipse-pmd port. With the new version and Eclipse3 being imported in to the tree some things changed. The pmd-plugin now "requires" to be installed from the GUI (default installation instructions). But this doesn't do much more then just copying the files around. The port skeleton can be found here A new release is planned for next week, so I should probably wait for that one to send my update-pr. But I would appreciate if someone would care to review the current version. I'd also like to know if there are any conventions about port-naming for plugins. (for eclipse, or in general) If not, should there be such conventions? For example always use eclipse-pluginname. greetings -- Bruno New crypt. See /usr/news/crypt. From owner-freebsd-java@FreeBSD.ORG Tue Aug 3 16:17:46 2004 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 114FD16A4CE for ; Tue, 3 Aug 2004 16:17:46 +0000 (GMT) Received: from mail.kanetix.com (kanprd1.kanetix.com [216.220.59.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id E534643D48 for ; Tue, 3 Aug 2004 16:17:45 +0000 (GMT) (envelope-from ean@hedron.org) Received: from [192.168.100.215] (unknown [192.168.100.215]) by mail.kanetix.com (Postfix) with ESMTP id 5C1581D181 for ; Tue, 3 Aug 2004 12:17:45 -0400 (EDT) Message-ID: <410FBAA9.7000600@hedron.org> Date: Tue, 03 Aug 2004 12:17:45 -0400 From: Ean Kingston User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: problems running 'Hello World' program. 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: Tue, 03 Aug 2004 16:17:46 -0000 Hello all, I'm just starting to learn to program Java but I have been running and programming on FreeBSD (and other UNIXish) systems for years. I can get the program to compile but can't get it to run. The error messages "Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorld/class". I'm running FreeBSD 4.10-Release. I used the ports system to build JDK 1.4.2. I'm using the FreeBSD native jdk (as opposed to the Linux one that got installed as a prerequisite). I've tried it with no CLASSPATH, and with several varients of CLASSPATH=/usr/local/jdk1.4.2/lib:/usr/local/lib/jdk1.4.2/jre/lib:. I've got /usr/local/jdk1.4.2/bin included in my path to get java and javac. I've verified (with which) that the correct java and javac are found. I've compiled it with 'javac -classpath $CLASSPATH HelloWorld.java' and 'javac HelloWorld.java' without success. I can post the exact code if anyone wants but it is just the code from the intoductory tutorial on www.java.sun.com with a small name change in the classname (and hence file name). I also tried this on Mac OSX (it had jdk 1.3 installed) with the same result. Some help (even pointer to the right FAQ) would be appreciated. A Google search got me looking at the CLASSPATH stuff but nothing else. From owner-freebsd-java@FreeBSD.ORG Tue Aug 3 16:25:25 2004 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 22DCE16A4CE for ; Tue, 3 Aug 2004 16:25:25 +0000 (GMT) Received: from t-mta2.odn.ne.jp (mfep2.odn.ne.jp [143.90.131.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B10843D55 for ; Tue, 3 Aug 2004 16:25:24 +0000 (GMT) (envelope-from sugitk@rio.odn.ne.jp) Received: from localhost ([218.218.71.251]) by t-mta2.odn.ne.jp with ESMTP id <20040803162523715.ZQEA.191661.t-mta2.odn.ne.jp@mta2.odn.ne.jp>; Wed, 4 Aug 2004 01:25:23 +0900 Date: Wed, 04 Aug 2004 01:25:23 +0900 (JST) Message-Id: <20040804.012523.74712152.sugitk@rio.odn.ne.jp> To: ean@hedron.org From: SUGIMURA Takashi =?iso-2022-jp?B?GyRCP3lCPBsoQiAbJEI1LjtOGyhC?= In-Reply-To: <410FBAA9.7000600@hedron.org> References: <410FBAA9.7000600@hedron.org> X-Mailer: Mew version 4.0.65 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-java@freebsd.org Subject: Re: problems running 'Hello World' program. 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: Tue, 03 Aug 2004 16:25:25 -0000 > I can get the program to compile but can't get it to run. The error > messages "Exception in thread "main" java.lang.NoClassDefFoundError: > HelloWorld/class". > Please don't add suffix, for example, % java HelloWorld --- SUGIMURA Takashi From owner-freebsd-java@FreeBSD.ORG Tue Aug 3 16:28:45 2004 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 637A416A4CE for ; Tue, 3 Aug 2004 16:28:45 +0000 (GMT) Received: from mail.kanetix.com (kanprd1.kanetix.com [216.220.59.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44F9743D5C for ; Tue, 3 Aug 2004 16:28:45 +0000 (GMT) (envelope-from ean@hedron.org) Received: from [192.168.100.215] (unknown [192.168.100.215]) by mail.kanetix.com (Postfix) with ESMTP id BA4941D181; Tue, 3 Aug 2004 12:28:44 -0400 (EDT) Message-ID: <410FBD3C.3030500@hedron.org> Date: Tue, 03 Aug 2004 12:28:44 -0400 From: Ean Kingston User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "SUGIMURA Takashi $B?yB"@kanetix.com References: <410FBAA9.7000600@hedron.org> <20040804.012523.74712152.sugitk@rio.odn.ne.jp> In-Reply-To: <20040804.012523.74712152.sugitk@rio.odn.ne.jp> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit cc: ean@hedron.org cc: freebsd-java@freebsd.org Subject: Re: problems running 'Hello World' program. 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: Tue, 03 Aug 2004 16:28:45 -0000 SUGIMURA Takashi 杉村 貴士 wrote: >>I can get the program to compile but can't get it to run. The error >>messages "Exception in thread "main" java.lang.NoClassDefFoundError: >>HelloWorld/class". >> > > > Please don't add suffix, for example, > > % java HelloWorld > Thanks. Do I ever feel stupid right now. From owner-freebsd-java@FreeBSD.ORG Wed Aug 4 15:55:22 2004 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 7F8E416A4CE for ; Wed, 4 Aug 2004 15:55:22 +0000 (GMT) Received: from gldis.ca (constans.gldis.ca [66.11.169.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F01343D6A for ; Wed, 4 Aug 2004 15:55:22 +0000 (GMT) (envelope-from gldisater@gldis.ca) Received: from [IPv6:::1] (localhost [127.0.0.1]) by gldis.ca (8.12.11/8.12.11) with ESMTP id i74G8dii035925 for ; Wed, 4 Aug 2004 12:08:39 -0400 (EDT) (envelope-from gldisater@gldis.ca) Message-ID: <411107D8.1070103@gldis.ca> Date: Wed, 04 Aug 2004 11:59:20 -0400 From: Jeremy Faulkner User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040728) X-Accept-Language: en-us, en MIME-Version: 1.0 To: java@freebsd.org Content-Type: multipart/mixed; boundary="------------030601050709010306080306" X-Virus-Scanned: ClamAV version 'clamd / ClamAV version 0.65', clamav-milter version '0.60p' X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Eclipse-Checkstyle plugin 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: Wed, 04 Aug 2004 15:55:22 -0000 This is a multi-part message in MIME format. --------------030601050709010306080306 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Submitting this port for testing before submitting a pr. -- Jeremy Faulkner http://www.gldis.ca --------------030601050709010306080306-- From owner-freebsd-java@FreeBSD.ORG Wed Aug 4 16:02:37 2004 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 DEDCF16A4CE for ; Wed, 4 Aug 2004 16:02:37 +0000 (GMT) Received: from gldis.ca (constans.gldis.ca [66.11.169.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6530C43D45 for ; Wed, 4 Aug 2004 16:02:37 +0000 (GMT) (envelope-from gldisater@gldis.ca) Received: from [IPv6:::1] (localhost [127.0.0.1]) by gldis.ca (8.12.11/8.12.11) with ESMTP id i74GFt8k035973 for ; Wed, 4 Aug 2004 12:15:55 -0400 (EDT) (envelope-from gldisater@gldis.ca) Message-ID: <4111098C.9060801@gldis.ca> Date: Wed, 04 Aug 2004 12:06:36 -0400 From: Jeremy Faulkner User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040728) X-Accept-Language: en-us, en MIME-Version: 1.0 To: java@freebsd.org References: <411107D8.1070103@gldis.ca> In-Reply-To: <411107D8.1070103@gldis.ca> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 'clamd / ClamAV version 0.65', clamav-milter version '0.60p' Subject: Re: Eclipse-Checkstyle plugin 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: Wed, 04 Aug 2004 16:02:38 -0000 Jeremy Faulkner wrote: > Submitting this port for testing before submitting a pr. > http://www.gldis.ca/gldisater/eclipse-checkstyle.tar.gz -- Jeremy Faulkner http://www.gldis.ca From owner-freebsd-java@FreeBSD.ORG Wed Aug 4 16:10:23 2004 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 DEB6716A4CE for ; Wed, 4 Aug 2004 16:10:23 +0000 (GMT) Received: from gldis.ca (constans.gldis.ca [66.11.169.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67EC343D54 for ; Wed, 4 Aug 2004 16:10:23 +0000 (GMT) (envelope-from gldisater@gldis.ca) Received: from [IPv6:::1] (localhost [127.0.0.1]) by gldis.ca (8.12.11/8.12.11) with ESMTP id i74GNeNJ036036 for ; Wed, 4 Aug 2004 12:23:41 -0400 (EDT) (envelope-from gldisater@gldis.ca) Message-ID: <41110B5E.3060504@gldis.ca> Date: Wed, 04 Aug 2004 12:14:22 -0400 From: Jeremy Faulkner User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040728) X-Accept-Language: en-us, en MIME-Version: 1.0 To: java@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 'clamd / ClamAV version 0.65', clamav-milter version '0.60p' Subject: Eclipse-quantum SQL plugin 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: Wed, 04 Aug 2004 16:10:24 -0000 Submitted for testing prior to submitting a pr. http://www.gldis.ca/gldisater/eclipse-quantum.tar.gz -- Jeremy Faulkner http://www.gldis.ca From owner-freebsd-java@FreeBSD.ORG Thu Aug 5 00:26:49 2004 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 C413316A4CE for ; Thu, 5 Aug 2004 00:26:49 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D18743D45 for ; Thu, 5 Aug 2004 00:26:49 +0000 (GMT) (envelope-from fbrier@multideck.com) Received: from [127.0.0.1] (c-24-98-143-250.atl.client2.attbi.com[24.98.143.250]) by comcast.net (rwcrmhc12) with ESMTP id <2004080500264801400s8g6ge>; Thu, 5 Aug 2004 00:26:48 +0000 Message-ID: <41117F05.4090001@multideck.com> Date: Wed, 04 Aug 2004 20:27:49 -0400 From: "Frederick N. Brier" Organization: Multideck Corporation User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Linux binary library JNI w/native FreeBSD JDK 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: Thu, 05 Aug 2004 00:26:49 -0000 I saw some mailing list messages that seemed to indicate that a Linux binary library could not be loaded/accessed via JNI in a native FreeBSD JDK. The reverse situation also seemed to cause problems, ie: a FreeBSD binary being accessed by a Linux JDK running under FreeBSD. Apparently their were link errors and other problems. I was having a conversation with someone today and before I even looked at the mailing list, I said that it was unlikely to work. Is this the case? Thank you. Frederick N. Brier From owner-freebsd-java@FreeBSD.ORG Thu Aug 5 11:45:29 2004 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 3A24616A4CE for ; Thu, 5 Aug 2004 11:45:29 +0000 (GMT) Received: from dd2718.kasserver.com (dd2718.kasserver.com [81.209.184.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99C8B43D48 for ; Thu, 5 Aug 2004 11:45:28 +0000 (GMT) (envelope-from bartosz@fabianowski.de) Received: from [192.168.0.7] (dsl-082-082-144-202.arcor-ip.net [82.82.144.202]) by dd2718.kasserver.com (Postfix) with ESMTP id 699532324D for ; Thu, 5 Aug 2004 13:45:26 +0200 (CEST) Message-ID: <41121DE9.1080803@fabianowski.de> Date: Thu, 05 Aug 2004 13:45:45 +0200 From: Bartosz Fabianowski User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040731) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: JDK 1.4.2 compilation fails on -CURRENT 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: Thu, 05 Aug 2004 11:45:29 -0000 Hi everybody. I just upgraded to -CURRENT post the GCC 3.4.2-pre import and wanted to recompile all C++ programs. Unfortunately, it seems that native JDK compilation was broken by the new GCC (or something else in -CURRENT). The build dies with: /usr/bin/gcc -W -Wall -Wno-unused -Wno-parentheses -DHEADLESS -fPIC -DCC_NOEX -DNEED_BOGUS_DELETE_OPERATORS -Di586 -DARCH='"i586"' -DRELEASE='"1.4.2-p6"' -DFULL_VERSION='"1.4.2-p6-undo_05_aug_2004_02_29"' -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -D_BSD_SOURCE -I. -I/usr/ports/java/jdk14/work/control/build/bsd-i586/tmp/sun/sun.awt.font/fontmanager/CClassHeaders -I../../../src/solaris/javavm/export -I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../../../src/solaris/javavm/include -I../../../src/share/native/common -I../../../src/solaris/native/common -I../../../src/share/native/sun/awt/font -I../../../src/solaris/native/sun/awt/font -I../../../src/share/native/sun/awt/font -I../../../src/share/native/sun/awt/font/fontmanager/include -I../../../src/share/native/sun/awt/font/t2k -I../../../src/share/native/sun/awt/font/layout -I../../../src/share/native/sun/awt/font/opentype -I../../../src/share/native/sun/awt/font/layoutengine -I../../../src/share/native/sun/awt/font/bidi -I../../../src/share/native/sun/awt/image/cvutils -I../../../src/solaris/native/sun/awt -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/sun/java2d/loops -I../../../src/share/native/sun/java2d/pipe -I../../../src/solaris/native/sun/java2d -I../../../src/share/native/sun/java2d -I/usr/ports/java/jdk14/work/control/build/bsd-i586/tmp/sun/sun.awt.font/fontmanager/../../sun.awt/awt/CClassHeaders -c -o /usr/ports/java/jdk14/work/control/build/bsd-i586/tmp/sun/sun.awt.font/fontmanager/obj/t2kScalerContext.o ../../../src/share/native/sun/awt/font/fontmanager/fontobjects/t2kScalerContext.cpp ../../../src/share/native/sun/awt/font/fontmanager/fontobjects/t2kScalerContext.cpp: In member function `virtual void CMAPMapper::CharsToGlyphs(int, const Unicode16*, UInt32*) const': ../../../src/share/native/sun/awt/font/fontmanager/fontobjects/t2kScalerContext.cpp:940: error: no matching function for call to `ConvertUnicodeToGlyphs(sfntFileFontObject&, unsigned char*, int&, const Unicode16*&, UInt32*&)' ../../../src/share/native/sun/awt/font/fontmanager/include/cmaps.h:29: note: candidates are: void ConvertUnicodeToGlyphs(sfntFileFontObject&, byte*&, int, const Unicode16*, UInt32*) ../../../src/share/native/sun/awt/font/fontmanager/include/cmaps.h:32: note: void ConvertUnicodeToGlyphs(sfntFileFontObject&, byte*&, int, const Unicode32*, UInt32*) ../../../src/share/native/sun/awt/font/fontmanager/fontobjects/t2kScalerContext.cpp: In member function `virtual void CMAPMapper::CharsToGlyphs(int, const Unicode32*, UInt32*) const': ../../../src/share/native/sun/awt/font/fontmanager/fontobjects/t2kScalerContext.cpp:947: error: no matching function for call to `ConvertUnicodeToGlyphs(sfntFileFontObject&, unsigned char*, int&, const Unicode32*&, UInt32*&)' ../../../src/share/native/sun/awt/font/fontmanager/include/cmaps.h:29: note: candidates are: void ConvertUnicodeToGlyphs(sfntFileFontObject&, byte*&, int, const Unicode16*, UInt32*) ../../../src/share/native/sun/awt/font/fontmanager/include/cmaps.h:32: note: void ConvertUnicodeToGlyphs(sfntFileFontObject&, byte*&, int, const Unicode32*, UInt32*) gmake[4]: *** [/usr/ports/java/jdk14/work/control/build/bsd-i586/tmp/sun/sun.awt.font/fontmanager/obj/t2kScalerContext.o] Error 1 gmake[4]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/sun/font' gmake[3]: *** [optimized] Error 2 gmake[3]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/sun/font' gmake[2]: *** [all] Error 1 gmake[2]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/sun' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make' gmake: *** [j2se-build] Error 2 *** Error code 2 Any help is greatly appreciated. - Bartosz Fabianowski From owner-freebsd-java@FreeBSD.ORG Thu Aug 5 14:47:22 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65C8116A4CE; Thu, 5 Aug 2004 14:47:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E67F43D48; Thu, 5 Aug 2004 14:47:22 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) i75ElMuW008074; Thu, 5 Aug 2004 14:47:22 GMT (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i75ElMNS008070; Thu, 5 Aug 2004 14:47:22 GMT (envelope-from glewis) Date: Thu, 5 Aug 2004 14:47:22 GMT From: Greg Lewis Message-Id: <200408051447.i75ElMNS008070@freefall.freebsd.org> To: glewis@FreeBSD.org, freebsd-java@FreeBSD.org, phantom@FreeBSD.org Subject: Re: java/69853: Patches to build java/jdk14 with GCC 3.4 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: Thu, 05 Aug 2004 14:47:22 -0000 Synopsis: Patches to build java/jdk14 with GCC 3.4 Responsible-Changed-From-To: freebsd-java->phantom Responsible-Changed-By: glewis Responsible-Changed-When: Thu Aug 5 14:47:05 GMT 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=69853 From owner-freebsd-java@FreeBSD.ORG Thu Aug 5 14:47:56 2004 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 35A5416A4CE for ; Thu, 5 Aug 2004 14:47:56 +0000 (GMT) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26C9943D4C for ; Thu, 5 Aug 2004 14:47:56 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from [198.60.22.204] (helo=mgr4.xmission.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 1BsjX9-0006hq-02; Thu, 05 Aug 2004 08:47:55 -0600 Received: from [166.70.56.15] (helo=misty.eyesbeyond.com) by mgr4.xmission.com with esmtp (Exim 4.32) id 1BsjX8-0006I6-So; Thu, 05 Aug 2004 08:47:55 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i75ElrAS032193; Thu, 5 Aug 2004 08:47:54 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id i75EloIh032192; Thu, 5 Aug 2004 08:47:50 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Thu, 5 Aug 2004 08:47:50 -0600 From: Greg Lewis To: Bartosz Fabianowski Message-ID: <20040805144750.GA32172@misty.eyesbeyond.com> References: <41121DE9.1080803@fabianowski.de> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <41121DE9.1080803@fabianowski.de> User-Agent: Mutt/1.4.2.1i Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mgr4.xmission.com X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=8.0 tests=BAYES_00 autolearn=no version=2.63 X-SA-Exim-Connect-IP: 166.70.56.15 X-SA-Exim-Mail-From: glewis@eyesbeyond.com X-SA-Exim-Version: 4.0 (built Sat, 24 Apr 2004 12:31:30 +0200) X-SA-Exim-Scanned: Yes (on mgr4.xmission.com) cc: freebsd-java@freebsd.org Subject: Re: JDK 1.4.2 compilation fails on -CURRENT 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: Thu, 05 Aug 2004 14:47:56 -0000 On Thu, Aug 05, 2004 at 01:45:45PM +0200, Bartosz Fabianowski wrote: > Hi everybody. > > I just upgraded to -CURRENT post the GCC 3.4.2-pre import and wanted to > recompile all C++ programs. Unfortunately, it seems that native JDK > compilation was broken by the new GCC (or something else in -CURRENT). > The build dies with: Use the patches in PR 69853. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-java@FreeBSD.ORG Thu Aug 5 14:52:36 2004 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 E2F0E16A4CE for ; Thu, 5 Aug 2004 14:52:35 +0000 (GMT) Received: from c0mailgw05.prontomail.com (c0mailgwalt.prontomail.com [207.183.238.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8076843D5D for ; Thu, 5 Aug 2004 14:52:35 +0000 (GMT) (envelope-from DerekYoung@easy.com) Received: from c0web104 (c0mailgwalt.prontomail.com [207.183.238.110]) by c0mailgw05.prontomail.com (8.11.6/8.11.6) with SMTP id i75EqZl20572 for ; Thu, 5 Aug 2004 07:52:35 -0700 X-Version: easygroup 6.3.3.2329.0 X-SenderIP: 68.12.85.50 X-SenderID: 24844284 From: "Derek Young" Message-Id: <8A8F942CC90A05349A46B0A04AE08F04@DerekYoung.easy.com> Date: Thu, 5 Aug 2004 09:51:38 -0500 X-Priority: 3 Priority: Normal X-MSMail-Priority: Normal Content-Type: text/plain; charset=iso-8859-1 To: freebsd-java@freebsd.org X-Mailer: Web Based Pronto Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: gcc 3.4.2 current jdk14 and eclipse3 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: Thu, 05 Aug 2004 14:52:36 -0000 Using the new gcc in current I went to recompile every port on my system. I finally got jdk14 to compile using the patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=69853 Eclipse3 is still screwy, as it was before and after i recompiled jdk14. Using default gtk build I get this when I run it after it asks me what to use as a workspace.. ------------------------- An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 10 occurred at PC=0x34F951C2 Function=_gtk_tree_view_queue_draw_node+0x1716 Library=/usr/X11R6/lib/libgtk-x11-2.0.so.400 Current Java thread: at org.eclipse.swt.internal.gtk.OS.gtk_container_add(Native Method) - locked <0x308467d8> (a java.lang.Class) at org.eclipse.swt.widgets.Tree.createHandle(Tree.java:249) at org.eclipse.swt.widgets.Widget.createWidget(Widget.java:321) at org.eclipse.swt.widgets.Control.createWidget(Control.java:306) at org.eclipse.swt.widgets.Scrollable.createWidget(Scrollable.java:146) at org.eclipse.swt.widgets.Tree.createWidget(Tree.java:289) at org.eclipse.swt.widgets.Control.(Control.java:86) at org.eclipse.swt.widgets.Scrollable.(Scrollable.java:71) at org.eclipse.swt.widgets.Composite.(Composite.java:82) at org.eclipse.swt.widgets.Tree.(Tree.java:88) at org.eclipse.jface.viewers.TreeViewer.(TreeViewer.java:69) at org.eclipse.ui.views.navigator.ResourceNavigator.createViewer(ResourceNavigator.java:305) at org.eclipse.ui.views.navigator.ResourceNavigator.createPartControl(ResourceNavigator.java:227) at org.eclipse.ui.internal.PartPane$2.run(PartPane.java:137) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615) at org.eclipse.core.runtime.Platform.run(Platform.java:747) at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:133) at org.eclipse.ui.internal.ViewPane.createChildControl(ViewPane.java:131) at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:337) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615) at org.eclipse.core.runtime.Platform.run(Platform.java:747) at org.eclipse.ui.internal.ViewFactory.busyRestoreView(ViewFactory.java:259) at org.eclipse.ui.internal.ViewFactory$2.run(ViewFactory.java:516) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.ViewFactory.restoreView(ViewFactory.java:514) at org.eclipse.ui.internal.ViewFactory$ViewReference.getPart(ViewFactory.java:102) at org.eclipse.ui.internal.WorkbenchPage$1.propertyChange(WorkbenchPage.java:132) at org.eclipse.ui.internal.LayoutPart.setVisible(LayoutPart.java:268) at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:317) at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:564) at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:122) at org.eclipse.ui.internal.presentations.DefaultPartPresentation.selectPart(DefaultPartPresentation.java:1111) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:946) at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:921) at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1020) at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:383) at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:367) at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:432) at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:155) at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:722) at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2020) at org.eclipse.ui.internal.WorkbenchWindow$4.run(WorkbenchWindow.java:1858) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:1845) at org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(WorkbenchWindow.java:498) at org.eclipse.ui.internal.WorkbenchWindow$3.run(WorkbenchWindow.java:1076) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchWindow.openPage(WorkbenchWindow.java:1073) at org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbench.java:992) at org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWindow(WorkbenchConfigurer.java:174) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:658) at org.eclipse.ui.internal.Workbench.init(Workbench.java:819) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1325) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:183) at org.eclipse.core.launcher.Main.run(Main.java:644) at org.eclipse.core.launcher.Main.main(Main.java:628) Dynamic libraries: 0x8048000 /usr/local/jdk1.4.2/bin/java 0x28086000 /usr/lib/libc_r.so.5 0x280a9000 /lib/libc.so.5 0x2818e000 /usr/local/jdk1.4.2/jre/lib/i386/client/libjvm.so 0x285b6000 /usr/lib/libstdc++.so.4 0x2868c000 /lib/libm.so.2 0x286a5000 /usr/local/jdk1.4.2/jre/lib/i386/native_threads/libhpi.so 0x286b3000 /usr/local/jdk1.4.2/jre/lib/i386/libverify.so 0x286c9000 /usr/local/jdk1.4.2/jre/lib/i386/libjava.so 0x286e7000 /usr/local/jdk1.4.2/jre/lib/i386/libzip.so 0x34684000 /usr/local/jdk1.4.2/jre/lib/i386/libnet.so 0x34697000 /usr/local/jdk1.4.2/jre/lib/i386/libnio.so 0x3469d000 /usr/local/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/freebsd/x86/libswt-pi-gtk-3062.so 0x34d91000 /usr/X11R6/lib/libgtk-x11-2.0.so.400 0x3478b000 /usr/X11R6/lib/libgdk-x11-2.0.so.400 0x346d5000 /usr/X11R6/lib/libXrandr.so.2 0x346d9000 /usr/X11R6/lib/libXi.so.6 0x346e1000 /usr/X11R6/lib/libXinerama.so.1 0x346e4000 /usr/X11R6/lib/libXcursor.so.1 0x346ed000 /usr/local/lib/libatk-1.0.so.600 0x34708000 /usr/X11R6/lib/libgdk_pixbuf-2.0.so.400 0x3471e000 /usr/X11R6/lib/libpangoxft-1.0.so.399 0x347fd000 /usr/X11R6/lib/libXft.so.2 0x3480f000 /usr/local/lib/libfreetype.so.9 0x3475b000 /lib/libz.so.2 0x34723000 /usr/X11R6/lib/libXrender.so.1 0x34878000 /usr/X11R6/lib/libXext.so.6 0x34885000 /usr/X11R6/lib/libfontconfig.so.1 0x348ac000 /usr/X11R6/lib/libpangox-1.0.so.399 0x35065000 /usr/X11R6/lib/libX11.so.6 0x3512b000 /usr/X11R6/lib/libpango-1.0.so.399 0x3515f000 /usr/local/lib/libgobject-2.0.so.400 0x3472b000 /usr/local/lib/libgmodule-2.0.so.400 0x3519e000 /usr/local/lib/libgthread-2.0.so.400 0x351a2000 /usr/local/lib/libglib-2.0.so.400 0x35222000 /usr/local/lib/libiconv.so.3 0x35311000 /usr/X11R6/lib/libXtst.so.6 0x35316000 /usr/local/lib/libintl.so.6 0x3531f000 /usr/X11R6/lib/libpangoft2-1.0.so.399 0x35343000 /usr/local/lib/libexpat.so.5 0x3472f000 /usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2 0x35364000 /usr/local/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/freebsd/x86/libswt-gtk-3062.so 0x35498000 /usr/X11R6/lib/pango/1.4.0/modules/pango-basic-fc.so 0x354ac000 /usr/local/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/freebsd/x86/libswt-atk-gtk-3062.so 0x2804e000 /libexec/ld-elf.so.1 Heap at VM Abort: Heap def new generation total 640K, used 208K [0x2c480000, 0x2c530000, 0x2c960000) eden space 576K, 27% used [0x2c480000, 0x2c4a7dc8, 0x2c510000) from space 64K, 76% used [0x2c510000, 0x2c51c2c0, 0x2c520000) to space 64K, 0% used [0x2c520000, 0x2c520000, 0x2c530000) tenured generation total 8100K, used 4993K [0x2c960000, 0x2d149000, 0x30480000) the space 8100K, 61% used [0x2c960000, 0x2ce40550, 0x2ce40600, 0x2d149000) compacting perm gen total 9728K, used 9646K [0x30480000, 0x30e00000, 0x34480000) the space 9728K, 99% used [0x30480000, 0x30deb8d8, 0x30deba00, 0x30e00000) Local Time = Thu Aug 5 09:48:41 2004 Elapsed Time = 9 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.4.2-p6-bleach_05_aug_2004_03_30 mixed mode) # # An error report file has been saved as hs_err_pid70644.log. # Please refer to the file for further information. # ------------------------------------------ If I use WITH_MOTIF at build time, eclipse actually starts and runs.. As soon as I click on anything I get "java in free(): warning: junk pointer, too high to make sense" on the console and the jvm exits. easy.com This message was sent from the free private e-mail service by easy.com, the portal site owned by Stelios and the easyGroup. This email service is available to all members of the public to use for personal reasons only. Not all subscribers to this e-mail service are representatives of an easyGroup company. From owner-freebsd-java@FreeBSD.ORG Thu Aug 5 15:22:44 2004 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 C03AD16A4CE for ; Thu, 5 Aug 2004 15:22:44 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 567B643D53 for ; Thu, 5 Aug 2004 15:22:40 +0000 (GMT) (envelope-from fbrier@multideck.com) Received: from [127.0.0.1] (c-24-98-143-250.atl.client2.attbi.com[24.98.143.250]) by comcast.net (sccrmhc13) with ESMTP id <2004080515223701600eanrqe>; Thu, 5 Aug 2004 15:22:37 +0000 Message-ID: <411250F3.9090603@multideck.com> Date: Thu, 05 Aug 2004 11:23:31 -0400 From: "Frederick N. Brier" Organization: Multideck Corporation User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Installing jdk-1.4.2p6_4.tgz 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: Thu, 05 Aug 2004 15:22:44 -0000 I am not real good with FreeBSD yet and am having problems installing the jdk-1.4.2p6_4.tgz, built on one of my machines, on another. When I tried to do a pkg_add, it complained that it needed javavmwrapper-1.4 and urwfonts-1.0, but did not do a remote fetch. So I installed portupgrade, but it wants to rebuild the whole thing over again from the Sun sources and patches. I have put jdk-1.4.2p6_4.tgz in the /usr/ports/distfiles directory. But am not sure what the correct command is. I did not want to have to hand fetch each dependency and rerun to find out the next dependency, ad nauseum. Thank you for any help. Fred. From owner-freebsd-java@FreeBSD.ORG Thu Aug 5 16:18:19 2004 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 F387F16A4CE for ; Thu, 5 Aug 2004 16:18:18 +0000 (GMT) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8A3A43D31 for ; Thu, 5 Aug 2004 16:18:18 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from [198.60.22.205] (helo=mgr5.xmission.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 1Bskwc-0004IK-02; Thu, 05 Aug 2004 10:18:18 -0600 Received: from [166.70.56.15] (helo=misty.eyesbeyond.com) by mgr5.xmission.com with esmtp (Exim 4.32) id 1Bskwb-0006Z6-Re; Thu, 05 Aug 2004 10:18:18 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i75GIGF3033151; Thu, 5 Aug 2004 10:18:16 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id i75GIFYQ033150; Thu, 5 Aug 2004 10:18:15 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Thu, 5 Aug 2004 10:18:15 -0600 From: Greg Lewis To: "Frederick N. Brier" Message-ID: <20040805161815.GA33055@misty.eyesbeyond.com> References: <411250F3.9090603@multideck.com> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <411250F3.9090603@multideck.com> User-Agent: Mutt/1.4.2.1i Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mgr5.xmission.com X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=8.0 tests=BAYES_00 autolearn=no version=2.63 X-SA-Exim-Connect-IP: 166.70.56.15 X-SA-Exim-Mail-From: glewis@eyesbeyond.com X-SA-Exim-Version: 4.0 (built Sat, 24 Apr 2004 12:31:30 +0200) X-SA-Exim-Scanned: Yes (on mgr5.xmission.com) cc: freebsd-java@FreeBSD.org Subject: Re: Installing jdk-1.4.2p6_4.tgz 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: Thu, 05 Aug 2004 16:18:19 -0000 On Thu, Aug 05, 2004 at 11:23:31AM -0400, Frederick N. Brier wrote: > I am not real good with FreeBSD yet and am having problems installing > the jdk-1.4.2p6_4.tgz, built on one of my machines, on another. When I > tried to do a pkg_add, it complained that it needed javavmwrapper-1.4 > and urwfonts-1.0, but did not do a remote fetch. So I installed > portupgrade, but it wants to rebuild the whole thing over again from the > Sun sources and patches. I have put jdk-1.4.2p6_4.tgz in the > /usr/ports/distfiles directory. But am not sure what the correct > command is. I did not want to have to hand fetch each dependency and > rerun to find out the next dependency, ad nauseum. Thank you for any help. So either hand install java/javavmwrapper (very quick and easy) or force the pkg_add with the -f flag. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-java@FreeBSD.ORG Thu Aug 5 18:26:25 2004 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 EE66716A4CE for ; Thu, 5 Aug 2004 18:26:25 +0000 (GMT) Received: from mail.kanetix.com (kanprd1.kanetix.com [216.220.59.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E1D543D5D for ; Thu, 5 Aug 2004 18:26:25 +0000 (GMT) (envelope-from ean@hedron.org) Received: from [192.168.100.215] (unknown [192.168.100.215]) by mail.kanetix.com (Postfix) with ESMTP id 2FF331D18A; Thu, 5 Aug 2004 14:26:24 -0400 (EDT) Message-ID: <41127BCF.9070507@hedron.org> Date: Thu, 05 Aug 2004 14:26:23 -0400 From: Ean Kingston User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Frederick N. Brier" References: <411250F3.9090603@multideck.com> In-Reply-To: <411250F3.9090603@multideck.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-java@freebsd.org Subject: Re: Installing jdk-1.4.2p6_4.tgz 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: Thu, 05 Aug 2004 18:26:26 -0000 Frederick N. Brier wrote: > I am not real good with FreeBSD yet and am having problems installing > the jdk-1.4.2p6_4.tgz, built on one of my machines, on another. When I > tried to do a pkg_add, it complained that it needed javavmwrapper-1.4 > and urwfonts-1.0, but did not do a remote fetch. What (I think) you want to do is: pkg_add -r javavmwrapper-1.4 # Fetch remotely along with dependencies pkg_add -r urwfonts-1.0 # same as above but the other package pkg_add jdk-1.4.2p6_4.tgz # install from local copy That way you don't have to worry about fetching all the dependencies for the stuff you fetch remotely. > So I installed > portupgrade, but it wants to rebuild the whole thing over again from the > Sun sources and patches. I have put jdk-1.4.2p6_4.tgz in the > /usr/ports/distfiles directory. But am not sure what the correct > command is. I did not want to have to hand fetch each dependency and > rerun to find out the next dependency, ad nauseum. Thank you for any help. You can tell portupgrade to prefer packages to ports (but I forget the specific command line). See the man page for portupgrade if you want to try this. I don't really like portupgrade. It seams to destablalize my system too much. I prefer cvssup and packages/ports. From owner-freebsd-java@FreeBSD.ORG Thu Aug 5 21:07:02 2004 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 A709C16A4CE for ; Thu, 5 Aug 2004 21:07:02 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8703943D48 for ; Thu, 5 Aug 2004 21:07:02 +0000 (GMT) (envelope-from booleanman@mac.com) Received: from mac.com (smtpin02-en2 [10.13.10.147]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id i75L72Jd027635 for ; Thu, 5 Aug 2004 14:07:02 -0700 (PDT) Received: from [192.168.195.87] ([65.115.255.2]) (authenticated bits=0) by mac.com (Xserve/smtpin02/MantshX 4.0) with ESMTP id i75L70BB022642 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 5 Aug 2004 14:07:01 -0700 (PDT) Message-ID: <4112A174.5080006@mac.com> Date: Thu, 05 Aug 2004 17:07:00 -0400 From: Fred McCann User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Tomcat + JDK 1.4 + FreeBSD 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: Thu, 05 Aug 2004 21:07:02 -0000 I would like to run tomcat in production on FreeBSD and I'm currently trying to weigh that vs. running it on some distribution of linux. Is anyone on the list currently using java on FreeBSD? If so what are you seeing for performance and how are you running java? Is it one of the linux 1.4 jdks running in linux compatibility mode? Is anyone running the native BSD port? I tried installing the native port last night, but I couldn't get it to take. It was requesting the linux jdk from sun: j2sdk-1_4_2_04-linux-i586.bin Unfortunately the only version I could find on the sun site is: j2sdk-1_4_2_05-linux-i586.bin Which stopped me dead (until I figure away around it). - Fred From owner-freebsd-java@FreeBSD.ORG Thu Aug 5 21:20:13 2004 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 3F0F616A4CE for ; Thu, 5 Aug 2004 21:20:13 +0000 (GMT) Received: from m.homeboyz.com (m.homeboyz.com [204.200.222.134]) by mx1.FreeBSD.org (Postfix) with SMTP id 8D38E43D60 for ; Thu, 5 Aug 2004 21:20:12 +0000 (GMT) (envelope-from tduffey@homeboyz.org) Received: (qmail 57557 invoked by uid 98); 5 Aug 2004 21:20:09 -0000 Received: from tduffey@homeboyz.org by m.homeboyz.com by uid 82 with qmail-scanner-1.20 (clamuko: 0.67. Clear:RC:1(38.119.239.226):. Processed in 0.011848 secs); 05 Aug 2004 21:20:09 -0000 X-Qmail-Scanner-Mail-From: tduffey@homeboyz.org via m.homeboyz.com X-Qmail-Scanner: 1.20 (Clear:RC:1(38.119.239.226):. Processed in 0.011848 secs) Received: from mistert.lan.homeboyz.com (HELO ?192.168.1.107?) (38.119.239.226) by m.homeboyz.com with SMTP; 5 Aug 2004 21:20:09 -0000 Message-ID: <4112A535.5030500@homeboyz.org> Date: Thu, 05 Aug 2004 21:23:01 +0000 From: "Thomas M. Duffey" User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org References: <4112A174.5080006@mac.com> In-Reply-To: <4112A174.5080006@mac.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Tomcat + JDK 1.4 + FreeBSD 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: Thu, 05 Aug 2004 21:20:13 -0000 Hi Fred, Fred McCann wrote: > I would like to run tomcat in production on FreeBSD and I'm currently > trying to weigh that vs. running it on some distribution of linux. Is > anyone on the list currently using java on FreeBSD? If so what are you > seeing for performance and how are you running java? Is it one of the > linux 1.4 jdks running in linux compatibility mode? Is anyone running > the native BSD port? This might not help since you're interested in JDK 1.4 but I've been using FreeBSD 4.x in production with the Diablo JDK 1.3.1 and Tomcat 4.1.x for over a year now with no trouble at all. This server is running numerous Jahia sites and a custom webapp with low-to medium traffic, serving about 200MB of data per day. Tomcat and its webapps are a bit sluggish to startup but this is most likely due to the server itself and not the OS or JDK. All of this is running on a virtual server from Verio. Performance is much better on our local development servers, but I have never done a head-to-head comparison against Linux. Hope this helps, Tom Duffey Homeboyz Interactive From owner-freebsd-java@FreeBSD.ORG Thu Aug 5 22:27:41 2004 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 377EE16A4CE for ; Thu, 5 Aug 2004 22:27:41 +0000 (GMT) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16B8543D39 for ; Thu, 5 Aug 2004 22:27:41 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from [198.60.22.207] (helo=mgr7.xmission.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 1Bsqi4-0003SX-02; Thu, 05 Aug 2004 16:27:40 -0600 Received: from [166.70.56.15] (helo=misty.eyesbeyond.com) by mgr7.xmission.com with esmtp (Exim 4.32) id 1Bsqi3-0003X9-Rp; Thu, 05 Aug 2004 16:27:40 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i75MRcmp036175; Thu, 5 Aug 2004 16:27:38 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id i75MRbK7036174; Thu, 5 Aug 2004 16:27:37 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Thu, 5 Aug 2004 16:27:37 -0600 From: Greg Lewis To: Fred McCann Message-ID: <20040805222737.GA36135@misty.eyesbeyond.com> References: <4112A174.5080006@mac.com> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <4112A174.5080006@mac.com> User-Agent: Mutt/1.4.2.1i Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mgr7.xmission.com X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=8.0 tests=BAYES_00 autolearn=no version=2.63 X-SA-Exim-Connect-IP: 166.70.56.15 X-SA-Exim-Mail-From: glewis@eyesbeyond.com X-SA-Exim-Version: 4.0 (built Sat, 24 Apr 2004 12:31:30 +0200) X-SA-Exim-Scanned: Yes (on mgr7.xmission.com) cc: freebsd-java@freebsd.org Subject: Re: Tomcat + JDK 1.4 + FreeBSD 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: Thu, 05 Aug 2004 22:27:41 -0000 On Thu, Aug 05, 2004 at 05:07:00PM -0400, Fred McCann wrote: > I would like to run tomcat in production on FreeBSD and I'm currently > trying to weigh that vs. running it on some distribution of linux. Is > anyone on the list currently using java on FreeBSD? If so what are you > seeing for performance and how are you running java? Is it one of the > linux 1.4 jdks running in linux compatibility mode? Is anyone running > the native BSD port? > > I tried installing the native port last night, but I couldn't get it to > take. It was requesting the linux jdk from sun: > > j2sdk-1_4_2_04-linux-i586.bin > > Unfortunately the only version I could find on the sun site is: > > j2sdk-1_4_2_05-linux-i586.bin > > Which stopped me dead (until I figure away around it). Update your ports collection and try again (the latest port uses 1.4.2_05). -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-java@FreeBSD.ORG Thu Aug 5 23:10:59 2004 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 C479116A4CE for ; Thu, 5 Aug 2004 23:10:59 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A53643D31 for ; Thu, 5 Aug 2004 23:10:59 +0000 (GMT) (envelope-from fbrier@multideck.com) Received: from [127.0.0.1] (c-24-98-143-250.atl.client2.attbi.com[24.98.143.250]) by comcast.net (sccrmhc13) with ESMTP id <2004080523105801600e5d2le>; Thu, 5 Aug 2004 23:10:58 +0000 Message-ID: <4112BEB7.4000503@multideck.com> Date: Thu, 05 Aug 2004 19:11:51 -0400 From: "Frederick N. Brier" Organization: Multideck Corporation User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org References: <411250F3.9090603@multideck.com> <41127BCF.9070507@hedron.org> In-Reply-To: <41127BCF.9070507@hedron.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Installing jdk-1.4.2p6_4.tgz 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: Thu, 05 Aug 2004 23:10:59 -0000 Thank you Ean and Greg. Wow, that was easy. Now off to get James and JBoss/Jetty running in their own jails... Fred. Ean Kingston wrote: > Frederick N. Brier wrote: > >> I am not real good with FreeBSD yet and am having problems installing >> the jdk-1.4.2p6_4.tgz, built on one of my machines, on another. When >> I tried to do a pkg_add, it complained that it needed >> javavmwrapper-1.4 and urwfonts-1.0, but did not do a remote fetch. > > > What (I think) you want to do is: > pkg_add -r javavmwrapper-1.4 # Fetch remotely along with dependencies > pkg_add -r urwfonts-1.0 # same as above but the other package > pkg_add jdk-1.4.2p6_4.tgz # install from local copy > > That way you don't have to worry about fetching all the dependencies > for the stuff you fetch remotely. > >> So I installed portupgrade, but it wants to rebuild the whole thing >> over again from the Sun sources and patches. I have put >> jdk-1.4.2p6_4.tgz in the /usr/ports/distfiles directory. But am not >> sure what the correct command is. I did not want to have to hand >> fetch each dependency and rerun to find out the next dependency, ad >> nauseum. Thank you for any help. > > > You can tell portupgrade to prefer packages to ports (but I forget the > specific command line). See the man page for portupgrade if you want > to try this. > > I don't really like portupgrade. It seams to destablalize my system > too much. I prefer cvssup and packages/ports. > From owner-freebsd-java@FreeBSD.ORG Thu Aug 5 23:50:21 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64D9A16A4CE for ; Thu, 5 Aug 2004 23:50:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5929543D45 for ; Thu, 5 Aug 2004 23:50:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i75NoLf0093918 for ; Thu, 5 Aug 2004 23:50:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i75NoLkl093915; Thu, 5 Aug 2004 23:50:21 GMT (envelope-from gnats) Resent-Date: Thu, 5 Aug 2004 23:50:21 GMT Resent-Message-Id: <200408052350.i75NoLkl093915@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-java@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8E8616A4CE for ; Thu, 5 Aug 2004 23:45:05 +0000 (GMT) Received: from t-mta2.odn.ne.jp (mfep2.odn.ne.jp [143.90.131.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FE7343D55 for ; Thu, 5 Aug 2004 23:45:04 +0000 (GMT) (envelope-from sugimura@jp.FreeBSD.org) Received: from localhost ([218.218.71.251]) by t-mta2.odn.ne.jp with ESMTP id <20040805234503413.SAWY.191661.t-mta2.odn.ne.jp@mta2.odn.ne.jp> for ; Fri, 6 Aug 2004 08:45:03 +0900 Message-Id: <20040806.084500.97288683.sugitk@rio.odn.ne.jp> Date: Fri, 06 Aug 2004 08:45:00 +0900 (JST) From: SUGIMURA Takashi =?iso-2022-jp?B?GyRCP3lCPBsoQiAbJEI1LjtOGyhC?= To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: java/70053: [update port] java/eclipse-emf 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: Thu, 05 Aug 2004 23:50:21 -0000 >Number: 70053 >Category: java >Synopsis: [update port] java/eclipse-emf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Aug 05 23:50:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: SUGIMURA Takashi >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: FreeBSD kei.yasudakei.info 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #1: Thu Jul 1 18:28:40 JST 2004 root@kei.yasudakei.info:/usr/obj/usr/src/sys/KEI i386 >Description: I update a port for java/eclipse-emf from 2.0.0 to 2.0.1. Please review and commit. >How-To-Repeat: >Fix: begin 644 eclipse-emf.diff.gz M'XL("%/%$D$``V5C;&EP7(R.CD^?G+PZ-$C*^`/;Y)H M]')],QH]&QT___GQ\<\GS[<4+UZ,#I_].)F,'FW^?/'B8/1O!Z.#T8?W'Z_> MO;PX_^6'#.?@,/_//\X_7KY]_^Z7'S;2'#SJ?#8Y&+U^>77^Z_N/;\\O?_GA M:W`7C*;FSLP.#B]>7EZ=?_Q\^?8J_^8V39<_C\?3^'XQBX/I42'R49S#P[.UEI9G#U30^?%A-#R_/_G[X[_];4\G_ M'3QR_[+![&"4__#SY:=79V\_[CCEG7#Q\NV[J^S_Y]G'P>THFN9UDOWOM#*OR8\GHT?Y'YEQ M'5ZG1X<7K[]GW,BV.1T\NSTY-G3S&+Z!&CT2TG[^.GD[(B:7F*DY^?3NI=^=/SQWEGYG_EW5FV>3E;WT2+U3@; M:;M1EPMDPCC)_C6-TCCYO)4N62_2:)ZIJ?;5T=<@$8%M?WKT,)_YD"\S/V"2 M-#(K$4KP)5ZG1[>I4(@HC+,?7J]GL_%]]->78#%^9^[/-[^[B:Y](>,O7R?/ MQANXBWAJ9F^R<(#`#7.'FB%+9,U&A]48LL\YEE#!W)M9&,\-QPXJ8K$15!#% M=X]/9%K@6W%%NS6^>;!<1HL;@>A\XVW31HM(2LK2>6:(1^NH;3C;3XEFTPN1 MF%6\3D*SDH"QU-B@E)B?#6#0>K)X=#2-0X'=V"AK\CYB>Y*).PI(P&H:D)#7 M^LZ#NZ="*"[;$]<673PAK5&`B%DZ@[8QE%&`#=,R:39]/8JPB?DV6-$VPX>P MW;D;%I)R3+_38K[=M]FS$&JN;V*-`IX0S2C`!&,9@8U2KHI:3X[Z*)N^G#%Q M:1)26VH+'5PAB=,,JX!4A0Z$.(:TV;_R11X_HG+5DF:,2%/&K4$+YIH-PE42 M=GX09N'IQBP$$*W8.M;3SR7I_[< M6NVT_!#7],(:BK`BFHM+>;0,=RU__Q#)29Z>ML7`VNOX.W-:078 M_F\Q@VJO&I#.M!RN*1UF*BZITRO5%WAOJ]TK.MZ;F(X%]KPX2<*$;DWCT;8; MW@:+F[:7J7^ERE`[@@^';M7IBDYTR`.;VIR@"=Z,SGCS4W,%-H/6L61WJ*E] MK\\:[H&4<>MN#:V=AWG'>9:?Z[$2*XJ_86!;]HKIBR^H.SP6T<5M)NVO6.AH MB5!XUL2#+2EO5FOI9'#=/7&MN]%L.(E4*K1KD;UO;O0EO;\PSJ0F&MHQ802P M&0X]>DP&0RN*=>G1T7W4`G=&)A6S'[;W?;!74*B>\R!N[>+TQLC!*#"#ZJZ; MP0)WCHU!;XH,:0^#>24%9AK:L^L-;F/J_:\451T\AO+C.`=*2/LI,%.+YE8G MVLPQJ3`$&\5N6V'BV+L`,U$0WV;,K?P.GA7>KK2!KO M6QDE.S:&G#(1"U]/O)DROXM?;"',1+,\7:?*=4\=,8+-%/S.K,(F6:90Y/"S^&Q.DZ\1L MV?A920?[]VB5J@!_+,RC!B[6"*OPS*_7_7V:?SX/#C#(-%N&&!(1Y-$T]H:9!&J3?EUE+O:$RB_%O MVD5P$X55^X"J\H&:G)Z>@K2^@<)H?0/EJ_4-"%#K+55Y=N#Q>'*LAN9I\1LT MV/C9H`&&T`8'V)\92MZGS\>+8&Y6RX#GOYB'@T1;M&TZ2GVW+$Y5A.1S@A5) M<_'!:A$G^GF%[_X*W/;/A/,,RDG0/R_/3ABG0>D\MI.Z'3SS)"N=3W5$"ML4 MKXFC_,@S#8HSWR-7W=*LS`:7FOER%J1F-9[GW3R^O(_2\/;U+%CE\[J[X*M) M,<"5)F&0'X+P6W!CWBY2DUSG3A3=LA^OZ_/%>JX`J]1W?P2S*)N'Q8F"R`J09;\I#L*MS4$Q7TZ#9=9[ M&D+GH63\-OOO#TE\%TU-TN0%9?,Z,=E_O+[-1SLI'A-%AX*5>H"V7,,1;8"Q MUK:!5/#&=1U@`O5V!J2FUPP:K]E*7J@.E/HK0]Y,T/\1_14D4[`>7D[OHE4, M'6.EO/0%!4W2,,^9OPJ2U_$B3:(OZQ0N=K9.V4@.E/J\7"-"Y/S-!!N':-)H M$7I+.+\^G)ODAGC/CQULE8Z3>%66KWX)Q$W,@+:U>]E7FUCK";:1"H25K_R_3 M"PJ@>>?6-JB-WNH":AYH^XU-6R\03/LL^[5>4&A580S"L8M)A!/[?6)U9IN` M?/*QH"H^H5S[UF8E;=-P(.VH3Q:^^T\06K$`[=34L(K)(^]/2@`&G=U8<@]VTK0A@X-HW6OITGIFV3%0&I8;W6/7:@L!BK=>XQ(W`) MA0PH-C#M6HL.`,"6;580:M^6*(9%:_\2`ZHUYMI;N%!I<8.N6].``64NIDF8 M2O[!4=/@B]S8T?8$:^ZURY;-S2U%$08G&6"C!V4`.-D@6^:`D3%PDW,?$P#( M+]U:[/8>\91D[UTOG)//_4"2W5V_$[*]QTNWLV;&8=+^PZIAN$X2LPC-.^[; M7$[,?%T-`RLFWC"\JL'_8Y*8^Q(-$?8J_K3(S'DQ-<0)+8%#.2=$X7T(DF!N MLLDFS);R?O\]RA`#8ED8`?,RFZPM;J[B[=^22P)ZX5^FV\F@AGV]7Q@-.V@Q M>`<#?KE8Q&G`/6W/&A69Q`K8[W35G,%?`$==YL/&Q4C`"KBZO/,Q!XU7P5,QVLSUKP$\(J1D&F%\V0JB%NTP-@.>PB'QP6Z+?*\H5M M$KD,L)_-Y?K+=&V$5RVQAWQBM-UF&ZSB:^Q-&QF(8Z,1.6 M%JL<]+,IUD@%D_J*2;]9N,A&'PG`119[L*MPTS>4G;5_-KN(MVD9+/I)'9F^ M0CU-M)N&Y&.(GB8'/53=S1H2Y6^*4*,7-:&K1@]-[.I314WA9X:;].6[J")B M\ENG;LEY[R.#E5=\3WT^QI8*+[/I8F+!^_:N:23SN&P?5%[+<9-YNC^"V1H` M=V4>4A#41P.3BG[50+]`VP[T1_HU+XN,0E#K7F7AQ`0+F-JWK;PTJ0]85>O, M."%-B9>,2RAZXZ&`FN8!90'4ZN@95((&BMUC3XAGT))C"O-M;YN$I#>\G"&' MWPV4"^YL@:+\F'2!:B\`[R[67H_PY^59L?8]RT@":M*9`/MVFH%&Z??7V5=I M$D0YA^NLKW(&GQ;1/RG^C,#F(GCXW2QNTMLW04CQ:@3(#T&:+4`6.$"T@/^X MS5;4E_F1+1QF3_(*"(WI\CSH_)K$Z^7KVSBBQ&P":'&B#B)?M#A_"&?K570' M[*!=CF'3\D\K3+,Y^5N.D)\6N9.:W8%,J.KRES/"?(.`F)\XFIF'?!E>]TM0 MJ=\N,BN88CJJNPWJ[?<7ZWF1@]%P(]1-&\]0\G=#V,BAC/\HMX>F.6"$GR_C M!*-\4T2;,K^SZ*; M*%WAW'@VJ]X$+^P4QE)Y@9MP@"9$I2,HW`QX]J(V+0([[YK$(+UFDV+T,N@J MBS`SM.7;O$O^3!%J6&FN#-"AUJ,2@X#^T4QS#8,FL\6L`&2MO45HN,%U:?ZY MINT["BWW91K/HW`?DW#&'JHXQF-]9[10"'&M53I6Y":XA\MGO*'AD6BW4S-. MB0SMUWIL.6)0:/N>I0HFW0U',3'W]%,%X]Y`\T)I;@[Z"=39MO2"ZVS(>:%U M-N2\T)BG-/N@VGM[$#`$$J`C7;N$0CC;_B4'BN7).F0LUU-1<\Y^EGZ*=0]: MDU#&CJ.9BJK<^F.+1_*_;2*._BO:3KPP9/^:U=[9`T=AP]`+@W;3:ZP_L MR29?2.M2T!?4E<'TQ>WD+'P!;?N!OIB-U*4O&'$OV)=-;0_/%\J^4O=&[:15 M?!&=658P<"/;C',`C$.37,?".(#!%AD"Z@^VVJZCM\%VLW8`2,NZV[O1 MU2Z;MQ?IW5_00-_E%W'^I589H:./1F(#Z!>U@%O9$E_@5K[1%ZZ1"_4/W:WZ M)9SSXQ[)I?D#A4CKS(G#@*%AW%J+`>XVPA%MUHAJ)*]]8=%19B`9#IQI@+5: MUC=A[13L_2Q%E^!QA0T#S#LD"(CN4ASTY!CK;1W%OMXK4,NNN;=%,&YK88C( MN/F#,0_`VJNKC%+%:L$\%(:$LS9/,R]1%A8J\VCNFZ*=!R@Z6:N!.*B,%S(\ M,N9V:M(!T_*:PW54;/"U7SE81[Q7UW=`DJ?H=L3=38O,C.XR75S%?SN_^I#$ M^9TSQ;V9>9_PVVG;9>EE0;XQ0R\E8=1I%60OK1UJ)LY<\O=6 M+%:9?ZS"!#FHNG+#1/:5EGB>M4-7?$$YXMNAK;EJB;"<6C`;7S$]YQBO@YAS M^\GV<=B6[=2_XER=W`#SE$40\-THQ`E43[@74#=G&X,3_%I'\JLD&L2]D;Q; M!5&Z"2@3SL*(A-MY%[`[70`S0C:A*SM,:`V%[T*4'JXKOOHQ<<\?>AZ4U&<- M4^+@;'#XW4S%UH+&3S/L2QRG@"G5USLX4AY^M3+DY(`L?*7/P;>,I1/Q)6"< MTDH+.2?:NLDY&8O2@#O)L>H+VO2G`U1+#9E9F">?MH5&[\Q#>A4O+[+?F^G[ MZF9E"(?;^/YB/4NCYML0R-F`!U^=HL6//T0B5X:WD0)Y8PZ._:XQC$J^M0'`A1X*WZE%IREM*F2^K@&@_X2`J^7_0B5)[L]%J3D)W5'@LZ,E-3/"`[@#5)7"%1T#GN.YQHI M+D=[L/-#PL#&A0:E6B<_=,L\"`+HFK7!P7&HK:F; M'V9QJ.SE=/HQC@LOH#`R529L3=DSTP`([M0'7]1:)9B8V*L.C'N/;,]9)OI3 M5CN0OM7PIY6A^AT6[ED4W"SB51J%^!!4@[U3V:?UZ>^4%UQC-6"]8H M"-)"1W0-7!WCZ.Q6@43OX"J*#>Y-*S;8&(L0@!@WS1MD:,_&>AWX;!!V8XB( MGE1,/G"XA7XSZ0Z$[7XP\':#Q8FN@=L[$,0L".,8BZTH/MYH!IRS&)JT6Z>I;S$0'(7?5*03GK<0<$ MYS*:?BGX)\(?YNWS7;O/.:.A@N$/@XJ6?RR^PY=W"<[F8I]6^\OK?C@W/Q40 M^5G=\>6W+)2D<0YP%X@0\K=0DNL@-!N(KR85H`2RRXO4M@_%9*@?D6(\%YB5GY->\JLQ:HW=7_:A;5 M8RI8Z/.+-\4E82CPRN5K8J-5$I?/&6U0&0M^#ORG13;69P'QM!89=66FF>`? M@O!;<`.6&*)FR2U]+0C!@'=`,$:^+R'O%I\V'4E?!<5]MIZ-Y[0HQ-=H05%\ M0KD)J=V6P6N7V@3%;@@AY]5S719MVZ,&L(EFV6>'M'AJHY[N%N.K\:M@:KTJ M??#B/P)PYU)S!&CWNG@$JOTZ9P0R!*1XV`8!U7<=+81!><\R!*SQE`'$?'87 MK?O#O4]OLVDQ0BK;2U,0N[%=G.S?[F_9]``AWEF0!KEP$+#.$V`0<^G\SZ@@YH$""&5CX5 MRF;2^3S#'.;S4=F<*)N7':XV4?;P.D[*?\KG6+E8JS183(-9O#`>0%&V'GL@ M[LW:&I5-[=,X_;Z,PF"&:=9.VUU]R?5_&>21ZB)(ON61F=E8SOYUC8RZO+"3 M\:_8[B1E\@^IJ1@W0/-Q3AZ4;UMXR^8N8\8E9F5ZMWT96YF=9L-TVRZ%$+6" MRTU+0_O0@#-62T(1+S-SI)(M>S_`"4%V;`%CH5J(>`.[< M!(!B0U0B&.<.","P9;@.OOAB'NQK7@NZ>EJ:UQP^+\YMY6TJRE/W!4'Q"?5> MX)[+IFE%E36`;G::34U:V?NBNA)N7KA5/M"[T=T$D2^D,Q7H"XP6M)$4!"C2 MDF3P174DVWQA,?U<;15X-].V?^,+ZLH`^N+VYM4`9H1V0KLD.L!!HH>@>S?, M6UA7-A'6_>A!:_5_?SA1-A2CY M4C9P)U\J$LV6H68##:3.V7BUC+>?ON7:'4R<9!^;:%MVRN$U.U)FNU:Y.7B^V:>C^0!!ZR$UA#WP]:RB<66>^R][LCSPA&%WR_$\]T?%:KQD,7"\701K>OJI<'@SQ73!'(6[[3DN[ MM:&N!:YJTUMPO$W7]((##S7U$L)M.H3;M$T!.+,+-4.,370MR\`ZNU`S?(6: MX4&?*L%T;H,=FB;KY^C M(W54L*C@`5>7%-[WQ4VN;^?!C>%=P^B"S,.SB@;.HE7P96:FJN`Z`W>G$["E M@:-2'12M`K"[K?2J(V[#V,`*KJ0&`S>-&`9N-&>?%G"XX#J3A9\+R_V MKMTL#$*^4,)]-0L6W_""EME^: M^X>LG18W(T<9^.;GFS]9O4#B4VR@52R8=ZQP>-6JS^%-$MB:&PQJ/0);KK8% MMUO=!=(J"0=V$`>O^,L@COZ*EOL0@7^;&8^;JZ6J3=Q3VX;+(/0[4K>IV]J3 MKY:.K'VCT<@N8T`+BY\0[^!QH;`O)G(!X5P.Y]J?88&8EX-:)/'J)?JE1X65 MV&Z5*S[G'#SN@Q&=9)9>P-6DMQ>,DOT M)4S:I+,US/0`VLRNOJE/M;1J%TL6I**Z)@0KU>"/W5Y2HZ2U9J-@XN[6Z_Z( M/?DMK"[:R0"H76B!VS,-6*UKR:[4I^X\,;1'\3KO2T)#U:+;H3C%$(I:_,%U M7("K?@BJ#)AY$\ID4(*#![VK\@LKKJ[5X0>,2N"A%+!AT97L&^R^A^O7L%K! M24XILT6A@YT*H70:LK<5:+U@5*J#H"6NY8&RZ2F# M\NQMI);[J=3%:7)="\& MM$]C)55@2=DS;T;MA^'?Z.X`HMRYZD+@^#X'1/$3RCVN@TWQ,@Y!;&C6L71N MA:)?\CT$([I?RO-:Y"8$I71(*A?CZBK1!%7PR7L\.[R7'KTC`61/']Y_5R&J3F\^3D^.CK\D8H3_%CZQ5. M+*!9%)I%]KU'PTI9&D5B(G.2#F'_@>OG.7S:W`81Z[X-Q.S]-KG8!3;* MOOU48L?BNO4&B%0K312,5:$4H:BCJK(Q9JN(!CKCN:HIC>YQXUP"!E+/[NDO"F^/`3[>_L. M"C-\^\]%/$*M1XSUC)"B0"4)Z%:]O)A&23+OO7^Y(BW2/DRJ,`AOS?C^_O[H M_O%1]I/QGQ>_CR>GI\\!.+X0)\?'$P#&\7ARC(#QQNJ)(2'GT5!_W?=( MM!1#0L>T^AHIF:3W,+9X_!%A87`^2F-@XS!M^ZPZZ%A438F1\M;3ZMF/;<>. MU1DI,E"TGV%^8CXB0C*1ETKZ[\/QAMF4_7BCF%DX`\!,,3#%KJ(_#D0<#WH1 M*8O(PR@1MN2G++&J"D5QUJR.E4-T8]+;Z#(!WL&$/W MM'#?!&@;R,^!8'31L"1&&F!71,2D3_'%\(3;9)'^,338)`..+L4JQ9#0,:V^1DHFZ2W>%8\_(BP,SD=I#&P1HH,%.UGF)^8CXB03.2EDOX36=XPVPR`+TJ13?*%F6)@RFR2-PY$ M'`]Z$2F+R,,H$;;DIRRQJ@I%C8@DNYP2*66UJZ>E_IJ<0Q>D_OCP<-C.=;AZ M'/#(SHMF]\!*E85\BP/"$<=)F!-G8F,Q%8=$`QX(JSD"5&Q^:W,/W@;+&YTS;W!0P=[#UW0881CL#WRJ25^'1V-JNC=6PR0 MP%-S8Q3578.'PZHJO,D!CZP:62U,E,#WT`=-/F)\$2&9R&^IUJ1NW[8$@"'7 M>_3"&$:Y3B_0%`7$*2#J`_(!D-%RJ;Q*$'TK#,$%A`0X6?T<#U@T*@BX0J,< M1H8B@L!(";A=\0?UU^0=`4$BDP\/A^U&334.>&3GA2I[8*7*0KYA`^&(XR3, M\#.QL9B=FY"4X(&PFB-`Q>:;J2LMJ2L&:&#=\:DZ(EVY,34.:.1:WDI-]W4> M.MA[Z()N;@S&H):]4NB#.CH:5=&[MQ@@@:ODE8K<-7@XK.(,LY,;@R.K1E8+ M$R5P5:.W\1'CBPC)1'Y+M?Z;R`$PY.J57AC#*#[J!9JB@#CE4'U`/@`R6BZ5 M5T%E#XZ&*(R=FY4/_Z,/_R+WAUUR"@?U*>`BU+RU.0 MI8EY`C88$P9'!O(H&K&?,6=:B.]!=3<&M]?EQ]UMU`)"%HE\`UY6,NCC\R1> MSK>>3UJNU[ZD5L9W1\^GH]9B`41DLU)EX1?$O#GJ<]IWR_3:Y7QQ9R_,`$P\ M(=CK!/^]4_^M4?C.)_]!,15HV9*5@BQ=M!*PP9@P.#*0QUZS_309TT)\CZ2Y M,;B]+C_89J,6$+)(Y,EIV7:ZC\^3>#G?O6[I5G9SIB3ENZ/GTU'W*0$BLEFI MLK#/&_?&49_3OENFUR[WO'$?S`!,/"'(B9XN>/G_SX MT_'H4?$W(U-L-7]>IM=JT7QB]E'P(T`^%IJ!1>9&F)PY_"'+Z)X7BQ'([?,Z>"TZ M5^U[;+I-[S$'<4/Y04BI&73U`]SD1T*ZI'SEUX]V4X>$5P6SJ$#9M_YX^$UL M`)0?A)2:05>OA";?'=HEY2N_7B--]X&.$F@Q@'RAW`?%G:/U8'EBB,FY[N*H M7CX@\58M@/ER%F0PXWGV+<=5]V%MEP5`,`R4%XK0NS6F483S^-&8`$8+D"=(A[W_RC_QSV?^H[@`A!\@3ID/>_HT/^>?_6 MS_"31C0/:)SWSY)>G&50%2]G,TB&R@>9S]G3-&^\-T8R*NJ4U^(0UO0,:.;#UPCR8<)3,,]K1?YR5+\F4HW1T\M_CJ;D;+S)W :,/K7OT9ILC8]5"5+'IGUU_\/MN?;3W0+`@`` ` end >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-java@FreeBSD.ORG Fri Aug 6 00:40:19 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82DAE16A4CF for ; Fri, 6 Aug 2004 00:40:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D2C843D54 for ; Fri, 6 Aug 2004 00:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i760eJAq001724 for ; Fri, 6 Aug 2004 00:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i760eJau001723; Fri, 6 Aug 2004 00:40:19 GMT (envelope-from gnats) Resent-Date: Fri, 6 Aug 2004 00:40:19 GMT Resent-Message-Id: <200408060040.i760eJau001723@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-java@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1376B16A4CE for ; Fri, 6 Aug 2004 00:31:47 +0000 (GMT) Received: from t-mta2.odn.ne.jp (mfep2.odn.ne.jp [143.90.131.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 476FF43D58 for ; Fri, 6 Aug 2004 00:31:45 +0000 (GMT) (envelope-from sugimura@jp.FreeBSD.org) Received: from localhost ([218.218.71.251]) by t-mta2.odn.ne.jp with ESMTP id <20040806003144176.SEJV.191661.t-mta2.odn.ne.jp@mta2.odn.ne.jp> for ; Fri, 6 Aug 2004 09:31:44 +0900 Message-Id: <20040806.093141.85407768.sugitk@rio.odn.ne.jp> Date: Fri, 06 Aug 2004 09:31:41 +0900 (JST) From: SUGIMURA Takashi =?iso-2022-jp?B?GyRCP3lCPBsoQiAbJEI1LjtOGyhC?= To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: java/70056: [update port] java/eclipse-vep 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: Fri, 06 Aug 2004 00:40:19 -0000 >Number: 70056 >Category: java >Synopsis: [update port] java/eclipse-vep >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Aug 06 00:40:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: SUGIMURA Takashi >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: FreeBSD kei.yasudakei.info 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #1: Thu Jul 1 18:28:40 JST 2004 root@kei.yasudakei.info:/usr/obj/usr/src/sys/KEI i386 >Description: I updated a port for java/eclipse-vep from 20040628 to 1.0M2. Please review. >How-To-Repeat: >Fix: begin 644 eclipse-vep.diff.gz M'XL("/O+$D$``V5C;&EPQ;811H[ M3IJ7%NBB>>U-3Y,6<4Z[V"\&+=&V$DG4ZL5.>N_^]R4IR99D62*'HY/BXIXF MCN?A<#@S'))#CNU,I[T]DH1W/6JY3A#1O04-^@?[^^_VCP].![?DB4X=EQ;_ MNOIP9V]OKYGLS2CQ>U\2MW=PU#L8?A@>?3@Z[8EO[>SN[M9BOKD.G=Y9,NOU MCGO[IQ^.#CXW5QS<< M9V=/_/KCZGYT\^WNXYMA?Y__+V=K9W?;'T\.]W=Z%V20+ MTK/I@KH[>[=GHX>K^_'HYD'\91['P8?!P&9+WV7$[F>=Z+-P-H@9Z/+/-7,[NQM_D]`[/?'Y>/37^>7-_0I*2/_V M[.;N@?__BG],7/K\Z3JD]'QTV?]V_YF+]-OM[=7=P\)'%75]ZN[R]'NQS=__//KMXNS MK^=GHZO_&V0<#*8<)@EI-.`"6@F+>M/Q@1C<_,_]9\_]\,<_Q>B/>`?^;R"& M-\?8XU_?V35M:ZC>%I?:W;?Q^5\W7R\_OGFAD?SUY_V?N73%1W:+7=I.Q,4W M924;RC_<;I?Y-]3M$(G9&(=O3\^.293?;A^@U5?41VA-4AFBHP_#P](0G1Z* M01H>G\IAROL9N,G,\:.!Q;R^,_'ZRS@06MT7MCJAOC4?2T>9?4^HMSXM_VSU M4?^1A)L(19MZI%X_<3+2Q-$D(!.6Q/UY7,?G5J*FSK41!=P)TS!VN-FJTSH6 MXW].OS9FD\?^S)EJDT\3UQU88EX8'@_"Q!_39PL.M'1^38@OLF3B4ES,KXSK/"KB:,["&!DR#AUL-L^Y M`Q,FBPIZS2-DY+Y_FSQ2"QGS_"5&4:-^__[;MX=^'P,K86+A/Y_-3P)<'<4RC.5O.>3-CB[7[:!5#P+^D>+$ MK`(HXC/JT[`C/J-Y:..ABB\LG"CA`V8[,0OQD.F!ARM7,?C(,I7ZY/"Y*)P2 MB^+ABC&2L/A:U0&W%2GPKSLNX5,><@OIV'6`GFL:KF4D?A;LO^!AW`U)!-(O'I@OHQ!F"^L/+I,O6&:>^5UD9JR%82QUYMTY/_D#-,5>#HC('D!GRP"PO_U@KNK,?\)"Y`; M_K7CNIB0G,?13V1`U#[/61=]OD#&N\/&PQX3;+P1ZB`+0`P\FZ_NQ"$:]29/ M7O@TCB.%YH?\7N9C,D.WA?(2)LVQ0@2]LK"-"T(^'2;H1+4\.QK`+&P3-9T1EM0,?4"E\1I[MXJH6]!!W)GQ.>^ M1Y[(9@>?@\='&@^2V'$'9WSE\.*Q)+H2(?\MC>?,?LC`9"O\FW\?-Y*)T1/E MQ#+O8D%>2Q*O)X-+.B6)^^I#\3UDP<6<^#.Z$LSK,9,*XY44(VW\QE\PBX@< MJE=BHV9`OF=G=;^)LJY%](H>Y%EL6T2O-TP/X_$:V&\"A\\ M%B.A+=)M_#AT)@F/SZ+!#QFM78@]I9$\%OHIOR5&B_ZMHU7+W9<+_AMW_]^) M3U/V?A_)_901RJ5#7#;[W7B[8%[`?#%YTWC$0V8D_M*OM6"0+'G^EW4LDAK(FR#P\/E-;"U<87X1=AWA\HO& M:676#AG'>K2\/E]/=0;N\8%T^YZ-H!^5%I"'L8(>67/JD4%(9TX4AW+!&?7I M?>@.G_L)^0MZ$Y@&O:&\?-'< MD>IB^N0*=/FB7E<=J-SEZZH9Y#DF6L;K$)[_@H_+?^J,9T1=7X,B:F)!NIX0 M!'9(L\9_G%A3_AN>WEEVV6=9-I9/K"+G>P#=H'.^T]D%66Q!K'2=^Z8A_ M6\"2=,;K2$"T,P'QG_#U409I7"PA2@A8P>6_W@HA1"C1WP8X8F19P9;+\TX$ M@A-J5V!SH\>%1G3=125&0;*^D=A$-!VA\VCD\K<9CXL>/1-*]9 M;N_UVAC?C#DTZ=81H29A.8C2)9;Q;?MV;XEH,ZG&$BO=R(G5+]0TH456R%QW M0M1O*32BS:GKHB#%]#GF2QF"`L977=;3A#WC@#$W\=2SI-HZB0-$)E,FWC%# M00N)[;!)$L<:-Q>:\+@_FXG#;BPMBT.*H_PNF5`D==6Z0=ZLJ\S1N"S7:(VN M@Z42XDHWE@%E7QN[;*:68=D$9JBF/O/XXB-4NY:V)EZ_5\(*A_/\[X-92(*Y M8T6#>VK%Q)_I/-2CA7^1A!'3>%E("_P[L,[8OF(LM M[J5CSWA(G&9HB!F]&_@'HO5FS8CGPN'5U'$A%A6T?*Q^?JCD1=5FM,67\E+V(YU`G;(HN-A]S=@'>JVF1R M+6/,KF3.8[&N1+[A7S'A?\I_.QK0LF5B"ES:SX5=DX[D4M5T#&Q7^MK!/5M>DIAT@GW-0N\LCHDU]RAV M?)@WX;ANE[-&=]/H!6-N26$PP@[FIQ]]T>_7RX)8YYK^_%*5JV:Z>G+.FB7X]& M+%G/0DHTR2[$R>@Y>X:I,\B&=*Z=K!O4OZ972@)3.G4O9=QH4FP^YT1<9^:' MSFRN?L3;"N?2*2*:+>^KXN%-&%=V#P\O9@$*F*@C);/V*7>HB/+C2Z]XC@?G M.;:M<8BLUF.=0]M6#N<439W7',Y9^`N/18MJO>E=BT?1A4AQM88B&S%%-N(- M`9K;'44V%(JLUA37Z5-,-TA19Y"-P34W8(ILP!;RX%JH`K1PG8'5C?`PQW<# MTMBAKC+!B!\%BB^#M4K/V-`L7"=@(;MY"]G-6\@^>4--H-.&V*")!O*)='W= M2(DCYM&`A&IO3&]0\S[YU!*W7Z'MBQQC**WB3\WX12:,N)_^2SI0]B MOK!%HDT$6A86GH(1'QHM,346M:5U:>D9'/6=(H+10(J#<1SA,^9B&78EJ]VH@Z4[)B9(=?<K$U?WOM4I:V9A=>+*\8PZ86GW7(-9T*E.Q)V'GSP/GD^%&YGPO^S-XJ>] M0)12[$=,`VI]4*!.<_5,>.S`(X>1(_X=_7S(3]C564]+BN;G\:F5& MNO`&^2?9)4]=A-)=35UBS;&H00"^AU2#M'K%#MB)UD&N(=49N=I7[/2I=&1= M^Y2=-E6K:=81J9E`F5+#0NN:U'".K=?PVZUA&XKZC-=`;M@5C0<+ZLBSO8KB MT9'/?Q8EM>)LU\(4EL)@#88<;$AUM$H!#<@B:@C5'IZ`6%%-8\+8&U-(I.4U MO7)1XR;E>R*KB48\*-)-$XZX.Q`%U(KE^RWHC50?A_KTJ;=W.#Q]>WAZV-L] MV#]\^^[D?>_3)\V&*^JA1UP>;3U:_;U!^-.CV,C5H<##UTF_,7AZ%!F[^&8E M'G3A]394?M$X;7IZM"OP]0-1V"T@#Z/RTZ,=M;3Y&"AV0]7'0+O#7SV]AMT$ MIHDU/`:*C8WI)94>`^V@E;K'0/''`-7KK[=GRH^!XN%&&X^!XF$CZCHL7=;P M,5`\_(W'0$VAMS\&BHU,Q4'P!51\#Q6NA\!@H M'FCY,5!DW/)CH.C@B+'>ML=`\7GN`K;X&"@>-*+KKGT,U!2T96^M"_C:QT"U M&BIL46G1K?=_`&3JU54:'P.%=!1*GGVN6JAERV.@+73`CNH."50B$%%HJQE( M40#G%HF3$26.VF'6B@#4BLXI3I5(YQ!G19LF'*1?4\M7J"%/$Q^R:LYAXH_I MLP4'RBI9"YR\>+4NSL0E_A.(,B#6$YG)A)*QYT015RL03JEXL3JQVGGCHJXF MG3J%Q@E`I"33IUHF)-.JVFBC7IU`GUCW!J:]*U$6W>D-2A4#B/7[1D M96L3KS.;M4G+F`@,A*>:EM MNS-KXFQ)9XDG"A5OV%6)39[U;\+2+K+1!$:"@$>K>'QYU$^&U"U"OV MT(0DV(K$JD`'"6XI/5Z=],*%A@N5GF3Y=IK$I"AHV:]ER#0MNX40)X8K,XR4TS-3BC="X M*`NS'HZMUQ^>)),:NCGAC8&1N%8IV"IQNN-D,%&XT,DQ;1DZ5M*-@-EV)[$9 M,72@)^QY!HU$!"TX$`DI-`+BJ^K`AQ++AJ%,V_`Y^9$:$*<]-N$:2DM-B.6" M'CPM"V(#K390:H-6/<>@7<^!2CI88 MSP:!3RP4VTA@1GT&$S_#(Q].:S`?RY-9(VF#PX@)V'VE759,H5L3KYZ^O""^ MS^(;/XJ)'SLDIMF;ITK/7V[%.^/+[Y<4*:V*#H5;%_G,/@(CW=$HIO9W,<%% M8)"KYYCZ=G0A]O4?YB1.>WM.+T+*16>#<6]?SN2&!5SLS(\)_^H=\Z^>'3F8 MDDDPX#F)'&O$XY^9K#WO4S\V$-N"DS_P`8@&/RZN1O&+2X>88`>88(=@L!]G M7[Z,Q+&ET#(!"D8:R2/9SWR.-S3$@F&#D2[)RX-CP(F0A-2D5,4OD:>=="C')GXF(%$^X<*0GEG/Z=Q)Z!AX]<^7RH2!=E'6):4$X(,MX\%/NVJD7\FX$`Q0& M;\2[=EQZ*;<4D`#%$NF<\.G"%X]&.L+N<(`URZTW8ETD8:13SKX13%C2M4T$M:,_SXALR"D4QI2'J_TT_?9C$!E MA(BDPMGM,"P_L(ZGD/3.CRB:[6]2,'S4FE^]28NCQ!"RG2(;TE/H\LL#"MW#Q^R%3U"&.VO1:GD@C\ MR4J?7YG82`C^E=7L%EV?Z%Z:M#2O'T_LME>INV//JFO:XQ4'-#DAO+>'@;6R4HIEZ> M18TA[QF+<8?FRRB_88^(^3U[3`%I*ZLT1IBF(V]Z8WNF+]^S9UY*VF1JF'_2 MEU$.L<>Z#OL")=X:/ZKJ(A8[HO\D+#-%)#G;M0-OX+7)9V7XQEF1ZTXG:ZT9R,)8IU M+M,4LAAC=K*,[BH.PE[PK9<\>(H:N&0ZF(@THC29Z"9[#DOR_M?-'Z7?T6?= M;GRC6LA@*CGDA5+-:AYC\;6A,,:@U>0&A`BO+KXWA:T)9XPY[6!N+,TZYJ(L M[3*@++:1X;!7!WPRQ)T-&J)V\^W5C7T!E+4V;A18\OC(G.)N*%6C(WD9BE!%>)>'5#*N2Q&@$AA='U*<)&Z%AK>-:<\"-@)%6 M2'6)AT98-1E6QF.+!%63F&8FMDKJO*&O*Z>FFGEWANCBRBG"1F#;,LD1-`XG M7MEVB\%LWBY?US`+*&KO'1A!UMRC,?1,M3F1QD."DXO0E&)I9G/E;0$S$:*< M;-?>*C'K8\T5*3A@??8G&*\V-Q6"QM?07`%&YG`JA+KRP`Z+>\B@!`*CU@`.)D^Q,P`+C">P@` MZM8K^A".MCX:@@-V@`DV!(,5;Z4#R*MOF``@:I]Z,-/(.Q-^-B[:@WFY:7AS M!`!:<^T>@%)]$0.B@$V/?0`U8/,./IRQYI>;('/'MNX,)0?3#2YF->2%,#&*SN:1*(TZQ]*@+2.0RC:7RY"::6L9$N-C]S!@%L M?!,#J`>&4B\_DV,6SQ:>3\$PV.)34!!]VGSH`X.K+TALF<4IU8=0(`-7>@90 M'2#]`FSJ+A13UFB0+Q'BF.;_PEK.05++^^G$\\(>FUC*09:8&*OJFA(TNL3% M8A_:#1=?%=(M1& M"5X3L&K->%.MP[+X^CKO)HCUU95-!Z)4+M=4>%B6ZB(9:;D8JIG;+=5/-W<= M6'J&JF)2]/Q#7.>V6?W55&G+)I'K`17]O*=YMY$5:LP6O&7UV19X0> MXP1$)!:]JYK*,*1M MI89-T2K5@4WAZJH#FV*6JP-KKU?7!35U24OE:;77NL6*FMK$Q5IEVL2%@G20 M+J]*'>D2E^K)Z'-=J%BHO3=0K-VC2UPLHZ6MJX5*1]I,%RHE:DNK6$9/F[A8 MDE>7N%A(2[OA8CE?7>)"H31M29>J6>E;BV,!V2W4I=8E+17D!FZ+K(DG:;K-8ITV[91-3+E;ATG9>Q7KUD)D"R+21 M-98J8>F+Z]E`UL6REK#=:P.#6M4!!4UO1A$05%ZA@8Z4RB;"8@DH<;'N,B@> M,!AE:/14J#^H+ZQ""4'M:*!86QO@[*'MII$$6#$+AH#B@5,83,C=(:2,R-80\3V*%!@<@L.[NGA$Y18)QNM5L%3\KIN M.VS!:;1F-%B[K8IKP\)ZHY4?E%BN_*"^OE!^6;OAJ8'73-=01BL9,'&A6BQD MP6JT#`*;HPA@H,M[.:$#B0MUP4&+((.E"%168F($LEPJH0Y;B61[96AO\2B>S&G+SXF=+]CEH4 M0R92S)M5$'P16KYA!`? ME=19%\-B-IU1'T@;4B#ARNYU22O7D%TBWL#T8ZI7$4@!]&).1$T/;-A+EDRT MRODH8'YEOLZ+N0J(HSD+=2XYJT#&H8/-YCEW!R)3`A7TVF4$N>_?)H_40L8\ M?XE1U*C?O__V[:'?Q\#*G,D_J,M=J?*C?16X0EX'FSR*5'>?^>,T2T3Y'*@- M,UM]1'.VG'/6QQ;#P14;8]2G(3:[!P'_2"/W3!4PFH<:F5YMJ.N%9IKXA8=, M#SQ<`0BE0AXDJ:21J=3 MXG(24UF"DH/;\:2&!F+GD"NJ=(,3C83H=OR`)'B=+S&+9O\E]#$)0YV4<$VF M4>?;O`6Y$2B"<).Z^)RB-KA)(J9Y_RBTD;- M(\H,=LXZZ/<=YLAPO`MDQ4%6Q#M<.!3A462SH\AF1[O1:HIK>Q17!2FZKZ'H M5DQQU9HB.P6*;,6T*[-#F3R7SJ\)\=>[=&:;%$8+WIAZ?"$34_G%04Z\H*L' M(=+SE.S88O#X2./T8>,S'OB\>"R)Y$NBMS2>,_LA`Y.M\&_^?=Q()D9/E!/G MSWN]DB1>3P99%<77'HKO?!5[,2?^C*X$\WK,I,)X)<5(&[_Q%\R2Z5*OQ$;- M@'S/]L5_$V5=B^@5/A?\IOB=&B?^MHU7+WY8+_QMV_2/=-V?M]))<6 M$$I?T?_=>%L]J#NB\8@O&'Y+_B(G_NT8&\VIZR(Q54@LU"65)U=YHKI2FGL% MP"`_<)V/6&9#)T^Q`KG*S@2*L*GI/$5S&0?]++U/.-P,($NO3ASI2)ZY/?A< M[9P%39\MEHG64$CQZBP-01A-JM%,*7[LU^8OMM-%H=7_Y=0<,3:3;A^](IW( MC5VR\&E"?6NNVFPJC5#T5I%$?)__-=:A2?OFD2!P_%FT\^E3;^]D_^3M<6_W^/3T[>%A M[],G/2C]GA:&1JLEM0%IO.V@15V][:!/#&VYWD(!61$-K#U8B@*W"8FFV0XG2_-'B]-MKFIE7)06W6C).KLGAT,^F1@J^G,W@:UIH_8!%!VS7JD6\2F!U+2 M`3U2>*>5Q*[K+301-`3?Z"TT24&#UN(M/ME.&'HM=]E32L4O]Z-E?D=[X>G3 MM._*1+)*:V6O-'4D[T[?#@^Y(WEW]';X7GH2W>;7UX.*S8LFEXX]HW&$">G* MFD.8B+.0!'/'XO,?'F::08").`G9DB\0$#N.!&4(8T`.$*]XV,A/G@?/I\=P M:@BE?C>+V77R_-X$`DBKW].\Q)-V@\H$1;\'BEDD&"AV9AHJC+9#F.`H$JZ?E"`:Z54HE,^[>YS M+7K_+HO?=8%JRW^;PAC0[^SIDE;O4QDAT#0#V0PCO<]DA&%G&-J"W,RF-L/` MX".U4Z&OIT.NK]SKG1[LOQT.=12VP^.W M)]SS'!YJS92634&S?(%NPQQ-(&PMBZZ%T!O*.@@@K399.G#'[]X.#_C('?,Y MXYWJT&ULOE0#\LWGT<"X($*EN+6T9:_<3/E@#T*F3+/QOA^4,DW3`%)O)6M) M.-@Z!BHI)4J-;A"W4K6]708&2(WIY%2L.D]/A#.L,:76S7T-5'1"[F;/TZ<;B'*%$7W^0P&D3GSY3JQ=Z'*3W[Y>#RN#T#OYK8-.% 5?'ZS]Z]_]<1UV9W_!^W6]OL/HP$` ` end >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-java@FreeBSD.ORG Fri Aug 6 00:40:19 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD21C16A4CE for ; Fri, 6 Aug 2004 00:40:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC1F543D53 for ; Fri, 6 Aug 2004 00:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i760eJAk001737 for ; Fri, 6 Aug 2004 00:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i760eJ94001736; Fri, 6 Aug 2004 00:40:19 GMT (envelope-from gnats) Resent-Date: Fri, 6 Aug 2004 00:40:19 GMT Resent-Message-Id: <200408060040.i760eJ94001736@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-java@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6567816A4CE for ; Fri, 6 Aug 2004 00:32:50 +0000 (GMT) Received: from t-mta2.odn.ne.jp (mfep2.odn.ne.jp [143.90.131.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9E4643D2D for ; Fri, 6 Aug 2004 00:32:49 +0000 (GMT) (envelope-from sugimura@jp.FreeBSD.org) Received: from localhost ([218.218.71.251]) by t-mta2.odn.ne.jp with ESMTP id <20040806003249385.SEMK.191661.t-mta2.odn.ne.jp@mta2.odn.ne.jp> for ; Fri, 6 Aug 2004 09:32:49 +0900 Message-Id: <20040806.093246.39165085.sugitk@rio.odn.ne.jp> Date: Fri, 06 Aug 2004 09:32:46 +0900 (JST) From: SUGIMURA Takashi =?iso-2022-jp?B?GyRCP3lCPBsoQiAbJEI1LjtOGyhC?= To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: java/70057: [update port] java/eclipse-vep-examples 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: Fri, 06 Aug 2004 00:40:20 -0000 >Number: 70057 >Category: java >Synopsis: [update port] java/eclipse-vep-examples >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Aug 06 00:40:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: SUGIMURA Takashi >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: FreeBSD kei.yasudakei.info 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #1: Thu Jul 1 18:28:40 JST 2004 root@kei.yasudakei.info:/usr/obj/usr/src/sys/KEI i386 >Description: I updated a port for java/eclipse-vep-examples to 1.0M2. Please review. >How-To-Repeat: >Fix: begin 644 eclipse-vep-examples.diff.gz M'XL("&K0$D$``V5C;&EP#,%A:E`D?;G=__0X(U#:XJ[0V1A3N MO>?,G'OFJA?X/D1.%D\A<<.`)@1M"47DR5G3D"2\A+&"54D3)LXC\8.0-*;5 M48`0.A*H8V<;^"T+H=2#XD4?JWVLP#P+F:9ACWH/#A;!WID2T*`)B-[;E@+VYSGD?LTI7U!\*)?FS!R M/+[<#1_%*R&-HC`1MJ2.)H(71S01;&17BT#5%U%1-`%P[X+.MC*14+4541&Q MP(3Y?IWK2O0[8MU=%H&X"0&/3+K6\,^K'SVL'7'-"00]@'ES8 MMY=CTZKI\@Y-1N9TSMZ&M1-V>!43H%21IL_*C9/U7T")=6 MJ2U<6I>^_%R""8VJ\G\"^@4.(+M37%?7=.** M<@_+[*,G.B[1)=WQQ:4'D&W^-(X$DS2L:6PG!^F+GE79NJY<8.RK,G8]A6C* MDN"EJWE$5CW5<8@/N,/4+X!R6D4_OJGT<85HR%1MUKL.']'6.K=%7Y]K7S56 MZBLO&BN*>6?EHK.5,5L$F$=@9K<_KEO#U"I,HBUVR*,9-FYD"Z$D3@/VDP"/Q-F3*=_!J77-GGT?I*2`R<^O+'95R$ER M5U2*_P^G(>_473N4!IO5RPT````` ` end >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-java@FreeBSD.ORG Fri Aug 6 00:52:02 2004 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 B406116A4CE for ; Fri, 6 Aug 2004 00:52:02 +0000 (GMT) Received: from t-mta2.odn.ne.jp (mfep2.odn.ne.jp [143.90.131.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1494A43D41 for ; Fri, 6 Aug 2004 00:52:02 +0000 (GMT) (envelope-from sugitk@rio.odn.ne.jp) Received: from localhost ([218.218.71.251]) by t-mta2.odn.ne.jp with ESMTP id <20040806005201245.SGJH.191661.t-mta2.odn.ne.jp@mta2.odn.ne.jp>; Fri, 6 Aug 2004 09:52:01 +0900 Date: Fri, 06 Aug 2004 09:52:00 +0900 (JST) Message-Id: <20040806.095200.59660928.sugitk@rio.odn.ne.jp> To: gldisater@gldis.ca From: SUGIMURA Takashi =?iso-2022-jp?B?GyRCP3lCPBsoQiAbJEI1LjtOGyhC?= In-Reply-To: <41110B5E.3060504@gldis.ca> References: <41110B5E.3060504@gldis.ca> X-Mailer: Mew version 4.0.65 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: java@freebsd.org Subject: Re: Eclipse-quantum SQL plugin 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: Fri, 06 Aug 2004 00:52:02 -0000 > Submitted for testing prior to submitting a pr. > > http://www.gldis.ca/gldisater/eclipse-quantum.tar.gz I tested your port and there are no problems. It is very simple plugin so that I can connect databases easily. --- SUGIMURA Takashi From owner-freebsd-java@FreeBSD.ORG Sat Aug 7 21:20:24 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F25E16A4CE for ; Sat, 7 Aug 2004 21:20:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80AF643D53 for ; Sat, 7 Aug 2004 21:20:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i77LKOZZ096259 for ; Sat, 7 Aug 2004 21:20:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i77LKOLY096254; Sat, 7 Aug 2004 21:20:24 GMT (envelope-from gnats) Resent-Date: Sat, 7 Aug 2004 21:20:24 GMT Resent-Message-Id: <200408072120.i77LKOLY096254@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-java@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jeremy Faulkner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41F6016A4CE for ; Sat, 7 Aug 2004 21:13:49 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2208343D39 for ; Sat, 7 Aug 2004 21:13:49 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i77LDmsD041217 for ; Sat, 7 Aug 2004 21:13:48 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i77LDmIZ041216; Sat, 7 Aug 2004 21:13:48 GMT (envelope-from nobody) Message-Id: <200408072113.i77LDmIZ041216@www.freebsd.org> Date: Sat, 7 Aug 2004 21:13:48 GMT From: Jeremy Faulkner To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: java/70145: [SHAR] new port for eclipse plugin Quantum (adds SQL editor and DB access) 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, 07 Aug 2004 21:20:24 -0000 >Number: 70145 >Category: java >Synopsis: [SHAR] new port for eclipse plugin Quantum (adds SQL editor and DB access) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 07 21:20:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jeremy Faulkner >Release: 5.2.1 Release >Organization: none >Environment: FreeBSD planet 5.2.1-RELEASE-p6 FreeBSD 5.2.1-RELEASE-p6 #0: Fri May 14 11:38:03 EDT 2004 gldisater@planet:/usr/obj/usr/src/sys/PLANET i386 >Description: A shar that will add a new port for the Eclipse Quantum plugin >How-To-Repeat: >Fix: review and commit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-java@FreeBSD.ORG Sat Aug 7 21:20:24 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC9DF16A4CE for ; Sat, 7 Aug 2004 21:20:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEBB143D55 for ; Sat, 7 Aug 2004 21:20:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i77LKO8t096273 for ; Sat, 7 Aug 2004 21:20:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i77LKOs6096272; Sat, 7 Aug 2004 21:20:24 GMT (envelope-from gnats) Resent-Date: Sat, 7 Aug 2004 21:20:24 GMT Resent-Message-Id: <200408072120.i77LKOs6096272@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-java@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jeremy Faulkner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFBC816A4CE for ; Sat, 7 Aug 2004 21:17:58 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0FCC43D48 for ; Sat, 7 Aug 2004 21:17:58 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i77LHwP4042264 for ; Sat, 7 Aug 2004 21:17:58 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i77LHwcq042263; Sat, 7 Aug 2004 21:17:58 GMT (envelope-from nobody) Message-Id: <200408072117.i77LHwcq042263@www.freebsd.org> Date: Sat, 7 Aug 2004 21:17:58 GMT From: Jeremy Faulkner To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: java/70146: [SHAR] new port for eclipse plugin Checkstyle 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, 07 Aug 2004 21:20:25 -0000 >Number: 70146 >Category: java >Synopsis: [SHAR] new port for eclipse plugin Checkstyle >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 07 21:20:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jeremy Faulkner >Release: 5.2.1 Release >Organization: none >Environment: FreeBSD planet 5.2.1-RELEASE-p6 FreeBSD 5.2.1-RELEASE-p6 #0: Fri May 14 11:38:03 EDT 2004 gldisater@planet:/usr/obj/usr/src/sys/PLANET i386 >Description: a shar that will add a new port for the Eclipse Checkstyle plugin >How-To-Repeat: >Fix: review and commit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-java@FreeBSD.ORG Sat Aug 7 21:46:53 2004 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 B870916A4CE for ; Sat, 7 Aug 2004 21:46:53 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id A43CA43D3F for ; Sat, 7 Aug 2004 21:46:53 +0000 (GMT) (envelope-from booleanman@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (8.12.6/MantshX 2.0) with ESMTP id i77LkrtG017251 for ; Sat, 7 Aug 2004 14:46:53 -0700 (PDT) Received: from mac.com (ool-43503fcd.dyn.optonline.net [67.80.63.205]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id i77LkpQ4011837 for ; Sat, 7 Aug 2004 14:46:52 -0700 (PDT) Message-ID: <41154CF2.7020706@mac.com> Date: Sat, 07 Aug 2004 17:43:14 -0400 From: Fred McCann User-Agent: Mozilla Thunderbird 0.5 (X11/20040805) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Eclipse 3.0 + Native JDK 1.4 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, 07 Aug 2004 21:46:53 -0000 Thanks everyone for the help building jdk 1.4. I've got Eclipse 3.0 built but it's throwing this error on startup then crashes: !SESSION Aug 07, 2004 17:32:49.61 ---------------------------------------------- eclipse.buildId=200406251208 java.version=1.4.2-p6 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=freebsd, ARCH=x86, WS=gtk, NL=en !ENTRY org.eclipse.osgi Aug 07, 2004 17:32:49.63 !MESSAGE Startup error !STACK 1 java.lang.IllegalStateException: Bundle initial@reference:file:/usr/local/eclipse/plugins/org.eclipse.core.runtime_3.0.0/ was not resolved. at org.eclipse.core.runtime.adaptor.EclipseStarter.startBundles(EclipseStarter.java:824) at org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBundles(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:222) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:183) at org.eclipse.core.launcher.Main.run(Main.java:644) at org.eclipse.core.launcher.Main.main(Main.java:628) !ENTRY org.eclipse.osgi Aug 07, 2004 17:32:49.80 !MESSAGE Bundle initial@reference:file:/usr/local/eclipse/plugins/org.eclipse.core.runtime_3.0.0/ [1] was not resolved. !ENTRY org.eclipse.osgi Aug 07, 2004 17:32:49.82 !MESSAGE Bundle initial@reference:file:/usr/local/eclipse/plugins/org.eclipse.update.configurator_3.0.0/ [2] was not resolved. . . . . . And it goes on like that for quite some time. Has anyone else run into this one? I can't find anything in the list archive. Thanks - Fred McCann