From owner-freebsd-java@FreeBSD.ORG Sun Apr 11 11:34:14 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 8FF0B16A4D1 for ; Sun, 11 Apr 2004 11:34:14 -0700 (PDT) Received: from smtp03.mrf.mail.rcn.net (smtp03.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7263E43D45 for ; Sun, 11 Apr 2004 11:34:14 -0700 (PDT) (envelope-from roberthuff@rcn.com) Received: from 209-6-197-67.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.197.67] helo=jerusalem.litteratus.org.litteratus.org) by smtp03.mrf.mail.rcn.net with esmtp (Exim 3.35 #4) id 1BCjmX-00006K-00 for java@freebsd.org; Sun, 11 Apr 2004 14:34:13 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16505.36772.884218.233159@jerusalem.litteratus.org> Date: Sun, 11 Apr 2004 14:34:12 -0400 To: java@freebsd.org In-Reply-To: <20040410062037.GA19248@misty.eyesbeyond.com> References: <16503.21793.243892.582878@jerusalem.litteratus.org> <20040410062037.GA19248@misty.eyesbeyond.com> X-Mailer: VM 7.17 under 21.5 (beta16) "celeriac" XEmacs Lucid Subject: Re: very quick java/jdk14complie = problem? 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, 11 Apr 2004 18:34:14 -0000 Greg Lewis writes: > > ===> Building for jdk-1.4.2p6_4 > > # Start of jdk build > > GNU Make 3.80 > > Copyright (C) 2002 Free Software Foundation, Inc. > > This is free software; see the source for copying conditions. > > There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A > > PARTICULAR PURPOSE. > > This is like gmake has been run with --version. Do you have -v or > --version set in MAKE_FLAGS? Not knowingly. Does this ask the right question? huff@> make -v -DWITH_IPV6 -V MAKE_FLAGS -f (Contents of make.conf and pkgtools.conf available on request.) From owner-freebsd-java@FreeBSD.ORG Sun Apr 11 12:44: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 5969216A4CE for ; Sun, 11 Apr 2004 12:44:59 -0700 (PDT) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33F2643D45 for ; Sun, 11 Apr 2004 12:44:59 -0700 (PDT) (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 1BCkt0-0001Tb-02; Sun, 11 Apr 2004 13:44:58 -0600 Received: from [166.70.56.15] (helo=misty.eyesbeyond.com) by mgr9.xmission.com with esmtp (Exim 4.30) id 1BCks5-0000h8-Sm; Sun, 11 Apr 2004 13:44:02 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i3BJi05G047189; Sun, 11 Apr 2004 13:44:00 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.10/8.12.10/Submit) id i3BJhx4B047188; Sun, 11 Apr 2004 13:43:59 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Sun, 11 Apr 2004 13:43:59 -0600 From: Greg Lewis To: Robert Huff Message-ID: <20040411194359.GA47105@misty.eyesbeyond.com> References: <16503.21793.243892.582878@jerusalem.litteratus.org> <20040410062037.GA19248@misty.eyesbeyond.com> <16505.36772.884218.233159@jerusalem.litteratus.org> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <16505.36772.884218.233159@jerusalem.litteratus.org> 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=0.0 required=8.0 tests=none autolearn=no version=2.63 X-SA-Exim-Mail-From: glewis@eyesbeyond.com X-SA-Exim-Version: 3.1 (built Mon Jan 26 13:00:24 MST 2004) X-SA-Exim-Scanned: Yes cc: java@freebsd.org Subject: Re: very quick java/jdk14complie = problem? 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, 11 Apr 2004 19:44:59 -0000 On Sun, Apr 11, 2004 at 02:34:12PM -0400, Robert Huff wrote: > > Greg Lewis writes: > > > > ===> Building for jdk-1.4.2p6_4 > > > # Start of jdk build > > > GNU Make 3.80 > > > Copyright (C) 2002 Free Software Foundation, Inc. > > > This is free software; see the source for copying conditions. > > > There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A > > > PARTICULAR PURPOSE. > > > > This is like gmake has been run with --version. Do you have -v or > > --version set in MAKE_FLAGS? > > Not knowingly. Does this ask the right question? > > huff@> make -v -DWITH_IPV6 -V MAKE_FLAGS > -f Ok, so its not in MAKE_FLAGS. _Something_ is invoking gmake with either -v or --version though. MAKE_FLAGS was an obvious choice, I'm not sure what else could be doing it. Maybe some environment variable affects gmake. > (Contents of make.conf and pkgtools.conf available on request.) You can look at them as easily as I can :). -- 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 Sun Apr 11 12:45:38 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 A447216A4DF for ; Sun, 11 Apr 2004 12:45:38 -0700 (PDT) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A37D43D39 for ; Sun, 11 Apr 2004 12:45:38 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: from [198.60.22.203] (helo=mgr3.xmission.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 1BCkte-0001ZD-02; Sun, 11 Apr 2004 13:45:38 -0600 Received: from [166.70.56.15] (helo=misty.eyesbeyond.com) by mgr3.xmission.com with esmtp (Exim 4.30) id 1BCktd-0006ls-RU; Sun, 11 Apr 2004 13:45:37 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i3BJja5G047207; Sun, 11 Apr 2004 13:45:36 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.10/8.12.10/Submit) id i3BJjZ1O047206; Sun, 11 Apr 2004 13:45:35 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Sun, 11 Apr 2004 13:45:35 -0600 From: Greg Lewis To: Kris Kennaway Message-ID: <20040411194535.GB47105@misty.eyesbeyond.com> References: <20040411002458.GC81746@xor.obsecurity.org> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <20040411002458.GC81746@xor.obsecurity.org> 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 mgr3.xmission.com X-Spam-Level: X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-SA-Exim-Mail-From: glewis@eyesbeyond.com X-SA-Exim-Version: 3.1 (built Mon Jan 26 13:00:24 MST 2004) X-SA-Exim-Scanned: Yes cc: java@freebsd.org Subject: Re: jdk14 also coredumps on 5.x 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, 11 Apr 2004 19:45:38 -0000 On Sat, Apr 10, 2004 at 05:24:59PM -0700, Kris Kennaway wrote: > http://bento.freebsd.org/errorlogs/i386-5-latest/colorer-0.b2.log Thats disturbing. It looks like there has been a bug or an incompatbility with the JDK introduced into 5.x. -- 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 Apr 12 01:40:55 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 52E7616A4CE for ; Mon, 12 Apr 2004 01:40:55 -0700 (PDT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61C2B43D3F for ; Mon, 12 Apr 2004 01:40:53 -0700 (PDT) (envelope-from ml@FreeBSD.org.ua) Received: from phantom.cris.net (ml@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id i3C8eoZI087637; Mon, 12 Apr 2004 11:40:50 +0300 (EEST) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id i3C8eopa087636; Mon, 12 Apr 2004 11:40:50 +0300 (EEST) (envelope-from ml) Date: Mon, 12 Apr 2004 11:40:50 +0300 From: Alexey Zelkin To: Robert Huff Message-ID: <20040412084050.GA87592@phantom.cris.net> References: <16503.21793.243892.582878@jerusalem.litteratus.org> <20040410062037.GA19248@misty.eyesbeyond.com> <16505.36772.884218.233159@jerusalem.litteratus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16505.36772.884218.233159@jerusalem.litteratus.org> X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i cc: java@freebsd.org Subject: Re: very quick java/jdk14complie = problem? 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, 12 Apr 2004 08:40:55 -0000 hi, On Sun, Apr 11, 2004 at 02:34:12PM -0400, Robert Huff wrote: > > Greg Lewis writes: > > > > ===> Building for jdk-1.4.2p6_4 > > > # Start of jdk build > > > GNU Make 3.80 > > > Copyright (C) 2002 Free Software Foundation, Inc. > > > This is free software; see the source for copying conditions. > > > There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A > > > PARTICULAR PURPOSE. > > > > This is like gmake has been run with --version. Do you have -v or > > --version set in MAKE_FLAGS? > > Not knowingly. Does this ask the right question? > > huff@> make -v -DWITH_IPV6 -V MAKE_FLAGS > -f > $ make -v -n -DWITH_IPV6 -V MAKEFLAGS -v -n -D WITH_IPV6 -V MAKEFLAGS PS: Use "ports/java/jdk14 && make". Without -DWITH_IPV6 and -v. If everything goes right, start adding anything you want. From owner-freebsd-java@FreeBSD.ORG Mon Apr 12 01:44: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 8970216A4CE for ; Mon, 12 Apr 2004 01:44:29 -0700 (PDT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8DE143D46 for ; Mon, 12 Apr 2004 01:44:27 -0700 (PDT) (envelope-from ml@FreeBSD.org.ua) Received: from phantom.cris.net (ml@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id i3C8i9ZI087661; Mon, 12 Apr 2004 11:44:09 +0300 (EEST) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id i3C8i7Va087660; Mon, 12 Apr 2004 11:44:07 +0300 (EEST) (envelope-from ml) Date: Mon, 12 Apr 2004 11:44:07 +0300 From: Alexey Zelkin To: Greg Lewis Message-ID: <20040412084407.GB87592@phantom.cris.net> References: <20040411002458.GC81746@xor.obsecurity.org> <20040411194535.GB47105@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040411194535.GB47105@misty.eyesbeyond.com> X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i cc: java@freebsd.org cc: Kris Kennaway Subject: Re: jdk14 also coredumps on 5.x 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, 12 Apr 2004 08:44:29 -0000 On Sun, Apr 11, 2004 at 01:45:35PM -0600, Greg Lewis wrote: > On Sat, Apr 10, 2004 at 05:24:59PM -0700, Kris Kennaway wrote: > > http://bento.freebsd.org/errorlogs/i386-5-latest/colorer-0.b2.log > > Thats disturbing. It looks like there has been a bug or an incompatbility > with the JDK introduced into 5.x. As kris@ noticed -- there's no *new* coredumps in build directory. Can someone knowledgable in this area try this port on recent 5.x and see what is going wrong ? I of course will look for problem, but I don't have recent -CURRENT now and will not have in nearest days :-( From owner-freebsd-java@FreeBSD.ORG Mon Apr 12 02:31:05 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 3F15116A4CE for ; Mon, 12 Apr 2004 02:31:05 -0700 (PDT) Received: from mtaw6.prodigy.net (mtaw6.prodigy.net [64.164.98.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2078643D45 for ; Mon, 12 Apr 2004 02:31:03 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (197b3b9bd0f398081b6375e130c2982f@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128]) by mtaw6.prodigy.net (8.12.10/8.12.10) with ESMTP id i3C9TmjG004801; Mon, 12 Apr 2004 02:29:48 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 22B8E52322; Mon, 12 Apr 2004 02:30:57 -0700 (PDT) Date: Mon, 12 Apr 2004 02:30:57 -0700 From: Kris Kennaway To: Alexey Zelkin Message-ID: <20040412093056.GA9318@xor.obsecurity.org> References: <20040411002458.GC81746@xor.obsecurity.org> <20040411194535.GB47105@misty.eyesbeyond.com> <20040412084407.GB87592@phantom.cris.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="82I3+IH0IqGh5yIs" Content-Disposition: inline In-Reply-To: <20040412084407.GB87592@phantom.cris.net> User-Agent: Mutt/1.4.2.1i cc: java@freebsd.org cc: Kris Kennaway Subject: Re: jdk14 also coredumps on 5.x 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, 12 Apr 2004 09:31:05 -0000 --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 12, 2004 at 11:44:07AM +0300, Alexey Zelkin wrote: > On Sun, Apr 11, 2004 at 01:45:35PM -0600, Greg Lewis wrote: > > On Sat, Apr 10, 2004 at 05:24:59PM -0700, Kris Kennaway wrote: > > > http://bento.freebsd.org/errorlogs/i386-5-latest/colorer-0.b2.log > >=20 > > Thats disturbing. It looks like there has been a bug or an incompatbil= ity > > with the JDK introduced into 5.x. >=20 > As kris@ noticed -- there's no *new* coredumps in build directory. This probably just means that at the time it crashes it's running in a directory for which it does not have write permission. Kris --82I3+IH0IqGh5yIs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAemHQWry0BWjoQKURAt3cAKCJzCQW81vLUqlj4KXSP9yL4oiiEgCgrPhr A+Iq4I8MXccD+Uidz2uEM24= =wnhR -----END PGP SIGNATURE----- --82I3+IH0IqGh5yIs-- From owner-freebsd-java@FreeBSD.ORG Mon Apr 12 05:59: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 DD9E616A4CF for ; Mon, 12 Apr 2004 05:59:32 -0700 (PDT) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id A079A43D1D for ; Mon, 12 Apr 2004 05:59:32 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (74c53538def74e6a75e7cd1ed78f3f2d@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128]) by mta7.pltn13.pbi.net (8.12.10/8.12.10) with ESMTP id i3CCxWnr005656 for ; Mon, 12 Apr 2004 05:59:32 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 19D2452322; Mon, 12 Apr 2004 05:59:32 -0700 (PDT) Date: Mon, 12 Apr 2004 05:59:32 -0700 From: Kris Kennaway To: java@FreeBSD.ORG Message-ID: <20040412125931.GE11671@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sfyO1m2EN8ZOtJL6" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: eclipse-langpack-2.1.2_3 broken on 4.x 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, 12 Apr 2004 12:59:33 -0000 --sfyO1m2EN8ZOtJL6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline http://bento.freebsd.org/errorlogs/i386-4-latest/eclipse-langpack-2.1.2_3.log Can you please investigate and/or report to the developers? Kris --sfyO1m2EN8ZOtJL6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAepKzWry0BWjoQKURAp1CAJ9+0y5XXgPC+e7KOgrCAqn+4RNyngCfTFhT pus98958pkXuKyTrha91254= =4tI0 -----END PGP SIGNATURE----- --sfyO1m2EN8ZOtJL6-- From owner-freebsd-java@FreeBSD.ORG Mon Apr 12 07:24:52 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 6A53016A4CE for ; Mon, 12 Apr 2004 07:24:52 -0700 (PDT) Received: from smtp03.mrf.mail.rcn.net (smtp03.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 149A643D5D for ; Mon, 12 Apr 2004 07:24:52 -0700 (PDT) (envelope-from roberthuff@rcn.com) Received: from 209-6-197-67.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.197.67] helo=jerusalem.litteratus.org.litteratus.org) by smtp03.mrf.mail.rcn.net with esmtp (Exim 3.35 #4) id 1BD2Ml-0002qU-00 for java@freebsd.org; Mon, 12 Apr 2004 10:24:51 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16506.42674.772056.27556@jerusalem.litteratus.org> Date: Mon, 12 Apr 2004 10:24:50 -0400 To: java@freebsd.org In-Reply-To: <20040412084050.GA87592@phantom.cris.net> References: <16503.21793.243892.582878@jerusalem.litteratus.org> <20040410062037.GA19248@misty.eyesbeyond.com> <16505.36772.884218.233159@jerusalem.litteratus.org> <20040412084050.GA87592@phantom.cris.net> X-Mailer: VM 7.17 under 21.5 (beta16) "celeriac" XEmacs Lucid Subject: Re: very quick java/jdk14complie = problem? 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, 12 Apr 2004 14:24:52 -0000 Alexey Zelkin writes: > $ make -v -n -DWITH_IPV6 -V MAKEFLAGS > -v -n -D WITH_IPV6 -V MAKEFLAGS Got that. > PS: Use "ports/java/jdk14 && make". Without -DWITH_IPV6 and -v. > If everything goes right, start adding anything you want. Trying this; have: ===> Configuring for jdk-1.4.2p6_4 ===> Building for jdk-1.4.2p6_4 # Start of jdk build bsd i586 1.4.2-p6 build started: 04-04-12 10:12 if [ -r ./../../deploy/make/Makefile ]; then \ ( cd ./../../deploy/make; gmake sanity EXTERNALSANITYCONTROL=true CONTROL_TOPDIR=/usr/ports/java/jdk14/work/control CONTROL_TOPDIR_NAME=control ALT_OUTPUTDIR=/usr/ports/java/jdk14/work/control/build/bsd-i586 ARCH_DATA_MODEL=32 MILESTONE=p6 BUILD_NUMBER=huff_12_apr_2004_10_12 ; ); \ fi after about 10 minutes (P4-2.2 ghz+512 mb ram). Will report further when a) something else interesting happens or b) process seems to be stuck. Robert Huff From owner-freebsd-java@FreeBSD.ORG Mon Apr 12 08:02:28 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 DC97716A4CE for ; Mon, 12 Apr 2004 08:02:28 -0700 (PDT) Received: from arabica.esil.univ-mrs.fr (arabica.esil.univ-mrs.fr [139.124.41.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id D145943D48 for ; Mon, 12 Apr 2004 08:02:27 -0700 (PDT) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from arabica.esil.univ-mrs.fr (localhost.esil.univ-mrs.fr [127.0.0.1])i3CF2GDN013997; Mon, 12 Apr 2004 17:02:16 +0200 (CEST) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: (from rv@localhost)i3CF2FUX013996; Mon, 12 Apr 2004 17:02:15 +0200 (CEST) (envelope-from herve.quiroz@esil.univ-mrs.fr) X-Authentication-Warning: arabica.esil.univ-mrs.fr: rv set sender to herve.quiroz@esil.univ-mrs.fr using -f Date: Mon, 12 Apr 2004 17:02:15 +0200 From: Herve Quiroz To: Greg Lewis Message-ID: <20040412150215.GA13943@arabica.esil.univ-mrs.fr> Mail-Followup-To: Greg Lewis , java@freebsd.org References: <20040409005035.GY42056@xor.obsecurity.org> <20040409064800.GB43513@arabica.esil.univ-mrs.fr> <20040409230641.GE8348@misty.eyesbeyond.com> <20040409232753.GA17031@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040409232753.GA17031@misty.eyesbeyond.com> User-Agent: Mutt/1.4.2.1i cc: java@freebsd.org Subject: Re: [ports-i386@bento.FreeBSD.org: jakarta-commons-dbcp-1.1 failed on i386 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: Mon, 12 Apr 2004 15:02:29 -0000 Greg, Okay, I've changed a lot of things in bsd.java.mk and it is now possible to change easily the default JDK port. Some defaults are enforced directly in bsd.java.mk depending on OSVERSION, and the user may enforce his own via the PREFERRED_JAVA_PORT option... I'll send you the patch in a few minutes. On Fri, Apr 09, 2004 at 05:27:53PM -0600, Greg Lewis wrote: > > Option 3. Specify 1.4 as a BUILD_DEPENDS and 1.4 as a RUN_DEPENDS. Can > > we do that with the new bsd.java.mk? Is that a reasonable thing to do? > > Grr, thats 1._3_ as a RUN_DEPENDS. I'm afraid this can't be done (at this time tough). From what we decided, there's only one Java port dependency set and then using JAVA_BUILD/JAVA_RUN you specify the kind of dependency. Anyway, if you want I can try to find some way to implement such a feature. Herve From owner-freebsd-java@FreeBSD.ORG Mon Apr 12 08:27:48 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 CA37916A4CE for ; Mon, 12 Apr 2004 08:27:48 -0700 (PDT) Received: from arabica.esil.univ-mrs.fr (arabica.esil.univ-mrs.fr [139.124.41.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12BF143D45 for ; Mon, 12 Apr 2004 08:27:48 -0700 (PDT) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from arabica.esil.univ-mrs.fr (localhost.esil.univ-mrs.fr [127.0.0.1])i3CFRdDN026063; Mon, 12 Apr 2004 17:27:39 +0200 (CEST) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: (from rv@localhost)i3CFRdI2026062; Mon, 12 Apr 2004 17:27:39 +0200 (CEST) (envelope-from herve.quiroz@esil.univ-mrs.fr) X-Authentication-Warning: arabica.esil.univ-mrs.fr: rv set sender to herve.quiroz@esil.univ-mrs.fr using -f Date: Mon, 12 Apr 2004 17:27:39 +0200 From: Herve Quiroz To: Greg Lewis Message-ID: <20040412152739.GA14027@arabica.esil.univ-mrs.fr> Mail-Followup-To: Greg Lewis , Kris Kennaway , java@freebsd.org References: <20040409004930.GT42056@xor.obsecurity.org> <20040409225932.GC8348@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040409225932.GC8348@misty.eyesbeyond.com> User-Agent: Mutt/1.4.2.1i cc: java@freebsd.org cc: Kris Kennaway Subject: Re: [ports-i386@bento.FreeBSD.org: spread-j-3.17.1 failed on i386 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: Mon, 12 Apr 2004 15:27:48 -0000 On Fri, Apr 09, 2004 at 04:59:32PM -0600, Greg Lewis wrote: > On Thu, Apr 08, 2004 at 05:49:30PM -0700, Kris Kennaway wrote: > > compile: > > [javac] Compiling 12 source files to /tmp/a/ports/net/spread-j/work/spread-src-3.17.1/java/dest/class > > > > BUILD FAILED > > /tmp/a/ports/net/spread-j/work/spread-src-3.17.1/java/build.xml:44: Error running jikes compiler > > Hmmm, the port is trying to use jikes but has no dependency on it. Did it > ever build? I think the port should set USE_JIKES. You're right: [from build.xml:] so the port should enforce USE_JIKES=yes (BTW, I tought Ant would only use jikes if it were available...) > However, it looks like this one also exposes a bug in bsd.java.mk. I > can't see that USE_JIKES sets up a BUILD_DEPENDS for jikes. Herve? Okay, I found the problem. However, actually dealing with the JAVA_{BUILD|RUN} and NO_{BUILD|RUN}_DEPENDS_JAVA is quite a PITA, as their behaviors are quite "contradictory". IMHO, the best method would be to remove completely support for NO_{BUILD|RUN}_DEPENDS_JAVA. Still, there are quite a lot of ports that use the old scheme: $ cd /usr/ports $ find . -name Makefile -mindepth 3 -maxdepth 3 -exec grep -l "_DEPENDS_JAVA" {} \; ./databases/arcexplorer/Makefile ./dns/crossip/Makefile ./graphics/aoi/Makefile ./java/junit/Makefile ./java/xdoclet/Makefile ./net/edonkey-gui-java/Makefile ./net/freenet/Makefile ./net/frost/Makefile ./net/java-beepcore/Makefile ./net/phex/Makefile ./net/xnap/Makefile ./textproc/fop/Makefile ./textproc/dtd2relax/Makefile ./textproc/dtdinst/Makefile ./textproc/jing/Makefile ./textproc/ppower4/Makefile ./textproc/saxon/Makefile ./textproc/xt/Makefile ./textproc/trang/Makefile I can find something if you want. There's another way though: patch all of these ports to use the new scheme ...but then there are 19 ports to fix, which will take some time. Hum. Maybe a quick vi, ed, or sed script would do the trick. I'll check that. Herve From owner-freebsd-java@FreeBSD.ORG Mon Apr 12 11:01:31 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 2186116A4D0 for ; Mon, 12 Apr 2004 11:01:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BB6343D46 for ; Mon, 12 Apr 2004 11:01:31 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.10/8.12.10) with ESMTP id i3CI1Ubv084399 for ; Mon, 12 Apr 2004 11:01:31 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i3CI1TPE084387 for freebsd-java@freebsd.org; Mon, 12 Apr 2004 11:01:29 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 12 Apr 2004 11:01:29 -0700 (PDT) Message-Id: <200404121801.i3CI1TPE084387@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, 12 Apr 2004 18:01:31 -0000 Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/10/18] java/44219 java Update port: textproc/cocoon to 2.0.3 o [2002/10/18] java/44251 java Create stylebook port o [2003/07/29] java/55032 java SVr4 emulation interferes with install o [2004/02/14] java/62837 java linux-sun-jdk14 executables hang with COM o [2004/04/08] java/65335 java [PATCH] java/jdk14: use bsd.java.mk for J 5 problems total. From owner-freebsd-java@FreeBSD.ORG Mon Apr 12 11:01:54 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 22A2116A4CE for ; Mon, 12 Apr 2004 11:01:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06C8043D39 for ; Mon, 12 Apr 2004 11:01:54 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.10/8.12.10) with ESMTP id i3CI1rbv084834 for ; Mon, 12 Apr 2004 11:01:53 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i3CI1rQg084828 for java@freebsd.org; Mon, 12 Apr 2004 11:01:53 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 12 Apr 2004 11:01:53 -0700 (PDT) Message-Id: <200404121801.i3CI1rQg084828@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, 12 Apr 2004 18:01:54 -0000 Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [2003/09/16] java/56928 java jce-aba port should install to $JAVA_HOME 1 problem total. From owner-freebsd-java@FreeBSD.ORG Mon Apr 12 12:06:31 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 C9B4B16A4CE; Mon, 12 Apr 2004 12:06:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A59B243D39; Mon, 12 Apr 2004 12:06:31 -0700 (PDT) (envelope-from simon@FreeBSD.org) Received: from freefall.freebsd.org (simon@localhost [127.0.0.1]) i3CJ6Vbv099386; Mon, 12 Apr 2004 12:06:31 -0700 (PDT) (envelope-from simon@freefall.freebsd.org) Received: (from simon@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i3CJ6Vog099382; Mon, 12 Apr 2004 12:06:31 -0700 (PDT) (envelope-from simon) Date: Mon, 12 Apr 2004 12:06:31 -0700 (PDT) From: "Simon L. Nielsen" Message-Id: <200404121906.i3CJ6Vog099382@freefall.freebsd.org> To: simon@FreeBSD.org, java@FreeBSD.org, frebsd-java@FreeBSD.org Subject: Re: java/56928: jce-aba port should install to $JAVA_HOME/jre/lib/ext 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, 12 Apr 2004 19:06:31 -0000 Synopsis: jce-aba port should install to $JAVA_HOME/jre/lib/ext Responsible-Changed-From-To: java->frebsd-java Responsible-Changed-By: simon Responsible-Changed-When: Mon Apr 12 12:06:00 PDT 2004 Responsible-Changed-Why: java -> frebsd-java to avoid duplicate GNATS mail. http://www.freebsd.org/cgi/query-pr.cgi?pr=56928 From owner-freebsd-java@FreeBSD.ORG Mon Apr 12 12:07:41 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 6848716A4CE; Mon, 12 Apr 2004 12:07:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4871643D2F; Mon, 12 Apr 2004 12:07:41 -0700 (PDT) (envelope-from simon@FreeBSD.org) Received: from freefall.freebsd.org (simon@localhost [127.0.0.1]) i3CJ7fbv099453; Mon, 12 Apr 2004 12:07:41 -0700 (PDT) (envelope-from simon@freefall.freebsd.org) Received: (from simon@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i3CJ7fna099449; Mon, 12 Apr 2004 12:07:41 -0700 (PDT) (envelope-from simon) Date: Mon, 12 Apr 2004 12:07:41 -0700 (PDT) From: "Simon L. Nielsen" Message-Id: <200404121907.i3CJ7fna099449@freefall.freebsd.org> To: simon@FreeBSD.org, frebsd-java@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: java/56928: jce-aba port should install to $JAVA_HOME/jre/lib/ext 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, 12 Apr 2004 19:07:41 -0000 Synopsis: jce-aba port should install to $JAVA_HOME/jre/lib/ext Responsible-Changed-From-To: frebsd-java->freebsd-java Responsible-Changed-By: simon Responsible-Changed-When: Mon Apr 12 12:07:10 PDT 2004 Responsible-Changed-Why: Ok, frebsd-java is not the same as freebsd-java.. fix :). http://www.freebsd.org/cgi/query-pr.cgi?pr=56928 From owner-freebsd-java@FreeBSD.ORG Mon Apr 12 14:43:48 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 BA6AD16A4CE; Mon, 12 Apr 2004 14:43:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98A0943D5A; Mon, 12 Apr 2004 14:43:48 -0700 (PDT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i3CLhmbv019659; Mon, 12 Apr 2004 14:43:48 -0700 (PDT) (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i3CLhm1j019655; Mon, 12 Apr 2004 14:43:48 -0700 (PDT) (envelope-from linimon) Date: Mon, 12 Apr 2004 14:43:48 -0700 (PDT) From: Mark Linimon Message-Id: <200404122143.i3CLhm1j019655@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, java@FreeBSD.org Subject: Re: ports/65465: Eclipse has no fonts with recent pango, compiling Eclipse coredumps. 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, 12 Apr 2004 21:43:48 -0000 Synopsis: Eclipse has no fonts with recent pango, compiling Eclipse coredumps. Responsible-Changed-From-To: freebsd-ports-bugs->java Responsible-Changed-By: linimon Responsible-Changed-When: Mon Apr 12 14:43:36 PDT 2004 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=65465 From owner-freebsd-java@FreeBSD.ORG Mon Apr 12 16:04: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 E33F016A4CF for ; Mon, 12 Apr 2004 16:04:19 -0700 (PDT) Received: from smtp03.mrf.mail.rcn.net (smtp03.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id B82BB43D58 for ; Mon, 12 Apr 2004 16:04:19 -0700 (PDT) (envelope-from roberthuff@rcn.com) Received: from 209-6-197-67.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.197.67] helo=jerusalem.litteratus.org.litteratus.org) by smtp03.mrf.mail.rcn.net with esmtp (Exim 3.35 #4) id 1BDATS-0004dE-00 for java@freebsd.org; Mon, 12 Apr 2004 19:04:18 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16507.8305.719242.730697@jerusalem.litteratus.org> Date: Mon, 12 Apr 2004 19:04:17 -0400 To: java@freebsd.org In-Reply-To: <16506.42674.772056.27556@jerusalem.litteratus.org> X-Mailer: VM 7.17 under 21.5 (beta16) "celeriac" XEmacs Lucid Subject: Re: very quick java/jdk14complie = problem? 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, 12 Apr 2004 23:04:20 -0000 Robert Huff writes: > after about 10 minutes (P4-2.2 ghz+512 mb ram). Will report > further when a) something else interesting happens or b) process > seems to be stuck. That would be (b). Apparently with the linux-sun-jdk14 problem. Sigh. Since I've reinstalled linux-sun-jdk14 recently ,,, let's assume there's something wrong with the Linux emulation. The maintainer for emulators/linux_base is ports@ - is that truly my best bet, or is there someone with specific knowledge of the linux/Java interface I can talk to? Robert Huff From owner-freebsd-java@FreeBSD.ORG Mon Apr 12 21:20: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 9D6E916A4CE for ; Mon, 12 Apr 2004 21:20:03 -0700 (PDT) Received: from galilee.polands.org (CPE-24-166-149-179.new.rr.com [24.166.149.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE48A43D1D for ; Mon, 12 Apr 2004 21:20:02 -0700 (PDT) (envelope-from djp@polands.org) Received: from sheba.polands.org (sheba.polands.org [172.16.1.33]) by galilee.polands.org (8.12.9/8.12.9) with ESMTP id i3D4K0k5026552 for ; Mon, 12 Apr 2004 23:20:01 -0500 (CDT) (envelope-from djp@polands.org) Received: from sheba.polands.org (localhost [127.0.0.1]) by sheba.polands.org (8.12.10/8.12.9) with ESMTP id i3D4K0bR029342 for ; Mon, 12 Apr 2004 23:20:00 -0500 (CDT) (envelope-from djp@sheba.polands.org) Received: (from djp@localhost) by sheba.polands.org (8.12.10/8.12.9/Submit) id i3D4K0TS029341 for java@freebsd.org; Mon, 12 Apr 2004 23:20:00 -0500 (CDT) Date: Mon, 12 Apr 2004 23:20:00 -0500 From: Doug Poland To: java@freebsd.org Message-ID: <20040413042000.GA28785@polands.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: Eclipse-2.3.1 and 5.2-CURRENT woes 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, 13 Apr 2004 04:20:03 -0000 I guess I'm not cut out for the bleeding edge :( I recently updated my 5.2.1-RELEASE box to -CURRENT. Many ports were "broken" and I eventually ran a portupgrade -af. That fixed most everything except Eclipse. Now I cannot run any type of debug session. Normal "run" works but not debug. This is what I get.... "Exception occurred during launch Reason: Cannot connect to VM" FATAL ERROR in native method: JDWP "util.c" (Apr 9 2004), line 1194: Unexpected error, error code = 51 (JVMDI_ERROR_NOT_MONITOR_OWNER) I've seen some references to libthr and libc_r during my googling but must admit I don't understand the implications thereof. Thanks for your help. % uname -a FreeBSD jericho.polands.org 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Mon Apr 5 22:57:43 CDT 2004 djp@jericho.polands.org:/usr/obj/usr/src/sys/JERICHO i386 % pkg_info | egrep -i 'eclipse|jdk' eclipse-2.1.3_1 An open extensible IDE for anything and nothing in particul jdk-1.4.2p6_4 Java Development Kit 1.4.2 -- Regards, Doug From owner-freebsd-java@FreeBSD.ORG Mon Apr 12 23:13:50 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 2B7B616A4CE for ; Mon, 12 Apr 2004 23:13:50 -0700 (PDT) Received: from ulysses.noc.ntua.gr (ulysses.noc.ntua.gr [147.102.222.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBBE943D55 for ; Mon, 12 Apr 2004 23:13:48 -0700 (PDT) (envelope-from past@noc.ntua.gr) Received: from ajax.noc.ntua.gr (ajax.noc.ntua.gr [147.102.220.1]) by ulysses.noc.ntua.gr (8.12.9p1/8.12.9) with ESMTP id i3D6DjoL014228 for ; Tue, 13 Apr 2004 09:13:45 +0300 (EEST) (envelope-from past@noc.ntua.gr) Received: from ppp-229-010.dialup.ntua.gr (ppp-229-010.dialup.ntua.gr [147.102.229.10]) by ajax.noc.ntua.gr (8.12.11/8.12.11) with ESMTP id i3D6DiI9042710 for ; Tue, 13 Apr 2004 09:13:44 +0300 (EEST) (envelope-from past@noc.ntua.gr) From: Panagiotis Astithas Organization: NTUA/NMC To: freebsd-java@freebsd.org Date: Tue, 13 Apr 2004 09:13:38 +0300 User-Agent: KMail/1.6.1 References: <20040413042000.GA28785@polands.org> In-Reply-To: <20040413042000.GA28785@polands.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404130913.38942.past@noc.ntua.gr> Subject: Re: Eclipse-2.3.1 and 5.2-CURRENT woes 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, 13 Apr 2004 06:13:50 -0000 On Tuesday 13 April 2004 07:20, Doug Poland wrote: > I guess I'm not cut out for the bleeding edge :( I recently updated > my 5.2.1-RELEASE box to -CURRENT. Many ports were "broken" and I > eventually ran a portupgrade -af. That fixed most everything except > Eclipse. > > Now I cannot run any type of debug session. Normal "run" works but > not debug. This is what I get.... > > "Exception occurred during launch Reason: Cannot connect to VM" > > FATAL ERROR in native method: JDWP "util.c" (Apr 9 2004), line 1194: > Unexpected error, error code = 51 (JVMDI_ERROR_NOT_MONITOR_OWNER) > > I've seen some references to libthr and libc_r during my googling but > must admit I don't understand the implications thereof. > > Thanks for your help. > > > % uname -a > FreeBSD jericho.polands.org 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Mon > Apr 5 22:57:43 CDT 2004 > djp@jericho.polands.org:/usr/obj/usr/src/sys/JERICHO i386 > > % pkg_info | egrep -i 'eclipse|jdk' > eclipse-2.1.3_1 An open extensible IDE for anything and nothing in > particul jdk-1.4.2p6_4 Java Development Kit 1.4.2 Try to use /etc/libmap.conf to map libpthread/libkse/libthr to libc_r. Cheers, -- Panagiotis Astithas Electrical & Computer Engineer, PhD Network Management Center National Technical University of Athens, Greece -- Panagiotis Astithas Electrical & Computer Engineer, PhD Network Management Center National Technical University of Athens, Greece From owner-freebsd-java@FreeBSD.ORG Tue Apr 13 01:04:01 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 8070116A4CE; Tue, 13 Apr 2004 01:04:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 635EC43D55; Tue, 13 Apr 2004 01:04:01 -0700 (PDT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i3D841bv090649; Tue, 13 Apr 2004 01:04:01 -0700 (PDT) (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i3D841vQ090645; Tue, 13 Apr 2004 01:04:01 -0700 (PDT) (envelope-from linimon) Date: Tue, 13 Apr 2004 01:04:01 -0700 (PDT) From: Mark Linimon Message-Id: <200404130804.i3D841vQ090645@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, java@FreeBSD.org Subject: Re: ports/65479: ports reinstall ignores ${MAKE_ARGS} 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, 13 Apr 2004 08:04:01 -0000 Synopsis: ports reinstall ignores ${MAKE_ARGS} Responsible-Changed-From-To: freebsd-ports-bugs->java Responsible-Changed-By: linimon Responsible-Changed-When: Tue Apr 13 01:03:35 PDT 2004 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=65479 From owner-freebsd-java@FreeBSD.ORG Tue Apr 13 05:41: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 92C1B16A4CF for ; Tue, 13 Apr 2004 05:41:25 -0700 (PDT) Received: from galilee.polands.org (CPE-24-166-149-179.new.rr.com [24.166.149.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1BAA43D62 for ; Tue, 13 Apr 2004 05:41:24 -0700 (PDT) (envelope-from djp@polands.org) Received: from sheba.polands.org (sheba.polands.org [172.16.1.33]) by galilee.polands.org (8.12.9/8.12.9) with ESMTP id i3DCfMk5030105; Tue, 13 Apr 2004 07:41:23 -0500 (CDT) (envelope-from djp@polands.org) Received: from sheba.polands.org (localhost [127.0.0.1]) by sheba.polands.org (8.12.10/8.12.9) with ESMTP id i3DCfMbR030093; Tue, 13 Apr 2004 07:41:22 -0500 (CDT) (envelope-from djp@sheba.polands.org) Received: (from djp@localhost) by sheba.polands.org (8.12.10/8.12.9/Submit) id i3DCfMql030092; Tue, 13 Apr 2004 07:41:22 -0500 (CDT) Date: Tue, 13 Apr 2004 07:41:22 -0500 From: Doug Poland To: Panagiotis Astithas Message-ID: <20040413124122.GB30001@polands.org> References: <20040413042000.GA28785@polands.org> <200404130913.38942.past@noc.ntua.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404130913.38942.past@noc.ntua.gr> User-Agent: Mutt/1.5.6i cc: freebsd-java@freebsd.org Subject: Re: Eclipse-2.3.1 and 5.2-CURRENT woes 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, 13 Apr 2004 12:41:25 -0000 On Tue, Apr 13, 2004 at 09:13:38AM +0300, Panagiotis Astithas wrote: > On Tuesday 13 April 2004 07:20, Doug Poland wrote: > > > > FATAL ERROR in native method: JDWP "util.c" (Apr 9 2004), line 1194: > > Unexpected error, error code = 51 (JVMDI_ERROR_NOT_MONITOR_OWNER) > > > > Try to use /etc/libmap.conf to map libpthread/libkse/libthr to libc_r. > Thanks, armed with this knowledge I found similar issues on the lists. I created an /etc/libmap.conf but still have the same problem. Am I missing something? % ls -l /etc/libmap.conf -r--r--r-- 1 root wheel 486 Apr 13 07:31 /etc/libmap.conf % cat !$ # /etc/libmap.conf # # candidate mapping # libkse.so.1 libkse.so.1 libkse.so libkse.so [/usr/local/jdk1.4.2/bin/java] libkse.so.1 libc_r.so.5 libkse.so libc_r.so [java] libkse.so.1 libc_r.so.5 libkse.so libc_r.so [/usr/local/eclipse/eclipse] libkse.so.1 libc_r.so.5 libkse.so libc_r.so [eclipse] libkse.so.1 libc_r.so.5 libkse.so libc_r.so % ls -l /usr/local/jdk1.4.2/bin/java /usr/local/eclipse/eclipse -r-xr-xr-x 1 root wheel 12144 Apr 10 13:15 /usr/local/eclipse/eclipse -rwxr-xr-x 1 root wheel 23148 Apr 9 16:52 /usr/local/jdk1.4.2/bin/java -- Regards, Doug From owner-freebsd-java@FreeBSD.ORG Tue Apr 13 09:29: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 142C816A4CE for ; Tue, 13 Apr 2004 09:29:23 -0700 (PDT) Received: from atwns1.omniresources.com (atwns1.omniresource.com [69.48.112.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 736F943D5D for ; Tue, 13 Apr 2004 09:29:22 -0700 (PDT) (envelope-from dpoland@omniresources.com) Received: from 5x2822.omniresources.com (5x2822.omniresources.com [192.168.254.149])i3DGTLbp056551 for ; Tue, 13 Apr 2004 11:29:21 -0500 (CDT) (envelope-from dpoland@atwdev.omniresources.com) Received: from 5x2822.omniresources.com (localhost [127.0.0.1]) i3DGSu0p049171 for ; Tue, 13 Apr 2004 11:28:56 -0500 (CDT) (envelope-from dpoland@5x2822.omniresources.com) Received: (from dpoland@localhost) by 5x2822.omniresources.com (8.12.10/8.12.10/Submit) id i3DGSuNc049170 for java@freebsd.org; Tue, 13 Apr 2004 11:28:56 -0500 (CDT) (envelope-from dpoland) Date: Tue, 13 Apr 2004 11:28:56 -0500 From: Doug Poland To: java@freebsd.org Message-ID: <20040413162854.GB48630@omniresources.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Another Eclipse 2.1.3 issue 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, 13 Apr 2004 16:29:23 -0000 Anyone missing the shortcut bar on Eclipse 2.1.3? I'm running Eclipse 2.1.3 successfully on a 5.2.1-RELEASE box, but no shortcut bar. On a 5.2-CURRENT box, I'm missing the shortcut bar also. Just for a sanity check I read the Eclipse help docs and it proclaims: "The shortcut bar appears along the left edge of the Workbench window. This toolbar is always active; it cannot be closed or hidden." Hmmm.... -- Regards, Doug From owner-freebsd-java@FreeBSD.ORG Tue Apr 13 09:48:50 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 78B8416A4CE for ; Tue, 13 Apr 2004 09:48:50 -0700 (PDT) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C7B243D76 for ; Tue, 13 Apr 2004 09:48:50 -0700 (PDT) (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 1BDR5d-0006Jj-02; Tue, 13 Apr 2004 10:48:49 -0600 Received: from [166.70.56.15] (helo=misty.eyesbeyond.com) by mgr9.xmission.com with esmtp (Exim 4.30) id 1BDR5b-0007FZ-S3; Tue, 13 Apr 2004 10:48:47 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i3DGmk5G028973; Tue, 13 Apr 2004 10:48:46 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.10/8.12.10/Submit) id i3DGmj1Q028972; Tue, 13 Apr 2004 10:48:45 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Tue, 13 Apr 2004 10:48:45 -0600 From: Greg Lewis To: Robert Huff Message-ID: <20040413164845.GA28884@misty.eyesbeyond.com> References: <16506.42674.772056.27556@jerusalem.litteratus.org> <16507.8305.719242.730697@jerusalem.litteratus.org> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <16507.8305.719242.730697@jerusalem.litteratus.org> 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=0.0 required=8.0 tests=none autolearn=no version=2.63 X-SA-Exim-Mail-From: glewis@eyesbeyond.com X-SA-Exim-Version: 3.1 (built Mon Jan 26 13:00:24 MST 2004) X-SA-Exim-Scanned: Yes cc: java@freebsd.org Subject: Re: very quick java/jdk14complie = problem? 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, 13 Apr 2004 16:48:50 -0000 On Mon, Apr 12, 2004 at 07:04:17PM -0400, Robert Huff wrote: > > after about 10 minutes (P4-2.2 ghz+512 mb ram). Will report > > further when a) something else interesting happens or b) process > > seems to be stuck. > > That would be (b). Apparently with the linux-sun-jdk14 > problem. > Sigh. Since I've reinstalled linux-sun-jdk14 recently ,,, > let's assume there's something wrong with the Linux emulation. > The maintainer for emulators/linux_base is ports@ - is that truly my > best bet, or is there someone with specific knowledge of the > linux/Java interface I can talk to? What is "the linux-sun-jdk14 problem"? Have you got linprocfs mounted? -- 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 Tue Apr 13 10:23: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 0DDB016A4CE for ; Tue, 13 Apr 2004 10:23:13 -0700 (PDT) Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 81B8543D58 for ; Tue, 13 Apr 2004 10:23:11 -0700 (PDT) (envelope-from andreas.kohn@gmx.net) Received: (qmail 32222 invoked by uid 65534); 13 Apr 2004 17:23:10 -0000 Received: from unknown (EHLO [212.204.44.203]) (212.204.44.203) by mail.gmx.net (mp003) with SMTP; 13 Apr 2004 19:23:10 +0200 X-Authenticated: #2431876 From: Andreas Kohn To: Doug Poland In-Reply-To: <20040413162854.GB48630@omniresources.com> References: <20040413162854.GB48630@omniresources.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-voxXN7lPBf8Ba4RzBRwj" Message-Id: <1081876988.811.2.camel@klamath.syndrom23.de> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 13 Apr 2004 19:23:08 +0200 cc: java@freebsd.org Subject: Re: Another Eclipse 2.1.3 issue 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, 13 Apr 2004 17:23:13 -0000 --=-voxXN7lPBf8Ba4RzBRwj Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2004-04-13 at 18:28, Doug Poland wrote: > Anyone missing the shortcut bar on Eclipse 2.1.3? I'm running Eclipse > 2.1.3 successfully on a 5.2.1-RELEASE box, but no shortcut bar. On a > 5.2-CURRENT box, I'm missing the shortcut bar also. >=20 > Just for a sanity check I read the Eclipse help docs and it proclaims: > "The shortcut bar appears along the left edge of the Workbench window. > This toolbar is always active; it cannot be closed or hidden." >=20 > Hmmm.... Hi, I'm missing the shortcut bar, too. It was there before the gnome-upgrade, and I rebuilt Eclipse at least twice since then. FreeBSD klamath.syndrom23.de 5.2-CURRENT FreeBSD 5.2-CURRENT #60: Tue Apr 13 16:37:29 CEST 2004 =20 root@klamath.syndrom23.de:/usr/obj/usr/src/sys/KLAMATH i386 Regards,=20 Andreas --=-voxXN7lPBf8Ba4RzBRwj Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD4DBQBAfCH8Yucd7Ow1ygwRAjeyAKCYNVghjX6lUV4yUtXw+aZQZF+CPwCYycp0 R2ATycjbQlwnmAk2NV1RGg== =ZxI6 -----END PGP SIGNATURE----- --=-voxXN7lPBf8Ba4RzBRwj-- From owner-freebsd-java@FreeBSD.ORG Tue Apr 13 11:34: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 D2DA916A4CE for ; Tue, 13 Apr 2004 11:34:30 -0700 (PDT) Received: from smtp03.mrf.mail.rcn.net (smtp03.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3F1743D68 for ; Tue, 13 Apr 2004 11:34:30 -0700 (PDT) (envelope-from roberthuff@rcn.com) Received: from 209-6-197-67.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.197.67] helo=jerusalem.litteratus.org.litteratus.org) by smtp03.mrf.mail.rcn.net with esmtp (Exim 3.35 #4) id 1BDSjq-0001mB-00 for java@freebsd.org; Tue, 13 Apr 2004 14:34:26 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16508.12978.228863.330738@jerusalem.litteratus.org> Date: Tue, 13 Apr 2004 14:34:26 -0400 To: java@freebsd.org In-Reply-To: <20040413164845.GA28884@misty.eyesbeyond.com> References: <16506.42674.772056.27556@jerusalem.litteratus.org> <16507.8305.719242.730697@jerusalem.litteratus.org> <20040413164845.GA28884@misty.eyesbeyond.com> X-Mailer: VM 7.17 under 21.5 (beta16) "celeriac" XEmacs Lucid Subject: Re: very quick java/jdk14complie = problem? 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, 13 Apr 2004 18:34:30 -0000 Greg Lewis writes: > What is "the linux-sun-jdk14 problem"? Have you got linprocfs > mounted? Recapitulating from the thread "sun jdk problem": huff@>javavm -version # # HotSpot Virtual Machine Error, Internal Error # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Java VM: Java HotSpot(TM) Client VM (1.4.2_04-b05 mixed mode) # # Error ID: 4F533F4C494E55583F491418160E435050030B # Heap at VM Abort: Heap Additional information: huff@> umount linprocfs huff@> mount -v -w /compat/linux/proc linprocfs on /usr/compat/linux/proc (linprocfs, local, fsid 04ff000606000000) huff@> mount /dev/da0s1a on / (ufs2, local) devfs on /dev (devfs, local) /dev/da1s1d on /usr (ufs2, local, soft-updates, acls) /dev/da0s1d on /var (ufs2, local, soft-updates, acls) linprocfs on /usr/compat/linux/proc (linprocfs, local) huff@> kldstat Id Refs Address Size Name 1 9 0xc0400000 364fb4 kernel 2 1 0xc0765000 47ddc acpi.ko 3 1 0xc4239000 5000 linprocfs.ko 4 1 0xc4241000 5000 procfs.ko 5 1 0xc42af000 18000 nfsserver.ko huff@> grep COMPAT /sys/i386/conf/ options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 #Compatible with FreeBSD4 options COMPAT_AOUT options COMPAT_LINUX huff@> portversion -Rv "*jdk*" linux-sun-jdk-1.4.2.04 = up-to-date with port linux_base-7.1_7 = up-to-date with port huff@> dir /var/db/pkg | grep linux drwxr-xr-x 2 root wheel 512 Apr 5 00:25 linux-sun-jdk-1.4.2.04 drwxr-xr-x 2 root wheel 512 Apr 8 11:12 linux_base-7.1_7 huff@> uname -a FreeBSD jerusalem.litteratus.org 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Mon Mar 8 12:27:03 EST 2004 Robert Huff From owner-freebsd-java@FreeBSD.ORG Tue Apr 13 11:36:33 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 5EA4B16A4CE for ; Tue, 13 Apr 2004 11:36:33 -0700 (PDT) Received: from atwns1.omniresources.com (host-69-48-112-132.mil.choiceone.net [69.48.112.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id C37EA43D41 for ; Tue, 13 Apr 2004 11:36:32 -0700 (PDT) (envelope-from dpoland@omniresources.com) Received: from 5x2822.omniresources.com (5x2822.omniresources.com [192.168.254.149])i3DIaW6F056683; Tue, 13 Apr 2004 13:36:32 -0500 (CDT) (envelope-from dpoland@atwdev.omniresources.com) Received: from 5x2822.omniresources.com (localhost [127.0.0.1]) i3DIa50p049655; Tue, 13 Apr 2004 13:36:05 -0500 (CDT) (envelope-from dpoland@5x2822.omniresources.com) Received: (from dpoland@localhost)i3DIa19o049654; Tue, 13 Apr 2004 13:36:01 -0500 (CDT) (envelope-from dpoland) Date: Tue, 13 Apr 2004 13:36:01 -0500 From: Doug Poland To: Andreas Kohn Message-ID: <20040413183536.GA49628@omniresources.com> References: <20040413162854.GB48630@omniresources.com> <1081876988.811.2.camel@klamath.syndrom23.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1081876988.811.2.camel@klamath.syndrom23.de> User-Agent: Mutt/1.4.2.1i cc: java@freebsd.org Subject: Re: Another Eclipse 2.1.3 issue 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, 13 Apr 2004 18:36:33 -0000 On Tue, Apr 13, 2004 at 07:23:08PM +0200, Andreas Kohn wrote: > On Tue, 2004-04-13 at 18:28, Doug Poland wrote: > > Anyone missing the shortcut bar on Eclipse 2.1.3? I'm running Eclipse > > 2.1.3 successfully on a 5.2.1-RELEASE box, but no shortcut bar. On a > > 5.2-CURRENT box, I'm missing the shortcut bar also. > > > > Just for a sanity check I read the Eclipse help docs and it proclaims: > > "The shortcut bar appears along the left edge of the Workbench window. > > This toolbar is always active; it cannot be closed or hidden." > > > > Hmmm.... > > Hi, > > I'm missing the shortcut bar, too. It was there before the > gnome-upgrade, and I rebuilt Eclipse at least twice since then. > > FreeBSD klamath.syndrom23.de 5.2-CURRENT FreeBSD 5.2-CURRENT #60: Tue > Apr 13 16:37:29 CEST 2004 > root@klamath.syndrom23.de:/usr/obj/usr/src/sys/KLAMATH i386 > When I look really, really close, I see a tiny, thin black line where the shortcut icons should be. If I hover over it I see a pop-up of the current perspective and I can right click and get a "Close" dialog box. -- Regards, Doug From owner-freebsd-java@FreeBSD.ORG Thu Apr 15 00:10:04 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 2589C16A4CE for ; Thu, 15 Apr 2004 00:10:04 -0700 (PDT) Received: from kendy.up.ac.za (kendy.up.ac.za [137.215.101.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D71943D48 for ; Thu, 15 Apr 2004 00:10:03 -0700 (PDT) (envelope-from marc@bowtie.nl) Received: from mx1.up.ac.za ([137.215.6.15]) by kendy.up.ac.za with esmtp (Exim 4.24) id 1BE10R-0006dr-TO; Thu, 15 Apr 2004 09:09:51 +0200 Received: from hades.cs.up.ac.za ([137.215.40.17] helo=mail.cs.up.ac.za) by mx1.up.ac.za with esmtp (Exim 4.24) id 1BE10R-0000sO-Gd; Thu, 15 Apr 2004 09:09:51 +0200 Received: from b040pc179.up.ac.za ([137.215.40.179] helo=bowtie.nl) by mail.cs.up.ac.za with esmtp (Exim 4.21) id 1BE10Q-0006yh-76; Thu, 15 Apr 2004 09:09:50 +0200 Message-ID: <407C32C4.30509@bowtie.nl> Date: Tue, 13 Apr 2004 20:34:44 +0200 From: Marc van Kempen User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Georg-W. Koltermann" References: <1079820587.2420.5.camel@localhost.muc.eu.mscsoftware.com> In-Reply-To: <1079820587.2420.5.camel@localhost.muc.eu.mscsoftware.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Scan-Signature: 253e282e54b313d9f8594959a3d7e392 cc: java@freebsd.org Subject: Re: Running Eclipse 3 M7 on FreeBSD 5.2.1 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, 15 Apr 2004 07:10:04 -0000 Georg-W. Koltermann wrote: >Am Mi, den 17.03.2004 schrieb Mustabasic Reuf um 23:02: > > >>I was wondering if it would be possible to run eclipse 3 millestone 7 on >>with FreeBSD 5.2.1 and JDK1.4.1_p6 ??? >> >> > >Sure, I've been running 3.0 since M5. Building the native SWT and >launcher is a mess each time. I had to hack a few Makefiles and >build.{c,}sh scripts. I always wanted to share my patches, but never >got around. > >Guess it would be more easy (timewise) if I shared the *.so's. I'll >find out how I create a homepage with my provider. Maybe tomorrow :-) > > > Hi Georg, You wrote this about a month ago. I was wondering if there is any progression on this front? Regards, Marc. From owner-freebsd-java@FreeBSD.ORG Thu Apr 15 00:23:34 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 55EFE16A4CE for ; Thu, 15 Apr 2004 00:23:34 -0700 (PDT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4176C43D41 for ; Thu, 15 Apr 2004 00:23:33 -0700 (PDT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id i3F6QdFr030723; Thu, 15 Apr 2004 09:26:39 +0300 Received: from localhost (achill@localhost)i3F6Qd6o030719; Thu, 15 Apr 2004 09:26:39 +0300 Date: Thu, 15 Apr 2004 09:26:39 +0300 (EEST) From: Achilleus Mantzios To: Marc van Kempen In-Reply-To: <407C32C4.30509@bowtie.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: java@freebsd.org cc: "Georg-W. Koltermann" Subject: Re: Running Eclipse 3 M7 on FreeBSD 5.2.1 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, 15 Apr 2004 07:23:34 -0000 O kyrios Marc van Kempen egrapse stis Apr 13, 2004 : > Georg-W. Koltermann wrote: > > >Am Mi, den 17.03.2004 schrieb Mustabasic Reuf um 23:02: > > > > > >>I was wondering if it would be possible to run eclipse 3 millestone 7 on > >>with FreeBSD 5.2.1 and JDK1.4.1_p6 ??? > >> > >> > > > >Sure, I've been running 3.0 since M5. Building the native SWT and > >launcher is a mess each time. I had to hack a few Makefiles and > >build.{c,}sh scripts. I always wanted to share my patches, but never > >got around. > > > >Guess it would be more easy (timewise) if I shared the *.so's. I'll > >find out how I create a homepage with my provider. Maybe tomorrow :-) > > > > > > > Hi Georg, > > You wrote this about a month ago. I was wondering if there is any > progression on this front? A /usr/ports/java/eclipse3 port would be fine too:) > > Regards, > Marc. > > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > -- -Achilleus From owner-freebsd-java@FreeBSD.ORG Thu Apr 15 08:00:38 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 443C416A4D0 for ; Thu, 15 Apr 2004 08:00:38 -0700 (PDT) Received: from vbook.fbsd.ru (asplinux.ru [195.133.213.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96BD943D48 for ; Thu, 15 Apr 2004 08:00:37 -0700 (PDT) (envelope-from vova@vbook.fbsd.ru) Received: from vova by vbook.fbsd.ru with local (Exim 4.31; FreeBSD) id 1BE8Nc-000172-I5 for java@freebsd.org; Thu, 15 Apr 2004 19:02:16 +0400 From: Vladimir Grebenschikov To: java@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: SWsoft Message-Id: <1082041334.3981.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.5.6.2FreeBSD GNOME Team Port Date: Thu, 15 Apr 2004 19:02:15 +0400 Sender: Vladimir Grebenschikov Subject: Editix editor 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, 15 Apr 2004 15:00:38 -0000 Hi Does anyone succeeded to run Editix (XML/XSLT editor) under FreeBSD ? (http://www.editix.com/) I have tried both linux-sun and native freebsd jdk and fail with: java.util.NoSuchElementException at java.util.StringTokenizer.nextToken(StringTokenizer.java:259) at com.install4j.runtime.splashscreen.TextLineConfig.(Unknown Source) at com.install4j.runtime.splashscreen.SplashScreenConfig.(Unknown Source) at com.install4j.runtime.Launcher.main(Unknown Source) java.util.NoSuchElementException -- Vladimir B. Grebenschikov SWsoft Inc. From owner-freebsd-java@FreeBSD.ORG Thu Apr 15 17:38:18 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 6117116A4CE for ; Thu, 15 Apr 2004 17:38:18 -0700 (PDT) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF27F43D48 for ; Thu, 15 Apr 2004 17:38:17 -0700 (PDT) (envelope-from mmercer@nc.rr.com) Received: from [192.168.1.8] (cpe-066-061-003-103.nc.rr.com [66.61.3.103]) i3G0cEkF022115; Thu, 15 Apr 2004 20:38:14 -0400 (EDT) From: "Michael E. Mercer" To: Vladimir Grebenschikov In-Reply-To: <1082041334.3981.2.camel@localhost> References: <1082041334.3981.2.camel@localhost> Content-Type: text/plain Message-Id: <1082075892.321.7.camel@fast.mmercer.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Thu, 15 Apr 2004 20:38:15 -0400 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: java@freebsd.org Subject: Re: Editix editor X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-java@freebsd.org List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 00:38:18 -0000 Hello back, I just downloaded the evaluation version and it ran fine with FreeBSD's native 1.4.2 installed from ports. java version "1.4.2-p6" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-p6-mmercer_11_apr_2004_16_16) Java HotSpot(TM) Client VM (build 1.4.2-p6-mmercer_11_apr_2004_16_16, mixed mode) HTH Michael On Thu, 2004-04-15 at 11:02, Vladimir Grebenschikov wrote: > Hi > > Does anyone succeeded to run Editix (XML/XSLT editor) under FreeBSD ? > (http://www.editix.com/) > > I have tried both linux-sun and native freebsd jdk and fail with: > > java.util.NoSuchElementException > at java.util.StringTokenizer.nextToken(StringTokenizer.java:259) > at > com.install4j.runtime.splashscreen.TextLineConfig.(Unknown Source) > at > com.install4j.runtime.splashscreen.SplashScreenConfig.(Unknown > Source) > at com.install4j.runtime.Launcher.main(Unknown Source) > java.util.NoSuchElementException > > From owner-freebsd-java@FreeBSD.ORG Fri Apr 16 05:43: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 D38FB16A4CE for ; Fri, 16 Apr 2004 05:43:30 -0700 (PDT) Received: from corb.mc.mpls.visi.com (corb.mc.mpls.visi.com [208.42.156.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C9FD43D2F for ; Fri, 16 Apr 2004 05:43:30 -0700 (PDT) (envelope-from veldy@veldy.net) Received: from veldy.net (fuggle.veldy.net [209.98.200.33]) by corb.mc.mpls.visi.com (Postfix) with ESMTP id F21F68376; Fri, 16 Apr 2004 07:43:29 -0500 (CDT) Received: from localhost (localhost.veldy.net [127.0.0.1]) by veldy.net (Postfix) with ESMTP id 974896113; Fri, 16 Apr 2004 07:43:29 -0500 (CDT) Received: from veldy.net ([127.0.0.1]) by localhost (fuggle.veldy.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 78775-07; Fri, 16 Apr 2004 07:43:27 -0500 (CDT) Received: from veldy.net (localhost.veldy.net [127.0.0.1]) by veldy.net (Postfix) with ESMTP id 14E8F6110; Fri, 16 Apr 2004 07:43:27 -0500 (CDT) Message-ID: <407FD4EA.9060005@veldy.net> Date: Fri, 16 Apr 2004 07:43:22 -0500 From: "Thomas T. Veldhouse" User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Achilleus Mantzios References: In-Reply-To: X-Enigmail-Version: 0.83.3.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig833AF6CB1FDEDDDDD62FC5D0" X-Virus-Scanned: by amavisd-new at veldy.net cc: java@freebsd.org cc: "Georg-W. Koltermann" Subject: Re: Running Eclipse 3 M7 on FreeBSD 5.2.1 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, 16 Apr 2004 12:43:30 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig833AF6CB1FDEDDDDD62FC5D0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Achilleus Mantzios wrote: >>You wrote this about a month ago. I was wondering if there is any >>progression on this front? > > > A /usr/ports/java/eclipse3 port would be fine too:) > I like /usr/ports/devel/eclipse3 much better ... as eclipse is not just a Java development environment .... and it is not written in Java. Tom Veldhouse --------------enig833AF6CB1FDEDDDDD62FC5D0 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFAf9TuARgTFXYf0wARAoE0AJ4q9m5r26WE3U+NhG6tAP3vk+UN6ACgl3Fd PnxLpczrqkdSAHr6yVDRzMw= =DFq4 -----END PGP SIGNATURE----- --------------enig833AF6CB1FDEDDDDD62FC5D0-- From owner-freebsd-java@FreeBSD.ORG Fri Apr 16 05:58:21 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 2009016A4CE for ; Fri, 16 Apr 2004 05:58:21 -0700 (PDT) Received: from iota.root-servers.ch (iota.root-servers.ch [193.41.193.195]) by mx1.FreeBSD.org (Postfix) with SMTP id EEC6B43D2D for ; Fri, 16 Apr 2004 05:58:19 -0700 (PDT) (envelope-from gabriel_ambuehl@buz.ch) Received: (qmail 68129 invoked from network); 16 Apr 2004 12:58:18 -0000 Received: from 217-162-135-163.dclient.hispeed.ch (HELO buz.ch) (217.162.135.163) by 0 with SMTP; 16 Apr 2004 12:58:18 -0000 Message-ID: <407FD960.5020406@buz.ch> Date: Fri, 16 Apr 2004 15:02:24 +0200 From: Gabriel Ambuehl User-Agent: Mozilla Thunderbird 0.5+ (Windows/20040312) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Thomas T. Veldhouse" References: <407FD4EA.9060005@veldy.net> In-Reply-To: <407FD4EA.9060005@veldy.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: java@freebsd.org Subject: Re: Running Eclipse 3 M7 on FreeBSD 5.2.1 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, 16 Apr 2004 12:58:21 -0000 Thomas T. Veldhouse wrote: > Achilleus Mantzios wrote: > >>> You wrote this about a month ago. I was wondering if there is any >>> progression on this front? >> >> >> >> A /usr/ports/java/eclipse3 port would be fine too:) >> > > I like /usr/ports/devel/eclipse3 much better ... as eclipse is not just > a Java development environment .... and it is not written in Java. Well aside of the native bindings in SWT, Eclipse IS written in Java. From owner-freebsd-java@FreeBSD.ORG Fri Apr 16 06:13: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 178F916A4CF for ; Fri, 16 Apr 2004 06:13:57 -0700 (PDT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDA0D43D58 for ; Fri, 16 Apr 2004 06:13:55 -0700 (PDT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id i3GCHCFr001730; Fri, 16 Apr 2004 15:17:12 +0300 Received: from localhost (achill@localhost)i3GCHCvW001726; Fri, 16 Apr 2004 15:17:12 +0300 Date: Fri, 16 Apr 2004 15:17:12 +0300 (EEST) From: Achilleus Mantzios To: Gabriel Ambuehl In-Reply-To: <407FD960.5020406@buz.ch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: "Thomas T. Veldhouse" cc: java@freebsd.org Subject: Re: Running Eclipse 3 M7 on FreeBSD 5.2.1 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, 16 Apr 2004 13:13:57 -0000 Besides any theoritical aspect around eclipse, its true that while we are arguing about where/what the port should be located/named, the linuxers are happily using Elcipse 3, whith jsp support and all the other goodies. O kyrios Gabriel Ambuehl egrapse stis Apr 16, 2004 : > Thomas T. Veldhouse wrote: > > Achilleus Mantzios wrote: > > > >>> You wrote this about a month ago. I was wondering if there is any > >>> progression on this front? > >> > >> > >> > >> A /usr/ports/java/eclipse3 port would be fine too:) > >> > > > > I like /usr/ports/devel/eclipse3 much better ... as eclipse is not just > > a Java development environment .... and it is not written in Java. > > Well aside of the native bindings in SWT, Eclipse IS written in Java. > > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > -- -Achilleus From owner-freebsd-java@FreeBSD.ORG Fri Apr 16 08:15: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 B92AB16A4CF for ; Fri, 16 Apr 2004 08:15:22 -0700 (PDT) Received: from iota.root-servers.ch (iota.root-servers.ch [193.41.193.195]) by mx1.FreeBSD.org (Postfix) with SMTP id 905B443D5C for ; Fri, 16 Apr 2004 08:15:21 -0700 (PDT) (envelope-from gabriel_ambuehl@buz.ch) Received: (qmail 68632 invoked from network); 16 Apr 2004 15:15:18 -0000 Received: from 217-162-135-163.dclient.hispeed.ch (HELO ga) (217.162.135.163) by 0 with SMTP; 16 Apr 2004 15:15:18 -0000 Date: Fri, 16 Apr 2004 17:18:37 +0200 From: Gabriel Ambuehl Organization: BUZ Internet Services X-Priority: 3 (Normal) Message-ID: <98835022.20040416171837@buz.ch> To: Achilleus Mantzios In-Reply-To: References: <407FD960.5020406@buz.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-java@freebsd.org Subject: Re[2]: Running Eclipse 3 M7 on FreeBSD 5.2.1 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: gabriel_ambuehl@buz.ch List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 15:15:22 -0000 Hello Achilleus, Friday, April 16, 2004, 2:17:12 PM, you wrote: > Besides any theoritical aspect around eclipse, its true that > while we are arguing about where/what the port should be located/named, > the linuxers are happily using Elcipse 3, whith jsp support > and all the other goodies. Well that is mostly because IBM LOVES Linux. But compared to windows, Eclipse on Linux looks shitty if you ask me... Best regards, Gabriel From owner-freebsd-java@FreeBSD.ORG Fri Apr 16 09:53:09 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 BDFF616A4CE for ; Fri, 16 Apr 2004 09:53:09 -0700 (PDT) Received: from corb.mc.mpls.visi.com (corb.mc.mpls.visi.com [208.42.156.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D2A043D62 for ; Fri, 16 Apr 2004 09:53:09 -0700 (PDT) (envelope-from veldy@veldy.net) Received: from veldy.net (fuggle.veldy.net [209.98.200.33]) by corb.mc.mpls.visi.com (Postfix) with ESMTP id 002348122; Fri, 16 Apr 2004 11:53:08 -0500 (CDT) Received: from localhost (localhost.veldy.net [127.0.0.1]) by veldy.net (Postfix) with ESMTP id 882786129; Fri, 16 Apr 2004 11:53:08 -0500 (CDT) Received: from veldy.net ([127.0.0.1]) by localhost (fuggle.veldy.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 81384-08; Fri, 16 Apr 2004 11:53:06 -0500 (CDT) Received: from veldy.net (localhost.veldy.net [127.0.0.1]) by veldy.net (Postfix) with ESMTP id 143D36127; Fri, 16 Apr 2004 11:53:06 -0500 (CDT) Message-ID: <40800F6E.8000801@veldy.net> Date: Fri, 16 Apr 2004 11:53:02 -0500 From: "Thomas T. Veldhouse" User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: gabriel_ambuehl@buz.ch References: <407FD960.5020406@buz.ch> <98835022.20040416171837@buz.ch> In-Reply-To: <98835022.20040416171837@buz.ch> X-Enigmail-Version: 0.83.3.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig474FBED29E8B854918C90A35" X-Virus-Scanned: by amavisd-new at veldy.net cc: freebsd-java@freebsd.org Subject: Re: Running Eclipse 3 M7 on FreeBSD 5.2.1 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, 16 Apr 2004 16:53:09 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig474FBED29E8B854918C90A35 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Gabriel Ambuehl wrote: > Hello Achilleus, > > Friday, April 16, 2004, 2:17:12 PM, you wrote: > > > >>Besides any theoritical aspect around eclipse, its true that >>while we are arguing about where/what the port should be located/named, >>the linuxers are happily using Elcipse 3, whith jsp support >>and all the other goodies. > > > Well that is mostly because IBM LOVES Linux. But compared to windows, > Eclipse on Linux looks shitty if you ask me... > > Best regards, > Gabriel > If it works, I am a happy guy. Sysdeo Tomcat Plugin, Hibernator, Easystruts and we are off. Tom Veldhouse --------------enig474FBED29E8B854918C90A35 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFAgA9xARgTFXYf0wARAng5AJ9i4lhvxtDJfkAqOswDWz7TEP+zGQCdFbcB WO4NdZfYFYOxboXvYdYFaBg= =tiMz -----END PGP SIGNATURE----- --------------enig474FBED29E8B854918C90A35-- From owner-freebsd-java@FreeBSD.ORG Fri Apr 16 10:28: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 710D316A4CE for ; Fri, 16 Apr 2004 10:28:25 -0700 (PDT) Received: from iota.root-servers.ch (iota.root-servers.ch [193.41.193.195]) by mx1.FreeBSD.org (Postfix) with SMTP id 2CC7B43D1F for ; Fri, 16 Apr 2004 10:28:24 -0700 (PDT) (envelope-from gabriel_ambuehl@buz.ch) Received: (qmail 93811 invoked from network); 16 Apr 2004 17:28:21 -0000 Received: from 217-162-135-163.dclient.hispeed.ch (HELO ga) (217.162.135.163) by 0 with SMTP; 16 Apr 2004 17:28:21 -0000 Date: Fri, 16 Apr 2004 19:32:27 +0200 From: Gabriel Ambuehl Organization: BUZ Internet Services X-Priority: 3 (Normal) Message-ID: <1496444418.20040416193227@buz.ch> To: "Thomas T. Veldhouse" In-Reply-To: <40800F6E.8000801@veldy.net> References: <407FD960.5020406@buz.ch> <98835022.20040416171837@buz.ch> <40800F6E.8000801@veldy.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-java@freebsd.org Subject: Re[2]: Running Eclipse 3 M7 on FreeBSD 5.2.1 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: gabriel_ambuehl@buz.ch List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 17:28:25 -0000 Hello Thomas, Friday, April 16, 2004, 6:53:02 PM, you wrote: > If it works, I am a happy guy. Sysdeo Tomcat Plugin, Hibernator, > Easystruts and we are off. Thankfully I don't use Struts (Spring rules way too much ;-). Agreed on Sysdeo and Hibernator I haven't seen much need so far. But Sysdeo's servlet debugging sure is very handy ;-) Best regards, Gabriel