From owner-freebsd-java Sun Feb 2 8:35:45 2003 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 63A1B37B401 for ; Sun, 2 Feb 2003 08:35:44 -0800 (PST) Received: from puget.esil.univ-mrs.fr (puget.esil.univ-mrs.fr [139.124.41.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id C491243F43 for ; Sun, 2 Feb 2003 08:35:41 -0800 (PST) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from puget.esil.univ-mrs.fr (localhost.esil.univ-mrs.fr [127.0.0.1]) by puget.esil.univ-mrs.fr (8.12.6/8.12.6) with ESMTP id h12GZxZl098867 for ; Sun, 2 Feb 2003 17:35:59 +0100 (CET) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from localhost (rv@localhost) by puget.esil.univ-mrs.fr (8.12.6/8.12.6/Submit) with ESMTP id h12GZwHF098864 for ; Sun, 2 Feb 2003 17:35:59 +0100 (CET) X-Authentication-Warning: puget.esil.univ-mrs.fr: rv owned process doing -bs Date: Sun, 2 Feb 2003 17:35:58 +0100 (CET) From: Herve Quiroz X-X-Sender: rv@puget.esil.univ-mrs.fr To: freebsd-java@FreeBSD.org Subject: Re: (pr 31254) "libgcj.spec missing" In-Reply-To: <20030124030406.GA1705@moo.holy.cow> Message-ID: <20030202173441.X92383@puget.esil.univ-mrs.fr> References: <20030124030406.GA1705@moo.holy.cow> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, Doesn't work for me neither. But that's no surprise. From /usr/ports/lang/gcc32/Makefile: CONFIGURE_ARGS+= --disable-libgcj # does not bootstrap now That's why the installed binaries do not support java. Unfortunately, I haven't had the time to test it by modifying the Makefile. I would really love to have a java source to native binary compiler with FreeBSD but I haven't got enough time to get involved in the process for now. What really suprises me is that Windows has gcj working (with cygwin) and not FreeBSD. But sooner or later we will get a working gcj on our favored system too. ;) Regards, Herve On Thu, 23 Jan 2003, parv wrote: > there was/is a pr 31254... > > http://www.freebsd.org/cgi/query-pr.cgi?pr=31254 > > ...which describes my problem. only difference is i am using gcc > 3.2.1 20021119. when trying to compile w/ gcj32, error message is > produced... > > gcj32: libgcj.spec: No such file or directory > > > ...i am contacting the list as suggested in the pr (before > submitting my own pr). any suggestions (to get gcj32 get going)? > > i will be more than happy to retest/reinstall gcc 32 if somebody can > confirm gcj32 works for them. > > > - parv > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sun Feb 2 11:50: 6 2003 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 2FE8937B401 for ; Sun, 2 Feb 2003 11:50:04 -0800 (PST) Received: from puget.esil.univ-mrs.fr (puget.esil.univ-mrs.fr [139.124.41.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0031543F79 for ; Sun, 2 Feb 2003 11:50:02 -0800 (PST) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from puget.esil.univ-mrs.fr (localhost.esil.univ-mrs.fr [127.0.0.1]) by puget.esil.univ-mrs.fr (8.12.6/8.12.6) with ESMTP id h12JoJZl036510; Sun, 2 Feb 2003 20:50:20 +0100 (CET) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from localhost (rv@localhost) by puget.esil.univ-mrs.fr (8.12.6/8.12.6/Submit) with ESMTP id h12JoIun036507; Sun, 2 Feb 2003 20:50:19 +0100 (CET) X-Authentication-Warning: puget.esil.univ-mrs.fr: rv owned process doing -bs Date: Sun, 2 Feb 2003 20:50:18 +0100 (CET) From: Herve Quiroz X-X-Sender: rv@puget.esil.univ-mrs.fr To: freebsd-java@FreeBSD.ORG Cc: parv_fm@emailgroups.net Subject: Re: (pr 31254) "libgcj.spec missing" In-Reply-To: <20030202173441.X92383@puget.esil.univ-mrs.fr> Message-ID: <20030202204243.A36487@puget.esil.univ-mrs.fr> References: <20030124030406.GA1705@moo.holy.cow> <20030202173441.X92383@puget.esil.univ-mrs.fr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org FYI, I've just built gcc32 commenting this line from the Makefile. It works. I can compile class files from java sources and most of all I can build executables from java sources and classes. You may test it on your system (mine is a 5.0-RELEASE/i386). If it works for many people maybe we should send a PR to allow the build of libgcj (IMHO it should be optional, e.g. using the WITH_LIBGCJ variable). Regards, Herve On Sun, 2 Feb 2003, Herve Quiroz wrote: > Hi, > > Doesn't work for me neither. But that's no surprise. > >From /usr/ports/lang/gcc32/Makefile: > > CONFIGURE_ARGS+= --disable-libgcj # does not bootstrap now > > That's why the installed binaries do not support java. Unfortunately, I > haven't had the time to test it by modifying the Makefile. I would really > love to have a java source to native binary compiler with FreeBSD but I > haven't got enough time to get involved in the process for now. What > really suprises me is that Windows has gcj working (with cygwin) and > not FreeBSD. But sooner or later we will get a working gcj on our favored > system too. ;) > > Regards, > > > Herve > > On Thu, 23 Jan 2003, parv wrote: > > > there was/is a pr 31254... > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=31254 > > > > ...which describes my problem. only difference is i am using gcc > > 3.2.1 20021119. when trying to compile w/ gcj32, error message is > > produced... > > > > gcj32: libgcj.spec: No such file or directory > > > > > > ...i am contacting the list as suggested in the pr (before > > submitting my own pr). any suggestions (to get gcj32 get going)? > > > > i will be more than happy to retest/reinstall gcc 32 if somebody can > > confirm gcj32 works for them. > > > > > > - parv > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sun Feb 2 15:15:55 2003 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 252BD37B405 for ; Sun, 2 Feb 2003 15:15:54 -0800 (PST) Received: from ms-smtp-01.texas.rr.com (ms-smtp-01.texas.rr.com [24.93.36.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id D26C843F43 for ; Sun, 2 Feb 2003 15:15:43 -0800 (PST) (envelope-from davidb@boothscientific.com) Received: from wdbnb.boothscientific.com (cs24243209-38.austin.rr.com [24.243.209.38]) by ms-smtp-01.texas.rr.com (8.12.5/8.12.2) with ESMTP id h12NAbHs014542; Sun, 2 Feb 2003 18:10:38 -0500 (EST) From: David Booth To: Herve Quiroz , freebsd-java@FreeBSD.ORG Subject: Re: (pr 31254) "libgcj.spec missing" Date: Sun, 2 Feb 2003 17:15:38 -0600 User-Agent: KMail/1.5 Cc: parv_fm@emailgroups.net References: <20030124030406.GA1705@moo.holy.cow> <20030202173441.X92383@puget.esil.univ-mrs.fr> <20030202204243.A36487@puget.esil.univ-mrs.fr> In-Reply-To: <20030202204243.A36487@puget.esil.univ-mrs.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302021715.38916.davidb@boothscientific.com> Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sunday 02 February 2003 01:50 pm, Herve Quiroz wrote: > FYI, > > I've just built gcc32 commenting this line from the Makefile. It works. I > can compile class files from java sources and most of all I can build > executables from java sources and classes. You may test it on your system > (mine is a 5.0-RELEASE/i386). If it works for many people maybe we should > send a PR to allow the build of libgcj (IMHO it should be optional, e.g. > using the WITH_LIBGCJ variable). > > Regards, I can verify that it works (commenting out the line in the Makefile) on a 4.7Stable 2003Jan27 system. Class files and executables from java source work. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sun Feb 2 15:26:33 2003 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 DAC7937B401 for ; Sun, 2 Feb 2003 15:26:31 -0800 (PST) Received: from albatross.mail.pas.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F57043F75 for ; Sun, 2 Feb 2003 15:26:31 -0800 (PST) (envelope-from parv_fm@mailsent.net) Received: from sdn-ap-002dcwashp0413.dialsprint.net ([63.188.9.159] helo=moo.holy.cow) by albatross.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 18fTUe-0000iy-00; Sun, 02 Feb 2003 15:25:44 -0800 Received: by moo.holy.cow (Postfix, from userid 1001) id BC8C0B9D2; Sun, 2 Feb 2003 18:28:42 -0500 (EST) Date: Sun, 2 Feb 2003 18:28:42 -0500 From: parv To: David Booth Cc: Herve Quiroz , freebsd-java@FreeBSD.ORG Subject: Re: (pr 31254) "libgcj.spec missing" Message-ID: <20030202232842.GA45099@moo.holy.cow> Mail-Followup-To: David Booth , Herve Quiroz , freebsd-java@FreeBSD.ORG References: <20030124030406.GA1705@moo.holy.cow> <20030202173441.X92383@puget.esil.univ-mrs.fr> <20030202204243.A36487@puget.esil.univ-mrs.fr> <200302021715.38916.davidb@boothscientific.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200302021715.38916.davidb@boothscientific.com> Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org in message <200302021715.38916.davidb@boothscientific.com>, wrote David Booth thusly... > > On Sunday 02 February 2003 01:50 pm, Herve Quiroz wrote: > > FYI, > > > > I've just built gcc32 commenting this line from the Makefile. It works. ... > > (mine is a 5.0-RELEASE/i386). > > I can verify that it works (commenting out the line in the Makefile) on a > 4.7Stable 2003Jan27 system. Class files and executables from java source > work. thank you people; i am currently re-building the gcc32 w/ the "fix". i will be happy if gcj32 works (which i /now/ take it (for guaranteed that it) should just (work)). thanks again. i will also request for the pr (ports/47790) to be closed as appropriate. - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sun Feb 2 19:55:14 2003 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 23BDC37B401 for ; Sun, 2 Feb 2003 19:55:14 -0800 (PST) Received: from mail.tinkerbox.org (adsl-64-168-139-138.dsl.snfc21.pacbell.net [64.168.139.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id A73DD43F43 for ; Sun, 2 Feb 2003 19:55:08 -0800 (PST) (envelope-from bruno@tinkerbox.org) Received: from duron.bschwand.net (duron.bschwand.net [192.168.137.4]) by mail.tinkerbox.org (Postfix) with ESMTP id 0A79A19CF for ; Sun, 2 Feb 2003 20:09:43 -0800 (PST) Date: Sun, 2 Feb 2003 20:09:42 -0800 (PST) From: bruno schwander X-Sender: bruno@duron.bschwand.net To: java@freebsd.org Subject: shujit Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Trying to get shujit working, but java seems to never find it. "Warning: JIT compiler "shujit" not found. Will use interpreter." I moved libshujit.so to /usr/local/jdk1.3.1/jre/lib/i386 to classic/ or green-thread/ java never finds it. How can I change/specify on which path java looks for the java compiler ? Thanks, bruno To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sun Feb 2 20: 8:12 2003 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 B0CC237B401 for ; Sun, 2 Feb 2003 20:08:11 -0800 (PST) Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FCDE43F3F for ; Sun, 2 Feb 2003 20:08:06 -0800 (PST) (envelope-from parv_fm@mailsent.net) Received: from sdn-ap-011dcwashp0155.dialsprint.net ([63.188.104.155] helo=moo.holy.cow) by pintail.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 18fXtk-0001yd-00; Sun, 02 Feb 2003 20:07:56 -0800 Received: by moo.holy.cow (Postfix, from userid 1001) id A1CD2AB45; Sun, 2 Feb 2003 23:10:54 -0500 (EST) Date: Sun, 2 Feb 2003 23:10:54 -0500 From: parv To: David Booth Cc: Herve Quiroz , freebsd-java@FreeBSD.ORG Subject: Re: (pr 31254) "libgcj.spec missing" Message-ID: <20030203041054.GA96614@moo.holy.cow> Mail-Followup-To: David Booth , Herve Quiroz , freebsd-java@FreeBSD.ORG References: <20030124030406.GA1705@moo.holy.cow> <20030202173441.X92383@puget.esil.univ-mrs.fr> <20030202204243.A36487@puget.esil.univ-mrs.fr> <200302021715.38916.davidb@boothscientific.com> <20030202232842.GA45099@moo.holy.cow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030202232842.GA45099@moo.holy.cow> Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org in message <20030202232842.GA45099@moo.holy.cow>, wrote parv thusly... > > thank you people; i am currently re-building the gcc32 w/ the "fix". > i will be happy if gcj32 works (which i /now/ take it (for guaranteed > that it) should just (work)). surprise! surprise! it worked here too! thanks for your replies. now i go to suggest to close the pr... - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sun Feb 2 20:27:44 2003 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 0FD2A37B401 for ; Sun, 2 Feb 2003 20:27:42 -0800 (PST) Received: from mx1.aist.go.jp (mx1.aist.go.jp [150.29.246.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EE5343F75 for ; Sun, 2 Feb 2003 20:27:40 -0800 (PST) (envelope-from shudo@computer.org) Received: from rpsmtp1.aist.go.jp by mx1.aist.go.jp with ESMTP id h134RXs02542 for ; Mon, 3 Feb 2003 13:27:33 +0900 (JST) env-from (shudo@computer.org) Received: from mail05.aist.go.jp by rpsmtp1.aist.go.jp with ESMTP id h134RXS24417 for ; Mon, 3 Feb 2003 13:27:33 +0900 (JST) env-from (shudo@computer.org) Received: from aist.go.jp by mail05.aist.go.jp with ESMTP id h134RXb23643 for ; Mon, 3 Feb 2003 13:27:33 +0900 (JST) env-from (shudo@computer.org) Date: Mon, 03 Feb 2003 13:27:32 +0900 (JST) Message-Id: <20030203.132732.596520920.shudo@localhost> To: java@FreeBSD.ORG Subject: Re: shujit From: shudo@computer.org In-Reply-To: References: X-Mailer: Mew version 2.2 on XEmacs 21.4.8 (Honest Recruiter) Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Mon_Feb__3_13:27:32_2003_834)--" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ----Next_Part(Mon_Feb__3_13:27:32_2003_834)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: bruno schwander > Trying to get shujit working, but java seems to never find it. > > "Warning: JIT compiler "shujit" not found. Will use interpreter." > > I moved libshujit.so to /usr/local/jdk1.3.1/jre/lib/i386 This path is correct. How did you obtain the shared library libshujit.so? Have you compiled shuJIT with JDK 1.3.1? A JIT compiler have to be compiled with the version of JDK which hosts the JIT. You have to compile shuJIT by yourself with JDK 1.3.1 or get the compiled binary. JDK fails in loading a JIT compiler when a symbol in the JIT cannot be resolved. The attached program which tries to load a shared library is useful to find such a symbol. % java LoadLibrary Test shujit Succeeded. Kazuyuki Shudo shudo@computer.org http://www.shudo.net/ ----Next_Part(Mon_Feb__3_13:27:32_2003_834)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="LoadLibraryTest.java" public class LoadLibraryTest { private void start(String[] argv) { if (argv.length < 1) { usage("java LoadLibraryTest"); System.exit(1); } for (int i = 0; i < argv.length; i++) { System.loadLibrary(argv[i]); } System.out.println("Succeeded."); } public static void main(String[] argv) { new LoadLibraryTest().start(argv); } private static void usage(String cmd) { System.err.println("usage: " + cmd + " "); } } ----Next_Part(Mon_Feb__3_13:27:32_2003_834)---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Feb 3 2:40:53 2003 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 92B2937B401 for ; Mon, 3 Feb 2003 02:40:51 -0800 (PST) Received: from puget.esil.univ-mrs.fr (puget.esil.univ-mrs.fr [139.124.41.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AAF143E4A for ; Mon, 3 Feb 2003 02:40:50 -0800 (PST) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from puget.esil.univ-mrs.fr (localhost.esil.univ-mrs.fr [127.0.0.1]) by puget.esil.univ-mrs.fr (8.12.6/8.12.6) with ESMTP id h13AfEZl085892; Mon, 3 Feb 2003 11:41:14 +0100 (CET) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from localhost (rv@localhost) by puget.esil.univ-mrs.fr (8.12.6/8.12.6/Submit) with ESMTP id h13AfDgQ085889; Mon, 3 Feb 2003 11:41:13 +0100 (CET) X-Authentication-Warning: puget.esil.univ-mrs.fr: rv owned process doing -bs Date: Mon, 3 Feb 2003 11:41:13 +0100 (CET) From: Herve Quiroz X-X-Sender: rv@puget.esil.univ-mrs.fr To: freebsd-java@FreeBSD.ORG Cc: parv_fm@emailgroups.net Subject: Re: (pr 31254) "libgcj.spec missing" In-Reply-To: <20030203041054.GA96614@moo.holy.cow> Message-ID: <20030203113314.S85295@puget.esil.univ-mrs.fr> References: <20030124030406.GA1705@moo.holy.cow> <20030202173441.X92383@puget.esil.univ-mrs.fr> <20030202204243.A36487@puget.esil.univ-mrs.fr> <200302021715.38916.davidb@boothscientific.com> <20030202232842.GA45099@moo.holy.cow> <20030203041054.GA96614@moo.holy.cow> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-169071164-1044268873=:85295" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-169071164-1044268873=:85295 Content-Type: TEXT/PLAIN; charset=US-ASCII Here is a patch to allow conditional libgcj build. I cannot send a PR follow-up for now (links won't let me access the page, things go weird since I installed 5.0-RELEASE). But maybe you can do it if you agree. Herve On Sun, 2 Feb 2003, parv wrote: > > now i go to suggest to close the pr... > --0-169071164-1044268873=:85295 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="port-gcc32-libgcj.diff" Content-Transfer-Encoding: BASE64 Content-ID: <20030203114113.U85295@puget.esil.univ-mrs.fr> Content-Description: port-gcc32-libgcj.diff Content-Disposition: attachment; filename="port-gcc32-libgcj.diff" ZGlmZiAtdSBnY2MzMi5vbGQvTWFrZWZpbGUgZ2NjMzIvTWFrZWZpbGUNCi0t LSBnY2MzMi5vbGQvTWFrZWZpbGUJTW9uIEZlYiAgMyAxMToxMToxMiAyMDAz DQorKysgZ2NjMzIvTWFrZWZpbGUJTW9uIEZlYiAgMyAxMToxMjozMCAyMDAz DQpAQCAtNTcsNyArNTcsOSBAQA0KIAkJLS13aXRoLWd4eC1pbmNsdWRlLWRp cj0ke1RBUkdMSUJ9L2luY2x1ZGUvZysrLXYzDQogI0NPTkZJR1VSRV9BUkdT Kz0JLS1wcm9ncmFtLXN1ZmZpeD0zMg0KIENPTkZJR1VSRV9BUkdTKz0JLS13 aXRoLXN5c3RlbS16bGliIC0taW5jbHVkZWRpcj0ke1RBUkdMSUJ9L2luY2x1 ZGUvSmF2YQ0KKy5pZiAhZGVmaW5lZChXSVRIX0xJQkdDSikNCiBDT05GSUdV UkVfQVJHUys9CS0tZGlzYWJsZS1saWJnY2oJIyBkb2VzIG5vdCBib290c3Ry YXAgbm93DQorLmVuZGlmDQogQ09ORklHVVJFX0VOVj0JTUFLRUlORk89Im1h a2VpbmZvIC0tbm8tc3BsaXQiDQogLmlmIGRlZmluZWQoV0FOVF9TSEFSRURM SUJTKQ0KIENPTkZJR1VSRV9BUkdTKz0gLS1lbmFibGUtc2hhcmVkDQpDb21t b24gc3ViZGlyZWN0b3JpZXM6IGdjYzMyLm9sZC9maWxlcyBhbmQgZ2NjMzIv ZmlsZXMNCg== --0-169071164-1044268873=:85295-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Feb 3 2:51:20 2003 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 ECF2837B401 for ; Mon, 3 Feb 2003 02:51:18 -0800 (PST) Received: from habanero.hesketh.net (habanero.hesketh.net [66.45.6.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18EE443FDD for ; Mon, 3 Feb 2003 02:51:18 -0800 (PST) (envelope-from brent@mutt.rcfile.org) Received: from mutt.rcfile.org (rdu57-229-060.nc.rr.com [66.57.229.60]) by habanero.hesketh.net (8.12.6/8.12.6) with ESMTP id h13AoVfx014909; Mon, 3 Feb 2003 05:50:32 -0500 X-Received-From: brent@mutt.rcfile.org X-Delivered-To: freebsd-java@freebsd.org X-Spam-Filter: check_local@habanero.hesketh.net by digitalanswers.org Received: from mutt.rcfile.org (localhost [127.0.0.1]) by mutt.rcfile.org (8.12.6/8.12.6) with ESMTP id h13AoXvk087084; Mon, 3 Feb 2003 05:50:33 -0500 (EST) (envelope-from brent@mutt.rcfile.org) Received: (from brent@localhost) by mutt.rcfile.org (8.12.6/8.12.6/Submit) id h13AoRhw087083; Mon, 3 Feb 2003 05:50:27 -0500 (EST) Date: Mon, 3 Feb 2003 05:50:27 -0500 From: Brent Verner To: freebsd-java@freebsd.org Cc: William Holt Subject: problem and workaround for java/tomcat on -current Message-ID: <20030203105027.GA86700@rcfile.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-muttrc: $Id: .muttrc,v 1.9 2002/01/02 07:04:49 brent Exp $ X-uname: FreeBSD 4.7-STABLE #30: Wed Jan 22 00:54:33 EST 2003 root@mutt.rcfile.org:/usr/obj/usr/src/sys/MUTTS User-Agent: Mutt/1.5.3i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Sometime after Jan 20, -current has been unable to run tomcat (and other things, such as the Jetty issue William Holt reported). I took his CrashBSD.java prog, and further determined that only the "0.0.0.0" caused the bus error -> abort problem. import java.net.*; public class CrashBSD { static public void main( String args[] ) { try { InetAddress a = InetAddress.getByName("127.0.0.1"); ServerSocket sa = new ServerSocket(0,10,a); System.out.println(sa); InetAddress b = InetAddress.getByName("0.0.0.0"); ServerSocket sb = new ServerSocket(0,10,b); System.out.println(sb); } catch ( Exception e ) { System.out.println( e ); System.exit( 1 ); } } } You'll notice that the 127.0.0.1 InetAddress works just fine, but the "0.0.0.0" addr causes the error. I dug a bit further into what change since 20 Jan is causing this, but had no luck. However, the problem can be worked around by adding a line in the /etc/hosts for the "0" ip. 0.0.0.0 all.interfaces.on.this.machine What strange effects might this cause? I have no clue :-), but tomcat seems to be happy again... hth, brent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Feb 3 3:33:48 2003 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 BA10737B401 for ; Mon, 3 Feb 2003 03:33:46 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7FAD43F75 for ; Mon, 3 Feb 2003 03:33:43 -0800 (PST) (envelope-from phantom@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h13DbKQc036930 for ; Mon, 3 Feb 2003 13:37:21 GMT Received: (from phantom@localhost) by phantom.cris.net (8.12.6/8.12.2) id h13BeASf069489; Mon, 3 Feb 2003 13:40:10 +0200 (EET) (envelope-from phantom) Date: Mon, 3 Feb 2003 13:40:10 +0200 From: Alexey Zelkin To: freebsd-java@freebsd.org Subject: jdk 1.4.1 patchset2 is coming ... Message-ID: <20030203134010.A69472@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Folks, I am happy to (unofficially) announce of reaching patchset milestone for jdk 1.4.1. It contains most of patchset1 of jdk 1.4.0 with many updates to 1.4.1, cleanups, optimizations and fixes many issues presented in 1.4.0-p1. Most noticeable ones are: . All my work was done on 4.7-STABLE (built early January) and only tested on 5.x. It means that there're differences between functionality on FreeBSD-4 and FreeBSD-5. Actually 5.x got very little testing and I'd like to have reports about any problems and functional differences between 5.x and 4.x. . Problems with fonts and some math calculations (in awt area) are fixed now. It means that all problems with fonts under 4.x-STABLE are gone. . All Swing (JFC) demos are working prefectly. . Tomcat is basically working. At least I was able to check all demos distributed with Tomcat 4.0. . We don't depend on sources tree anymore which allows to preserve API and ABI compatibility on libc_r. Please don't assume it as absolutely working patchset, and I'd like to get success/failure reports from parties interested in making jdk 1.4.1 finally working. KEEP IN MIND: 1.4.1-p2 depends on version of pthread_attr_get_np() function functionality which hit tree very recently. You'll need to update your libc_r with patch distributed along with 1.4.1-p2 before start to build and use (or cvsup/update your system to 04-Feb-2003 state) Greg will proceed with official release and announce very soon. And last, biggest kudos are directed to FreeBSD Foundation which support and sponsorship allowed to make it happen! PS: I still have TODO list to clean up and work with HotSpot, but since now I also will pay increased attention to classes/libraries functionality. If you have (will have) any problems or have suggestions in this area -- please let me know. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Feb 3 3:41:36 2003 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 7812537B401 for ; Mon, 3 Feb 2003 03:41:35 -0800 (PST) Received: from habanero.hesketh.net (habanero.hesketh.net [66.45.6.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD4F043F75 for ; Mon, 3 Feb 2003 03:41:34 -0800 (PST) (envelope-from brent@mutt.rcfile.org) Received: from mutt.rcfile.org (rdu57-229-060.nc.rr.com [66.57.229.60]) by habanero.hesketh.net (8.12.6/8.12.6) with ESMTP id h13BfVfx016145; Mon, 3 Feb 2003 06:41:31 -0500 X-Received-From: brent@mutt.rcfile.org X-Delivered-To: freebsd-java@FreeBSD.ORG X-Spam-Filter: check_local@habanero.hesketh.net by digitalanswers.org Received: from mutt.rcfile.org (localhost [127.0.0.1]) by mutt.rcfile.org (8.12.6/8.12.6) with ESMTP id h13BfXvk087707; Mon, 3 Feb 2003 06:41:33 -0500 (EST) (envelope-from brent@mutt.rcfile.org) Received: (from brent@localhost) by mutt.rcfile.org (8.12.6/8.12.6/Submit) id h13BfXll087706; Mon, 3 Feb 2003 06:41:33 -0500 (EST) Date: Mon, 3 Feb 2003 06:41:33 -0500 From: Brent Verner To: Alexey Zelkin Cc: freebsd-java@FreeBSD.ORG Subject: Re: jdk 1.4.1 patchset2 is coming ... Message-ID: <20030203114133.GA87339@rcfile.org> References: <20030203134010.A69472@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030203134010.A69472@phantom.cris.net> X-muttrc: $Id: .muttrc,v 1.9 2002/01/02 07:04:49 brent Exp $ X-uname: FreeBSD 4.7-STABLE #30: Wed Jan 22 00:54:33 EST 2003 root@mutt.rcfile.org:/usr/obj/usr/src/sys/MUTTS User-Agent: Mutt/1.5.3i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [2003-02-03 13:40] Alexey Zelkin said: | Folks, | | I am happy to (unofficially) announce of reaching patchset milestone for | jdk 1.4.1. It contains most of patchset1 of jdk 1.4.0 with many updates | to 1.4.1, cleanups, optimizations and fixes many issues presented | in 1.4.0-p1. | | Most noticeable ones are: | | . All my work was done on 4.7-STABLE (built early January) and only | tested on 5.x. It means that there're differences between functionality | on FreeBSD-4 and FreeBSD-5. Actually 5.x got very little testing and | I'd like to have reports about any problems and functional differences | between 5.x and 4.x. I'll be more than glad to test 1.4.1 on -current. Where can this patchset of goodness be downloaded? thanks. brent -- "Develop your talent, man, and leave the world something. Records are really gifts from people. To think that an artist would love you enough to share his music with anyone is a beautiful thing." -- Duane Allman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Feb 3 3:49:52 2003 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 6288637B401 for ; Mon, 3 Feb 2003 03:49:51 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A1BC43F3F for ; Mon, 3 Feb 2003 03:49:48 -0800 (PST) (envelope-from phantom@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h13DrOQc037518; Mon, 3 Feb 2003 13:53:25 GMT Received: (from phantom@localhost) by phantom.cris.net (8.12.6/8.12.2) id h13BuFhW069617; Mon, 3 Feb 2003 13:56:15 +0200 (EET) (envelope-from phantom) Date: Mon, 3 Feb 2003 13:56:15 +0200 From: Alexey Zelkin To: Brent Verner Cc: freebsd-java@FreeBSD.ORG Subject: Re: jdk 1.4.1 patchset2 is coming ... Message-ID: <20030203135615.A69581@phantom.cris.net> References: <20030203134010.A69472@phantom.cris.net> <20030203114133.GA87339@rcfile.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030203114133.GA87339@rcfile.org>; from brent@rcfile.org on Mon, Feb 03, 2003 at 06:41:33AM -0500 X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, On Mon, Feb 03, 2003 at 06:41:33AM -0500, Brent Verner wrote: > [2003-02-03 13:40] Alexey Zelkin said: > | Folks, > | > | I am happy to (unofficially) announce of reaching patchset milestone for > | jdk 1.4.1. It contains most of patchset1 of jdk 1.4.0 with many updates > | to 1.4.1, cleanups, optimizations and fixes many issues presented > | in 1.4.0-p1. > | > | Most noticeable ones are: > | > | . All my work was done on 4.7-STABLE (built early January) and only > | tested on 5.x. It means that there're differences between functionality > | on FreeBSD-4 and FreeBSD-5. Actually 5.x got very little testing and > | I'd like to have reports about any problems and functional differences > | between 5.x and 4.x. > > I'll be more than glad to test 1.4.1 on -current. Where can this > patchset of goodness be downloaded? Citing my original letter: : Greg will proceed with official release and announce very soon. It will be available as usual bsd patchset then Greg will finish with patchset generation. > > thanks. > brent > > -- > "Develop your talent, man, and leave the world something. Records are > really gifts from people. To think that an artist would love you enough > to share his music with anyone is a beautiful thing." -- Duane Allman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Feb 3 10:17:44 2003 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 AA75437B401 for ; Mon, 3 Feb 2003 10:17:43 -0800 (PST) Received: from albatross.mail.pas.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F8B443F93 for ; Mon, 3 Feb 2003 10:17:43 -0800 (PST) (envelope-from parv_fm@mailsent.net) Received: from sdn-ap-033dcwashp0011.dialsprint.net ([65.179.80.11] helo=moo.holy.cow) by albatross.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 18flA1-00030v-00; Mon, 03 Feb 2003 10:17:37 -0800 Received: by moo.holy.cow (Postfix, from userid 1001) id 2F81FAE5B; Mon, 3 Feb 2003 13:20:36 -0500 (EST) Date: Mon, 3 Feb 2003 13:20:36 -0500 From: parv To: Herve Quiroz Cc: freebsd-java@FreeBSD.ORG Subject: Re: (pr 31254) "libgcj.spec missing" Message-ID: <20030203182036.GB98356@moo.holy.cow> Mail-Followup-To: Herve Quiroz , freebsd-java@FreeBSD.ORG References: <20030124030406.GA1705@moo.holy.cow> <20030202173441.X92383@puget.esil.univ-mrs.fr> <20030202204243.A36487@puget.esil.univ-mrs.fr> <200302021715.38916.davidb@boothscientific.com> <20030202232842.GA45099@moo.holy.cow> <20030203041054.GA96614@moo.holy.cow> <20030203113314.S85295@puget.esil.univ-mrs.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030203113314.S85295@puget.esil.univ-mrs.fr> Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org in message <20030203113314.S85295@puget.esil.univ-mrs.fr>, wrote Herve Quiroz thusly... > > Here is a patch to allow conditional libgcj build. I cannot send > a PR follow-up for now (links won't let me access the page... ok i will send the patch on your behalf. - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Feb 3 11: 1:35 2003 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 23D7837B405 for ; Mon, 3 Feb 2003 11:01:34 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B392643F43 for ; Mon, 3 Feb 2003 11:01:33 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h13J1XNS043056 for ; Mon, 3 Feb 2003 11:01:33 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h13J1XNO043044 for java@freebsd.org; Mon, 3 Feb 2003 11:01:33 -0800 (PST) Date: Mon, 3 Feb 2003 11:01:33 -0800 (PST) Message-Id: <200302031901.h13J1XNO043044@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 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/02/25] java/35320 java linux-jdk-1.4 JVM fails when running Tomc o [2002/10/05] java/43724 java linux_base-7.1 + linux-sun-jdk-1.3.1.04 d 2 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/10/11] java/43925 java New port: net/beepcore-java (supersedes p 1 problem total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Feb 3 11:22:12 2003 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 CC49B37B401 for ; Mon, 3 Feb 2003 11:22:09 -0800 (PST) Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10C5443FB9 for ; Mon, 3 Feb 2003 11:22:07 -0800 (PST) (envelope-from fjoe@iclub.nsu.ru) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 18fmAH-0002tH-00; Tue, 04 Feb 2003 01:21:57 +0600 Received: from iclub.nsu.ru ([193.124.215.97] ident=root) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 18fmAH-0002sg-00; Tue, 04 Feb 2003 01:21:57 +0600 Received: from iclub.nsu.ru (fjoe@localhost [127.0.0.1]) by iclub.nsu.ru (8.12.6/8.12.6) with ESMTP id h13JLpRV025900; Tue, 4 Feb 2003 01:21:51 +0600 (NS) (envelope-from fjoe@iclub.nsu.ru) Received: (from fjoe@localhost) by iclub.nsu.ru (8.12.6/8.12.6/Submit) id h13JLnij025896; Tue, 4 Feb 2003 01:21:49 +0600 (NS) Date: Tue, 4 Feb 2003 01:21:49 +0600 From: Max Khon To: Alexey Zelkin Cc: freebsd-java@freebsd.org Subject: Re: jdk 1.4.1 patchset2 is coming ... Message-ID: <20030204012148.A23926@iclub.nsu.ru> References: <20030203134010.A69472@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030203134010.A69472@phantom.cris.net>; from phantom@FreeBSD.org.ua on Mon, Feb 03, 2003 at 01:40:10PM +0200 X-Spam-Status: No, hits=-3.3 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_01_02, USER_AGENT,USER_AGENT_MUTT version=2.43 X-Envelope-To: phantom@FreeBSD.org.ua, freebsd-java@freebsd.org Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, there! On Mon, Feb 03, 2003 at 01:40:10PM +0200, Alexey Zelkin wrote: > KEEP IN MIND: 1.4.1-p2 depends on version of pthread_attr_get_np() function > functionality which hit tree very recently. You'll need to update your > libc_r with patch distributed along with 1.4.1-p2 before start to build > and use (or cvsup/update your system to 04-Feb-2003 state) 04 Jan 2003, actually /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Feb 3 11:26: 7 2003 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 C0EEF37B401 for ; Mon, 3 Feb 2003 11:26:06 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AD6843F9B for ; Mon, 3 Feb 2003 11:26:04 -0800 (PST) (envelope-from phantom@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h13LTmQc054869; Mon, 3 Feb 2003 21:29:49 GMT Received: (from phantom@localhost) by phantom.cris.net (8.12.6/8.12.2) id h13JWXiw072561; Mon, 3 Feb 2003 21:32:33 +0200 (EET) (envelope-from phantom) Date: Mon, 3 Feb 2003 21:32:33 +0200 From: Alexey Zelkin To: Max Khon Cc: freebsd-java@freebsd.org Subject: Re: jdk 1.4.1 patchset2 is coming ... Message-ID: <20030203213233.A72514@phantom.cris.net> References: <20030203134010.A69472@phantom.cris.net> <20030204012148.A23926@iclub.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030204012148.A23926@iclub.nsu.ru>; from fjoe@iclub.nsu.ru on Tue, Feb 04, 2003 at 01:21:49AM +0600 X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, On Tue, Feb 04, 2003 at 01:21:49AM +0600, Max Khon wrote: > On Mon, Feb 03, 2003 at 01:40:10PM +0200, Alexey Zelkin wrote: > > > KEEP IN MIND: 1.4.1-p2 depends on version of pthread_attr_get_np() function > > functionality which hit tree very recently. You'll need to update your > > libc_r with patch distributed along with 1.4.1-p2 before start to build > > and use (or cvsup/update your system to 04-Feb-2003 state) > > 04 Jan 2003, actually No. I actually meant today or later. I.e. accounting my today's commit to libc_r). JVM/1.4.1 heavily depend on functionality added in this commit. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Feb 3 11:29:16 2003 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 912DA37B401 for ; Mon, 3 Feb 2003 11:29:14 -0800 (PST) Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EEE043F9B for ; Mon, 3 Feb 2003 11:29:11 -0800 (PST) (envelope-from fjoe@iclub.nsu.ru) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 18fmH8-0004xh-00; Tue, 04 Feb 2003 01:29:02 +0600 Received: from iclub.nsu.ru ([193.124.215.97] ident=root) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 18fmH7-0004wX-00; Tue, 04 Feb 2003 01:29:01 +0600 Received: from iclub.nsu.ru (fjoe@localhost [127.0.0.1]) by iclub.nsu.ru (8.12.6/8.12.6) with ESMTP id h13JSrRV026145; Tue, 4 Feb 2003 01:28:53 +0600 (NS) (envelope-from fjoe@iclub.nsu.ru) Received: (from fjoe@localhost) by iclub.nsu.ru (8.12.6/8.12.6/Submit) id h13JSrXg026143; Tue, 4 Feb 2003 01:28:53 +0600 (NS) Date: Tue, 4 Feb 2003 01:28:52 +0600 From: Max Khon To: Alexey Zelkin Cc: freebsd-java@freebsd.org Subject: Re: jdk 1.4.1 patchset2 is coming ... Message-ID: <20030204012852.B23926@iclub.nsu.ru> References: <20030203134010.A69472@phantom.cris.net> <20030204012148.A23926@iclub.nsu.ru> <20030203213233.A72514@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030203213233.A72514@phantom.cris.net>; from phantom@FreeBSD.org.ua on Mon, Feb 03, 2003 at 09:32:33PM +0200 X-Spam-Status: No, hits=-3.3 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_01_02, USER_AGENT,USER_AGENT_MUTT version=2.43 X-Envelope-To: phantom@FreeBSD.org.ua, freebsd-java@freebsd.org Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, there! On Mon, Feb 03, 2003 at 09:32:33PM +0200, Alexey Zelkin wrote: > > > KEEP IN MIND: 1.4.1-p2 depends on version of pthread_attr_get_np() function > > > functionality which hit tree very recently. You'll need to update your > > > libc_r with patch distributed along with 1.4.1-p2 before start to build > > > and use (or cvsup/update your system to 04-Feb-2003 state) > > > > 04 Jan 2003, actually > > No. I actually meant today or later. I.e. accounting my today's commit > to libc_r). JVM/1.4.1 heavily depend on functionality added in this commit. ah, sorry for misinformation /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Feb 3 14:43:32 2003 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 ACBB837B401 for ; Mon, 3 Feb 2003 14:43:30 -0800 (PST) Received: from smtp.web.de (smtp01.web.de [217.72.192.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DD8A43E4A for ; Mon, 3 Feb 2003 14:43:29 -0800 (PST) (envelope-from g.w.k@web.de) Received: from [217.232.164.149] (helo=pD9E8A495.dip.t-dialin.net) by smtp.web.de with asmtp (WEB.DE(Exim) 4.93 #1) id 18fpIR-0003xq-00; Mon, 03 Feb 2003 23:42:36 +0100 Subject: Re: jdk 1.4.1 patchset2 is coming ... From: "Georg-W. Koltermann" To: Alexey Zelkin Cc: Max Khon , freebsd-java@freebsd.org In-Reply-To: <20030203213233.A72514@phantom.cris.net> References: <20030203134010.A69472@phantom.cris.net> <20030204012148.A23926@iclub.nsu.ru> <20030203213233.A72514@phantom.cris.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 03 Feb 2003 23:43:27 +0100 Message-Id: <1044312220.281.15.camel@bat.localnet> Mime-Version: 1.0 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org What does this mean for the -current branch? Has the libc_r stuff been included in 5.0-R, or will I need to CVSup to current -current? -- Regards, Georg. P.S.: Hey guys I am just upgrading my -stable system to 5.0-R *because* JDK1.4 was reported not to run well on -stable. Now you announce you have done all further porting work on -stable and only lightly tested on -current. Grumble. A while earlier, last year, I ran -current because billh did all of his HotSpot work on -current. Then I converted to -stable as life in -current became too hot (too much work, I mean) to me and as the libc_r patches for HotSpot had been backported. I feel like chasing a permanent current-stable-current-stable spiral of Java development in FreeBSD. Shouldn't we all agree on *one* primary os branch for Java, announce that, and stick with it? -- Regards again, Georg. Am Mo, 2003-02-03 um 20.32 schrieb Alexey Zelkin: > hi, > > On Tue, Feb 04, 2003 at 01:21:49AM +0600, Max Khon wrote: > > > On Mon, Feb 03, 2003 at 01:40:10PM +0200, Alexey Zelkin wrote: > > > > > KEEP IN MIND: 1.4.1-p2 depends on version of pthread_attr_get_np() function > > > functionality which hit tree very recently. You'll need to update your > > > libc_r with patch distributed along with 1.4.1-p2 before start to build > > > and use (or cvsup/update your system to 04-Feb-2003 state) > > > > 04 Jan 2003, actually > > No. I actually meant today or later. I.e. accounting my today's commit > to libc_r). JVM/1.4.1 heavily depend on functionality added in this commit. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Feb 3 15:23:50 2003 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 8D6E237B401 for ; Mon, 3 Feb 2003 15:23:49 -0800 (PST) Received: from dmz2.unixjunkie.com (adsl-65-70-175-249.dsl.rcsntx.swbell.net [65.70.175.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7573843F75 for ; Mon, 3 Feb 2003 15:23:43 -0800 (PST) (envelope-from strgout@unixjunkie.com) Received: from mail.unixjunkie.com (mail [10.253.254.36]) by dmz2.unixjunkie.com (8.12.6/8.12.6) with ESMTP id h13NWeeA054600 for ; Mon, 3 Feb 2003 17:32:40 -0600 (CST) (envelope-from strgout@mail.unixjunkie.com) Received: from mail.unixjunkie.com (mail [10.253.254.36]) by mail.unixjunkie.com (8.12.6/8.12.6) with ESMTP id h13NWdZC054597 for ; Mon, 3 Feb 2003 17:32:39 -0600 (CST) (envelope-from strgout@mail.unixjunkie.com) Received: (from strgout@localhost) by mail.unixjunkie.com (8.12.6/8.12.6/Submit) id h13NWdMi054596 for freebsd-java@freebsd.org; Mon, 3 Feb 2003 17:32:39 -0600 (CST) (envelope-from strgout) Date: Mon, 3 Feb 2003 17:32:39 -0600 From: John To: freebsd-java@freebsd.org Subject: jdk 1.4.1 + dialogue boxes + blackbox Message-ID: <20030203233239.GA54585@mail.unixjunkie.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Just wondering if 1.4.1 will help the dialogue box problem with blackbox, or is this just blackbox being hosed in someway? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Feb 3 19:13:24 2003 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 5727037B401 for ; Mon, 3 Feb 2003 19:13:23 -0800 (PST) Received: from hotmail.com (f3.pav3.hotmail.com [64.4.39.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDD3043F3F for ; Mon, 3 Feb 2003 19:13:22 -0800 (PST) (envelope-from cara760@msn.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 3 Feb 2003 19:13:22 -0800 Received: from 24.130.176.48 by pv3fd.pav3.hotmail.msn.com with HTTP; Tue, 04 Feb 2003 03:13:22 GMT X-Originating-IP: [24.130.176.48] From: "cara james" To: freebsd-java@FreeBSD.org, carajames459@attbihotmail.com Subject: artec e+48u scanner Date: Mon, 03 Feb 2003 19:13:22 -0800 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 04 Feb 2003 03:13:22.0738 (UTC) FILETIME=[5FFC1120:01C2CBFB] Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org my artec e+48u will not install ,but when i try to scan ,computer tells me that there are no drivers installed ,this is crazy, the drivers are right there, iam on my windows xp pro, ,dsl at&t broadband connection, my other computer is on the same ,line ,but it doesnt have a scanner. pleas help me with this problem ,i have removed. and reinstalled this scanner file ten times in two days. thank you cara james \ cara760@attbimsn.com _________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Feb 3 21: 1:23 2003 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 E044A37B401 for ; Mon, 3 Feb 2003 21:01:21 -0800 (PST) Received: from mgr3.xmission.com (mgr3.xmission.com [198.60.22.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C9E843F75 for ; Mon, 3 Feb 2003 21:01:20 -0800 (PST) (envelope-from glewis@eyesbeyond.com) Received: from mail by mgr3.xmission.com with spam-scanned (Exim 3.35 #1) id 18fvCx-0005Pl-03; Mon, 03 Feb 2003 22:01:19 -0700 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr3.xmission.com with esmtp (Exim 3.35 #1) id 18fvCo-0005HE-03; Mon, 03 Feb 2003 22:01:18 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id h1450Re14824; Tue, 4 Feb 2003 15:30:27 +1030 (CST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Tue, 4 Feb 2003 15:30:12 +1030 From: Greg Lewis To: "Georg-W. Koltermann" Cc: Alexey Zelkin , Max Khon , freebsd-java@FreeBSD.ORG Subject: Re: jdk 1.4.1 patchset2 is coming ... Message-ID: <20030204153012.A14769@misty.eyesbeyond.com> References: <20030203134010.A69472@phantom.cris.net> <20030204012148.A23926@iclub.nsu.ru> <20030203213233.A72514@phantom.cris.net> <1044312220.281.15.camel@bat.localnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1044312220.281.15.camel@bat.localnet>; from g.w.k@web.de on Mon, Feb 03, 2003 at 11:43:27PM +0100 X-Spam-Status: No, hits=-3.5 required=8.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01,USER_AGENT, USER_AGENT_MUTT,X_AUTH_WARNING version=2.43 X-Spam-Level: Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Feb 03, 2003 at 11:43:27PM +0100, Georg-W. Koltermann wrote: > What does this mean for the -current branch? Has the libc_r stuff been > included in 5.0-R, or will I need to CVSup to current -current? Its not in 5.0-R. You'll either need to patch your libc_r (patch is included in the patchset) or CVSup to CURRENT. > P.S.: Hey guys I am just upgrading my -stable system to 5.0-R *because* > JDK1.4 was reported not to run well on -stable. Now you announce you > have done all further porting work on -stable and only lightly tested on > -current. Grumble. > > A while earlier, last year, I ran -current because billh did all of his > HotSpot work on -current. Then I converted to -stable as life in > -current became too hot (too much work, I mean) to me and as the libc_r > patches for HotSpot had been backported. > > I feel like chasing a permanent current-stable-current-stable spiral of > Java development in FreeBSD. Shouldn't we all agree on *one* primary os > branch for Java, announce that, and stick with it? FreeBSD support has _always_ been targeted at STABLE. CURRENT is too much of a moving target plus many of the team don't have a CURRENT system to test on. That said, of necessity some of the bleeding edge port features initially rely on bleeding edge FreeBSD support. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Feb 4 4:35:48 2003 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 A180537B401 for ; Tue, 4 Feb 2003 04:35:46 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 293DB43F75 for ; Tue, 4 Feb 2003 04:35:43 -0800 (PST) (envelope-from phantom@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h14EdVQc084489; Tue, 4 Feb 2003 14:39:32 GMT Received: (from phantom@localhost) by phantom.cris.net (8.12.6/8.12.2) id h14Cg5gb077774; Tue, 4 Feb 2003 14:42:05 +0200 (EET) (envelope-from phantom) Date: Tue, 4 Feb 2003 14:42:05 +0200 From: Alexey Zelkin To: "Georg-W. Koltermann" Cc: Max Khon , freebsd-java@freebsd.org Subject: Re: jdk 1.4.1 patchset2 is coming ... Message-ID: <20030204144205.A77607@phantom.cris.net> References: <20030203134010.A69472@phantom.cris.net> <20030204012148.A23926@iclub.nsu.ru> <20030203213233.A72514@phantom.cris.net> <1044312220.281.15.camel@bat.localnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1044312220.281.15.camel@bat.localnet>; from g.w.k@web.de on Mon, Feb 03, 2003 at 11:43:27PM +0100 X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, On Mon, Feb 03, 2003 at 11:43:27PM +0100, Georg-W. Koltermann wrote: > What does this mean for the -current branch? Has the libc_r stuff been > included in 5.0-R, or will I need to CVSup to current -current? There's simple (but important) patch present. It allowed me to make FreeBSD stack threads management simple and clean (+35, -420 in code lines, ~3-5% in performance numbers on heavy java threads applications). It was committed to main source tree yesterday, therefore it won't appear in 5.0-RELEASE. Actually if you're running post-07-Jan-2003 system (which include 5.0-RELEASE) you'll need to apply patch distributed with patchset2 and recompile/install libc_r only. cd /usr/src/lib/libc_r/uthread patch < /path/patch-pthread_get_attr_np.c make make install And then go to build/use JDK. > P.S.: Hey guys I am just upgrading my -stable system to 5.0-R *because* > JDK1.4 was reported not to run well on -stable. Now you announce you > have done all further porting work on -stable and only lightly tested on > -current. Grumble. > > A while earlier, last year, I ran -current because billh did all of his > HotSpot work on -current. Then I converted to -stable as life in > -current became too hot (too much work, I mean) to me and as the libc_r > patches for HotSpot had been backported. > > I feel like chasing a permanent current-stable-current-stable spiral of > Java development in FreeBSD. Shouldn't we all agree on *one* primary os > branch for Java, announce that, and stick with it? All my work was always primarily targeted for production quality system (currently 4.x-STABLE). I also paid attention to -CURRENT too, at least at level of compile test and basic functionality testing (and will pay more since it's going to become -STABLE relatively soon). Previous 1.4.x patchset was directed to both these system, but have had unresolved problems with -STABLE. While my work on switching to 1.4.1 I have found reasons of these problem and (hopefully) fixed them. > Am Mo, 2003-02-03 um 20.32 schrieb Alexey Zelkin: > > hi, > > > > On Tue, Feb 04, 2003 at 01:21:49AM +0600, Max Khon wrote: > > > > > On Mon, Feb 03, 2003 at 01:40:10PM +0200, Alexey Zelkin wrote: > > > > > > > KEEP IN MIND: 1.4.1-p2 depends on version of pthread_attr_get_np() function > > > > functionality which hit tree very recently. You'll need to update your > > > > libc_r with patch distributed along with 1.4.1-p2 before start to build > > > > and use (or cvsup/update your system to 04-Feb-2003 state) > > > > > > 04 Jan 2003, actually > > > > No. I actually meant today or later. I.e. accounting my today's commit > > to libc_r). JVM/1.4.1 heavily depend on functionality added in this commit. > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Feb 4 4:38:16 2003 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 B58E737B401 for ; Tue, 4 Feb 2003 04:38:15 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id C407543FA3 for ; Tue, 4 Feb 2003 04:38:12 -0800 (PST) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h14Eg6Qc084592; Tue, 4 Feb 2003 14:42:06 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h14CicNW077822; Tue, 4 Feb 2003 14:44:38 +0200 (EET) (envelope-from ml) Date: Tue, 4 Feb 2003 14:44:38 +0200 From: Alexey Zelkin To: John Cc: freebsd-java@FreeBSD.ORG Subject: Re: jdk 1.4.1 + dialogue boxes + blackbox Message-ID: <20030204144438.A77804@phantom.cris.net> References: <20030203233239.GA54585@mail.unixjunkie.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030203233239.GA54585@mail.unixjunkie.com>; from strgout@unixjunkie.com on Mon, Feb 03, 2003 at 05:32:39PM -0600 X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, On Mon, Feb 03, 2003 at 05:32:39PM -0600, John wrote: > Just wondering if 1.4.1 will help the dialogue box problem > with blackbox, or is this just blackbox being hosed in someway? If you're talking about 'incorrectly-displayed' or 'not-displayed' fonts, then it will. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Feb 4 5:33:48 2003 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 37E0937B401 for ; Tue, 4 Feb 2003 05:33:47 -0800 (PST) Received: from mail2.uits.uconn.edu (mail2.uits.uconn.edu [137.99.25.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70A6043FA7 for ; Tue, 4 Feb 2003 05:33:41 -0800 (PST) (envelope-from matt@forsetti.com) Received: from [137.99.80.149] (d80h149.public.uconn.edu [137.99.80.149]) by mail2.uits.uconn.edu (8.11.6/8.11.6) with ESMTP id h14DXMV05449 for ; Tue, 4 Feb 2003 08:33:22 -0500 Subject: Stable + Fluxbox + JDK 1.3.1 == Shrunken Windows From: Matt Smith To: freebsd-java@freebsd.org Content-Type: text/plain Organization: Message-Id: <1044365597.15974.3.camel@d80h149.public.uconn.edu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 04 Feb 2003 08:33:17 -0500 Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean X-MailScanner-SpamCheck: not spam, SpamAssassin (score=0, required 6, AWL, SIGNATURE_SHORT_DENSE, SPAM_PHRASE_00_01) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello all -- I running 4.7 + Fluxbox + jdk1.3.1. For some reason, many of my Java apps start in very small windows, as small as possible. I can stretch the windows to normal size, but they always start real small. Anyone seen this before, and is there a fix? Thanks all, -Matt -- Matt Smith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Feb 4 6:22:43 2003 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 7006D37B405 for ; Tue, 4 Feb 2003 06:22:42 -0800 (PST) Received: from habanero.hesketh.net (habanero.hesketh.net [66.45.6.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 853FE43F85 for ; Tue, 4 Feb 2003 06:22:37 -0800 (PST) (envelope-from brent@mutt.rcfile.org) Received: from mutt.rcfile.org (rdu57-229-060.nc.rr.com [66.57.229.60]) by habanero.hesketh.net (8.12.6/8.12.6) with ESMTP id h14EMXfx030232; Tue, 4 Feb 2003 09:22:34 -0500 X-Received-From: brent@mutt.rcfile.org X-Delivered-To: freebsd-java@FreeBSD.ORG X-Spam-Filter: check_local@habanero.hesketh.net by digitalanswers.org Received: from mutt.rcfile.org (localhost [127.0.0.1]) by mutt.rcfile.org (8.12.6/8.12.6) with ESMTP id h14EMcFB006955; Tue, 4 Feb 2003 09:22:38 -0500 (EST) (envelope-from brent@mutt.rcfile.org) Received: (from brent@localhost) by mutt.rcfile.org (8.12.6/8.12.6/Submit) id h14EMbro006954; Tue, 4 Feb 2003 09:22:38 -0500 (EST) Date: Tue, 4 Feb 2003 09:22:37 -0500 From: Brent Verner To: Matt Smith Cc: freebsd-java@FreeBSD.ORG Subject: Re: Stable + Fluxbox + JDK 1.3.1 == Shrunken Windows Message-ID: <20030204142237.GA6818@rcfile.org> References: <1044365597.15974.3.camel@d80h149.public.uconn.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1044365597.15974.3.camel@d80h149.public.uconn.edu> X-muttrc: $Id: .muttrc,v 1.9 2002/01/02 07:04:49 brent Exp $ X-uname: FreeBSD 4.7-STABLE #31: Mon Feb 3 09:44:36 EST 2003 root@mutt.rcfile.org:/usr/obj/usr/src/sys/MUTTS User-Agent: Mutt/1.5.3i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [2003-02-04 08:33] Matt Smith said: | Hello all -- | I running 4.7 + Fluxbox + jdk1.3.1. For some reason, many of my Java | apps start in very small windows, as small as possible. I can stretch | the windows to normal size, but they always start real small. Anyone | seen this before, and is there a fix? The problem is with with the (black|flux|open)box WMs. I see the same behavior on linux boxes as well, so it is certainly not fbsd specific. I recall seeing some discussion of this matter on the blackbox list, but not the resolution of that thread. cheers. brent -- "Develop your talent, man, and leave the world something. Records are really gifts from people. To think that an artist would love you enough to share his music with anyone is a beautiful thing." -- Duane Allman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Feb 4 6:52:58 2003 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 A75D137B401 for ; Tue, 4 Feb 2003 06:52:57 -0800 (PST) Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DEA143FA3 for ; Tue, 4 Feb 2003 06:52:56 -0800 (PST) (envelope-from Jan.Grant@bristol.ac.uk) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Tue, 4 Feb 2003 14:52:39 +0000 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 3.16 #1) id 18g4Pc-000335-00; Tue, 04 Feb 2003 14:51:00 +0000 Date: Tue, 4 Feb 2003 14:51:00 +0000 (GMT) From: Jan Grant X-X-Sender: cmjg@mail.ilrt.bris.ac.uk To: Brent Verner Cc: Matt Smith , freebsd-java Subject: Re: Stable + Fluxbox + JDK 1.3.1 == Shrunken Windows In-Reply-To: <20030204142237.GA6818@rcfile.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, 4 Feb 2003, Brent Verner wrote: > [2003-02-04 08:33] Matt Smith said: > | Hello all -- > | I running 4.7 + Fluxbox + jdk1.3.1. For some reason, many of my Java > | apps start in very small windows, as small as possible. I can stretch > | the windows to normal size, but they always start real small. Anyone > | seen this before, and is there a fix? > > The problem is with with the (black|flux|open)box WMs. I see the > same behavior on linux boxes as well, so it is certainly not fbsd > specific. I recall seeing some discussion of this matter on the > blackbox list, but not the resolution of that thread. I believe the resolution was: pack, then set non-resizable. -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287088 Fax +44 (0)117 9287112 http://ioctl.org/jan/ "Impact of vulnerability: Run code of an attacker's choice Maximum Severity Rating: Moderate" -- M$ security bulletin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Feb 4 8: 8:32 2003 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 0241E37B401 for ; Tue, 4 Feb 2003 08:08:32 -0800 (PST) Received: from heaven.gigo.com (heaven.gigo.com [64.57.102.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0628043F75 for ; Tue, 4 Feb 2003 08:08:31 -0800 (PST) (envelope-from lioux@brturbo.com) Received: from 200-163-006-110.bsace7003.dsl.brasiltelecom.net.br (200-163-006-110.bsace7003.dsl.brasiltelecom.net.br [200.163.6.110]) by heaven.gigo.com (Postfix) with ESMTP id 992B3B8D9 for ; Tue, 4 Feb 2003 08:08:14 -0800 (PST) Received: (qmail 18200 invoked by uid 1001); 4 Feb 2003 15:31:32 -0000 Message-ID: <20030204153132.18199.qmail@exxodus.fedaykin.here> Date: Tue, 4 Feb 2003 13:31:10 -0200 From: Mario Sergio Fujikawa Ferreira To: java@FreeBSD.org Subject: Port of JMF Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 4.7-STABLE X-Disclaimer: I hope you find what you are looking for... in life :) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I made a port of 'The JavaTM Media Framework API'. I thought you would like to review this one. I assigned maintainership to java@FreeBSD.org. If you find this is useful, please commit it. One port that could benefit from it is graphics/aoi but I am not sure yet if JMF is working under FreeBSD. :( I just did the packaging. http://people.FreeBSD.org/~lioux/jmf.tar.gz Regards, -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Feb 4 8:35:23 2003 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 6BB4F37B401 for ; Tue, 4 Feb 2003 08:35:22 -0800 (PST) Received: from dmz2.unixjunkie.com (adsl-65-70-175-249.dsl.rcsntx.swbell.net [65.70.175.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 611B443FA3 for ; Tue, 4 Feb 2003 08:35:16 -0800 (PST) (envelope-from strgout@unixjunkie.com) Received: from mail.unixjunkie.com (mail [10.253.254.36]) by dmz2.unixjunkie.com (8.12.6/8.12.6) with ESMTP id h14GiIeA056261 for ; Tue, 4 Feb 2003 10:44:19 -0600 (CST) (envelope-from strgout@mail.unixjunkie.com) Received: from mail.unixjunkie.com (mail [10.253.254.36]) by mail.unixjunkie.com (8.12.6/8.12.6) with ESMTP id h14GiIZC056258 for ; Tue, 4 Feb 2003 10:44:18 -0600 (CST) (envelope-from strgout@mail.unixjunkie.com) Received: (from strgout@localhost) by mail.unixjunkie.com (8.12.6/8.12.6/Submit) id h14GiINX056257 for freebsd-java@freebsd.org; Tue, 4 Feb 2003 10:44:18 -0600 (CST) (envelope-from strgout) Date: Tue, 4 Feb 2003 10:44:18 -0600 From: John To: freebsd-java@freebsd.org Subject: Re: jdk 1.4.1 + dialogue boxes + blackbox Message-ID: <20030204164418.GA56247@mail.unixjunkie.com> References: <20030203233239.GA54585@mail.unixjunkie.com> <20030204144438.A77804@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030204144438.A77804@phantom.cris.net> User-Agent: Mutt/1.4i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Well only one way to find out :) On Tue, Feb 04, 2003 at 02:44:38PM +0200, Alexey Zelkin wrote: > hi, > > On Mon, Feb 03, 2003 at 05:32:39PM -0600, John wrote: > > Just wondering if 1.4.1 will help the dialogue box problem > > with blackbox, or is this just blackbox being hosed in someway? > > If you're talking about 'incorrectly-displayed' or 'not-displayed' fonts, > then it will. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Feb 4 9:16:37 2003 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 2718337B401 for ; Tue, 4 Feb 2003 09:16:36 -0800 (PST) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id A750643F85 for ; Tue, 4 Feb 2003 09:16:35 -0800 (PST) (envelope-from glewis@eyesbeyond.com) Received: from mail by mgr2.xmission.com with spam-scanned (Exim 3.35 #1) id 18g6fX-0001xw-02 for freebsd-java@freebsd.org; Tue, 04 Feb 2003 10:15:35 -0700 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 18g6es-0001ZZ-02 for freebsd-java@freebsd.org; Tue, 04 Feb 2003 10:14:55 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id h14HEkb17393 for freebsd-java@freebsd.org; Wed, 5 Feb 2003 03:44:46 +1030 (CST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Wed, 5 Feb 2003 03:44:45 +1030 From: Greg Lewis To: freebsd-java@freebsd.org Subject: JDK 1.4.1 patchset 2 Message-ID: <20030205034445.A17188@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Spam-Status: No, hits=-1.4 required=8.0 tests=SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01,USER_AGENT, USER_AGENT_MUTT,X_AUTH_WARNING version=2.43 X-Spam-Level: Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, It is with great pleasure that I announce the second patchset in the series for the JDK 1.4 on FreeBSD. This patchset is still suitable only for experienced JDK testers and developers and should not be considered ready for general use. Use of this patchset requires a very recent version of FreeBSD; see the BUILD file for details. Many bugs have been fixed since patchset 1 and the code base has been updated to the current 1.4.1 SCSL release. Again, I would like to thank Alexey Zelkin who has single handedly been working on the 1.4 port. I'd also like to thank the FreeBSD Foundation who have provided the funding to allow Alexey to continue his work. I'd ask FreeBSD Java users to continue to support the Foundation so that they can continue to support us! You'll find information and download instructions for the patchset at http://www.eyesbeyond.com/freebsddom/java/jdk14.html. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Feb 4 9:33:55 2003 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 035B637B405 for ; Tue, 4 Feb 2003 09:33:54 -0800 (PST) Received: from mgr4.xmission.com (mgr4.xmission.com [198.60.22.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E7D843FAF for ; Tue, 4 Feb 2003 09:33:53 -0800 (PST) (envelope-from glewis@eyesbeyond.com) Received: from mail by mgr4.xmission.com with spam-scanned (Exim 3.35 #1) id 18g6xE-0003ia-04 for freebsd-java@freebsd.org; Tue, 04 Feb 2003 10:33:53 -0700 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr4.xmission.com with esmtp (Exim 3.35 #1) id 18g6xE-0003hs-04 for freebsd-java@FreeBSD.ORG; Tue, 04 Feb 2003 10:33:52 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id h14HXmG17552 for freebsd-java@FreeBSD.ORG; Wed, 5 Feb 2003 04:03:48 +1030 (CST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Wed, 5 Feb 2003 04:03:48 +1030 From: Greg Lewis Cc: freebsd-java@FreeBSD.ORG Subject: Re: JDK 1.4.1 patchset 2 Message-ID: <20030205040348.A17526@misty.eyesbeyond.com> References: <20030205034445.A17188@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030205034445.A17188@misty.eyesbeyond.com>; from glewis@eyesbeyond.com on Wed, Feb 05, 2003 at 03:44:45AM +1030 X-Spam-Status: No, hits=-2.5 required=8.0 tests=IN_REP_TO,MISSING_HEADERS,QUOTED_EMAIL_TEXT,REFERENCES, SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01,USER_AGENT, USER_AGENT_MUTT,X_AUTH_WARNING version=2.43 X-Spam-Level: Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Feb 05, 2003 at 03:44:45AM +1030, Greg Lewis wrote: > Again, I would like to thank Alexey Zelkin who has single handedly been > working on the 1.4 port. I'd also like to thank the FreeBSD Foundation > who have provided the funding to allow Alexey to continue his work. I'd > ask FreeBSD Java users to continue to support the Foundation so that > they can continue to support us! I've already been asked about a link in regards to how people can support the Foundation. This is a great idea (thanks Nick!) and I apologise for not including the information in my announcement. http://www.freebsdfoundation.org/#donations -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Feb 4 23:35: 4 2003 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 CDB4B37B401 for ; Tue, 4 Feb 2003 23:35:02 -0800 (PST) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 554AB43F3F for ; Tue, 4 Feb 2003 23:32:09 -0800 (PST) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.6/8.12.6) with ESMTP id h157WF9c031044; Wed, 5 Feb 2003 08:32:15 +0100 (CET) (envelope-from ernst@zaphod.euronet.nl) Received: (from ernst@localhost) by zaphod.euronet.nl (8.12.6/8.12.6/Submit) id h157UgsX031033; Wed, 5 Feb 2003 08:30:42 +0100 (CET) Content-Type: text/plain; charset="iso-8859-1" From: Ernst de Haan To: Greg Lewis , Christoph Kukulies Subject: Re: expr: syntax error Date: Wed, 5 Feb 2003 08:30:42 +0100 User-Agent: KMail/1.4.3 Cc: java@FreeBSD.ORG References: <200301262152.WAA27425@accms33.physik.rwth-aachen.de> <20030128072814.A10505@misty.eyesbeyond.com> In-Reply-To: <20030128072814.A10505@misty.eyesbeyond.com> X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200302050830.42808.znerd@FreeBSD.org> Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Monday 27 January 2003 21:58, Greg Lewis wrote: > On Sun, Jan 26, 2003 at 10:52:13PM +0100, Christoph Kukulies wrote: > > Under 5.0/R I'm presently getting: > > > > # cd /usr/local/linux-blackdown-jdk1.3.1/bin > > # ./java -version > > expr: syntax error > > java version "1.3.1_06" > > Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01) > > Java HotSpot(TM) Client VM (build 1.3.1_06-b01, mixed mode) > > > > I didn't yet pinpoint it to the shell script line but is it a known > > error? > > Looks like a bug to me. > > Create a files directory in /usr/ports/java/linux-blackdown-jdk13 and > save the attached patches in it and then rebuild the port. It should > work a lot better then :). > > Ernst, do you mind if I commit these patches? Nope, I don't mind. But I'm really really busy, so I don't have time to review anything :-( Ernst To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 4:10: 9 2003 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 6136037B4DC for ; Wed, 5 Feb 2003 04:10:07 -0800 (PST) Received: from habanero.hesketh.net (habanero.hesketh.net [66.45.6.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C06B43FA7 for ; Wed, 5 Feb 2003 04:10:06 -0800 (PST) (envelope-from brent@mutt.rcfile.org) Received: from mutt.rcfile.org (rdu57-229-060.nc.rr.com [66.57.229.60]) by habanero.hesketh.net (8.12.6/8.12.6) with ESMTP id h15CA3fx022185 for ; Wed, 5 Feb 2003 07:10:04 -0500 X-Received-From: brent@mutt.rcfile.org X-Delivered-To: X-Spam-Filter: check_local@habanero.hesketh.net by digitalanswers.org Received: from mutt.rcfile.org (localhost [127.0.0.1]) by mutt.rcfile.org (8.12.6/8.12.6) with ESMTP id h15CA6An070007 for ; Wed, 5 Feb 2003 07:10:06 -0500 (EST) (envelope-from brent@mutt.rcfile.org) Received: (from brent@localhost) by mutt.rcfile.org (8.12.6/8.12.6/Submit) id h15CA62R070006 for freebsd-java@freebsd.org; Wed, 5 Feb 2003 07:10:06 -0500 (EST) Date: Wed, 5 Feb 2003 07:10:06 -0500 From: Brent Verner To: freebsd-java@freebsd.org Subject: patchset 2 report (a love story) Message-ID: <20030205121006.GA69850@rcfile.org> Mime-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit X-muttrc: $Id: .muttrc,v 1.9 2002/01/02 07:04:49 brent Exp $ X-uname: FreeBSD 4.7-STABLE #32: Tue Feb 4 11:04:18 EST 2003 root@mutt.rcfile.org:/usr/obj/usr/src/sys/MUTTS User-Agent: Mutt/1.5.3i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, After a long 6 hour compile that ended in a failure on a plugin target, I had a fresh native 1.4.1 image (with HotSpot no less!) for my 4.7-stable box. I've been running a couple of tomcat apps pretty heavily for the past few hours, and things seem stable, aside from a few DEBUG: signal messages[1]. Aside from apparent stability, the performance improvement over native 1.3.1 is about 600%. Nice work. Now, a nit... I tried building on a -current machine, but the 3.2.1 compiler bails early in the build of adlc, complaining of numerous ostream operator link-errors. I hacked around with this a bit, while the 4.7 box was building, but gave up after I noticed that I could compile the same ostream<<(char) code that the build was complaining about. Weird. In any case, kudos Alexey, for the fine work. If there is any legwork that I could do in getting 3.2.1 compiling on -current, let me know; I'd be glad to help. I created a ports directory for the jdk14, and was wondering if it would be possible to distribute patchset 2 in .zip format, so USE_ZIP could be set in the Makefile to extract both the scsl-src and patchset, instead of having to _manually_ extract one of them. If I'm missing some feature of the ports system that would allow automatic extraction of both, please throw that cluestick at me :-) On the HotSpot note, is there any work being done on getting 1.3.1's HotSpot working? AFAIR, it would not build with 1.3.1-patchset-7. cheers. brent [1] one of these is signal 11, so if this is _the_ signal 11ôI'm familiar with, and you want to know how to duplicate, I could probably distill a testcase. -- "Develop your talent, man, and leave the world something. Records are really gifts from people. To think that an artist would love you enough to share his music with anyone is a beautiful thing." -- Duane Allman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 4:46:16 2003 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 504F237B405 for ; Wed, 5 Feb 2003 04:46:15 -0800 (PST) Received: from oak.FernUni-Hagen.de (oak.fernuni-hagen.de [132.176.114.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B79E943FA3 for ; Wed, 5 Feb 2003 04:46:11 -0800 (PST) (envelope-from jfh@es-i2.FernUni-Hagen.de) Received: from amavis by oak.FernUni-Hagen.de with scanned-ok (Exim 4.04) id 18gOwM-0000dP-00 for freebsd-java@freebsd.org; Wed, 05 Feb 2003 13:46:10 +0100 Received: from es-i2.fernuni-hagen.de ([132.176.7.81]) by oak.FernUni-Hagen.de with esmtp (Exim 4.04) id 18gOwA-0000al-00; Wed, 05 Feb 2003 13:45:58 +0100 Received: from jfh00.fernuni-hagen.de (jfh00.fernuni-hagen.de [132.176.7.6]) by es-i2.fernuni-hagen.de (Postfix) with ESMTP id B856952F3; Wed, 5 Feb 2003 13:45:56 +0100 (CET) Received: by jfh00.fernuni-hagen.de (Postfix, from userid 1001) id A7851243DF; Wed, 5 Feb 2003 13:45:58 +0100 (CET) Date: Wed, 5 Feb 2003 13:45:58 +0100 From: Fritz Heinrichmeyer To: freebsd-java@freebsd.org Subject: Re: Any working combination of jdk and tomcat with stable Message-ID: <20030205124558.GA70113@jfh00.fernuni-hagen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.3i X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Sorry for beeing late: http://www-es.fernuni-hagen.de:8180/index.jsp produces java.lang.NoClassDefFoundError: org/apache/jasper/compiler/PageDataImpl after a fresh installation i see in /usr/local/jakarta-tomcat4.1/logs/localhost_log.2003-02-05.txt 2003-02-05 09:37:05 HostConfig[localhost]: Deploying configuration descriptor admin.xml 2003-02-05 09:37:06 StandardHost[localhost]: Error deploying application at context path null java.lang.reflect.InvocationTargetException at org.apache.commons.digester.Digester.createSAXException(Digester.java:231 the only other thing i do with jdk is running applets in mozilla, they obviously work. Some classpath related problem? Greetings -- Fritz Heinrichmeyer mailto:fritz.heinrichmeyer@fernuni-hagen.de FernUniversitaet Hagen, LG ES, 58084 Hagen (Germany) tel:+49 2331/987-1166 fax:987-355 http://www-es.fernuni-hagen.de/~jfh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 4:53:31 2003 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 B5EFC37B401 for ; Wed, 5 Feb 2003 04:53:30 -0800 (PST) Received: from mail-relay.edison.ro (62.231.66.133 [62.231.66.133]) by mx1.FreeBSD.org (Postfix) with SMTP id 4E49143FA7 for ; Wed, 5 Feb 2003 04:53:23 -0800 (PST) (envelope-from gicabulica@edison.ro) Received: (qmail 9722 invoked from network); 5 Feb 2003 12:58:46 -0000 Received: from unknown (HELO hardy) (192.168.2.159) by 192.168.4.228 with SMTP; 5 Feb 2003 12:58:46 -0000 Date: Wed, 5 Feb 2003 14:52:19 +0200 From: costin X-Mailer: The Bat! (v1.61) Reply-To: costin X-Priority: 3 (Normal) Message-ID: <138173821051.20030205145219@edison.ro> To: freebsd-java@freebsd.org Subject: Which port behaves better? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello! I would like to know what port of the java (linux-sun/linux-ibm/jdk-13) behaves better. I`m reffering ofc, first to stability and then to performance. I know I might ask a very borring and general question but I didn`t found any relevant answers to it. I`m not interested in working in a GUI environment, the machine is running the lastest 4-STABLE (aka 4.7-p3) and will be running JBoss, tomcat or resin or something related. I would also like some advices about which java servers (in the ejbs/jsps/servlets arena) are working best and in which combination? Any light in the configurations switches in all ports will also be very helpful. Thanks a lot. -- Toate Bune costin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 5:16:43 2003 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 EA83937B401 for ; Wed, 5 Feb 2003 05:16:41 -0800 (PST) Received: from mail-relay.edison.ro (62.231.66.133 [62.231.66.133]) by mx1.FreeBSD.org (Postfix) with SMTP id BD67143FA3 for ; Wed, 5 Feb 2003 05:16:37 -0800 (PST) (envelope-from gicabulica@edison.ro) Received: (qmail 10822 invoked from network); 5 Feb 2003 13:22:02 -0000 Received: from unknown (HELO hardy) (192.168.2.159) by 192.168.4.228 with SMTP; 5 Feb 2003 13:22:02 -0000 Date: Wed, 5 Feb 2003 15:15:36 +0200 From: costin X-Mailer: The Bat! (v1.61) Reply-To: costin X-Priority: 3 (Normal) Message-ID: <173175217689.20030205151536@edison.ro> To: freebsd-java@freebsd.org Subject: Re[2]: Which port behaves better? In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thanks. What about the jikes alternative and the switches from the native jdk13 (the NATIVE_BOOTSTRAP for example). I`m looking for a more detailed answer. Thanks again... AM> On Wed, 5 Feb 2003, costin wrote: >> Hello! >> >> I would like to know what port of the java >> (linux-sun/linux-ibm/jdk-13) behaves better. I`m reffering ofc, >> first to stability and then to performance. >> >> I know I might ask a very borring and general question but I didn`t >> found any relevant answers to it. >> >> I`m not interested in working in a GUI environment, the machine is >> running the lastest 4-STABLE (aka 4.7-p3) and will be running JBoss, >> tomcat or resin or something related. AM> Native jdk1.3.1 (latest patch) with OpenJIT >> >> I would also like some advices about which java servers (in the >> ejbs/jsps/servlets arena) are working best and in which combination? >> >> Any light in the configurations switches in all ports will also be >> very helpful. >> >> Thanks a lot. >> >> -- >> Toate Bune >> costin >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-java" in the body of the message >> AM> ================================================================== AM> Achilleus Mantzios AM> S/W Engineer AM> IT dept AM> Dynacom Tankers Mngmt AM> Nikis 4, Glyfada AM> Athens 16610 AM> Greece AM> tel: +30-10-8981112 AM> fax: +30-10-8981877 AM> email: achill@matrix.gatewaynet.com AM> mantzios@softlab.ece.ntua.gr -- costin mailto:gicabulica@edison.ro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 5:54:50 2003 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 9AB4B37B406 for ; Wed, 5 Feb 2003 05:54:47 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B6AA43F85 for ; Wed, 5 Feb 2003 05:54:44 -0800 (PST) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h15Fwovb033305; Wed, 5 Feb 2003 15:58:51 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h15E1BRx089300; Wed, 5 Feb 2003 16:01:11 +0200 (EET) (envelope-from ml) Date: Wed, 5 Feb 2003 16:01:11 +0200 From: Alexey Zelkin To: Brent Verner Cc: freebsd-java@FreeBSD.ORG Subject: Re: patchset 2 report (a love story) Message-ID: <20030205160111.A89218@phantom.cris.net> References: <20030205121006.GA69850@rcfile.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <20030205121006.GA69850@rcfile.org>; from brent@rcfile.org on Wed, Feb 05, 2003 at 07:10:06AM -0500 X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, On Wed, Feb 05, 2003 at 07:10:06AM -0500, Brent Verner wrote: > Hi, > > After a long 6 hour compile that ended in a failure on a plugin Not good, plugin build is completely disabled for now... I'll take a look. BTW, if you've fast machine with enough memory you may try to build hotspot object files parallely: setenv HOTSPOT_BUILD_JOBS 4 before starting the build (for example) > target, I had a fresh native 1.4.1 image (with HotSpot no less!) Sorry, there's no support for something other than HotSpot in JDK 1.4 :-) > for my 4.7-stable box. I've been running a couple of tomcat apps > pretty heavily for the past few hours, and things seem stable, aside > from a few DEBUG: signal messages[1]. Aside from apparent stability, > the performance improvement over native 1.3.1 is about 600%. > Nice work. Cool! > Now, a nit... I tried building on a -current machine, but the > 3.2.1 compiler bails early in the build of adlc, complaining of > numerous ostream operator link-errors. I hacked around with > this a bit, while the 4.7 box was building, but gave up after > I noticed that I could compile the same ostream<<(char) code > that the build was complaining about. Weird. Strange. Can you please provide me information about exact error messages, 'gcc -v', and 'uname -a' ? > In any case, kudos Alexey, for the fine work. If there is any > legwork that I could do in getting 3.2.1 compiling on -current, > let me know; I'd be glad to help. Provide me details on failure, please. > I created a ports directory for the jdk14, and was wondering if > it would be possible to distribute patchset 2 in .zip format, so > USE_ZIP could be set in the Makefile to extract both the scsl-src > and patchset, instead of having to _manually_ extract one of them. > If I'm missing some feature of the ports system that would allow > automatic extraction of both, please throw that cluestick at me :-) I'd like to look. I think Greg too :) > On the HotSpot note, is there any work being done on getting 1.3.1's > HotSpot working? AFAIR, it would not build with 1.3.1-patchset-7. Yes. Patchset 8 for 1.3.1 will appear soon... Greg ? > [1] one of these is signal 11, so if this is _the_ signal 11ôI'm > familiar with, and you want to know how to duplicate, I could > probably distill a testcase. It's debug printf, signal 11 is indicating that something goes wierd inside java compiled code. But since you don't see any exception or fatal failures -- JVM is able to recover from this problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 6: 2:33 2003 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 365FE37B401 for ; Wed, 5 Feb 2003 06:02:31 -0800 (PST) Received: from mail-relay.edison.ro (62.231.66.133 [62.231.66.133]) by mx1.FreeBSD.org (Postfix) with SMTP id 8F13343F93 for ; Wed, 5 Feb 2003 06:02:24 -0800 (PST) (envelope-from gicabulica@edison.ro) Received: (qmail 13447 invoked from network); 5 Feb 2003 14:07:46 -0000 Received: from unknown (HELO hardy) (192.168.2.159) by 192.168.4.228 with SMTP; 5 Feb 2003 14:07:46 -0000 Date: Wed, 5 Feb 2003 16:01:16 +0200 From: costin X-Mailer: The Bat! (v1.61) Reply-To: costin X-Priority: 3 (Normal) Message-ID: <143177958350.20030205160116@edison.ro> To: freebsd-java@freebsd.org Subject: Re[3]: Which port behaves better? In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Now I am really confused because I have installed the port using the NATIVE_BOOTSRAP=yes variable but first I had to install the linux-sun-jdk13. Basically the port won`t compile unless I did as specified in the BUILD file from the patch-set 7. This is the only thing that actually worked. Basically the native compilation didn`t work for me without the linux-jdk13(I used the one from sun as it was not specify which one). I got the following error: ERROR: Your BOOTDIR environment variable does not point to a valid Java 2 SDK for bootstrapping this build. A Java 2 SDK 1.3.1 build must be bootstrapped against any 1.3 build. Please update your ALT_BOOTDIR setting, or just unset it, and start your build again. So, I`ve looked in the BUILD file and I found: ############ You'll also need a working JDK 1.3 compiler to bootstrap the process. The simplest solution on FreeBSD is to just install the linux-jdk13 port. Note that the JDK you build is self-hosting, i.e. it can be used as the bootstrap compiler once its been built the first time. ########### Please be clear what is it? I understand that in order to build the jdk you need the linux port (which is about the same size). But after the compile you can remove it because it isn`t use. And to make things really confusing, how do I know which one is running: the linux one or the native one. I`ve also seen in the posts something like: "the native port in interpreted mode" - this meaning what?, that is it still running with the help of linux but is not the linux version? Thanks! AM> Things change really fast, but it is always a pain to get AM> the native jdk compiled. AM> NATIVE_BOOTSTRAP is when you try to build a jdk port without AM> having to install linux or sun port. AM> I would suggest start trying and solve problems and ask the list AM> as you go. AM> Also note that i had no success with the 1.3.1 hotspot port. Btw, the openJIT needs the jdk11 as I found out from the build/Makefile. Did you actually installed the jdk11 to use it? Thanks, -- costin mailto:gicabulica@edison.ro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 7:13: 5 2003 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 4364237B401 for ; Wed, 5 Feb 2003 07:13:04 -0800 (PST) Received: from mail-relay.edison.ro (62.231.66.133 [62.231.66.133]) by mx1.FreeBSD.org (Postfix) with SMTP id C542C43F75 for ; Wed, 5 Feb 2003 07:12:42 -0800 (PST) (envelope-from gicabulica@edison.ro) Received: (qmail 16617 invoked from network); 5 Feb 2003 15:18:02 -0000 Received: from unknown (HELO hardy) (192.168.2.159) by 192.168.4.228 with SMTP; 5 Feb 2003 15:18:02 -0000 Date: Wed, 5 Feb 2003 17:11:21 +0200 From: costin X-Mailer: The Bat! (v1.61) Reply-To: costin X-Priority: 3 (Normal) Message-ID: <135182162726.20030205171121@edison.ro> To: freebsd-java@freebsd.org Subject: Install instructions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi! Just need some simple advices to install the native port jdk1.3 After downloading all thats needed, and a simple # make depends NATIVE_BOOTSTRAP=yes works fine when I`m doing the # make install NATIVE_BOOTSTRAP=yes I get the following messages: ######################## ===> Applying FreeBSD patches for jdk-1.3.1p7_2 ===> Configuring for jdk-1.3.1p7_2 ===> Building for jdk-1.3.1p7_2 i386 Build started: 1.3.1-p7-root-030205-15:48 ERROR: BOOTDIR does not point to a valid Java 2 SDK Check that you have access to /usr/local/jdk1.3.1/bin/java and/or check your value of ALT_BOOTDIR. Exiting because of the above error(s). gmake: *** [sanity] Error 1 *** Error code 2 ######################### So it seems that I need jdk kit for linux as stated in the BUILD file from the patch set. Now, after installing the package in /usr/local/linux-sun-jdk1.3 (standard) I get the same error even though I made the appropriate setenv(in csh) and export (in bash) for the ports What`s wrong? -- Thanks, costin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 7:49:59 2003 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 568BE37B401 for ; Wed, 5 Feb 2003 07:49:58 -0800 (PST) Received: from mail-relay.edison.ro (62.231.66.133 [62.231.66.133]) by mx1.FreeBSD.org (Postfix) with SMTP id 1E42B43F93 for ; Wed, 5 Feb 2003 07:49:47 -0800 (PST) (envelope-from gicabulica@edison.ro) Received: (qmail 18452 invoked from network); 5 Feb 2003 15:54:58 -0000 Received: from unknown (HELO hardy) (192.168.2.159) by 192.168.4.228 with SMTP; 5 Feb 2003 15:54:58 -0000 Date: Wed, 5 Feb 2003 17:48:31 +0200 From: costin X-Mailer: The Bat! (v1.61) Reply-To: costin X-Priority: 3 (Normal) Message-ID: <12184393163.20030205174831@edison.ro> To: freebsd-java@freebsd.org Subject: More install problems MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi! I don`t want to bother anyone but I can`t install the native port. After installing the linux-sun-jdk1.3 when I run the jdk13 make install I keep receiving the same error: >>>>>>>>>>>>>>>>>>>>> Hunk #1 succeeded at 25. done ===> Applying FreeBSD patches for jdk-1.3.1p7_2 ===> Configuring for jdk-1.3.1p7_2 ===> Building for jdk-1.3.1p7_2 i386 Build started: 1.3.1-p7-root-030205-16:42 ERROR: BOOTDIR does not point to a valid Java 2 SDK Check that you have access to /usr/local/jdk1.3.1/bin/java and/or check your value of ALT_BOOTDIR. Exiting because of the above error(s). gmake: *** [sanity] Error 1 *** Error code 2 Stop in /usr/ports/java/jdk13. >>>>>>>>>>>>>>>>>>>> I`ve looked through the Makefile and I see that when the Native Bootstrap method is used their is no linux involved. However the BUILD says that one need a jdk compiler in order to boot-up the process. I see that the variables from the BUILD file are already set in the Makefile but when used with the NATIVE_BOOTSTRAP option again the error message appears. The only time I managed to install the port was without the NATIVE_BOOTSTRAP option which as far as I can see overwrites/appends the linux distribution. Can anyone help me? -- Thanks, costin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 8: 8:32 2003 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 9642437B401 for ; Wed, 5 Feb 2003 08:08:30 -0800 (PST) Received: from primus.vsservices.com (primus.vsservices.com [63.66.136.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8CF543F43 for ; Wed, 5 Feb 2003 08:08:29 -0800 (PST) (envelope-from gclarkii@vsservices.com) Received: from prime.vsservices.com (conr-adsl-dhcp-17-187.txucom.net [209.34.17.187]) by primus.vsservices.com (8.12.6/8.12.6) with SMTP id h15G88Nq081800; Wed, 5 Feb 2003 10:08:09 -0600 (CST) (envelope-from gclarkii@vsservices.com) Date: Wed, 5 Feb 2003 10:08:13 -0600 From: GB Clark To: costin Cc: freebsd-java@FreeBSD.ORG Subject: Re: More install problems Message-Id: <20030205100813.088de100.gclarkii@vsservices.com> In-Reply-To: <12184393163.20030205174831@edison.ro> References: <12184393163.20030205174831@edison.ro> X-Mailer: Sylpheed version 0.8.9 (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-0.6 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_03_05, TO_BE_REMOVED_REPLY version=2.43 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 5 Feb 2003 17:48:31 +0200 costin wrote: > Hi! > > I don`t want to bother anyone but I can`t install the native port. > > After installing the linux-sun-jdk1.3 when I run the jdk13 make > install I keep receiving the same error: > > >>>>>>>>>>>>>>>>>>>>> > Hunk #1 succeeded at 25. > done > ===> Applying FreeBSD patches for jdk-1.3.1p7_2 > ===> Configuring for jdk-1.3.1p7_2 > ===> Building for jdk-1.3.1p7_2 > i386 Build started: 1.3.1-p7-root-030205-16:42 > ERROR: BOOTDIR does not point to a valid Java 2 SDK > Check that you have access to > /usr/local/jdk1.3.1/bin/java > and/or check your value of ALT_BOOTDIR. > > Exiting because of the above error(s). > gmake: *** [sanity] Error 1 > *** Error code 2 > > Stop in /usr/ports/java/jdk13. > > >>>>>>>>>>>>>>>>>>>> > > I`ve looked through the Makefile and I see that when the > Native Bootstrap method is used their is no linux involved. However > the BUILD says that one need a jdk compiler in order to boot-up the > process. > > > I see that the variables from the BUILD file are already set in the > Makefile but when used with the NATIVE_BOOTSTRAP option again the > error message appears. > > The only time I managed to install the port was without the > NATIVE_BOOTSTRAP option which as far as I can see overwrites/appends > the linux distribution. As far as I know all JDKs install into their own directories. I have jdk-1.1.8, jdk-1.3.1, linux-blackstone-jdk-1.3.1 and linux-sun-jdk-1.3.1 all installed. Which one is used is based on your path and JAVA_HOME variables. I'm about to also install the 1.4 native jdk as soon as my makeworld finishes. And again, you need a working JDK to bootstrap a native install. After the native install you can nuke the Linux install if you wish. GB > Can anyone help me? > > -- > Thanks, > costin > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message > -- GB Clark II | Roaming FreeBSD Admin gclarkii@VSServices.COM | General Geek CTHULU for President - Why choose the lesser of two evils? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 8:18:51 2003 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 13B6137B401 for ; Wed, 5 Feb 2003 08:18:48 -0800 (PST) Received: from mail-relay.edison.ro (62.231.66.133 [62.231.66.133]) by mx1.FreeBSD.org (Postfix) with SMTP id 48ED643F43 for ; Wed, 5 Feb 2003 08:18:26 -0800 (PST) (envelope-from gicabulica@edison.ro) Received: (qmail 19695 invoked from network); 5 Feb 2003 16:23:44 -0000 Received: from unknown (HELO hardy) (192.168.2.159) by 192.168.4.228 with SMTP; 5 Feb 2003 16:23:44 -0000 Date: Wed, 5 Feb 2003 18:17:17 +0200 From: costin X-Mailer: The Bat! (v1.61) Reply-To: costin X-Priority: 3 (Normal) Message-ID: <101186119405.20030205181717@edison.ro> To: freebsd-java@freebsd.org Subject: Re[4]: Which port behaves better? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi! First of all, thanks for the reply. So let me just rephrase that to see if I understood corectly. Basically, the NATIVE_BOOTSTRAP switch is present if one has already the FreeBSD port installed and wants to compile a JDK he can use that instead of the Linux one. And now that I`ve got that right(hopefully) what compilers are you guys using - jikes/ some kind of jits? or the basic javac. And to repet myself, what about the others jvm's, especially ibm`s? I would like to know of course about the one that you are using and also anything you know about the one`s that you don`t normally use. I`m asking about ibm`s jvm `cause I`ve heard a lot of good things about it like clean implementation and a lot more speed comparing to the sun jvm...just a thought. Thanks again, you advice was really helpful. GC> On Wed, 5 Feb 2003 15:15:36 +0200 GC> costin wrote: >> Thanks. >> >> What about the jikes alternative and the switches from the native >> jdk13 (the NATIVE_BOOTSTRAP for example). >> >> I`m looking for a more detailed answer. GC> Ok, here is how it works. GC> The Java ports require a java compiler to bootstrap. On a fresh GC> install you need to install a Linux JDK, GC> point your JAVA_HOME at that location and then you can GC> compile/install a native JDK. After the GC> installation of the native JDK, you can nuke the Linux JDK, set your GC> JAVA_HOME to the native JDK and GC> set NATIVE_BOOTSTRAP and get all new native JDKs to compile using GC> the native JDK to bootstrap. Once GC> we have a modern binary release (I think the last was like 1.1.8 or GC> there abouts) we won't need the GC> Linux JDKs at all. GC> Hopefully it helps and I've got it right..:) GC> GB >> Thanks again... >> AM> On Wed, 5 Feb 2003, costin wrote: >> >> >> Hello! >> >> >> >> I would like to know what port of the java >> >> (linux-sun/linux-ibm/jdk-13) behaves better. I`m reffering ofc, >> >> first to stability and then to performance. >> >> >> >> I know I might ask a very borring and general question but I didn`t >> >> found any relevant answers to it. >> >> >> >> I`m not interested in working in a GUI environment, the machine is >> >> running the lastest 4-STABLE (aka 4.7-p3) and will be running JBoss, >> >> tomcat or resin or something related. >> >> AM> Native jdk1.3.1 (latest patch) with OpenJIT >> >> >> >> >> I would also like some advices about which java servers (in the >> >> ejbs/jsps/servlets arena) are working best and in which combination? >> >> >> >> Any light in the configurations switches in all ports will also be >> >> very helpful. >> >> >> >> Thanks a lot. >> >> >> >> -- >> >> Toate Bune >> >> costin >> >> >> >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> >> with "unsubscribe freebsd-java" in the body of the message >> >> >> >> AM> ================================================================== >> AM> Achilleus Mantzios >> AM> S/W Engineer >> AM> IT dept >> AM> Dynacom Tankers Mngmt >> AM> Nikis 4, Glyfada >> AM> Athens 16610 >> AM> Greece >> AM> tel: +30-10-8981112 >> AM> fax: +30-10-8981877 >> AM> email: achill@matrix.gatewaynet.com >> AM> mantzios@softlab.ece.ntua.gr >> >> >> -- >> costin mailto:gicabulica@edison.ro >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-java" in the body of the message >> -- costin mailto:gicabulica@edison.ro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 8:48:40 2003 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 683C837B405 for ; Wed, 5 Feb 2003 08:48:33 -0800 (PST) Received: from primus.vsservices.com (primus.vsservices.com [63.66.136.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD10643FAF for ; Wed, 5 Feb 2003 08:48:31 -0800 (PST) (envelope-from gclarkii@vsservices.com) Received: from prime.vsservices.com (conr-adsl-dhcp-17-187.txucom.net [209.34.17.187]) by primus.vsservices.com (8.12.6/8.12.6) with SMTP id h15G3FNq081745; Wed, 5 Feb 2003 10:03:15 -0600 (CST) (envelope-from gclarkii@vsservices.com) Date: Wed, 5 Feb 2003 10:03:20 -0600 From: GB Clark To: costin Cc: freebsd-java@FreeBSD.ORG Subject: Re: Re[2]: Which port behaves better? Message-Id: <20030205100320.337b5b15.gclarkii@vsservices.com> In-Reply-To: <173175217689.20030205151536@edison.ro> References: <173175217689.20030205151536@edison.ro> X-Mailer: Sylpheed version 0.8.9 (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-0.9 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_02_03, TO_BE_REMOVED_REPLY version=2.43 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 5 Feb 2003 15:15:36 +0200 costin wrote: > Thanks. > > What about the jikes alternative and the switches from the native > jdk13 (the NATIVE_BOOTSTRAP for example). > > I`m looking for a more detailed answer. Ok, here is how it works. The Java ports require a java compiler to bootstrap. On a fresh install you need to install a Linux JDK, point your JAVA_HOME at that location and then you can compile/install a native JDK. After the installation of the native JDK, you can nuke the Linux JDK, set your JAVA_HOME to the native JDK and set NATIVE_BOOTSTRAP and get all new native JDKs to compile using the native JDK to bootstrap. Once we have a modern binary release (I think the last was like 1.1.8 or there abouts) we won't need the Linux JDKs at all. Hopefully it helps and I've got it right..:) GB > Thanks again... > AM> On Wed, 5 Feb 2003, costin wrote: > > >> Hello! > >> > >> I would like to know what port of the java > >> (linux-sun/linux-ibm/jdk-13) behaves better. I`m reffering ofc, > >> first to stability and then to performance. > >> > >> I know I might ask a very borring and general question but I didn`t > >> found any relevant answers to it. > >> > >> I`m not interested in working in a GUI environment, the machine is > >> running the lastest 4-STABLE (aka 4.7-p3) and will be running JBoss, > >> tomcat or resin or something related. > > AM> Native jdk1.3.1 (latest patch) with OpenJIT > > >> > >> I would also like some advices about which java servers (in the > >> ejbs/jsps/servlets arena) are working best and in which combination? > >> > >> Any light in the configurations switches in all ports will also be > >> very helpful. > >> > >> Thanks a lot. > >> > >> -- > >> Toate Bune > >> costin > >> > >> > >> To Unsubscribe: send mail to majordomo@FreeBSD.org > >> with "unsubscribe freebsd-java" in the body of the message > >> > > AM> ================================================================== > AM> Achilleus Mantzios > AM> S/W Engineer > AM> IT dept > AM> Dynacom Tankers Mngmt > AM> Nikis 4, Glyfada > AM> Athens 16610 > AM> Greece > AM> tel: +30-10-8981112 > AM> fax: +30-10-8981877 > AM> email: achill@matrix.gatewaynet.com > AM> mantzios@softlab.ece.ntua.gr > > > -- > costin mailto:gicabulica@edison.ro > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message > -- GB Clark II | Roaming FreeBSD Admin gclarkii@VSServices.COM | General Geek CTHULU for President - Why choose the lesser of two evils? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 8:48:43 2003 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 E996237B406 for ; Wed, 5 Feb 2003 08:48:34 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF21D43E4A for ; Wed, 5 Feb 2003 08:48:29 -0800 (PST) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h15Intvb038973; Wed, 5 Feb 2003 18:49:56 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h15Gq21G090292; Wed, 5 Feb 2003 18:52:02 +0200 (EET) (envelope-from ml) Date: Wed, 5 Feb 2003 18:52:00 +0200 From: Alexey Zelkin To: costin Cc: freebsd-java@FreeBSD.ORG Subject: Re: More install problems Message-ID: <20030205185200.A90249@phantom.cris.net> References: <12184393163.20030205174831@edison.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <12184393163.20030205174831@edison.ro>; from gicabulica@edison.ro on Wed, Feb 05, 2003 at 05:48:31PM +0200 X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 1. You need to install port without NATIVE_BOOTSTRAP option enabled. 2. You may easely remove linux-sun-jdk1.3 after installing of native one 3. As soon as you have native JDK built & installed -- you may use NATIVE_BOOTSTRAP option to use it as bootstrap JDK for newly building JDK. PS: NATIVE_BOOTSTRAP is FreeBSD port only option. All options listed in BUILD file are J2SE internal options. On Wed, Feb 05, 2003 at 05:48:31PM +0200, costin wrote: > Hi! > > I don`t want to bother anyone but I can`t install the native port. > > After installing the linux-sun-jdk1.3 when I run the jdk13 make > install I keep receiving the same error: > > >>>>>>>>>>>>>>>>>>>>> > Hunk #1 succeeded at 25. > done > ===> Applying FreeBSD patches for jdk-1.3.1p7_2 > ===> Configuring for jdk-1.3.1p7_2 > ===> Building for jdk-1.3.1p7_2 > i386 Build started: 1.3.1-p7-root-030205-16:42 > ERROR: BOOTDIR does not point to a valid Java 2 SDK > Check that you have access to > /usr/local/jdk1.3.1/bin/java > and/or check your value of ALT_BOOTDIR. > > Exiting because of the above error(s). > gmake: *** [sanity] Error 1 > *** Error code 2 > > Stop in /usr/ports/java/jdk13. > > >>>>>>>>>>>>>>>>>>>> > > I`ve looked through the Makefile and I see that when the > Native Bootstrap method is used their is no linux involved. However > the BUILD says that one need a jdk compiler in order to boot-up the > process. > > > I see that the variables from the BUILD file are already set in the > Makefile but when used with the NATIVE_BOOTSTRAP option again the > error message appears. > > The only time I managed to install the port was without the > NATIVE_BOOTSTRAP option which as far as I can see overwrites/appends > the linux distribution. > > Can anyone help me? > > -- > Thanks, > costin > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 10: 2:17 2003 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 EA7E937B401 for ; Wed, 5 Feb 2003 10:02:15 -0800 (PST) Received: from habanero.hesketh.net (habanero.hesketh.net [66.45.6.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 047E343F75 for ; Wed, 5 Feb 2003 10:02:15 -0800 (PST) (envelope-from brent@mutt.rcfile.org) Received: from mutt.rcfile.org (rdu57-229-060.nc.rr.com [66.57.229.60]) by habanero.hesketh.net (8.12.6/8.12.6) with ESMTP id h15I2Afx011147; Wed, 5 Feb 2003 13:02:10 -0500 X-Received-From: brent@mutt.rcfile.org X-Delivered-To: freebsd-java@FreeBSD.ORG X-Spam-Filter: check_local@habanero.hesketh.net by digitalanswers.org Received: from mutt.rcfile.org (localhost [127.0.0.1]) by mutt.rcfile.org (8.12.6/8.12.6) with ESMTP id h15I2DAn072067; Wed, 5 Feb 2003 13:02:13 -0500 (EST) (envelope-from brent@mutt.rcfile.org) Received: (from brent@localhost) by mutt.rcfile.org (8.12.6/8.12.6/Submit) id h15I2CbX072066; Wed, 5 Feb 2003 13:02:12 -0500 (EST) Date: Wed, 5 Feb 2003 13:02:12 -0500 From: Brent Verner To: Alexey Zelkin Cc: freebsd-java@FreeBSD.ORG Subject: Re: patchset 2 report (a love story) Message-ID: <20030205180212.GA69943@rcfile.org> References: <20030205121006.GA69850@rcfile.org> <20030205160111.A89218@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030205160111.A89218@phantom.cris.net> X-muttrc: $Id: .muttrc,v 1.9 2002/01/02 07:04:49 brent Exp $ X-uname: FreeBSD 4.7-STABLE #32: Tue Feb 4 11:04:18 EST 2003 root@mutt.rcfile.org:/usr/obj/usr/src/sys/MUTTS User-Agent: Mutt/1.5.3i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [2003-02-05 16:01] Alexey Zelkin said: | > Now, a nit... I tried building on a -current machine, but the | > 3.2.1 compiler bails early in the build of adlc, complaining of | > numerous ostream operator link-errors. I hacked around with | > this a bit, while the 4.7 box was building, but gave up after | > I noticed that I could compile the same ostream<<(char) code | > that the build was complaining about. Weird. | | Strange. Can you please provide me information about exact error | messages, 'gcc -v', and 'uname -a' ? brent@scratch$ uname -a FreeBSD scratch.rcfile.org 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Mon Feb 3 00:56:31 EST 2003 root@scratch.rcfile.org:/jail/.usr.obj/usr/cvs/src/sys/SCRATCH i386 brent@scratch$ gcc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.2.1 [FreeBSD] 20021119 (release) Output from the failed make is at: http://rcfile.org/~brent/jdk14/make.out.gz | > I created a ports directory for the jdk14, and was wondering if | > it would be possible to distribute patchset 2 in .zip format, so | > USE_ZIP could be set in the Makefile to extract both the scsl-src | > and patchset, instead of having to _manually_ extract one of them. | > If I'm missing some feature of the ports system that would allow | > automatic extraction of both, please throw that cluestick at me :-) | | I'd like to look. I think Greg too :) While I've not dealt with updating pkg-plist (in fact, I'll have to go RTFM to create/modify that file) the ports directory that I built from on the 4.7-stable machine is at: http://rcfile.org/~brent/jdk14/jdk14-bsd/ Makefile and distinfo assume presence of a zipped version of the patchset, and the *-for-tgz pieces use the tarball patchset. I'll try to build with WITHOUT_PLUGIN to see if I can get the pkg-plist in a state where it can be used to build a package. cheers. brent -- "Develop your talent, man, and leave the world something. Records are really gifts from people. To think that an artist would love you enough to share his music with anyone is a beautiful thing." -- Duane Allman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 10: 6:35 2003 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 F20F537B401 for ; Wed, 5 Feb 2003 10:06:34 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BFDB43E4A for ; Wed, 5 Feb 2003 10:06:32 -0800 (PST) (envelope-from phantom@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h15KAevb041820; Wed, 5 Feb 2003 20:10:41 GMT Received: (from phantom@localhost) by phantom.cris.net (8.12.6/8.12.2) id h15ICxxP090846; Wed, 5 Feb 2003 20:12:59 +0200 (EET) (envelope-from phantom) Date: Wed, 5 Feb 2003 20:12:59 +0200 From: Alexey Zelkin To: Brent Verner Cc: freebsd-java@FreeBSD.ORG Subject: Re: patchset 2 report (a love story) Message-ID: <20030205201259.A90793@phantom.cris.net> References: <20030205121006.GA69850@rcfile.org> <20030205160111.A89218@phantom.cris.net> <20030205180212.GA69943@rcfile.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030205180212.GA69943@rcfile.org>; from brent@rcfile.org on Wed, Feb 05, 2003 at 01:02:12PM -0500 X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, On Wed, Feb 05, 2003 at 01:02:12PM -0500, Brent Verner wrote: [useful link & descriptions] Thanks! > Makefile and distinfo assume presence of a zipped version of the > patchset, and the *-for-tgz pieces use the tarball patchset. I'll > try to build with WITHOUT_PLUGIN to see if I can get the pkg-plist > in a state where it can be used to build a package. Try to set 'NO_PLUGIN' to 'YES' before build and let me know result. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 13:34:46 2003 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 922C637B401 for ; Wed, 5 Feb 2003 13:34:45 -0800 (PST) Received: from yahoo.com.tw (135.0.30.61.isp.tfn.net.tw [61.30.0.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2D4643F43 for ; Wed, 5 Feb 2003 13:34:43 -0800 (PST) (envelope-from conychangkimo@yahoo.com.tw) From: jerry@FreeBSD.ORG To: µ¹»{¯u¥´«÷ªºªB¤Í@FreeBSD.ORG Subject: ¸gÀ礧¯«ªº¯µ±K Reply-To: conychangkimo@yahoo.com.tw Date: 06 Feb 2003 05:54:41 +0800 Organization: Foobar Inc. X-Mailer: Gammadyne Mailer x-delete-me: 1 (this tells Gammadyne's server to delete the message) MIME-Version: 1.0 Content-Type: text/html Content-Transfer-Encoding: 8bit Message-Id: <20030205213443.E2D4643F43@mx1.FreeBSD.org> Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ¦L¶r¾÷

·s¦~§ª«°e±z¤@¥x¦L¶r¾÷ ...

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 14:19:33 2003 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 A3E2B37B401 for ; Wed, 5 Feb 2003 14:19:31 -0800 (PST) Received: from gnuppy.monkey.org (wsip68-15-8-100.sd.sd.cox.net [68.15.8.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A90B43FCD for ; Wed, 5 Feb 2003 14:19:30 -0800 (PST) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 18gXt4-0000qU-00; Wed, 05 Feb 2003 14:19:22 -0800 Date: Wed, 5 Feb 2003 14:19:22 -0800 To: Brent Verner Cc: freebsd-java@freebsd.org, "Bill Huey (Hui)" Subject: Re: patchset 2 report (a love story) Message-ID: <20030205221922.GA3198@gnuppy.monkey.org> References: <20030205121006.GA69850@rcfile.org> Mime-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20030205121006.GA69850@rcfile.org> User-Agent: Mutt/1.5.3i From: Bill Huey (Hui) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Feb 05, 2003 at 07:10:06AM -0500, Brent Verner wrote: > After a long 6 hour compile that ended in a failure on a plugin > target, I had a fresh native 1.4.1 image (with HotSpot no less!) > for my 4.7-stable box. I've been running a couple of tomcat apps > pretty heavily for the past few hours, and things seem stable, aside > from a few DEBUG: signal messages[1]. Aside from apparent stability, > the performance improvement over native 1.3.1 is about 600%. > Nice work. That's good to hear. Why do you think the performance is much better in this system verses 1.3.1 ? > On the HotSpot note, is there any work being done on getting 1.3.1's > HotSpot working? AFAIR, it would not build with 1.3.1-patchset-7. I've been doing other work, but I'm probably going to start up work again on this matter. I'd like to hand this work over to somebody in some formal way so that I can move onto other projects and still have things be completely functional. There is a tiny framework I'm doing is going to allow for both HotSpot versions, 1.3.x and 1.4.x to run properly without the use of signal driven ucontext manipulations for both -stable and -current. That'll be good for all of the FreeBSD folks and Alexey can then revert the removal of some critical asserts to the GC system concerning safepoint timeout. Dan Eischen's will have to commit the kernel/UTS related ucontext stuff (don't know what's happened to that) before we can use the signal driven stuff in -current without modification. Currently that's all turned off since it's broken. That'll be the proper interface to a threads ucontext until the thread control structure is pubically available in some formal capacity when KSEs get into place. > [1] one of these is signal 11, so if this is _the_ signal 11ôI'm > familiar with, and you want to know how to duplicate, I could > probably distill a testcase. Pester me so that I'll do this work soon. I've been in RTOS land for a while and having really felt pressure to do any more HotSpot work from anything external to me. :) bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 14:34: 9 2003 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 DE27737B401 for ; Wed, 5 Feb 2003 14:34:08 -0800 (PST) Received: from yahoo.com.tw (135.0.30.61.isp.tfn.net.tw [61.30.0.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7992543FB1 for ; Wed, 5 Feb 2003 14:34:07 -0800 (PST) (envelope-from conychangkimo@yahoo.com.tw) From: jerry@FreeBSD.ORG To: µ¹»{¯u¥´«÷ªºªB¤Í@FreeBSD.ORG Subject: ¸gÀ礧¯«ªº¯µ±K Reply-To: conychangkimo@yahoo.com.tw Date: 06 Feb 2003 06:54:05 +0800 Organization: Foobar Inc. X-Mailer: Gammadyne Mailer x-delete-me: 1 (this tells Gammadyne's server to delete the message) MIME-Version: 1.0 Content-Type: text/html Content-Transfer-Encoding: 8bit Message-Id: <20030205223407.7992543FB1@mx1.FreeBSD.org> Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ¦L¶r¾÷

·s¦~§ª«°e±z¤@¥x¦L¶r¾÷ ...

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 15: 8:22 2003 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 50E8337B401 for ; Wed, 5 Feb 2003 15:08:11 -0800 (PST) Received: from zpfe.com (dev06.eqp.zpfe.com [209.46.51.22]) by mx1.FreeBSD.org (Postfix) with SMTP id A425343FF5 for ; Wed, 5 Feb 2003 15:08:03 -0800 (PST) (envelope-from stevep-hv@zpfe.com) Received: (qmail 58298 invoked from network); 5 Feb 2003 23:07:58 -0000 Received: from dev08.eqp.zpfe.com (HELO petunia.zpfe.com) (209.46.51.24) by dev06.eqp.zpfe.com with SMTP; 5 Feb 2003 23:07:58 -0000 Message-Id: <5.2.0.9.0.20030205165734.02bb3398@magpie.zpfe.com> X-Sender: (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Wed, 05 Feb 2003 17:07:53 -0600 To: java@freebsd.org From: Steve Peterson Subject: Repeatable SIGSEGV Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Greetings. I'm running Tomcat and HSQLDB in jdk-1.3.1p7_2 on 4.7-RELEASE-p3, and am getting a repeatable SIGSEGV. Ideas? I don't have a lot of experience troubleshooting these, but this looks like a suspect: "HttpProcessor[8180][4]" (TID:0x28e04bf0, sys_thread_t:0x8ade480, state:R) prio=5 at java.lang.StringBuffer.expandCapacity(StringBuffer.java:202) Dump below. Steve -- SIGSEGV 11* segmentation violation Full thread dump Classic VM (1.3.1-p7-root-021118-12:01, green threads): "Thread-10" (TID:0x28e3e6e8, sys_thread_t:0x94a9c80, state:CW) prio=5 at java.lang.Thread.sleep(Native Method) at org.hsqldb.Log.run(Unknown Source) at java.lang.Thread.run(Thread.java:484) "Hsqldb control process" (TID:0x28bfe628, sys_thread_t:0x9487280, state:R) prio=5 at org.hsqldb.Cache.(Unknown Source) at org.hsqldb.Log.getCache(Unknown Source) at org.hsqldb.Database$Logger.cleanUp(Unknown Source) at org.hsqldb.Database.execute(Unknown Source) at org.hsqldb.Log.runScript(Unknown Source) at org.hsqldb.Log.open(Unknown Source) at org.hsqldb.Database$Logger.openLog(Unknown Source) at org.hsqldb.Database.open(Unknown Source) at org.hsqldb.Database.(Unknown Source) at org.hsqldb.Server.openDB(Unknown Source) at org.hsqldb.Server.run(Unknown Source) at org.hsqldb.Server.main(Unknown Source) at acornbay.corpweb.util.HSQLServer.run(HSQLServer.java:67) at java.lang.Thread.run(Thread.java:484) "StandardManager[]" (TID:0x28c00698, sys_thread_t:0x8622080, state:CW) prio=5 at java.lang.Thread.sleep(Native Method) at org.apache.catalina.session.StandardManager.threadSleep(StandardManager.java:780) at org.apache.catalina.session.StandardManager.run(StandardManager.java:839) at java.lang.Thread.run(Thread.java:484) "Thread-7" (TID:0x28d3a230, sys_thread_t:0x9366680, state:CW) prio=5 at java.lang.Thread.sleep(Native Method) at org.hsqldb.Log.run(Unknown Source) at java.lang.Thread.run(Thread.java:484) "Thread-4" (TID:0x28d70af8, sys_thread_t:0x928ca80, state:CW) prio=5 at java.lang.Thread.sleep(Native Method) at org.hsqldb.Log.run(Unknown Source) at java.lang.Thread.run(Thread.java:484) "StandardManager[/original_root]" (TID:0x28cb9b48, sys_thread_t:0x9195480, state:CW) prio=5 at java.lang.Thread.sleep(Native Method) at org.apache.catalina.session.StandardManager.threadSleep(StandardManager.java:780) at org.apache.catalina.session.StandardManager.run(StandardManager.java:839) at java.lang.Thread.run(Thread.java:484) "StandardManager[/webdav]" (TID:0x28d2cfe0, sys_thread_t:0x9195280, state:CW) prio=5 at java.lang.Thread.sleep(Native Method) at org.apache.catalina.session.StandardManager.threadSleep(StandardManager.java:780) at org.apache.catalina.session.StandardManager.run(StandardManager.java:839) at java.lang.Thread.run(Thread.java:484) "Thread-2" (TID:0x28d043f0, sys_thread_t:0x9149a80, state:CW) prio=5 at java.net.SocketInputStream.socketRead(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:86) at java.io.BufferedInputStream.fill(BufferedInputStream.java:186) at java.io.BufferedInputStream.read(BufferedInputStream.java:204) at java.io.DataInputStream.readInt(DataInputStream.java:338) at org.hsqldb.ServerConnection.run(Unknown Source) at java.lang.Thread.run(Thread.java:484) "StandardManager[/examples]" (TID:0x28d826b8, sys_thread_t:0x8f77e80, state:CW) prio=5 at java.lang.Thread.sleep(Native Method) at org.apache.catalina.session.StandardManager.threadSleep(StandardManager.java:780) at org.apache.catalina.session.StandardManager.run(StandardManager.java:839) at java.lang.Thread.run(Thread.java:484) "StandardManager[/tomcat-docs]" (TID:0x28ddfb18, sys_thread_t:0x8f77880, state:R) prio=5 at java.lang.Thread.sleep(Native Method) at org.apache.catalina.session.StandardManager.threadSleep(StandardManager.java:780) at org.apache.catalina.session.StandardManager.run(StandardManager.java:839) at java.lang.Thread.run(Thread.java:484) "StandardManager[/struts-blank]" (TID:0x28daa850, sys_thread_t:0x8ebe280, state:CW) prio=5 at java.lang.Thread.sleep(Native Method) at org.apache.catalina.session.StandardManager.threadSleep(StandardManager.java:780) at org.apache.catalina.session.StandardManager.run(StandardManager.java:839) at java.lang.Thread.run(Thread.java:484) "StandardManager[/struts-example]" (TID:0x28e30940, sys_thread_t:0x8c77880, state:CW) prio=5 at java.lang.Thread.sleep(Native Method) at org.apache.catalina.session.StandardManager.threadSleep(StandardManager.java:780) at org.apache.catalina.session.StandardManager.run(StandardManager.java:839) at java.lang.Thread.run(Thread.java:484) "StandardManager[/struts-documentation]" (TID:0x28dc1ea8, sys_thread_t:0x8b6de80, state:CW) prio=5 at java.lang.Thread.sleep(Native Method) at org.apache.catalina.session.StandardManager.threadSleep(StandardManager.java:780) at org.apache.catalina.session.StandardManager.run(StandardManager.java:839) at java.lang.Thread.run(Thread.java:484) "StandardManager[/admin]" (TID:0x28e41170, sys_thread_t:0x8b27080, state:CW) prio=5 at java.lang.Thread.sleep(Native Method) at org.apache.catalina.session.StandardManager.threadSleep(StandardManager.java:780) at org.apache.catalina.session.StandardManager.run(StandardManager.java:839) at java.lang.Thread.run(Thread.java:484) "StandardManager[/manager]" (TID:0x28e61168, sys_thread_t:0x8afa880, state:CW) prio=5 at java.lang.Thread.sleep(Native Method) at org.apache.catalina.session.StandardManager.threadSleep(StandardManager.java:780) at org.apache.catalina.session.StandardManager.run(StandardManager.java:839) at java.lang.Thread.run(Thread.java:484) "Ajp13Processor[8019][4]" (TID:0x28e55860, sys_thread_t:0x8afa680, state:CW) prio=5 at java.net.SocketInputStream.socketRead(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:86) at org.apache.ajp.Ajp13.readN(Ajp13.java:429) at org.apache.ajp.Ajp13.receive(Ajp13.java:469) at org.apache.ajp.Ajp13.receiveNextRequest(Ajp13.java:274) at org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:396) at org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:551) at java.lang.Thread.run(Thread.java:484) "Ajp13Processor[8019][3]" (TID:0x28e57c20, sys_thread_t:0x8afa480, state:CW) prio=5 at java.net.SocketInputStream.socketRead(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:86) at org.apache.ajp.Ajp13.readN(Ajp13.java:429) at org.apache.ajp.Ajp13.receive(Ajp13.java:469) at org.apache.ajp.Ajp13.receiveNextRequest(Ajp13.java:274) at org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:396) at org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:551) at java.lang.Thread.run(Thread.java:484) "Ajp13Processor[8019][2]" (TID:0x28e5aed0, sys_thread_t:0x8afa280, state:CW) prio=5 at java.net.SocketInputStream.socketRead(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:86) at org.apache.ajp.Ajp13.readN(Ajp13.java:429) at org.apache.ajp.Ajp13.receive(Ajp13.java:469) at org.apache.ajp.Ajp13.receiveNextRequest(Ajp13.java:274) at org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:396) at org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:551) at java.lang.Thread.run(Thread.java:484) "Ajp13Processor[8019][1]" (TID:0x28e5c968, sys_thread_t:0x8afa080, state:CW) prio=5 at java.net.SocketInputStream.socketRead(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:86) at org.apache.ajp.Ajp13.readN(Ajp13.java:429) at org.apache.ajp.Ajp13.receive(Ajp13.java:469) at org.apache.ajp.Ajp13.receiveNextRequest(Ajp13.java:274) at org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:396) at org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:551) at java.lang.Thread.run(Thread.java:484) "Ajp13Processor[8019][0]" (TID:0x28e5ef70, sys_thread_t:0x8adee80, state:CW) prio=5 at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:420) at org.apache.ajp.tomcat4.Ajp13Processor.await(Ajp13Processor.java:316) at org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:542) at java.lang.Thread.run(Thread.java:484) "Ajp13Connector[8019]" (TID:0x28e04828, sys_thread_t:0x8ade680, state:CW) prio=5 at java.net.PlainSocketImpl.socketAccept(Native Method) at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:421) at java.net.ServerSocket.implAccept(ServerSocket.java:243) at java.net.ServerSocket.accept(ServerSocket.java:222) at org.apache.ajp.tomcat4.Ajp13Connector.run(Ajp13Connector.java:841) at java.lang.Thread.run(Thread.java:484) "HttpProcessor[8180][4]" (TID:0x28e04bf0, sys_thread_t:0x8ade480, state:R) prio=5 at java.lang.StringBuffer.expandCapacity(StringBuffer.java:202) at java.lang.StringBuffer.append(StringBuffer.java:455) at org.apache.commons.digester.Digester.characters(Digester.java:945) at org.apache.xerces.parsers.AbstractSAXParser.characters(AbstractSAXParser.java:513) at org.apache.xerces.impl.XMLNamespaceBinder.characters(XMLNamespaceBinder.java:609) at org.apache.xerces.impl.dtd.XMLDTDValidator.characters(XMLDTDValidator.java:839) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanCDATASection(XMLDocumentFragmentScannerImpl.java:920) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1473) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:333) at org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:524) at org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:580) at org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152) at org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1169) at org.apache.commons.digester.Digester.parse(Digester.java:1562) at org.apache.commons.validator.ValidatorResourcesInitializer.initialize(ValidatorResourcesInitializer.java:256) at org.apache.struts.validator.ValidatorPlugIn.initResources(ValidatorPlugIn.java:224) at org.apache.struts.validator.ValidatorPlugIn.init(ValidatorPlugIn.java:167) at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:1105) at org.apache.struts.action.ActionServlet.init(ActionServlet.java:471) at javax.servlet.GenericServlet.init(GenericServlet.java:256) at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:924) at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:813) at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3341) at org.apache.catalina.core.StandardContext.start(StandardContext.java:3534) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:821) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:579) at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:257) at org.apache.catalina.core.StandardHost.install(StandardHost.java:772) at org.apache.catalina.servlets.ManagerServlet.install(ManagerServlet.java:650) at org.apache.catalina.servlets.ManagerServlet.doGet(ManagerServlet.java:342) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:527) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2396) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:469) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1040) at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1151) at java.lang.Thread.run(Thread.java:484) "HttpProcessor[8180][3]" (TID:0x28e11228, sys_thread_t:0x8ade280, state:CW) prio=5 at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:420) at org.apache.catalina.connector.http.HttpProcessor.await(HttpProcessor.java:391) at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1145) at java.lang.Thread.run(Thread.java:484) "HttpProcessor[8180][2]" (TID:0x28e11cd0, sys_thread_t:0x8ade080, state:CW) prio=5 at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:420) at org.apache.catalina.connector.http.HttpProcessor.await(HttpProcessor.java:391) at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1145) at java.lang.Thread.run(Thread.java:484) "HttpProcessor[8180][1]" (TID:0x28e128b0, sys_thread_t:0x8abae80, state:CW) prio=5 at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:420) at org.apache.catalina.connector.http.HttpProcessor.await(HttpProcessor.java:391) at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1145) at java.lang.Thread.run(Thread.java:484) "HttpProcessor[8180][0]" (TID:0x28e130e0, sys_thread_t:0x8abac80, state:CW) prio=5 at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:420) at org.apache.catalina.connector.http.HttpProcessor.await(HttpProcessor.java:391) at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1145) at java.lang.Thread.run(Thread.java:484) "HttpConnector[8180]" (TID:0x28e2d198, sys_thread_t:0x8aa6a80, state:CW) prio=5 at java.net.PlainSocketImpl.socketAccept(Native Method) at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:421) at java.net.ServerSocket.implAccept(ServerSocket.java:243) at java.net.ServerSocket.accept(ServerSocket.java:222) at org.apache.catalina.connector.http.HttpConnector.run(HttpConnector.java:1023) at java.lang.Thread.run(Thread.java:484) "HostConfig[localhost]" (TID:0x28e2d8f0, sys_thread_t:0x8aa6480, state:MW) prio=5 at org.apache.catalina.core.ContainerBase.findChildren(ContainerBase.java:923) at org.apache.catalina.core.StandardHostDeployer.findDeployedApps(StandardHostDeployer.java:376) at org.apache.catalina.core.StandardHost.findDeployedApps(StandardHost.java:829) at org.apache.catalina.startup.HostConfig.checkWebXmlLastModified(HostConfig.java:592) at org.apache.catalina.startup.HostConfig.run(HostConfig.java:1015) at java.lang.Thread.run(Thread.java:484) "Thread-1" (TID:0x28e341b0, sys_thread_t:0x84b6e80, state:CW) prio=5 at java.lang.Thread.sleep(Native Method) at org.hsqldb.Log.run(Unknown Source) at java.lang.Thread.run(Thread.java:484) "Hsqldb control process" (TID:0x28e328f8, sys_thread_t:0x889a880, state:CW) prio=5 at java.net.PlainSocketImpl.socketAccept(Native Method) at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:421) at java.net.ServerSocket.implAccept(ServerSocket.java:243) at java.net.ServerSocket.accept(ServerSocket.java:222) at org.hsqldb.Server.run(Unknown Source) at org.hsqldb.Server.main(Unknown Source) at acornbay.corpweb.util.HSQLServer.run(HSQLServer.java:67) at java.lang.Thread.run(Thread.java:484) "Finalizer" (TID:0x28e78528, sys_thread_t:0x80d4080, state:CW) prio=8 at java.lang.Object.wait(Native Method) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:108) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:123) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:162) "Reference Handler" (TID:0x28e78300, sys_thread_t:0x8096480, state:CW) prio=10 at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:420) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:110) "Signal dispatcher" (TID:0x28e78330, sys_thread_t:0x8096280, state:CW) prio=5 "main" (TID:0x28e781b0, sys_thread_t:0x8054080, state:CW) prio=5 at java.net.PlainSocketImpl.socketAccept(Native Method) at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:421) at java.net.ServerSocket.implAccept(ServerSocket.java:243) at java.net.ServerSocket.accept(ServerSocket.java:222) at org.apache.catalina.core.StandardServer.await(StandardServer.java:526) at org.apache.catalina.startup.Catalina.start(Catalina.java:519) at org.apache.catalina.startup.Catalina.execute(Catalina.java:400) at org.apache.catalina.startup.Catalina.process(Catalina.java:180) at java.lang.reflect.Method.invoke(Native Method) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203) Monitor Cache Dump: org.apache.catalina.core.StandardWrapper@28D2ED00/2A5F5840: owner "HttpProcessor[8180][4]" (0x8ade480) 2 entries org.apache.catalina.connector.http.HttpProcessor@28E11CF0/29179CC0: Waiting to be notified: "HttpProcessor[8180][3]" (0x8ade280) org.hsqldb.Database@28E68548/29654D18: owner "Hsqldb control process" (0x9487280) 1 entry org.apache.ajp.tomcat4.Ajp13Processor@28E01928/2917ECA8: Waiting to be notified: "Ajp13Processor[8019][0]" (0x8adee80) org.apache.catalina.connector.http.HttpProcessor@28E125C0/291774E0: Waiting to be notified: "HttpProcessor[8180][2]" (0x8ade080) java.net.PlainSocketImpl@28E3FB30/29129CD8: owner "Hsqldb control process" (0x889a880) 1 entry java.lang.ref.ReferenceQueue$Lock@28E78540/28EAE460: Waiting to be notified: "Finalizer" (0x80d4080) java.net.PlainSocketImpl@28E048F8/2917DCB8: owner "Ajp13Connector[8019]" (0x8ade680) 1 entry org.apache.catalina.core.StandardContext@28D80098/2A118CF8: owner "HttpProcessor[8180][4]" (0x8ade480) 1 entry java.lang.ref.Reference$Lock@28E78310/28EADF80: Waiting to be notified: "Reference Handler" (0x8096480) java.util.HashMap@28E84C28/28F8A2B0: owner "HttpProcessor[8180][4]" (0x8ade480) 1 entry Waiting to enter: "HostConfig[localhost]" (0x8aa6480) java.net.PlainSocketImpl@28E75530/28FD29E0: owner "HttpConnector[8180]" (0x8aa6a80) 1 entry java.io.BufferedInputStream@28D04818/295B3288: owner "Thread-2" (0x9149a80) 1 entry org.apache.catalina.connector.http.HttpProcessor@28E13100/291755F8: Waiting to be notified: "HttpProcessor[8180][1]" (0x8abae80) org.apache.catalina.core.StandardHostDeployer@28E82400/28F8A6B8: owner "HttpProcessor[8180][4]" (0x8ade480) 1 entry java.net.PlainSocketImpl@28E54F50/2914A8E0: owner "main" (0x8054080) 1 entry org.apache.catalina.connector.http.HttpProcessor@28E2C2C8/29167040: Waiting to be notified: "HttpProcessor[8180][0]" (0x8abac80) java.lang.StringBuffer@28C8CEC8/29F03C20: owner "HttpProcessor[8180][4]" (0x8ade480) 1 entry Registered Monitor Dump: utf8 hash table: JNI pinning lock: JNI global reference lock: BinClass lock: Class linking lock: System class loader lock: Code rewrite lock: Heap lock: owner "HttpProcessor[8180][4]" (0x8ade480) 1 entry Monitor cache lock: owner "Hsqldb control process" (0x9487280) 1 entry Dynamic loading lock: Monitor IO lock: User signal monitor: Waiting to be notified: "Signal dispatcher" (0x8096280) Child death monitor: I/O monitor: Alarm monitor: Waiting to be notified: (0x8054280) Thread queue lock: owner "Hsqldb control process" (0x9487280) 1 entry Monitor registry: owner "Hsqldb control process" (0x9487280) 1 entry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 17:36:37 2003 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 3564037B401 for ; Wed, 5 Feb 2003 17:36:37 -0800 (PST) Received: from mx8.mail.ru (mx8.mail.ru [194.67.57.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id C416F43F75 for ; Wed, 5 Feb 2003 17:36:35 -0800 (PST) (envelope-from kan@mail.ru) Received: from [141.154.54.207] (helo=kan.dnsalias.net) by mx8.mail.ru with esmtp (Exim SMTP.8) id 18gaxs-000LZc-00; Thu, 06 Feb 2003 04:36:32 +0300 Received: from kan.dnsalias.net (localhost [IPv6:::1]) by kan.dnsalias.net (8.12.6/8.12.6) with ESMTP id h161aMEM014699; Wed, 5 Feb 2003 20:36:23 -0500 (EST) (envelope-from kan@kan.dnsalias.net) Received: (from kan@localhost) by kan.dnsalias.net (8.12.6/8.12.6/Submit) id h161aFYG014698; Wed, 5 Feb 2003 20:36:15 -0500 (EST) Date: Wed, 5 Feb 2003 20:36:15 -0500 From: Alexander Kabaev To: Greg Lewis Cc: freebsd-java@FreeBSD.ORG Subject: Re: JDK 1.4.1 patchset 2 Message-Id: <20030205203615.5d662b35.kabaev@bellatlantic.net> In-Reply-To: <20030205034445.A17188@misty.eyesbeyond.com> References: <20030205034445.A17188@misty.eyesbeyond.com> Reply-To: ak03@gte.com X-Mailer: Sylpheed version 0.8.8claws86 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org What GCC should I use on STABLE? Will stock compiler build patchset 2 or some recent port is required? -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 18:18:27 2003 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 0788637B401; Wed, 5 Feb 2003 18:18:26 -0800 (PST) Received: from gnuppy.monkey.org (wsip68-15-8-100.sd.sd.cox.net [68.15.8.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 808CB43F3F; Wed, 5 Feb 2003 18:18:25 -0800 (PST) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 18gbcN-000183-00; Wed, 05 Feb 2003 18:18:23 -0800 Date: Wed, 5 Feb 2003 18:18:23 -0800 To: Brent Verner Cc: freebsd-java@freebsd.org, freebsd-chat@freebsd.org, rwatson@freesbsd.org, "Bill Huey (Hui)" , calvin.austin@sun.com, brian@collab.net, jdp@polstra.com, bod@freebsdfoundation.org Subject: Re: patchset 2 report (billh's resignation) Message-ID: <20030206021823.GB4193@gnuppy.monkey.org> References: <20030205121006.GA69850@rcfile.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030205121006.GA69850@rcfile.org> User-Agent: Mutt/1.5.3i From: Bill Huey (Hui) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Feb 05, 2003 at 07:10:06AM -0500, Brent Verner wrote: > On the HotSpot note, is there any work being done on getting 1.3.1's > HotSpot working? AFAIR, it would not build with 1.3.1-patchset-7. BTW, I've decided after a walk to get food to withhold my patches given the current political climate in our development group and I'd like to announce my resignation from the project effective immediately... No joke. Found out about something recently that almost certainly was kept purposely from me some how. I haven't figured out where the failure is, so sometime my need to pass before the developments become more clear. The basics are that the FreeBSD Foundation is grossly dysfunctional and should *not* be the corporate entity group to recieve grants. That should be dealt with more directly by the sponsor's management layer if they have a desire to do support FreeBSD development. I'd like to see the removal of John Polstra as Vice President of the organization and for other current or potential sponsors to pressure either a political change or public apology along with an acknowledgement of this leadership failure. There are other failures closer to our group that need to be address too. I'll have an explanation of this soon with a psychological, social and polical analysis of what transpired. It's pretty amazingly fucked up. More to come... bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 18:58:24 2003 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 B0F1637B405; Wed, 5 Feb 2003 18:58:22 -0800 (PST) Received: from wall.polstra.com (wall-gw.polstra.com [206.213.73.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id A092443FB1; Wed, 5 Feb 2003 18:58:20 -0800 (PST) (envelope-from jdp@polstra.com) Received: from strings.polstra.com (strings.polstra.com [206.213.73.20]) by wall.polstra.com (8.12.3/8.12.3) with ESMTP id h162wAu4032843; Wed, 5 Feb 2003 18:58:11 -0800 (PST) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.5.1 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20030206021823.GB4193@gnuppy.monkey.org> Date: Wed, 05 Feb 2003 18:58:10 -0800 (PST) Organization: Polstra & Co., Inc. From: John Polstra To: (Hui) Subject: Re: patchset 2 report (billh's resignation) Cc: bod@freebsdfoundation.org, brian@collab.net, calvin.austin@sun.com, rwatson@freesbsd.org, freebsd-chat@freebsd.org, freebsd-java@freebsd.org, Brent Verner Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Oh, for cryin' out loud, Bill, this is ridiculous. Folks, the entire mail exchange between Bill and me can be found here: http://people.freebsd.org/~jdp/huey/ Draw your own conclusions. John Hui wrote: > On Wed, Feb 05, 2003 at 07:10:06AM -0500, Brent Verner wrote: >> On the HotSpot note, is there any work being done on getting 1.3.1's >> HotSpot working? AFAIR, it would not build with 1.3.1-patchset-7. > > BTW, I've decided after a walk to get food to withhold my patches given > the current political climate in our development group and I'd like to > announce my resignation from the project effective immediately... No joke. > > Found out about something recently that almost certainly was kept purposely > from me some how. I haven't figured out where the failure is, so sometime > my need to pass before the developments become more clear. > > The basics are that the FreeBSD Foundation is grossly dysfunctional and > should *not* be the corporate entity group to recieve grants. That > should be dealt with more directly by the sponsor's management layer > if they have a desire to do support FreeBSD development. > > I'd like to see the removal of John Polstra as Vice President of the > organization and for other current or potential sponsors to pressure > either a political change or public apology along with an acknowledgement > of this leadership failure. > > There are other failures closer to our group that need to be address > too. > > I'll have an explanation of this soon with a psychological, social and > polical analysis of what transpired. It's pretty amazingly fucked up. > > More to come... > > bill > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 19:24:43 2003 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 2301937B401 for ; Wed, 5 Feb 2003 19:24:42 -0800 (PST) Received: from seed.net.tw (sn16.seed.net.tw [139.175.54.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B54043F85 for ; Wed, 5 Feb 2003 19:24:36 -0800 (PST) (envelope-from leafy@leafy.idv.tw) Received: from [211.74.135.112] (port=49291 helo=leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.10:4) id 18gceR-000Blt-00 for freebsd-java@freebsd.org; Thu, 06 Feb 2003 11:24:35 +0800 Received: from leafy.idv.tw (nobody@localhost [127.0.0.1]) by leafy.idv.tw (8.12.6/8.12.6) with ESMTP id h163OY4F043712 for ; Thu, 6 Feb 2003 11:24:34 +0800 (CST) (envelope-from leafy@leafy.idv.tw) Received: (from leafy@localhost) by leafy.idv.tw (8.12.6/8.12.6/Submit) id h163OXKL043708 for freebsd-java@freebsd.org; Thu, 6 Feb 2003 11:24:33 +0800 (CST) Date: Thu, 6 Feb 2003 11:24:33 +0800 From: leafy To: freebsd-java@freebsd.org Subject: To back Bill up Message-ID: <20030206032433.GA8822@leafy.idv.tw> Mail-Followup-To: freebsd-java@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline User-Agent: Mutt/1.5.3i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org John, this looks nasty, I mean on your part. I think what Bill demanded was resonable -- just an explaination or some respect for his hard work. As a regular Java user on Freebsd, I really cannot fully express my gratitude towards Bill for his Hotspot work. From what I read in the "full conversation", you never answered his question of "Why am I not informed". There is no doubt that I'll be trying out Alexey's work soon, but it does not mean that I will overlook what Bill had done. I think bad politics is getting into FreeBSD (just look at -chat) and how many good hackers like Bill do we have to lose? Jiawei Ye -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 20: 5:22 2003 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 5BCCD37B401; Wed, 5 Feb 2003 20:05:21 -0800 (PST) Received: from gnuppy.monkey.org (wsip68-15-8-100.sd.sd.cox.net [68.15.8.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id D927543FDF; Wed, 5 Feb 2003 20:05:20 -0800 (PST) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 18gdHn-0001Eg-00; Wed, 05 Feb 2003 20:05:15 -0800 Date: Wed, 5 Feb 2003 20:05:15 -0800 To: John Polstra Cc: bod@freebsdfoundation.org, brian@collab.net, calvin.austin@sun.com, rwatson@freesbsd.org, freebsd-chat@freebsd.org, freebsd-java@freebsd.org Subject: Re: patchset 2 report (billh's resignation) Message-ID: <20030206040515.GA4682@gnuppy.monkey.org> References: <20030206021823.GB4193@gnuppy.monkey.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.3i From: Bill Huey (Hui) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Feb 05, 2003 at 06:58:10PM -0800, John Polstra wrote: > Oh, for cryin' out loud, Bill, this is ridiculous. Yes, it is. You should have own the fuck up and then changed the situation and clarified the political structures surrounding this incredibly poor decision. > Folks, the entire mail exchange between Bill and me can be found > here: > > http://people.freebsd.org/~jdp/huey/ > > Draw your own conclusions. It should be renamed "Bill's Punk Pock Anal Invasion of Psychological Supressives". Coming soon to a gay porn section of your local video store. Again, there was no reason to exclude me from the political loop of this project. I understand you're a bit "stiff", maybe incontinent, but I attest that I'm stiffer in siutations like this. Again, I call for the removal of John Polstra from the role of Vice President of the FreeBSD Foundation and clarification of political roles with in the FreeBSD Java group. More to come... bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 20:16:58 2003 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 8085437B405 for ; Wed, 5 Feb 2003 20:16:57 -0800 (PST) Received: from seed.net.tw (sn15.seed.net.tw [139.175.54.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCF6943FA3 for ; Wed, 5 Feb 2003 20:16:56 -0800 (PST) (envelope-from leafy@leafy.idv.tw) Received: from [211.74.135.112] (port=49306 helo=leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.10:3) id 18gdT5-0006yw-00 for freebsd-java@freebsd.org; Thu, 06 Feb 2003 12:16:56 +0800 Received: from leafy.idv.tw (nobody@localhost [127.0.0.1]) by leafy.idv.tw (8.12.6/8.12.6) with ESMTP id h164Gt4F061022 for ; Thu, 6 Feb 2003 12:16:55 +0800 (CST) (envelope-from leafy@leafy.idv.tw) Received: (from leafy@localhost) by leafy.idv.tw (8.12.6/8.12.6/Submit) id h164GsiO061021 for freebsd-java@freebsd.org; Thu, 6 Feb 2003 12:16:54 +0800 (CST) Date: Thu, 6 Feb 2003 12:16:54 +0800 From: leafy To: freebsd-java@freebsd.org Subject: Sorry to pollute freebsd-java Message-ID: <20030206041654.GA57595@leafy.idv.tw> Mail-Followup-To: freebsd-java@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline User-Agent: Mutt/1.5.3i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The last posting was meant for -chat. Sorry for the disturbance. Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 20:23:31 2003 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 D543337B401; Wed, 5 Feb 2003 20:23:29 -0800 (PST) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 459D543FAF; Wed, 5 Feb 2003 20:23:24 -0800 (PST) (envelope-from gibbs@freebsdfoundation.org) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6+Sun/8.11.6) with ESMTP id h164MQD29104; Wed, 5 Feb 2003 20:22:26 -0800 (PST) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id UAA00301; Wed, 5 Feb 2003 20:22:05 -0800 (PST) Received: from [10.100.253.70] (aslan [10.100.253.70]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id VAA29828; Wed, 5 Feb 2003 21:21:58 -0700 (MST) Date: Wed, 05 Feb 2003 21:22:00 -0700 From: "Justin T. Gibbs" Reply-To: "Justin T. Gibbs" To: Bill Huey , John Polstra Cc: bod@freebsdfoundation.org, brian@collab.net, calvin.austin@sun.com, rwatson@freesbsd.org, freebsd-chat@freebsd.org, freebsd-java@freebsd.org Subject: Re: patchset 2 report (billh's resignation) Message-ID: <994960000.1044505320@aslan.btc.adaptec.com> In-Reply-To: <20030206040515.GA4682@gnuppy.monkey.org> References: <20030206021823.GB4193@gnuppy.monkey.org> <20030206040515.GA4682@gnuppy.monkey.org> X-Mailer: Mulberry/3.0.0b12 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > It should be renamed "Bill's Punk Pock Anal Invasion of Psychological > Supressives". Coming soon to a gay porn section of your local video > store. Bill, The FreeBSD Foundation is a corporation. It is not politically affiliated with anyone. The Foundation decided to expedite the completion of a binary release of the 1.4.1 JDK and JRE that FreeBSD users could easily install. It chose Alexey to aid in that goal and gave him full permission to release any SASL based work back to the FreeBSD Java effort. We could have easily switched to using Sun partner only sources and completed this all in a back room, and considering your reaction that might have been much, much easier. Instead we decided to share this funded work with the community so that it could be incorperated into other ports for other platforms. That's the whole story. No conspiracies. No politics. Just three guys running a non-profit in their spare time, funding things they feel will benefit the FreeBSD community. If you don't like what the Foundation is doing, don't send us any donations. It's really that simple. -- Justin Justin T. Gibbs Secretary/Treasurer The FreeBSD Foundation To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 20:33:41 2003 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 E3B7F37B401; Wed, 5 Feb 2003 20:33:39 -0800 (PST) Received: from twoface.shiftmanager.net (adsl-64-170-199-98.dsl.snfc21.pacbell.net [64.170.199.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF7D543F93; Wed, 5 Feb 2003 20:33:33 -0800 (PST) (envelope-from kwerle@pobox.com) Received: from localhost ([192.168.11.244]) by twoface.shiftmanager.net (8.12.6/8.12.6) with ESMTP id h164Y69R031192; Wed, 5 Feb 2003 20:34:06 -0800 (PST) (envelope-from kwerle@pobox.com) Date: Wed, 5 Feb 2003 20:33:36 -0800 Subject: Re: patchset 2 report (billh's resignation) Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) Cc: John Polstra , bod@freebsdfoundation.org, brian@collab.net, calvin.austin@sun.com, rwatson@freesbsd.org.shiftmanager.net, freebsd-chat@FreeBSD.ORG, freebsd-java@FreeBSD.ORG To: Bill Huey (Hui) From: Kurt Werle In-Reply-To: <20030206040515.GA4682@gnuppy.monkey.org> Message-Id: <2864A00B-398C-11D7-9A45-0003935B2C48@pobox.com> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.482) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Ya know, I really don't much care about any of this. I just want a recent JDK to be distributed with FreeBSD, as was announce back before the 4.5 release. On Wednesday, February 5, 2003, at 08:05 PM, Bill Huey (Hui) wrote: > On Wed, Feb 05, 2003 at 06:58:10PM -0800, John Polstra wrote: >> Oh, for cryin' out loud, Bill, this is ridiculous. > > Yes, it is... Yeah, I'd have to say so. >> Folks, the entire mail exchange between Bill and me can be found >> here: >> >> http://people.freebsd.org/~jdp/huey/ >> >> Draw your own conclusions. Number 1 conclusion: you're lame for posting private email. Number 2: you're lame for not giving Bill the time of day. > It should be renamed "Bill's Punk Pock Anal Invasion of Psychological > Supressives". Coming soon to a gay porn section of your local video > store. Yeah, and Bill's being kinda lame, too. > Again, there was no reason to exclude me from the political loop of this > project. [blah blah blah] OK, so if management could apologize, and we could get some software updates, and whoever is responsible for getting a JDK released with FreeBSD would get it together, we could all get on with our lives. It's management's job to put up with BS from good developers. Just cope. And get me a JDK. > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message Yeah, I've been thinking... Kurt --- kwerle@pobox.com http://www.pobox.com/~kwerle/ Tired of spam? Control your Mailserver (or .forward)? http://tess.sf.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 20:46:40 2003 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 71AFA37B406; Wed, 5 Feb 2003 20:46:37 -0800 (PST) Received: from gnuppy.monkey.org (wsip68-15-8-100.sd.sd.cox.net [68.15.8.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id B815043F85; Wed, 5 Feb 2003 20:46:36 -0800 (PST) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 18gdve-0001IT-00; Wed, 05 Feb 2003 20:46:26 -0800 Date: Wed, 5 Feb 2003 20:46:25 -0800 To: "Justin T. Gibbs" Cc: John Polstra , bod@freebsdfoundation.org, brian@collab.net, calvin.austin@sun.com, rwatson@freesbsd.org, freebsd-chat@freebsd.org, freebsd-java@freebsd.org Subject: Re: patchset 2 report (billh's resignation) Message-ID: <20030206044625.GA4877@gnuppy.monkey.org> References: <20030206021823.GB4193@gnuppy.monkey.org> <20030206040515.GA4682@gnuppy.monkey.org> <994960000.1044505320@aslan.btc.adaptec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <994960000.1044505320@aslan.btc.adaptec.com> User-Agent: Mutt/1.5.3i From: Bill Huey (Hui) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Feb 05, 2003 at 09:22:00PM -0700, Justin T. Gibbs wrote: > Bill, > > The FreeBSD Foundation is a corporation. It is not politically affiliated > with anyone. The Foundation decided to expedite the completion of a > binary release of the 1.4.1 JDK and JRE that FreeBSD users could easily > install. It chose Alexey to aid in that goal and gave him full permission to I understand that and I don't object to the decision. I've worked with him before and it hasn't really been a serious problem between me and him that wasn't fixable with more communication. > release any SASL based work back to the FreeBSD Java effort. We could have > easily switched to using Sun partner only sources and completed this all > in a back room, and considering your reaction that might have been You failed to understand how this project works. It's always been open...let me clarify... > much, much easier. Instead we decided to share this funded work with > the community so that it could be incorperated into other ports for > other platforms. That's the whole story. No conspiracies. No politics. What you don't understand is that your group was manipulate some how, consciously or unconsciously by folks in our group, FreeBSD Java, without your group asking or knowing the context of events and my involvement with the FreeBSD Java group. That's possibly a new situation to deal with for the Foundation, but it should have been researched and political roles should have been clarified before any financial commitment. Since Dec 2001, I was pretty much the only heavy technical lead in the project. Alexey wouldn't have even been able to do this if I didn't, on my own time and money, the insane work that HotSpot required to complete and idealistic goal of getting a world class J2SE port to FreeBSD. I should at least be credited with that. This compiler is a prerequist for all work in J2SE 1.4.1 This project has always been open to all and was largely driven by a pure volunteer effort, but because of how Nate (I'm just finding out) and other folks function recently, your group, IMO, was exploited in what seems like a sneeky political move to pad a certain kind of political position that never was his to begin with... That's was just assumed because of his attitude and false confidence about the matter, but he's not the official leader of this group, in fact, nobody is. The failure here is that the Foundation didn't recognize this and clarified his, mine, others... involvement in this group. That's the tragedy here. Do you understand what's going on ? > Just three guys running a non-profit in their spare time, funding things > they feel will benefit the FreeBSD community. If you don't like what the > Foundation is doing, don't send us any donations. It's really that simple. If John Polstra was responsible he would have found *all* of what I said relevant to the course of the grant process and recognize this importance, period. That's what group leaders do, which is conveniently dismissed in this case, minus his role to mediate these kind of disagreements. The Foundation itself potentially has a greater function that what is currently been put forth, if the individual were responsible, they wouldn't be resistent to group input from the FreeBSD community, not his point of view purely. That's partially my point of view. bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 20:49:52 2003 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 39F7537B401; Wed, 5 Feb 2003 20:49:51 -0800 (PST) Received: from gnuppy.monkey.org (wsip68-15-8-100.sd.sd.cox.net [68.15.8.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC46343FB1; Wed, 5 Feb 2003 20:49:50 -0800 (PST) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 18gdyl-0001J4-00; Wed, 05 Feb 2003 20:49:39 -0800 Date: Wed, 5 Feb 2003 20:49:39 -0800 To: Kurt Werle Cc: John Polstra , bod@freebsdfoundation.org, brian@collab.net, calvin.austin@sun.com, rwatson@freebsd.org.shiftmanager.net, freebsd-chat@FreeBSD.ORG, freebsd-java@FreeBSD.ORG, "Bill Huey (Hui)" Subject: Re: patchset 2 report (billh's resignation) Message-ID: <20030206044939.GA5020@gnuppy.monkey.org> References: <20030206040515.GA4682@gnuppy.monkey.org> <2864A00B-398C-11D7-9A45-0003935B2C48@pobox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2864A00B-398C-11D7-9A45-0003935B2C48@pobox.com> User-Agent: Mutt/1.5.3i From: Bill Huey (Hui) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Feb 05, 2003 at 08:33:36PM -0800, Kurt Werle wrote: > OK, so if management could apologize, and we could get some software > updates, and whoever is responsible for getting a JDK released with > FreeBSD would get it together, we could all get on with our lives. ... > It's management's job to put up with BS from good developers. Just > cope. And get me a JDK. This is a fully legit complaint and shouldn't be trivialize. bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 21:25:21 2003 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 A73B537B401 for ; Wed, 5 Feb 2003 21:25:20 -0800 (PST) Received: from habanero.hesketh.net (habanero.hesketh.net [66.45.6.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA2C443FA3 for ; Wed, 5 Feb 2003 21:25:19 -0800 (PST) (envelope-from brent@mutt.rcfile.org) Received: from mutt.rcfile.org (rdu57-229-060.nc.rr.com [66.57.229.60]) by habanero.hesketh.net (8.12.6/8.12.6) with ESMTP id h165PBfx005369; Thu, 6 Feb 2003 00:25:12 -0500 X-Received-From: brent@mutt.rcfile.org X-Delivered-To: freebsd-java@FreeBSD.ORG X-Spam-Filter: check_local@habanero.hesketh.net by digitalanswers.org Received: from mutt.rcfile.org (localhost [127.0.0.1]) by mutt.rcfile.org (8.12.6/8.12.6) with ESMTP id h165PLXD070534; Thu, 6 Feb 2003 00:25:21 -0500 (EST) (envelope-from brent@mutt.rcfile.org) Received: (from brent@localhost) by mutt.rcfile.org (8.12.6/8.12.6/Submit) id h165PLCb070533; Thu, 6 Feb 2003 00:25:21 -0500 (EST) Date: Thu, 6 Feb 2003 00:25:20 -0500 From: Brent Verner To: ak03@gte.com Cc: freebsd-java@FreeBSD.ORG Subject: Re: JDK 1.4.1 patchset 2 Message-ID: <20030206052520.GA70429@rcfile.org> References: <20030205034445.A17188@misty.eyesbeyond.com> <20030205203615.5d662b35.kabaev@bellatlantic.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030205203615.5d662b35.kabaev@bellatlantic.net> X-muttrc: $Id: .muttrc,v 1.9 2002/01/02 07:04:49 brent Exp $ X-uname: FreeBSD 4.7-STABLE #32: Tue Feb 4 11:04:18 EST 2003 root@mutt.rcfile.org:/usr/obj/usr/src/sys/MUTTS User-Agent: Mutt/1.5.3i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [2003-02-05 20:36] Alexander Kabaev said: | What GCC should I use on STABLE? Will stock compiler build patchset 2 or | some recent port is required? Use the system compiler (gcc-2.95.4). cheers. b -- "Develop your talent, man, and leave the world something. Records are really gifts from people. To think that an artist would love you enough to share his music with anyone is a beautiful thing." -- Duane Allman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 21:29:59 2003 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 B84D037B401; Wed, 5 Feb 2003 21:29:56 -0800 (PST) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F36B43FA3; Wed, 5 Feb 2003 21:29:56 -0800 (PST) (envelope-from gibbs@scsiguy.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6+Sun/8.11.6) with ESMTP id h165TBD06269; Wed, 5 Feb 2003 21:29:11 -0800 (PST) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id VAA18351; Wed, 5 Feb 2003 21:28:42 -0800 (PST) Received: from [10.100.253.70] (aslan [10.100.253.70]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id WAA29849; Wed, 5 Feb 2003 22:28:37 -0700 (MST) Date: Wed, 05 Feb 2003 22:28:39 -0700 From: "Justin T. Gibbs" Reply-To: "Justin T. Gibbs" To: Bill Huey , "Justin T. Gibbs" Cc: John Polstra , bod@freebsdfoundation.org, brian@collab.net, calvin.austin@sun.com, freebsd-chat@freebsd.org, freebsd-java@freebsd.org Subject: Re: patchset 2 report (billh's resignation) Message-ID: <1037650000.1044509319@aslan.btc.adaptec.com> In-Reply-To: <20030206044625.GA4877@gnuppy.monkey.org> References: <20030206021823.GB4193@gnuppy.monkey.org> <20030206040515.GA4682@gnuppy.monkey.org> <994960000.1044505320@aslan.btc.adaptec.com> <20030206044625.GA4877@gnuppy.monkey.org> X-Mailer: Mulberry/3.0.0b12 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >> release any SASL based work back to the FreeBSD Java effort. We could have >> easily switched to using Sun partner only sources and completed this all >> in a back room, and considering your reaction that might have been > > You failed to understand how this project works. It's always been > open...let me clarify... I think you misunderstand how business works. We could be open (as open as SASL allows) or closed in our efforts regardless of the methodology used to create the freely available work that the Foundation is using as the basis for its binary releases. That is how the Sun licensing of Java technology works. Its also how BSD works. >> much, much easier. Instead we decided to share this funded work with >> the community so that it could be incorperated into other ports for >> other platforms. That's the whole story. No conspiracies. No politics. > > What you don't understand is that your group was manipulate some how, > consciously or unconsciously by folks in our group, FreeBSD Java, without > your group asking or knowing the context of events and my involvement with > the FreeBSD Java group. That's possibly a new situation to deal with for > the Foundation, but it should have been researched and political roles > should have been clarified before any financial commitment. You are trying to turn this into a power play. I'm sure the FreeBSD Java group can handle its own politics. The Foundation has no role to play there and has no interest in it. I'm sorry you believe that our simplistic goal is causing such strife for you and/or the FreeBSD Java project. That was not our intent and is not our fault. > Since Dec 2001, I was pretty much the only heavy technical lead in the > project. Alexey wouldn't have even been able to do this if I didn't, on my > own time and money, the insane work that HotSpot required to complete and > idealistic goal of getting a world class J2SE port to FreeBSD. I should at > least be credited with that. This compiler is a prerequist for all work in > J2SE 1.4.1 And I'm sure the community is grateful for all of your hard work. Regardless, that does not make you any more or less competent than Alexey or a great many others in the community that understand this technology. Saying otherwise is a slight on people you don't even know and a condemnation of a selection process that you know nothing about. As has been mentioned several times in this thread, the Foundation is ready to be judged by the outcome of its initiatives, whether they revolve around Java or other areas of interest to the FreeBSD community. > This project has always been open to all and was largely driven by a pure > volunteer effort, but because of how Nate (I'm just finding out) and other > folks function recently, your group, IMO, was exploited in what seems like > a sneeky political move to pad a certain kind of political position that > never was his to begin with... > > That's was just assumed because of his attitude and false confidence about > the matter, but he's not the official leader of this group, in fact, nobody > is. The failure here is that the Foundation didn't recognize this and > clarified his, mine, others... involvement in this group. The group dynamics of the FreeBSD Java project are completely outside the Foundation's charter. Please launder your own dirty laundry. > That's the tragedy here. Do you understand what's going on ? No, but I'm guessing it involves black helicopters. If you look at the Foundation's financial data, you'll see we can't afford black helicopters, so they aren't ours. 8-) -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 21:36:31 2003 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 447BF37B401; Wed, 5 Feb 2003 21:36:26 -0800 (PST) Received: from jupiter-mail.linuxengine.net (jupiter-mail.linuxengine.net [65.61.129.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FBC843F75; Wed, 5 Feb 2003 21:36:20 -0800 (PST) (envelope-from john@utzweb.net) Received: from john.utzweb.net.utzweb.net (12-212-100-69.client.attbi.com [12.212.100.69]) by jupiter-mail.linuxengine.net (8.12.5/8.12.5) with ESMTP id h165aGAd027243; Wed, 5 Feb 2003 23:36:17 -0600 Date: Wed, 05 Feb 2003 21:36:39 -0800 Message-ID: <863cn2nf6g.wl@utweb.net> From: "John L. Utz III" To: John Polstra Cc: (Hui) , bod@freebsdfoundation.org, brian@collab.net, calvin.austin@sun.com, rwatson@freesbsd.org, freebsd-chat@FreeBSD.ORG, freebsd-java@FreeBSD.ORG, Brent Verner Subject: Re: patchset 2 report (billh's resignation) In-Reply-To: References: <20030206021823.GB4193@gnuppy.monkey.org> User-Agent: Wanderlust/2.10.0 (Venus-pre4) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Spam-Score: -4.4 () IN_REP_TO X-Scanned-By: MIMEDefang 2.24 (www . roaringpenguin . com / mimedefang) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org John; Thankyou so much for taking the time to summarize the discussion between you and bill. Others have indicated that posting private email is impolitic. That may be so. Perhaps it might have been best to ask bill before posting, but that seems somewhat redundant given that the whole thread was about bills desire to disseminate this discussion to a wider audience. :-) Given the heat of the discussion, i can certainly see myself posting it under the title of 'Bill's Job Interview', but i think that after i thought about it a while after i wasnt so terribly annoyed by his tack, i'd probably reconsider. I am certainly no stranger to going off on people on FreeBSD mailing lists who have pissed me off. I can recall going absolutely ape on Rod Grimes because he thought it was ok to snoop on users. ( no, dont start! :-) ) And just a few months ago Murray felt it pertinent to reprimand me for an ad-hominem attack on somebody on freebsd-mobile. So, obviously, i share bill's penchant for hyperbole in my e-disagreements. sorry. i wish i was better. i wish he (bill) was better too. But, it seems to me that your snapshot of the discussion lacks context: Where's the Request for Proposals? Where's all the eager emails from the 100's of developers that felt they where smart enuf to do the job? Where's all the wailing and gnashing of teeth email from everybody else that didnt get the job? Where's the msg's that got Mr. Zelkin the job? Where's the msg's where Mr. Zelkin said to bill "Dude, umm, just to let you know, the FBDF is going to *pay* me to work on stuff that you have selflessly slaved over for thousands of hours pro-bono, and i think it's important that i, as an *ethical* sort of person, should clue you in."? While conceding the possibility of taking you out of context, i want to address the '100 people could have done this job'(paraprased) statement. IMHO, this is not about competency. There may be other, more competent people than bill ( there are *probably* more competent people then bill, sometimes he codes kinda' funny ). This is about decency. And human relations. And *enthusiasm*, which is really the only glue that sticks projects together. Bill has busted galactic ass to get us this far. So have lot's of other people, but it seems like bill was the only stakeholder excluded from the decisionmaking? If i where him, i'd be achingly pissed off too! So, the end result is that we get a totally cool 1.4 jdk at long last. that's good. but we deeply alienate someone who did a lot of work to make that possible. that's suboptimal, and it doesnt look like it ever needed to happen. yes, i recognize that some folks think that the quality of his work might be less than optimal, and that his style can be distinctly uncollegial. That doesnt diminish his contribution, and i hope that he continues to work on the jvm despite this *incredibly* *demotivating* experience. and i hope he doesnt take my faint dissin' personally. but if he does, tuff fucking shit! :-) i hope that FBSDF takes a slightly more open approach to dolin' out the loot in the future. i take justin's point that running the FBSDF is a lot of work. and i assume that this probably *wasnt* a 'fuck bill' session, it was just folks trying to get something done. but going slower and being more public would have done a world of good. Take the lessons of NASA's shuttle disaster to heart: talk long, talk loud, talk often. i've been on this list for a dang long time now, and this sudden emergence of 1.4. stuff just seemed really surprising, and now i know why. i dont think it was good to be surprised. just my us$0.02 johnu freebsd user since october of 1993, aka spaz@u.washington.edu At Wed, 05 Feb 2003 18:58:10 -0800 (PST), John Polstra wrote: > > Oh, for cryin' out loud, Bill, this is ridiculous. > > Folks, the entire mail exchange between Bill and me can be found > here: > > http://people.freebsd.org/~jdp/huey/ > > Draw your own conclusions. > > John > > Hui wrote: > > On Wed, Feb 05, 2003 at 07:10:06AM -0500, Brent Verner wrote: > >> On the HotSpot note, is there any work being done on getting 1.3.1's > >> HotSpot working? AFAIR, it would not build with 1.3.1-patchset-7. > > > > BTW, I've decided after a walk to get food to withhold my patches given > > the current political climate in our development group and I'd like to > > announce my resignation from the project effective immediately... No joke. > > > > Found out about something recently that almost certainly was kept purposely > > from me some how. I haven't figured out where the failure is, so sometime > > my need to pass before the developments become more clear. > > > > The basics are that the FreeBSD Foundation is grossly dysfunctional and > > should *not* be the corporate entity group to recieve grants. That > > should be dealt with more directly by the sponsor's management layer > > if they have a desire to do support FreeBSD development. > > > > I'd like to see the removal of John Polstra as Vice President of the > > organization and for other current or potential sponsors to pressure > > either a political change or public apology along with an acknowledgement > > of this leadership failure. > > > > There are other failures closer to our group that need to be address > > too. > > > > I'll have an explanation of this soon with a psychological, social and > > polical analysis of what transpired. It's pretty amazingly fucked up. > > > > More to come... > > > > bill > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 23:18:34 2003 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 E4A3737B401 for ; Wed, 5 Feb 2003 23:18:33 -0800 (PST) Received: from primus.vsservices.com (primus.vsservices.com [63.66.136.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A19B43F3F for ; Wed, 5 Feb 2003 23:18:33 -0800 (PST) (envelope-from gclarkii@vsservices.com) Received: from prime.vsservices.com (conr-adsl-dhcp-17-187.txucom.net [209.34.17.187]) by primus.vsservices.com (8.12.6/8.12.6) with SMTP id h160mtNq087873 for ; Wed, 5 Feb 2003 18:48:55 -0600 (CST) (envelope-from gclarkii@vsservices.com) Date: Wed, 5 Feb 2003 18:48:56 -0600 From: GB Clark To: freebsd-java@freebsd.org Subject: Re: JDK 1.4.1 patchset 2 Message-Id: <20030205184856.20e1585f.gclarkii@vsservices.com> In-Reply-To: <20030205040348.A17526@misty.eyesbeyond.com> References: <20030205034445.A17188@misty.eyesbeyond.com> <20030205040348.A17526@misty.eyesbeyond.com> X-Mailer: Sylpheed version 0.8.9 (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-0.5 required=5.0 tests=IN_REP_TO,REFERENCES,SPAM_PHRASE_00_01 version=2.43 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, I just got done compiling the patchset 2 and all of the demos work fine except they seem to be dumping the following to stderr every so often, PROBLEM: we have hit FetchTopFrameCallback problem conditions. If you're PROBLEM: expiriencing any crashes or failures - report to phantom@FreeBSD.org Please note that I'm getting crashes or failures with the demos (I have not yet ran any of my code through it.). I got 1.4 just so I could start playing with the new features so at this point it's not that big of a deal. Thanks to the Java team for their work! GB -- GB Clark II | Roaming FreeBSD Admin gclarkii@VSServices.COM | General Geek CTHULU for President - Why choose the lesser of two evils? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 23:41:12 2003 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 0EB3137B401; Wed, 5 Feb 2003 23:41:10 -0800 (PST) Received: from gnuppy.monkey.org (wsip68-15-8-100.sd.sd.cox.net [68.15.8.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42E5443F93; Wed, 5 Feb 2003 23:41:09 -0800 (PST) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 18ggea-0001SW-00; Wed, 05 Feb 2003 23:41:00 -0800 Date: Wed, 5 Feb 2003 23:41:00 -0800 To: "Justin T. Gibbs" Cc: "Justin T. Gibbs" , John Polstra , bod@freebsdfoundation.org, brian@collab.net, calvin.austin@sun.com, freebsd-chat@freebsd.org, freebsd-java@freebsd.org, "Bill Huey (Hui)" Subject: Re: patchset 2 report (billh's resignation) Message-ID: <20030206074100.GB5538@gnuppy.monkey.org> References: <20030206021823.GB4193@gnuppy.monkey.org> <20030206040515.GA4682@gnuppy.monkey.org> <994960000.1044505320@aslan.btc.adaptec.com> <20030206044625.GA4877@gnuppy.monkey.org> <1037650000.1044509319@aslan.btc.adaptec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1037650000.1044509319@aslan.btc.adaptec.com> User-Agent: Mutt/1.5.3i From: Bill Huey (Hui) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Feb 05, 2003 at 10:28:39PM -0700, Justin T. Gibbs wrote: > I think you misunderstand how business works. We could be open (as > open as SASL allows) or closed in our efforts regardless of the > methodology used to create the freely available work that the Foundation > is using as the basis for its binary releases. That is how the Sun > licensing of Java technology works. Its also how BSD works. Again, what your group did was to meddle in a situation that you didn't understand and still don't. This group is open, you funnel money into the group without understanding how it would effect it and simply dismissed your group's responsibility to effectly manage a situations that you simple don't understand. > You are trying to turn this into a power play. I'm sure the FreeBSD > Java group can handle its own politics. The Foundation has no role This is Java politics. This relationship was interrupted and turned into something else as soon as I was left out of the political loop. I've always been apart of it but something happened because somebody, either Nate, Greg and some other phenomenon decided to pull some personal shit that you still don't see or understand being true.. That's still your responsiblity. There's a fire and you folks threw gasoline into it without looking. > to play there and has no interest in it. I'm sorry you believe that Of course you do. > our simplistic goal is causing such strife for you and/or the FreeBSD > Java project. That was not our intent and is not our fault. It's not simple. Your group could potentially funnel millions of dollars into the project if the opportunity was presented and if the management layer (you folks) where . And it's at least half your fault in this matter, the other half is in FreeBSD Java. > And I'm sure the community is grateful for all of your hard work. Regardless, That's completely condescending. > that does not make you any more or less competent than Alexey or a great > many others in the community that understand this technology. Saying Alexey wouldn't have been able to do any of this work and would still be screwing with Linux signal handling instead of having a function VM. For that matter 3/4 of the FreeBSD kernel staff wouldn't have been able to do this work since it's so specialize and esoteric. You have to have a poor technical understanding of this or else you wouldn't be saying this crap. > otherwise is a slight on people you don't even know and a condemnation > of a selection process that you know nothing about. As has been mentioned Saying what otherwise ? that I'm effectively the lead technical engineer on this project, not by choice but by my knowledge in this area. And you absolutely need this or somebody like me for it to be completed. Alexey so far hasn't demonstrated the patience to be able to fixs or locate key bugs in the threading system nor key parts of the HotSpot VM system concerning GC. > several times in this thread, the Foundation is ready to be judged by the > outcome of its initiatives, whether they revolve around Java or other areas > of interest to the FreeBSD community. Ready ? to be judged like in Terminator ? How about feedback on how you folks can deal with the role you already have in a responsible and adult manner ? ... > The group dynamics of the FreeBSD Java project are completely outside > the Foundation's charter. Please launder your own dirty laundry. Charter yes, but effective scope ? no. That's a failure in the understanding how groups like this function and how the lack of structure or a presummed structure. That'a deep dysfunction of your group's role in it. Just because FreeBSD has had less that spectactor leadership over the years doesn't mean that this should be acceptable or chronic to this project. This is VERY bad. bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 23:52: 1 2003 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 D575137B401; Wed, 5 Feb 2003 23:51:58 -0800 (PST) Received: from riker.skynet.be (riker.skynet.be [195.238.3.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4E6143F75; Wed, 5 Feb 2003 23:51:57 -0800 (PST) (envelope-from brad.knowles@skynet.be) Received: from [146.106.12.76] (ip-26.shub-internet.org [194.78.144.26] (may be forged)) by riker.skynet.be (8.12.7/8.12.7/Skynet-OUT-2.21) with ESMTP id h167pi2q000542; Thu, 6 Feb 2003 08:51:45 +0100 (MET) (envelope-from ) Mime-Version: 1.0 X-Sender: bs663385@pop.skynet.be Message-Id: In-Reply-To: <20030206021823.GB4193@gnuppy.monkey.org> References: <20030205121006.GA69850@rcfile.org> <20030206021823.GB4193@gnuppy.monkey.org> Date: Thu, 6 Feb 2003 08:50:37 +0100 To: Bill Huey (Hui) From: Brad Knowles Subject: Re: patchset 2 report (billh's resignation) Cc: Brent Verner , freebsd-java@freebsd.org, freebsd-chat@freebsd.org, rwatson@freesbsd.org, "Bill Huey (Hui)" , calvin.austin@sun.com, brian@collab.net, jdp@polstra.com, bod@freebsdfoundation.org Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At 6:18 PM -0800 2003/02/05, Bill Huey (Hui) wrote: > BTW, I've decided after a walk to get food to withhold my patches given > the current political climate in our development group and I'd like to > announce my resignation from the project effective immediately... No joke. I'm sorry Bill, but your actions in this process leave me feeling rather unsympathetic to you. I understand your level of involvement so far in the JDK, but your incessant use of foul language and your extremely aggressive tone pretty much eliminate any real chance of getting people to buy into your underlying message. I don't agree with John's public posting of the e-mail exchange, at least not so soon in this discussion. However, your decision to take this matter public in your own way kind of absolves him of a lot of guilt on this issue. Maybe John and the FreeBSD Foundation made a mistake in this process. If they did, I'm very sorry. But it's kind of hard to tell what really happened or why, when faced with all your thermonuclear flaming. If I were on the FreeBSD Foundation and I had previous experience with this kind of incredibly rude behaviour from you in the past, I can certainly see how I might be inclined to pick someone else to be chosen as the person we would be paying to do this work. You have done yourself a very grave disservice in this whole process. If your level of contribution so far truly is as extensive as you claim, and there really are so few people in the world who could possibly have a chance of understanding the system, then I do sorely regret your choice in this matter. However, while your anger would seem to be justifiable, your behaviour is not. -- Brad Knowles, "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -Benjamin Franklin, Historical Review of Pennsylvania. GCS/IT d+(-) s:+(++)>: a C++(+++)$ UMBSHI++++$ P+>++ L+ !E-(---) W+++(--) N+ !w--- O- M++ V PS++(+++) PE- Y+(++) PGP>+++ t+(+++) 5++(+++) X++(+++) R+(+++) tv+(+++) b+(++++) DI+(++++) D+(++) G+(++++) e++>++++ h--- r---(+++)* z(+++) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 23:55:56 2003 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 12EED37B401; Wed, 5 Feb 2003 23:55:55 -0800 (PST) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ECC743FD7; Wed, 5 Feb 2003 23:55:54 -0800 (PST) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6+Sun/8.11.6) with ESMTP id h167t4D27765; Wed, 5 Feb 2003 23:55:04 -0800 (PST) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id XAA04697; Wed, 5 Feb 2003 23:54:38 -0800 (PST) Received: from btc.adaptec.com (hollin [10.100.253.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id AAA29958; Thu, 6 Feb 2003 00:54:33 -0700 (MST) Message-ID: <3E4214A8.6080404@btc.adaptec.com> Date: Thu, 06 Feb 2003 00:54:16 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20021105 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Bill Huey (Hui)" Cc: "Justin T. Gibbs" , "Justin T. Gibbs" , John Polstra , bod@freebsdfoundation.org, brian@collab.net, calvin.austin@sun.com, freebsd-chat@freebsd.org, freebsd-java@freebsd.org Subject: Re: patchset 2 report (billh's resignation) References: <20030206021823.GB4193@gnuppy.monkey.org> <20030206040515.GA4682@gnuppy.monkey.org> <994960000.1044505320@aslan.btc.adaptec.com> <20030206044625.GA4877@gnuppy.monkey.org> <1037650000.1044509319@aslan.btc.adaptec.com> <20030206074100.GB5538@gnuppy.monkey.org> In-Reply-To: <20030206021823.GB4193@gnuppy.monkey.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Bill, Why are your feelings hurt? Has the FF taken away your right to hack on the 1.4 sources? Has it? If your happiness in life comes from making the coolest, best, most elite port of the 1.4 sources, then keep on truckin, dude. You're not shy about how smart and clever you are, so I hope to see you succeed. When you're done, you or someone else can host your patches and people can download and build them. Meanwhile, the rest of us that don't care a wit about politics will use whatever Java package works. Having a binary package that can be downloaded and installed without 6 hours of compile time is a huge win for me. But if your work turns out better, then maybe I'll switch yours. Think of the FF as giving all of us choices. Or, think of the FF as giving you a challenge. Can you rise to that challenge, Bill? Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Feb 5 23:57:46 2003 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 5145C37B401; Wed, 5 Feb 2003 23:57:44 -0800 (PST) Received: from gnuppy.monkey.org (wsip68-15-8-100.sd.sd.cox.net [68.15.8.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7485D43FF7; Wed, 5 Feb 2003 23:57:43 -0800 (PST) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 18ggue-0001Tu-00; Wed, 05 Feb 2003 23:57:36 -0800 Date: Wed, 5 Feb 2003 23:57:36 -0800 To: "John L. Utz III" Cc: John Polstra , bod@freebsdfoundation.org, brian@collab.net, calvin.austin@sun.com, rwatson@freesbsd.org, freebsd-chat@FreeBSD.ORG, freebsd-java@FreeBSD.ORG, Brent Verner , "Bill Huey (Hui)" Subject: Re: patchset 2 report (billh's resignation) Message-ID: <20030206075736.GC5538@gnuppy.monkey.org> References: <20030206021823.GB4193@gnuppy.monkey.org> <863cn2nf6g.wl@utweb.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <863cn2nf6g.wl@utweb.net> User-Agent: Mutt/1.5.3i From: Bill Huey (Hui) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Feb 05, 2003 at 09:36:39PM -0800, John L. Utz III wrote: > But, it seems to me that your snapshot of the discussion lacks context: > > Where's the Request for Proposals? The funny thing is that they are a non-profit and must make this kind of stuff public for whom ever to see. > Where's all the eager emails from the 100's of developers that felt they where > smart enuf to do the job? > > Where's all the wailing and gnashing of teeth email from everybody else that > didnt get the job? > > Where's the msg's that got Mr. Zelkin the job? > > Where's the msg's where Mr. Zelkin said to bill "Dude, umm, just to let you > know, the FBDF is going to *pay* me to work on stuff that you have selflessly > slaved over for thousands of hours pro-bono, and i think it's important that > i, as an *ethical* sort of person, should clue you in."? None of that happened. It was totally done in secret and that's screwed up. > While conceding the possibility of taking you out of context, i want to > address the '100 people could have done this job'(paraprased) statement. Right...(sarcasm) > IMHO, this is not about competency. There may be other, more competent people > than bill ( there are *probably* more competent people then bill, sometimes he > codes kinda' funny ). > > This is about decency. And human relations. And *enthusiasm*, which is really > the only glue that sticks projects together. Absolutely, and to have condescending assholes try and dismiss you when you're "too confrontation" is just crank smoking, prior sucking, cow mad convolving crap. > Bill has busted galactic ass to get us this far. So have lot's of other > people, but it seems like bill was the only stakeholder excluded from the > decisionmaking? If i where him, i'd be achingly pissed off too! Yes, yes and yes. These folks are completely insane that's my conclusion of the matter. It's obviious that they were pretty aware of how this would effect me given how quite they were during this entire process. bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 0: 8:15 2003 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 4EEFF37B401; Thu, 6 Feb 2003 00:08:13 -0800 (PST) Received: from gnuppy.monkey.org (wsip68-15-8-100.sd.sd.cox.net [68.15.8.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFA8743F93; Thu, 6 Feb 2003 00:08:12 -0800 (PST) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 18gh4q-0001Uw-00; Thu, 06 Feb 2003 00:08:08 -0800 Date: Thu, 6 Feb 2003 00:08:08 -0800 To: Brad Knowles Cc: Brent Verner , freebsd-java@freebsd.org, freebsd-chat@freebsd.org, rwatson@freesbsd.org, calvin.austin@sun.com, brian@collab.net, jdp@polstra.com, bod@freebsdfoundation.org, "Bill Huey (Hui)" Subject: Re: patchset 2 report (billh's resignation) Message-ID: <20030206080808.GD5538@gnuppy.monkey.org> References: <20030205121006.GA69850@rcfile.org> <20030206021823.GB4193@gnuppy.monkey.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.3i From: Bill Huey (Hui) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Feb 06, 2003 at 08:50:37AM +0100, Brad Knowles wrote: > I'm sorry Bill, but your actions in this process leave me feeling > rather unsympathetic to you. I understand your level of involvement > so far in the JDK, but your incessant use of foul language and your > extremely aggressive tone pretty much eliminate any real chance of > getting people to buy into your underlying message. The message is pretty simple and yes, I am pissed. Basically, a few people in the FreeBSD Java group felt threatened by me in some way, held a stupid grudge and then acted out on it when grant politics came around. > I don't agree with John's public posting of the e-mail exchange, > at least not so soon in this discussion. However, your decision to > take this matter public in your own way kind of absolves him of a lot > of guilt on this issue. The tone is irrelevant, he and that group have a responsibility with that money and how it is dealt with in relation to the rest of the FreeBSD project. > Maybe John and the FreeBSD Foundation made a mistake in this > process. If they did, I'm very sorry. But it's kind of hard to tell > what really happened or why, when faced with all your thermonuclear > flaming. It's difficult to keep calm in this situation, you might like to Google for my technical post as to my involvement with this project to see how and why anybody with any genine caring for the success of a project would be pissed if Nate Williams, Greg Lewis and company decided to go behind your back and then pull some political move to exclude me from a political body that I've always been effectvely apart of since the very beginning of my involvement... It's simple not his decision to make behind my and everybody elses back. And with his influence with the FreeBSD Foundation, well... put the two together and you get something pretty sinister looking, whether it's intentional or not. > If I were on the FreeBSD Foundation and I had previous experience > with this kind of incredibly rude behaviour from you in the past, I I mean, I think I have some justification for it. > can certainly see how I might be inclined to pick someone else to be > chosen as the person we would be paying to do this work. They have to deal with this in professional manner, I lightly proded, but got more and more irrational resistence as I kept trying to get a decent answer. Ignoring this doesn't make sense. Turns out, the folks that stabbed me behind my back are in my own group. > You have done yourself a very grave disservice in this whole > process. If your level of contribution so far truly is as extensive > as you claim, and there really are so few people in the world who > could possibly have a chance of understanding the system, then I do > sorely regret your choice in this matter. > > However, while your anger would seem to be justifiable, your > behaviour is not. Then how the hell should I behave in a context with hostile and resistent people ? Allow these folks to walk over me ? bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 0:10:57 2003 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 D103237B401; Thu, 6 Feb 2003 00:10:52 -0800 (PST) Received: from nwkea-mail-2.sun.com (nwkea-mail-2.sun.com [192.18.42.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3701B43F75; Thu, 6 Feb 2003 00:10:52 -0800 (PST) (envelope-from calvin.austin@sun.com) Received: from ha2sca-mail1.SFBay.Sun.COM ([129.145.155.61]) by nwkea-mail-2.sun.com (8.9.3+Sun/8.9.3) with ESMTP id AAA12169; Thu, 6 Feb 2003 00:10:40 -0800 (PST) Received: from sun.com (vpn-129-150-16-31.SFBay.Sun.COM [129.150.16.31]) by ha2sca-mail1.SFBay.Sun.COM (8.11.6+Sun/8.10.2/ENSMAIL,v2.1p1) with ESMTP id h168AcY10297; Thu, 6 Feb 2003 00:10:38 -0800 (PST) Message-ID: <3E42182A.1CBE7A59@sun.com> Date: Thu, 06 Feb 2003 00:09:14 -0800 From: Calvin Austin X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.9-31 i686) X-Accept-Language: en MIME-Version: 1.0 To: "(Hui)" Cc: "John L. Utz III" , John Polstra , bod@freebsdfoundation.org, brian@collab.net, rwatson@freesbsd.org, freebsd-chat@FreeBSD.ORG, freebsd-java@FreeBSD.ORG, Brent Verner Subject: Re: patchset 2 report (billh's resignation) References: <20030206021823.GB4193@gnuppy.monkey.org> <863cn2nf6g.wl@utweb.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Bill, maybe now is a good time for a break, but don't walk away, you have as much right to be proud of a completed JDK on freebsd as anyone. Don't let this episode cloud the help I know you can bring in the future.... http://www.everypoet.com/archive/poetry/Rudyard_Kipling/kipling_if.htm calvin "John L. Utz III" wrote: > John; > > Thankyou so much for taking the time to summarize the discussion between you > and bill. > > Others have indicated that posting private email is impolitic. That may be > so. Perhaps it might have been best to ask bill before posting, but that seems > somewhat redundant given that the whole thread was about bills desire to > disseminate this discussion to a wider audience. :-) > > Given the heat of the discussion, i can certainly see myself posting it under > the title of 'Bill's Job Interview', but i think that after i thought about it > a while after i wasnt so terribly annoyed by his tack, i'd probably reconsider. > > I am certainly no stranger to going off on people on FreeBSD mailing lists who > have pissed me off. I can recall going absolutely ape on Rod Grimes because he > thought it was ok to snoop on users. ( no, dont start! :-) ) > > And just a few months ago Murray felt it pertinent to reprimand me for an > ad-hominem attack on somebody on freebsd-mobile. > > So, obviously, i share bill's penchant for hyperbole in my > e-disagreements. > > sorry. i wish i was better. i wish he (bill) was better too. > > But, it seems to me that your snapshot of the discussion lacks context: > > Where's the Request for Proposals? > > Where's all the eager emails from the 100's of developers that felt they where > smart enuf to do the job? > > Where's all the wailing and gnashing of teeth email from everybody else that > didnt get the job? > > Where's the msg's that got Mr. Zelkin the job? > > Where's the msg's where Mr. Zelkin said to bill "Dude, umm, just to let you > know, the FBDF is going to *pay* me to work on stuff that you have selflessly > slaved over for thousands of hours pro-bono, and i think it's important that > i, as an *ethical* sort of person, should clue you in."? > > While conceding the possibility of taking you out of context, i want to > address the '100 people could have done this job'(paraprased) statement. > > IMHO, this is not about competency. There may be other, more competent people > than bill ( there are *probably* more competent people then bill, sometimes he > codes kinda' funny ). > > This is about decency. And human relations. And *enthusiasm*, which is really > the only glue that sticks projects together. > > Bill has busted galactic ass to get us this far. So have lot's of other > people, but it seems like bill was the only stakeholder excluded from the > decisionmaking? If i where him, i'd be achingly pissed off too! > > So, the end result is that we get a totally cool 1.4 jdk at long last. > > that's good. > > but we deeply alienate someone who did a lot of work to make that possible. > > that's suboptimal, and it doesnt look like it ever needed to happen. > > yes, i recognize that some folks think that the quality of his work might be > less than optimal, and that his style can be distinctly uncollegial. > > That doesnt diminish his contribution, and i hope that he continues to work on > the jvm despite this *incredibly* *demotivating* experience. > > and i hope he doesnt take my faint dissin' personally. but if he does, tuff > fucking shit! :-) > > i hope that FBSDF takes a slightly more open approach to dolin' out the loot > in the future. > > i take justin's point that running the FBSDF is a lot of work. and i assume that this > probably *wasnt* a 'fuck bill' session, it was just folks trying to get > something done. > > but going slower and being more public would have done a world of good. > > Take the lessons of NASA's shuttle disaster to heart: talk long, talk loud, > talk often. > > i've been on this list for a dang long time now, and this sudden emergence of > 1.4. stuff just seemed really surprising, and now i know why. > > i dont think it was good to be surprised. > > just my us$0.02 > > johnu > freebsd user since october of 1993, aka spaz@u.washington.edu > > At Wed, 05 Feb 2003 18:58:10 -0800 (PST), > John Polstra wrote: > > > > Oh, for cryin' out loud, Bill, this is ridiculous. > > > > Folks, the entire mail exchange between Bill and me can be found > > here: > > > > http://people.freebsd.org/~jdp/huey/ > > > > Draw your own conclusions. > > > > John > > > > Hui wrote: > > > On Wed, Feb 05, 2003 at 07:10:06AM -0500, Brent Verner wrote: > > >> On the HotSpot note, is there any work being done on getting 1.3.1's > > >> HotSpot working? AFAIR, it would not build with 1.3.1-patchset-7. > > > > > > BTW, I've decided after a walk to get food to withhold my patches given > > > the current political climate in our development group and I'd like to > > > announce my resignation from the project effective immediately... No joke. > > > > > > Found out about something recently that almost certainly was kept purposely > > > from me some how. I haven't figured out where the failure is, so sometime > > > my need to pass before the developments become more clear. > > > > > > The basics are that the FreeBSD Foundation is grossly dysfunctional and > > > should *not* be the corporate entity group to recieve grants. That > > > should be dealt with more directly by the sponsor's management layer > > > if they have a desire to do support FreeBSD development. > > > > > > I'd like to see the removal of John Polstra as Vice President of the > > > organization and for other current or potential sponsors to pressure > > > either a political change or public apology along with an acknowledgement > > > of this leadership failure. > > > > > > There are other failures closer to our group that need to be address > > > too. > > > > > > I'll have an explanation of this soon with a psychological, social and > > > polical analysis of what transpired. It's pretty amazingly fucked up. > > > > > > More to come... > > > > > > bill > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-java" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 0:12:23 2003 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 BCD9237B408; Thu, 6 Feb 2003 00:12:21 -0800 (PST) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2D2743F93; Thu, 6 Feb 2003 00:12:20 -0800 (PST) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6+Sun/8.11.6) with ESMTP id h168BeD00237; Thu, 6 Feb 2003 00:11:41 -0800 (PST) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id AAA10175; Thu, 6 Feb 2003 00:11:24 -0800 (PST) Received: from btc.adaptec.com (hollin [10.100.253.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id BAA29972; Thu, 6 Feb 2003 01:11:20 -0700 (MST) Message-ID: <3E421897.5000907@btc.adaptec.com> Date: Thu, 06 Feb 2003 01:11:03 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20021105 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Bill Huey (Hui)" Cc: "John L. Utz III" , John Polstra , bod@freebsdfoundation.org, brian@collab.net, calvin.austin@sun.com, rwatson@freesbsd.org, freebsd-chat@freebsd.org, freebsd-java@freebsd.org, Brent Verner Subject: Re: patchset 2 report (billh's resignation) References: <20030206021823.GB4193@gnuppy.monkey.org> <863cn2nf6g.wl@utweb.net> <20030206075736.GC5538@gnuppy.monkey.org> In-Reply-To: <20030206021823.GB4193@gnuppy.monkey.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Bill Huey (Hui) wrote: > On Wed, Feb 05, 2003 at 09:36:39PM -0800, John L. Utz III wrote: > > >But, it seems to me that your snapshot of the discussion lacks context: > > > >Where's the Request for Proposals? > > > The funny thing is that they are a non-profit and must make this kind of > stuff public for whom ever to see. Can you do us all a favor and look up the legal statutes that dictate this? Not the ones that govern bookkeeping, but the ones that declare that all decisions made by a 501(c)(3) must be open to public comment and approval. I know of several good law libraries in your area, so I doubt it will take you long to look this up. Thanks! Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 0:27:53 2003 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 788EB37B401; Thu, 6 Feb 2003 00:27:52 -0800 (PST) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6558743FA3; Thu, 6 Feb 2003 00:27:51 -0800 (PST) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 618D1536E; Thu, 6 Feb 2003 09:27:48 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Bill Huey (Hui) Cc: Brent Verner , freebsd-java@freebsd.org, freebsd-chat@freebsd.org, rwatson@freesbsd.org, calvin.austin@sun.com, brian@collab.net, jdp@polstra.com, bod@freebsdfoundation.org Subject: Re: patchset 2 report (billh's resignation) From: Dag-Erling Smorgrav Date: Thu, 06 Feb 2003 09:27:48 +0100 In-Reply-To: <20030206021823.GB4193@gnuppy.monkey.org> (Bill Huey's message of "Wed, 5 Feb 2003 18:18:23 -0800") Message-ID: User-Agent: Gnus/5.090014 (Oort Gnus v0.14) Emacs/21.2 (i386--freebsd) References: <20030205121006.GA69850@rcfile.org> <20030206021823.GB4193@gnuppy.monkey.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Bill Huey (Hui) writes: > BTW, I've decided after a walk to get food to withhold my patches given > the current political climate in our development group and I'd like to > announce my resignation from the project effective immediately... No joke. Patches? Resignation? In order to withhold patches, you'd have to *have* patches first: des@freefall /home/gnats/gnats-adm% grep Huey index ; echo end ports/44481|current-users|obrien|closed|no|serious|medium|0|||1035601201|1043778680|1043778680|sw-bug|Bill Huey|-stable|lang/gcc32 failed to build end and in order to resign you'd have to be a member first: des@freefall /home/gnats/gnats-adm% finger bill | grep Login ; echo end Login: billf Name: Bill Fumerola Login: fenner Name: Bill Fenner Login: unfurl Name: Bill Swingle Login: wpaul Name: Bill Paul end so cut the drama queen act already. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 0:29:32 2003 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 E6F9637B401; Thu, 6 Feb 2003 00:29:29 -0800 (PST) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FA3C43F93; Thu, 6 Feb 2003 00:29:29 -0800 (PST) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6+Sun/8.11.6) with ESMTP id h168SnD02219; Thu, 6 Feb 2003 00:28:49 -0800 (PST) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id AAA14795; Thu, 6 Feb 2003 00:28:23 -0800 (PST) Received: from btc.adaptec.com (hollin [10.100.253.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id BAA29977; Thu, 6 Feb 2003 01:28:19 -0700 (MST) Message-ID: <3E421C93.4040807@btc.adaptec.com> Date: Thu, 06 Feb 2003 01:28:03 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20021105 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Bill Huey (Hui)" Cc: Brad Knowles , Brent Verner , freebsd-java@freebsd.org, freebsd-chat@freebsd.org, calvin.austin@sun.com, brian@collab.net, jdp@polstra.com, bod@freebsdfoundation.org Subject: Re: patchset 2 report (billh's resignation) References: <20030205121006.GA69850@rcfile.org> <20030206021823.GB4193@gnuppy.monkey.org> <20030206080808.GD5538@gnuppy.monkey.org> In-Reply-To: <20030205121006.GA69850@rcfile.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Bill Huey (Hui) wrote: > On Thu, Feb 06, 2003 at 08:50:37AM +0100, Brad Knowles wrote: > > > I'm sorry Bill, but your actions in this process leave me feeling > >rather unsympathetic to you. I understand your level of involvement > >so far in the JDK, but your incessant use of foul language and your > >extremely aggressive tone pretty much eliminate any real chance of > >getting people to buy into your underlying message. > > > The message is pretty simple and yes, I am pissed. Basically, a few > people in the FreeBSD Java group felt threatened by me in some way, > held a stupid grudge and then acted out on it when grant politics came > around. > > > > I don't agree with John's public posting of the e-mail exchange, > >at least not so soon in this discussion. However, your decision to > >take this matter public in your own way kind of absolves him of a lot > >of guilt on this issue. > > > The tone is irrelevant, he and that group have a responsibility with > that money and how it is dealt with in relation to the rest of the > FreeBSD project. > > > > Maybe John and the FreeBSD Foundation made a mistake in this > >process. If they did, I'm very sorry. But it's kind of hard to tell > >what really happened or why, when faced with all your thermonuclear > >flaming. > > > It's difficult to keep calm in this situation, you might like to Google > for my technical post as to my involvement with this project to see how > and why anybody with any genine caring for the success of a project would > be pissed if Nate Williams, Greg Lewis and company decided to go behind > your back and then pull some political move to exclude me from a political > body that I've always been effectvely apart of since the very beginning > of my involvement... > > It's simple not his decision to make behind my and everybody elses back. > And with his influence with the FreeBSD Foundation, well... put the two > together and you get something pretty sinister looking, whether it's > intentional or not. > > > > If I were on the FreeBSD Foundation and I had previous experience > >with this kind of incredibly rude behaviour from you in the past, I > > > I mean, I think I have some justification for it. > > > >can certainly see how I might be inclined to pick someone else to be > >chosen as the person we would be paying to do this work. > > > They have to deal with this in professional manner, I lightly proded, > but got more and more irrational resistence as I kept trying to get a > decent answer. Ignoring this doesn't make sense. Turns out, the folks > that stabbed me behind my back are in my own group. The 'lightly prodded' part is patently untrue. Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 0:35:58 2003 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 3F6A237B401; Thu, 6 Feb 2003 00:35:57 -0800 (PST) Received: from gnuppy.monkey.org (wsip68-15-8-100.sd.sd.cox.net [68.15.8.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAF8443F85; Thu, 6 Feb 2003 00:35:56 -0800 (PST) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 18ghVg-0001Xo-00; Thu, 06 Feb 2003 00:35:52 -0800 Date: Thu, 6 Feb 2003 00:35:52 -0800 To: Dag-Erling Smorgrav Cc: freebsd-java@freebsd.org, freebsd-chat@freebsd.org, rwatson@freesbsd.org, calvin.austin@sun.com, jdp@polstra.com, bod@freebsdfoundation.org Subject: Re: patchset 2 report (billh's resignation) Message-ID: <20030206083552.GA5935@gnuppy.monkey.org> References: <20030205121006.GA69850@rcfile.org> <20030206021823.GB4193@gnuppy.monkey.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.3i From: Bill Huey (Hui) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Feb 06, 2003 at 09:27:48AM +0100, Dag-Erling Smorgrav wrote: > *have* patches first: > > des@freefall /home/gnats/gnats-adm% grep Huey index ; echo end > ports/44481|current-users|obrien|closed|no|serious|medium|0|||1035601201|1043778680|1043778680|sw-bug|Bill Huey|-stable|lang/gcc32 failed to build > end > > and in order to resign you'd have to be a member first: Right, you have to have CVS access to our server at skul.freebsd.org an account and a clue. BTW, I don't do -stable work, so take that grep else where. bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 0:37:50 2003 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 DC51A37B401; Thu, 6 Feb 2003 00:37:49 -0800 (PST) Received: from gnuppy.monkey.org (wsip68-15-8-100.sd.sd.cox.net [68.15.8.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CC8C43FBD; Thu, 6 Feb 2003 00:37:49 -0800 (PST) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 18ghXX-0001Y3-00; Thu, 06 Feb 2003 00:37:47 -0800 Date: Thu, 6 Feb 2003 00:37:47 -0800 To: Scott Long Cc: freebsd-java@freebsd.org, freebsd-chat@freebsd.org, calvin.austin@sun.com, jdp@polstra.com, bod@freebsdfoundation.org Subject: Re: patchset 2 report (billh's resignation) Message-ID: <20030206083747.GB5935@gnuppy.monkey.org> References: <20030205121006.GA69850@rcfile.org> <20030206021823.GB4193@gnuppy.monkey.org> <20030206080808.GD5538@gnuppy.monkey.org> <3E421C93.4040807@btc.adaptec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E421C93.4040807@btc.adaptec.com> User-Agent: Mutt/1.5.3i From: Bill Huey (Hui) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Feb 06, 2003 at 01:28:03AM -0700, Scott Long wrote: > >They have to deal with this in professional manner, I lightly proded, > >but got more and more irrational resistence as I kept trying to get a > >decent answer. Ignoring this doesn't make sense. Turns out, the folks > >that stabbed me behind my back are in my own group. > > The 'lightly prodded' part is patently untrue. Ok, flat out proded, but he still shouldn't have resisted in that way and shut off. It's a pretty selfish reaction given what he's responsible for... bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 0:47:36 2003 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 C958D37B401; Thu, 6 Feb 2003 00:47:35 -0800 (PST) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB39843F3F; Thu, 6 Feb 2003 00:47:34 -0800 (PST) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.6/8.12.6) with ESMTP id h168lMja092221; Thu, 6 Feb 2003 08:47:22 GMT (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost) by storm.FreeBSD.org.uk (8.12.6/8.12.6/Submit) with UUCP id h168lMtA092220; Thu, 6 Feb 2003 08:47:22 GMT X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.6/8.12.6) with ESMTP id h168ffaX099401; Thu, 6 Feb 2003 10:41:41 +0200 (SAST) (envelope-from mark@grondar.org) From: Mark Murray Message-Id: <200302060841.h168ffaX099401@grimreaper.grondar.org> To: John Polstra Cc: billh@gnuppy.monkey.org (Hui), bod@freebsdfoundation.org, brian@collab.net, calvin.austin@sun.com, rwatson@freesbsd.org, freebsd-chat@FreeBSD.ORG, freebsd-java@FreeBSD.ORG, Brent Verner Subject: Re: patchset 2 report (billh's resignation) In-Reply-To: Your message of "Wed, 05 Feb 2003 18:58:10 PST." Date: Thu, 06 Feb 2003 08:41:41 +0000 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org John Polstra writes: > Oh, for cryin' out loud, Bill, this is ridiculous. > > Folks, the entire mail exchange between Bill and me can be found > here: > > http://people.freebsd.org/~jdp/huey/ > > Draw your own conclusions. Wow. Bad luck, John. Its disgusting that you should be subjected to this kind of abuse. Not all of us think as Bill does. M -- Mark Murray iumop ap!sdn w,I idlaH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 0:51:10 2003 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 0A2A537B401 for ; Thu, 6 Feb 2003 00:51:09 -0800 (PST) Received: from mgr3.xmission.com (mgr3.xmission.com [198.60.22.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 800BA43F3F for ; Thu, 6 Feb 2003 00:51:08 -0800 (PST) (envelope-from glewis@eyesbeyond.com) Received: from mail by mgr3.xmission.com with spam-scanned (Exim 3.35 #1) id 18ghkS-0000cI-03; Thu, 06 Feb 2003 01:51:08 -0700 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr3.xmission.com with esmtp (Exim 3.35 #1) id 18ghjq-000099-03; Thu, 06 Feb 2003 01:51:02 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id h168iSd08689; Thu, 6 Feb 2003 19:14:28 +1030 (CST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Thu, 6 Feb 2003 19:14:13 +1030 From: Greg Lewis To: Brent Verner Cc: freebsd-java@FreeBSD.ORG Subject: Re: patchset 2 report (a love story) Message-ID: <20030206191413.A8640@misty.eyesbeyond.com> References: <20030205121006.GA69850@rcfile.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030205121006.GA69850@rcfile.org>; from brent@rcfile.org on Wed, Feb 05, 2003 at 07:10:06AM -0500 X-Spam-Status: No, hits=-3.5 required=8.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01,USER_AGENT, USER_AGENT_MUTT,X_AUTH_WARNING version=2.43 X-Spam-Level: Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Feb 05, 2003 at 07:10:06AM -0500, Brent Verner wrote: > I created a ports directory for the jdk14, and was wondering if > it would be possible to distribute patchset 2 in .zip format, so > USE_ZIP could be set in the Makefile to extract both the scsl-src > and patchset, instead of having to _manually_ extract one of them. > If I'm missing some feature of the ports system that would allow > automatic extraction of both, please throw that cluestick at me :-) I'll look into this. It sounds like things are pretty positive so it may be that now is the time to create a port for jdk14 :). -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 0:53:42 2003 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 D781237B401 for ; Thu, 6 Feb 2003 00:53:41 -0800 (PST) Received: from mgr3.xmission.com (mgr3.xmission.com [198.60.22.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5414D43FB1 for ; Thu, 6 Feb 2003 00:53:41 -0800 (PST) (envelope-from glewis@eyesbeyond.com) Received: from mail by mgr3.xmission.com with spam-scanned (Exim 3.35 #1) id 18ghmv-0001PO-03; Thu, 06 Feb 2003 01:53:41 -0700 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr3.xmission.com with esmtp (Exim 3.35 #1) id 18ghm6-0000yV-03; Thu, 06 Feb 2003 01:53:34 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id h168lJE08700; Thu, 6 Feb 2003 19:17:19 +1030 (CST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Thu, 6 Feb 2003 19:16:23 +1030 From: Greg Lewis To: Alexey Zelkin Cc: Brent Verner , freebsd-java@FreeBSD.ORG Subject: Re: patchset 2 report (a love story) Message-ID: <20030206191623.B8613@misty.eyesbeyond.com> References: <20030205121006.GA69850@rcfile.org> <20030205160111.A89218@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030205160111.A89218@phantom.cris.net>; from phantom@FreeBSD.org.ua on Wed, Feb 05, 2003 at 04:01:11PM +0200 X-Spam-Status: No, hits=-3.5 required=8.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01,USER_AGENT, USER_AGENT_MUTT,X_AUTH_WARNING version=2.43 X-Spam-Level: Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Feb 05, 2003 at 04:01:11PM +0200, Alexey Zelkin wrote: > > On the HotSpot note, is there any work being done on getting 1.3.1's > > HotSpot working? AFAIR, it would not build with 1.3.1-patchset-7. > > Yes. Patchset 8 for 1.3.1 will appear soon... Greg ? Yes. This was derailed for a couple days due to a power supply failing, but hopefully will get back on track and be out in the next few days. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 1: 1:44 2003 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 5677837B401; Thu, 6 Feb 2003 01:01:43 -0800 (PST) Received: from gnuppy.monkey.org (wsip68-15-8-100.sd.sd.cox.net [68.15.8.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED4AB43F3F; Thu, 6 Feb 2003 01:01:42 -0800 (PST) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 18ghuU-0001bn-00; Thu, 06 Feb 2003 01:01:30 -0800 Date: Thu, 6 Feb 2003 01:01:30 -0800 To: Mark Murray Cc: John Polstra , bod@freebsdfoundation.org, brian@collab.net, calvin.austin@sun.com, rwatson@freesbsd.org, freebsd-chat@FreeBSD.ORG, freebsd-java@FreeBSD.ORG, Brent Verner Subject: Re: patchset 2 report (billh's resignation) Message-ID: <20030206090130.GB6076@gnuppy.monkey.org> References: <200302060841.h168ffaX099401@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200302060841.h168ffaX099401@grimreaper.grondar.org> User-Agent: Mutt/1.5.3i From: Bill Huey (Hui) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Feb 06, 2003 at 08:41:41AM +0000, Mark Murray wrote: > Wow. Bad luck, John. Its disgusting that you should be subjected to > this kind of abuse. > > Not all of us think as Bill does. That's a useless comment on your part. If you don't have anything to say that's constructive, then frankly shut the fuck up. bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 1: 6:10 2003 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 0829F37B401 for ; Thu, 6 Feb 2003 01:06:09 -0800 (PST) Received: from eos.telenet-ops.be (eos.telenet-ops.be [195.130.132.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3572F43FAF for ; Thu, 6 Feb 2003 01:06:03 -0800 (PST) (envelope-from jrv@shih.be) Received: from localhost (localhost.localdomain [127.0.0.1]) by eos.telenet-ops.be (Postfix) with SMTP id 039B121783 for ; Thu, 6 Feb 2003 10:05:57 +0100 (CET) Received: from shih.be (D57763D4.kabel.telenet.be [213.119.99.212]) by eos.telenet-ops.be (Postfix) with ESMTP id D3A5821792 for ; Thu, 6 Feb 2003 10:05:56 +0100 (CET) Received: from shih.be (localhost [127.0.0.1]) by shih.be (8.12.6/8.12.6) with ESMTP id h16967ml001353 for ; Thu, 6 Feb 2003 10:06:08 +0100 (CET) (envelope-from jrv@shih.be) Received: (from jrv@localhost) by shih.be (8.12.6/8.12.6/Submit) id h16967bM001352 for freebsd-java@FreeBSD.ORG; Thu, 6 Feb 2003 10:06:07 +0100 (CET) (envelope-from jrv) From: Juan Velasco Message-Id: <200302060906.h16967bM001352@shih.be> Subject: patchset 2 - 1.4 GUI Character Squares To: freebsd-java@FreeBSD.ORG Date: Thu, 6 Feb 2003 10:06:07 +0100 (CET) X-URL: www.shih.be X-Phone: (0032)486612555 X-Dept.: Machine Learning X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello all, I compiled patchset 1 some weeks ago and it showed squares instead of letters in the GUI applications. Is that fixed in patchset 2 ? thanks, ---------------------- Juan R. Velasco, CEO, Shih Belgium Site : www.shih.be Phone : (0032) 0486 612555 Adress: Dekenstraat 78, Leuven 3000, Belgium FreeBSD dune.shih.be 4.7-STABLE #0: Mon Dec 2 22:30:58 CET 2002 jrv@dune.shih.be:/usr/obj/usr/src/sys/KERNEL AMD 2800+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 1:23:50 2003 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 DB9AD37B401 for ; Thu, 6 Feb 2003 01:23:48 -0800 (PST) Received: from skywalker.creative.net.au (skywalker.creative.net.au [203.56.168.1]) by mx1.FreeBSD.org (Postfix) with SMTP id AFC0B43F85 for ; Thu, 6 Feb 2003 01:23:47 -0800 (PST) (envelope-from freebsd@skywalker.creative.net.au) Received: (qmail 59052 invoked by uid 1008); 6 Feb 2003 09:23:40 -0000 Date: Thu, 6 Feb 2003 17:23:40 +0800 From: Adrian Chadd To: freebsd-java@freebsd.org Subject: The billf debacle: a question Message-ID: <20030206092340.GA58964@skywalker.creative.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org As a completely unrelated party interested in the whole billh thread I'd like to ask for any evidence supporting billh's claim to involvement/work with the java project. (Evidence being commit logs, email logs, etc - billh, this is your oppertunity to post to me, privately, any email supporting your statements. I won't pass them to anyone at all.) I'm not trolling or such here - I agree that billh's behaviour on the list and privately (eg towards jdp) is definitely uncalled for and does not reflect upon him well. So far I can't see any evidence for or against the work that he's done which seems to have been mostly forgotten in the freebsd-java postings I've seen. Thanks and here's my 2c, Adrian -- Adrian Chadd learning is bad it just makes the people around you dumber (angryskul == alfred@irc) :( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 1:34:53 2003 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 9132A37B405 for ; Thu, 6 Feb 2003 01:34:52 -0800 (PST) Received: from skywalker.creative.net.au (skywalker.creative.net.au [203.56.168.1]) by mx1.FreeBSD.org (Postfix) with SMTP id 24E7A43FBD for ; Thu, 6 Feb 2003 01:34:51 -0800 (PST) (envelope-from freebsd@skywalker.creative.net.au) Received: (qmail 59225 invoked by uid 1008); 6 Feb 2003 09:34:46 -0000 Date: Thu, 6 Feb 2003 17:34:46 +0800 From: Adrian Chadd To: freebsd-java@freebsd.org Subject: Re: The bill_h_ debacle: a question Message-ID: <20030206093446.GB58964@skywalker.creative.net.au> References: <20030206092340.GA58964@skywalker.creative.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030206092340.GA58964@skywalker.creative.net.au> User-Agent: Mutt/1.4i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Feb 06, 2003, Adrian Chadd wrote: The _billh_ debacle, kthx. -- Adrian Chadd learning is bad it just makes the people around you dumber (angryskul == alfred@irc) :( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 1:37:49 2003 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 53A6537B401 for ; Thu, 6 Feb 2003 01:37:48 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69D4043F93 for ; Thu, 6 Feb 2003 01:37:43 -0800 (PST) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h16Bfmvb074899; Thu, 6 Feb 2003 11:41:48 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h169hw7B096302; Thu, 6 Feb 2003 11:43:58 +0200 (EET) (envelope-from ml) Date: Thu, 6 Feb 2003 11:43:58 +0200 From: Alexey Zelkin To: ak03@gte.com Cc: Greg Lewis , freebsd-java@FreeBSD.ORG Subject: Re: JDK 1.4.1 patchset 2 Message-ID: <20030206114358.A96288@phantom.cris.net> References: <20030205034445.A17188@misty.eyesbeyond.com> <20030205203615.5d662b35.kabaev@bellatlantic.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030205203615.5d662b35.kabaev@bellatlantic.net>; from kabaev@bellatlantic.net on Wed, Feb 05, 2003 at 08:36:15PM -0500 X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Feb 05, 2003 at 08:36:15PM -0500, Alexander Kabaev wrote: > What GCC should I use on STABLE? Will stock compiler build patchset 2 or > some recent port is required? Yes. It's true for both -CURRENT and -STABLE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 1:39:56 2003 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 717A637B401; Thu, 6 Feb 2003 01:39:55 -0800 (PST) Received: from mail.framfab.com (mail.framfab.com [217.73.2.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44EE543FB1; Thu, 6 Feb 2003 01:39:54 -0800 (PST) (envelope-from fredrick.nilsson@framfab.se) Received: from sestoex01.framfab.se (sestoex01.framfab.se [157.125.1.96]) by mail.framfab.com (Postfix) with ESMTP id 4B4CC1F301; Thu, 6 Feb 2003 10:39:43 +0100 (CET) Received: by sestoex01.framfab.se with Internet Mail Service (5.5.2656.59) id ; Thu, 6 Feb 2003 10:39:43 +0100 Message-ID: From: Fredrick Nilsson To: 'Adrian Chadd' , freebsd-java@freebsd.org Subject: RE: The bill_h_ debacle: a question Date: Thu, 6 Feb 2003 10:39:41 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org which channel and network? -----Original Message----- From: Adrian Chadd [mailto:adrian@freebsd.org] Sent: Thursday, February 06, 2003 10:35 To: freebsd-java@freebsd.org Subject: Re: The bill_h_ debacle: a question On Thu, Feb 06, 2003, Adrian Chadd wrote: The _billh_ debacle, kthx. -- Adrian Chadd learning is bad it just makes the people around you dumber (angryskul == alfred@irc) :( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 1:40: 4 2003 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 3462C37B401 for ; Thu, 6 Feb 2003 01:40:03 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2611643FBF for ; Thu, 6 Feb 2003 01:40:00 -0800 (PST) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h16BiKvb074997; Thu, 6 Feb 2003 11:44:20 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h169kIkK096323; Thu, 6 Feb 2003 11:46:18 +0200 (EET) (envelope-from ml) Date: Thu, 6 Feb 2003 11:46:18 +0200 From: Alexey Zelkin To: GB Clark Cc: freebsd-java@FreeBSD.ORG Subject: Re: JDK 1.4.1 patchset 2 Message-ID: <20030206114618.B96288@phantom.cris.net> References: <20030205034445.A17188@misty.eyesbeyond.com> <20030205040348.A17526@misty.eyesbeyond.com> <20030205184856.20e1585f.gclarkii@vsservices.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030205184856.20e1585f.gclarkii@vsservices.com>; from gclarkii@vsservices.com on Wed, Feb 05, 2003 at 06:48:56PM -0600 X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, On Wed, Feb 05, 2003 at 06:48:56PM -0600, GB Clark wrote: > I just got done compiling the patchset 2 and all of the demos work fine except > they seem to be dumping the following to stderr every so often, > > PROBLEM: we have hit FetchTopFrameCallback problem conditions. If you're > PROBLEM: expiriencing any crashes or failures - report to phantom@FreeBSD.org This is debuging print. Using which application you get it ? > Please note that I'm getting crashes or failures with the demos (I have not > yet ran any of my code through it.). I got 1.4 just so I could start > playing with the new features so at this point it's not that big of a deal. Hmm... Can you please try debuging binary (java_g) and post me crash details and output of gdb backtrace ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 1:41:33 2003 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 6F27D37B401 for ; Thu, 6 Feb 2003 01:41:32 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ABE943F93 for ; Thu, 6 Feb 2003 01:41:29 -0800 (PST) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h16Bjmvb075068; Thu, 6 Feb 2003 11:45:48 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h169lxK0096357; Thu, 6 Feb 2003 11:47:59 +0200 (EET) (envelope-from ml) Date: Thu, 6 Feb 2003 11:47:59 +0200 From: Alexey Zelkin To: Juan Velasco Cc: freebsd-java@FreeBSD.ORG Subject: Re: patchset 2 - 1.4 GUI Character Squares Message-ID: <20030206114759.C96288@phantom.cris.net> References: <200302060906.h16967bM001352@shih.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200302060906.h16967bM001352@shih.be>; from jrv@shih.be on Thu, Feb 06, 2003 at 10:06:07AM +0100 X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, On Thu, Feb 06, 2003 at 10:06:07AM +0100, Juan Velasco wrote: > Hello all, > > I compiled patchset 1 some weeks ago and it showed > squares instead of letters in the GUI applications. > > Is that fixed in patchset 2 ? Yes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 1:46:13 2003 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 155BF37B401 for ; Thu, 6 Feb 2003 01:46:12 -0800 (PST) Received: from skywalker.creative.net.au (skywalker.creative.net.au [203.56.168.1]) by mx1.FreeBSD.org (Postfix) with SMTP id CF81443FCB for ; Thu, 6 Feb 2003 01:46:10 -0800 (PST) (envelope-from freebsd@skywalker.creative.net.au) Received: (qmail 59447 invoked by uid 1008); 6 Feb 2003 09:46:09 -0000 Date: Thu, 6 Feb 2003 17:46:09 +0800 From: Adrian Chadd To: Fredrick Nilsson Cc: freebsd-java@freebsd.org Subject: Re: The bill_h_ debacle: a question Message-ID: <20030206094609.GC58964@skywalker.creative.net.au> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Feb 06, 2003, Fredrick Nilsson wrote: > which channel and network? I'd appreciate it all in email please. Just to me - not the freebsd-java list. Be perfectly honest about it - I won't be publishing any specific comments. I'll summarise after things stop trickling in. Adrian -- Adrian Chadd learning is bad it just makes the people around you dumber (angryskul == alfred@irc) :( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 1:58:47 2003 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 0FFF337B401 for ; Thu, 6 Feb 2003 01:58:46 -0800 (PST) Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F0BB43FAF for ; Thu, 6 Feb 2003 01:58:45 -0800 (PST) (envelope-from Jan.Grant@bristol.ac.uk) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Thu, 6 Feb 2003 09:56:15 +0000 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 3.16 #1) id 18gijV-0007Wc-00; Thu, 06 Feb 2003 09:54:13 +0000 Date: Thu, 6 Feb 2003 09:54:13 +0000 (GMT) From: Jan Grant X-X-Sender: cmjg@mail.ilrt.bris.ac.uk To: Alexey Zelkin Cc: GB Clark , freebsd-java Subject: Re: JDK 1.4.1 patchset 2 In-Reply-To: <20030206114618.B96288@phantom.cris.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 6 Feb 2003, Alexey Zelkin wrote: > hi, > > On Wed, Feb 05, 2003 at 06:48:56PM -0600, GB Clark wrote: > > > I just got done compiling the patchset 2 and all of the demos work fine except > > they seem to be dumping the following to stderr every so often, > > > > PROBLEM: we have hit FetchTopFrameCallback problem conditions. If you're > > PROBLEM: expiriencing any crashes or failures - report to phantom@FreeBSD.org > > This is debuging print. Using which application you get it ? Actually, a 4th Feb STABLE with stock compiler will produce at least one of those when it jars up rt.jar. (Didn't spot any others) -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287088 Fax +44 (0)117 9287112 http://ioctl.org/jan/ Bolstered by my success with vi, I proceeded to learn C with 'learn c'. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 2:15:28 2003 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 B571B37B401 for ; Thu, 6 Feb 2003 02:15:27 -0800 (PST) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE03443FBF for ; Thu, 6 Feb 2003 02:15:26 -0800 (PST) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.6/8.12.6) with ESMTP id h1698E9c024722; Thu, 6 Feb 2003 10:08:14 +0100 (CET) (envelope-from ernst@zaphod.euronet.nl) Received: (from ernst@localhost) by zaphod.euronet.nl (8.12.6/8.12.6/Submit) id h1698EQb024706; Thu, 6 Feb 2003 10:08:14 +0100 (CET) Content-Type: text/plain; charset="iso-8859-1" From: Ernst de Haan To: Juan Velasco , freebsd-java@FreeBSD.ORG Subject: Re: patchset 2 - 1.4 GUI Character Squares Date: Thu, 6 Feb 2003 10:08:13 +0100 User-Agent: KMail/1.4.3 References: <200302060906.h16967bM001352@shih.be> In-Reply-To: <200302060906.h16967bM001352@shih.be> X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200302061008.13816.znerd@FreeBSD.org> Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thursday 06 February 2003 10:06, Juan Velasco wrote: > Hello all, > > I compiled patchset 1 some weeks ago and it showed > squares instead of letters in the GUI applications. > > Is that fixed in patchset 2 ? Sounds like a font or encoding problem. Has probably nothing to do with the stability of the JDK self. Ernst To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 2:26:39 2003 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 1D66E37B401 for ; Thu, 6 Feb 2003 02:26:38 -0800 (PST) Received: from mgr4.xmission.com (mgr4.xmission.com [198.60.22.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9143643FBD for ; Thu, 6 Feb 2003 02:26:37 -0800 (PST) (envelope-from glewis@eyesbeyond.com) Received: from mail by mgr4.xmission.com with spam-scanned (Exim 3.35 #1) id 18gjEr-0002ph-04 for freebsd-java@freebsd.org; Thu, 06 Feb 2003 03:26:37 -0700 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr4.xmission.com with esmtp (Exim 3.35 #1) id 18gjEq-0002oi-04; Thu, 06 Feb 2003 03:26:37 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id h16AQWl09197; Thu, 6 Feb 2003 20:56:32 +1030 (CST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Thu, 6 Feb 2003 20:56:32 +1030 From: Greg Lewis To: costin Cc: freebsd-java@FreeBSD.ORG Subject: Re: Install instructions Message-ID: <20030206205632.A9178@misty.eyesbeyond.com> References: <135182162726.20030205171121@edison.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <135182162726.20030205171121@edison.ro>; from gicabulica@edison.ro on Wed, Feb 05, 2003 at 05:11:21PM +0200 X-Spam-Status: No, hits=-3.5 required=8.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SIGNATURE_SHORT_DENSE,SPAM_PHRASE_02_03,USER_AGENT, USER_AGENT_MUTT,X_AUTH_WARNING version=2.43 X-Spam-Level: Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Feb 05, 2003 at 05:11:21PM +0200, costin wrote: > Hi! > > Just need some simple advices to install the native port jdk1.3 > > After downloading all thats needed, and a simple > > # make depends NATIVE_BOOTSTRAP=yes > > works fine when I`m doing the > > # make install NATIVE_BOOTSTRAP=yes You must have a previous version of the native port installed to use NATIVE_BOOTSTRAP. This flag is for people who've installed the port then uninstalled the Linux JDK and don't wish to have to reinstall just to upgrade the port. If you don't have the port installed then you need to bootstrap with the Linux JDK. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 4:28:11 2003 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 1FE0F37B425 for ; Thu, 6 Feb 2003 04:28:06 -0800 (PST) Received: from mail-relay.edison.ro (62.231.66.133 [62.231.66.133]) by mx1.FreeBSD.org (Postfix) with SMTP id 5A4B843FAF for ; Thu, 6 Feb 2003 04:28:04 -0800 (PST) (envelope-from gicabulica@edison.ro) Received: (qmail 14536 invoked from network); 6 Feb 2003 12:33:27 -0000 Received: from unknown (HELO hardy) (192.168.2.159) by 192.168.4.228 with SMTP; 6 Feb 2003 12:33:27 -0000 Date: Thu, 6 Feb 2003 14:26:59 +0200 From: costin X-Mailer: The Bat! (v1.61) Reply-To: costin X-Priority: 3 (Normal) Message-ID: <77258701523.20030206142659@edison.ro> To: freebsd-java@freebsd.org Subject: somehow off topic: resin compile MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hello! This is somehow offtopic but I can get Resin to compile on my FreeBSD-Java box. I`ve downloaded the last resin server (both standalone and ee) and after the compile when I do make I get the following error: ############## gcc -o resin resin.o ../common/common.o std.o memory.o ssl.o -lc_r /usr/lib/libssl.a /usr/lib/libcrypto.a -ldl /usr/libexec/elf/ld: cannot find -ldl *** Error code 1 Stop in /usr/local/resin/src/c/plugin/resin. *** Error code 1 Stop in /usr/local/resin/src/c/plugin. *** Error code 1 Stop in /usr/local/resin. ############## It seems that the linker is looking for some kind of archive dl, here is a snip from ld manual: -larchive --library=archive Add archive file archive to the list of files to link. This option may be used any number of times. ld will search its path-list for occurrences of "libarchive.a" for every archive specified. so ld is looking for a dl.a library which I can`t find. What exactly do I need for it to work? -- Thanks, costin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 4:34:55 2003 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 51E5737B408 for ; Thu, 6 Feb 2003 04:34:54 -0800 (PST) Received: from idoru.mine.nu (pc3-cdif1-6-cust189.cdif.cable.ntl.com [80.6.208.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 399AB43F3F for ; Thu, 6 Feb 2003 04:34:51 -0800 (PST) (envelope-from rasputin@idoru.mine.nu) Received: from rasputin by idoru.mine.nu with local (Exim 4.10) id 18glEw-0002oZ-00 for freebsd-java@freebsd.org; Thu, 06 Feb 2003 12:34:50 +0000 Date: Thu, 6 Feb 2003 12:34:50 +0000 From: Rasputin To: freebsd-java@freebsd.org Subject: Re: patchset 2 report (billh's resignation) Message-ID: <20030206123450.GB10718@idoru.tenten> Reply-To: Rasputin References: <20030206021823.GB4193@gnuppy.monkey.org> <20030206040515.GA4682@gnuppy.monkey.org> <994960000.1044505320@aslan.btc.adaptec.com> <20030206044625.GA4877@gnuppy.monkey.org> <1037650000.1044509319@aslan.btc.adaptec.com> <20030206074100.GB5538@gnuppy.monkey.org> <3E4214A8.6080404@btc.adaptec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E4214A8.6080404@btc.adaptec.com> User-Agent: Mutt/1.4i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org * Scott Long [0256 07:56]: > Bill, > > Why are your feelings hurt? Scott, if you can't see that, then there's not much hope for you. The guy has invested a tremendous amount of time and effort in delivering a product that a lot of us never expected to see on a BSD, and feels he's had all that work thrown back in his face. He hasn't done himself many favours perhaps, but you're happy enough to 'use whatever Java package works', so the least you could do is give some credit to peoples efforts. Using the 'f' word doesn't automatically make your arguments invalid. -- One cannot make an omelette without breaking eggs -- but it is amazing how many eggs one can break without making a decent omelette. -- Professor Charles P. Issawi Rasputin :: Jack of All Trades - Master of Nuns To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 4:59:52 2003 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 E7EF937B401 for ; Thu, 6 Feb 2003 04:59:51 -0800 (PST) Received: from mail-relay.edison.ro (62.231.66.133 [62.231.66.133]) by mx1.FreeBSD.org (Postfix) with SMTP id 2673E43FB1 for ; Thu, 6 Feb 2003 04:59:45 -0800 (PST) (envelope-from gicabulica@edison.ro) Received: (qmail 17221 invoked from network); 6 Feb 2003 13:05:06 -0000 Received: from unknown (HELO hardy) (192.168.2.159) by 192.168.4.228 with SMTP; 6 Feb 2003 13:05:06 -0000 Date: Thu, 6 Feb 2003 14:58:38 +0200 From: costin X-Mailer: The Bat! (v1.61) Reply-To: costin X-Priority: 3 (Normal) Message-ID: <102260600623.20030206145838@edison.ro> To: freebsd-java@freebsd.org Subject: tools to test the java ports MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi! I`m trying to find out which port behaves best regarding stability and performance from the native/linux-sun/linux-ibm. Of course, if the makers of the ports will tell me that the native one for example is by far the best I will stop here;it`s just I haven`t seen a compharison anywhere and I would like to see how the praised IBM kit works. So, what do I need in order to test the 3 ports, besides the usual eye-meter (hmmm, seems that in the evening around 7 o`clock tomcat starts better on the ibm`s port but no one beats jboss on sundays using the native one :D) ? -- Thanks, costin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 5: 0:17 2003 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 A067D37B405 for ; Thu, 6 Feb 2003 05:00:14 -0800 (PST) Received: from eowyn.vianetworks.nl (eowyn.vianetworks.nl [212.61.25.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88F5B43F75 for ; Thu, 6 Feb 2003 05:00:11 -0800 (PST) (envelope-from marc@bowtie.nl) Received: from uucp.iae.nl (uucp.iae.nl [212.61.26.37]) by eowyn.vianetworks.nl (Postfix) with ESMTP id CEC1620F0C for ; Thu, 6 Feb 2003 14:00:09 +0100 (CET) Received: (from uucp@localhost) by uucp.iae.nl (8.9.1/8.9.1) with IAEhv.nl id OAA18079 for java@freebsd.org; Thu, 6 Feb 2003 14:00:07 +0100 (MET) Received: from bowtie.nl (euripides.intra.bowtie.nl [192.168.4.15]) by bowtie.nl (8.11.1/8.11.1) with ESMTP id h16CuIg17961; Thu, 6 Feb 2003 13:56:18 +0100 (CET) (envelope-from marc@bowtie.nl) Message-ID: <3E425B71.5080302@bowtie.nl> Date: Thu, 06 Feb 2003 13:56:17 +0100 From: Marc van Kempen Organization: BowTie Technology User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20021023 X-Accept-Language: en-us, en MIME-Version: 1.0 To: java@freebsd.org Subject: [Fwd: Re: patchset 2 report (billh's resignation)] Content-Type: multipart/mixed; boundary="------------020506050609020908010609" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------020506050609020908010609 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Somehow, my mail doesn't seem to be accepted by java@freebsd.org, if this shows up twice, apologies. -- ---------------------------------------------------- Marc van Kempen tel. +31 40 2 64 98 60 BowTie Technology fax. +31 40 2 64 98 61 Raiffeisenstraat 7 mailto:marc@bowtie.nl 5611 CH Eindhoven http://www.bowtie.nl ---------------------------------------------------- --------------020506050609020908010609 Content-Type: message/rfc822; name="Re: patchset 2 report (billh's resignation)" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Re: patchset 2 report (billh's resignation)" X-Sieve: cmu-sieve 1.3 Return-Path: Received: from euripides.intra.bowtie.nl (euripides.intra.bowtie.nl [192.168.4.15]) by bowtie.nl (8.11.1/8.11.1) with ESMTP id h16B5Gg16405; Thu, 6 Feb 2003 12:05:16 +0100 (CET) (envelope-from marc@euripides.intra.bowtie.nl) Received: from euripides.intra.bowtie.nl (localhost.intra.bowtie.nl [127.0.0.1]) by euripides.intra.bowtie.nl (8.12.5/8.12.5) with ESMTP id h16B5F6W079836; Thu, 6 Feb 2003 12:05:15 +0100 (CET) (envelope-from marc@euripides.intra.bowtie.nl) Received: (from marc@localhost) by euripides.intra.bowtie.nl (8.12.5/8.12.5/Submit) id h16B5Ew0079834; Thu, 6 Feb 2003 12:05:14 +0100 (CET) Date: Thu, 6 Feb 2003 12:05:13 +0100 From: Marc van Kempen To: "John L. Utz III" Cc: John Polstra , billh@gnuppy.monkey.org, bod@freebsdfoundation.org, freebsd-chat@FreeBSD.ORG, freebsd-java@FreeBSD.ORG Subject: Re: patchset 2 report (billh's resignation) Message-ID: <20030206120513.A79704@euripides.intra.bowtie.nl> Reply-To: marc@bowtie.nl References: <20030206021823.GB4193@gnuppy.monkey.org> <863cn2nf6g.wl@utweb.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <863cn2nf6g.wl@utweb.net> User-Agent: Mutt/1.3.22.1i On Wed, Feb 05, 2003 at 09:36:39PM -0800, John L. Utz III wrote: > John; > > Thankyou so much for taking the time to summarize the discussion between you > and bill. > [ John's explanation cut ] I feel that I must step up and defend Bill here. While I don't necessarily agree with his liberal use of abusive language, I do feel that we wouldn't be having a working hotspot compiler if it weren't for Bill. Judging from his postings to this mailling list (which anyone can look up), he must have been pretty frustrated with the slow progress and bugs in the FreeBSD threading system that he had to work around / solve at the same time. And while I can't judge Bill's technical ability, I do know that for a long time he was the only one working on it, he has certainly done the most unpleasant labour, but he persisted and now the java port seems to have reached a state where real progress can be made. But Bill has laid the foundation for that! If I were to judge Bill's character from his postings here, I would have to say that it seems somewhat volatile, but his enthusiasm and perseverance are also very strong traits, and he shouldn't be dismissed because of his strong reaction, as some posters (without a clue to what he did) seem to do. I can't really blame him for reacting (maybe not this strongly) this way, but the way John has handled this was very poor, and I'm in complete agreement with John Utz here. Come on John (Polstra), just give the guy credit for what he has done, and admit you should have consulted with him at the least. Also let's have a discussion over what went wrong here and what we can do to improve future situations. That way Bill can put his nuclear flamethrower away, and he can just go back to hacking, and we can all stomp on the jdk 1.4 / 1.3 to get it to production quality, something everyone here wants! Regards, Marc. PS. Bill, if John does as I suggest you might consider apologing for your overly abusive language. You overdid it a bit. You seem to have enough sympathy from the lurkers here, you don't need the strong language. --------------020506050609020908010609-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 5:20: 3 2003 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 30ABE37B401 for ; Thu, 6 Feb 2003 05:20:02 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87B7843F3F for ; Thu, 6 Feb 2003 05:19:58 -0800 (PST) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h16FNxvb083114; Thu, 6 Feb 2003 15:24:00 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h16DPvUd097456; Thu, 6 Feb 2003 15:25:57 +0200 (EET) (envelope-from ml) Date: Thu, 6 Feb 2003 15:25:56 +0200 From: Alexey Zelkin To: costin Cc: freebsd-java@FreeBSD.ORG Subject: Re: somehow off topic: resin compile Message-ID: <20030206152556.A97412@phantom.cris.net> References: <77258701523.20030206142659@edison.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <77258701523.20030206142659@edison.ro>; from gicabulica@edison.ro on Thu, Feb 06, 2003 at 02:26:59PM +0200 X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Just remove '-ldl' libraries list. Linux's libdl contains dl* family functions stubs (like dlopen, dladdr, dlsym). In FreeBSD they are reside in libc. On Thu, Feb 06, 2003 at 02:26:59PM +0200, costin wrote: > hello! > > This is somehow offtopic but I can get Resin to compile on my > FreeBSD-Java box. > I`ve downloaded the last resin server (both standalone and ee) and > after the compile when I do make I get the following error: > > ############## > > gcc -o resin resin.o ../common/common.o std.o memory.o ssl.o -lc_r /usr/lib/libssl.a /usr/lib/libcrypto.a -ldl > /usr/libexec/elf/ld: cannot find -ldl > *** Error code 1 > > Stop in /usr/local/resin/src/c/plugin/resin. > *** Error code 1 > > Stop in /usr/local/resin/src/c/plugin. > *** Error code 1 > > Stop in /usr/local/resin. > > ############## > > > It seems that the linker is looking for some kind of archive dl, here > is a snip from ld manual: > > -larchive > --library=archive > Add archive file archive to the list of files to link. > This option may be used any number of times. ld will > search its path-list for occurrences of "libarchive.a" > for every archive specified. > > so ld is looking for a dl.a library which I can`t find. What exactly > do I need for it to work? > > -- > > Thanks, > costin > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 5:28:30 2003 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 DD50337B401 for ; Thu, 6 Feb 2003 05:28:28 -0800 (PST) Received: from mail-relay.edison.ro (62.231.66.133 [62.231.66.133]) by mx1.FreeBSD.org (Postfix) with SMTP id 55EEA43FAF for ; Thu, 6 Feb 2003 05:28:21 -0800 (PST) (envelope-from gicabulica@edison.ro) Received: (qmail 18819 invoked from network); 6 Feb 2003 13:33:44 -0000 Received: from unknown (HELO hardy) (192.168.2.159) by 192.168.4.228 with SMTP; 6 Feb 2003 13:33:44 -0000 Date: Thu, 6 Feb 2003 15:27:14 +0200 From: costin X-Mailer: The Bat! (v1.61) Reply-To: costin X-Priority: 3 (Normal) Message-ID: <1262316100.20030206152714@edison.ro> To: freebsd-java@freebsd.org Subject: Re[2]: somehow off topic: resin compile In-Reply-To: <20030206152556.A97412@phantom.cris.net> References: <77258701523.20030206142659@edison.ro> <20030206152556.A97412@phantom.cris.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thanks. It did work this way. And a hint for those out there trying to install resin, make a sym-link to /usr/local/jdk1.3.1/jre/lib/i386/classic to /usr/local/jdk1.3.1/jre/lib/i386/server in order to make resin run okay. AZ> Just remove '-ldl' libraries list. AZ> Linux's libdl contains dl* family functions stubs (like dlopen, dladdr, AZ> dlsym). In FreeBSD they are reside in libc. AZ> On Thu, Feb 06, 2003 at 02:26:59PM +0200, costin wrote: >> hello! >> >> This is somehow offtopic but I can get Resin to compile on my >> FreeBSD-Java box. >> I`ve downloaded the last resin server (both standalone and ee) and >> after the compile when I do make I get the following error: >> >> ############## >> >> gcc -o resin resin.o ../common/common.o std.o memory.o ssl.o -lc_r /usr/lib/libssl.a /usr/lib/libcrypto.a -ldl >> /usr/libexec/elf/ld: cannot find -ldl >> *** Error code 1 >> >> Stop in /usr/local/resin/src/c/plugin/resin. >> *** Error code 1 >> >> Stop in /usr/local/resin/src/c/plugin. >> *** Error code 1 >> >> Stop in /usr/local/resin. >> >> ############## >> >> >> It seems that the linker is looking for some kind of archive dl, here >> is a snip from ld manual: >> >> -larchive >> --library=archive >> Add archive file archive to the list of files to link. >> This option may be used any number of times. ld will >> search its path-list for occurrences of "libarchive.a" >> for every archive specified. >> >> so ld is looking for a dl.a library which I can`t find. What exactly >> do I need for it to work? >> >> -- >> >> Thanks, >> costin >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-java" in the body of the message -- costin mailto:gicabulica@edison.ro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 6:45:52 2003 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 D32B137B401 for ; Thu, 6 Feb 2003 06:45:51 -0800 (PST) Received: from mail-relay.edison.ro (62.231.66.133 [62.231.66.133]) by mx1.FreeBSD.org (Postfix) with SMTP id 2422343F93 for ; Thu, 6 Feb 2003 06:45:43 -0800 (PST) (envelope-from gicabulica@edison.ro) Received: (qmail 24183 invoked from network); 6 Feb 2003 14:51:09 -0000 Received: from unknown (HELO hardy) (192.168.2.159) by 192.168.4.228 with SMTP; 6 Feb 2003 14:51:09 -0000 Date: Thu, 6 Feb 2003 16:44:38 +0200 From: costin X-Mailer: The Bat! (v1.61) Reply-To: costin X-Priority: 3 (Normal) Message-ID: <72266960589.20030206164438@edison.ro> To: freebsd-java@freebsd.org Subject: Resin problem-somewhat off topic MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi! Again I`ve got a resin problem. I can`t get the bin/resin(this is the binary made after compiling) to start up. I get the following error: Cannot open "/usr/local/jdk1.3.1/jre/lib/i386/native_threads/libhpi.so"Failed to create JVM. and I haven`t found the libhpi.so nowhere, not even in the linux-sun-jdk1.3.1. However the perl-wrapper httpd.sh starts without a glitch. Can anyone help me here? -- Thanks, costin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 6:57:40 2003 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 6544937B401 for ; Thu, 6 Feb 2003 06:57:39 -0800 (PST) Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0246F43F3F for ; Thu, 6 Feb 2003 06:57:37 -0800 (PST) (envelope-from fjoe@iclub.nsu.ru) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 18gnSz-0000Ab-00; Thu, 06 Feb 2003 20:57:29 +0600 Received: from iclub.nsu.ru ([193.124.215.97] ident=root) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 18gnSy-0000AP-00; Thu, 06 Feb 2003 20:57:28 +0600 Received: from iclub.nsu.ru (fjoe@localhost [127.0.0.1]) by iclub.nsu.ru (8.12.6/8.12.6) with ESMTP id h16EvIRV031703; Thu, 6 Feb 2003 20:57:18 +0600 (NS) (envelope-from fjoe@iclub.nsu.ru) Received: (from fjoe@localhost) by iclub.nsu.ru (8.12.6/8.12.6/Submit) id h16EvGWO031700; Thu, 6 Feb 2003 20:57:16 +0600 (NS) Date: Thu, 6 Feb 2003 20:57:16 +0600 From: Max Khon To: Rasputin Cc: freebsd-java@freebsd.org Subject: Re: patchset 2 report (billh's resignation) Message-ID: <20030206205716.A30498@iclub.nsu.ru> References: <20030206021823.GB4193@gnuppy.monkey.org> <20030206040515.GA4682@gnuppy.monkey.org> <994960000.1044505320@aslan.btc.adaptec.com> <20030206044625.GA4877@gnuppy.monkey.org> <1037650000.1044509319@aslan.btc.adaptec.com> <20030206074100.GB5538@gnuppy.monkey.org> <3E4214A8.6080404@btc.adaptec.com> <20030206123450.GB10718@idoru.tenten> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030206123450.GB10718@idoru.tenten>; from rasputin@idoru.mine.nu on Thu, Feb 06, 2003 at 12:34:50PM +0000 X-Spam-Status: No, hits=-3.3 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, TO_LOCALPART_EQ_REAL,USER_AGENT,USER_AGENT_MUTT version=2.43 X-Envelope-To: rasputin@idoru.mine.nu, freebsd-java@freebsd.org Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, there! On Thu, Feb 06, 2003 at 12:34:50PM +0000, Rasputin wrote: > > Why are your feelings hurt? > > Scott, if you can't see that, then there's not much hope for you. > > The guy has invested a tremendous amount of time and effort in > delivering a product that a lot of us never expected to see on a BSD, > and feels he's had all that work thrown back in his face. ok, where's the beef? Can an average user build hotspot 1.3.1 on FreeBSD 4.x? Has bill posted many times that he will not support hotspot on FreeBSD 4.x to freebsd-java@? As far as I understand hotspot for 1.3.1 is in the same state as it was in summer 2002 and nothing has changed so far to aid users to build it on 4.x without gathering bill's comments scattered all over freebsd-java@ archives. I know that next patchset will contain needed bits. Users do not want to run 5.0-CURRENT. That's the fact. Yes, bill could be possibly is a good hacker but what all this hacking is done for? I highly appreciate his work but nothing has changed since he started it. It is still easier to set up Java-powered website on Linux or on w2k + apache than loosing hours trying to understand how to build hotspot 1.3.1 on FreeBSD. Just look on this issue from an average admin or Java developer point of view. /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 7: 0:32 2003 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 EF1D037B401 for ; Thu, 6 Feb 2003 07:00:30 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D213043F85 for ; Thu, 6 Feb 2003 07:00:29 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h16F0TNS042508 for ; Thu, 6 Feb 2003 07:00:29 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h16F0Tm3042507; Thu, 6 Feb 2003 07:00:29 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B0A337B401 for ; Thu, 6 Feb 2003 06:51:22 -0800 (PST) Received: from oec-server3.ucsd.edu (oec-server3.ucsd.edu [132.239.8.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 165DD43FAF for ; Thu, 6 Feb 2003 06:51:22 -0800 (PST) (envelope-from okumoto@oec-server3.ucsd.edu) Received: from oec-server3.ucsd.edu (localhost [127.0.0.1]) by oec-server3.ucsd.edu (8.12.7/8.12.6) with ESMTP id h16EpGKH047336; Thu, 6 Feb 2003 06:51:16 -0800 (PST) (envelope-from okumoto@oec-server3.ucsd.edu) Received: (from okumoto@localhost) by oec-server3.ucsd.edu (8.12.6/8.12.6/Submit) id h16EpGnP047335; Thu, 6 Feb 2003 06:51:16 -0800 (PST) Message-Id: <200302061451.h16EpGnP047335@oec-server3.ucsd.edu> Date: Thu, 6 Feb 2003 06:51:16 -0800 (PST) From: Max Okumoto Reply-To: Max Okumoto To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: java/48007: Missing depend for mozilla-devel Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 48007 >Category: java >Synopsis: Missing depend for mozilla-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 06 07:00:29 PST 2003 >Closed-Date: >Last-Modified: >Originator: Max Okumoto >Release: FreeBSD 4.7-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD oec-server3.ucsd.edu 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #0: Tue Jan 28 11:34:19 PST 2003 root@oec-server3.ucsd.edu:/usr/obj/usr/src/sys/OEC_SERVER2_6 i386 mozilla-1.3a_1,1 in /usr/ports/www/mozilla-devel >Description: The mozilla-devel port is missing a depencency. On a system with only base installation, running make install in ports builds the binary with out errors. However, when you run mozilla you get the following run time error. LoadPlugin: failed to initialize shared library /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so [Cannot open "/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so"] >How-To-Repeat: Install only base system. # (cd /usr/ports/www/mozilla-devel; make install) home-108% mozilla No running window found. LoadPlugin: failed to initialize shared library /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so [Cannot open "/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so"] home-109% >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 7:15:42 2003 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 B806137B401 for ; Thu, 6 Feb 2003 07:15:40 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id D37E343FBF for ; Thu, 6 Feb 2003 07:15:37 -0800 (PST) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h16HJZvb087400; Thu, 6 Feb 2003 17:19:37 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h16FLfAg098060; Thu, 6 Feb 2003 17:21:41 +0200 (EET) (envelope-from ml) Date: Thu, 6 Feb 2003 17:21:41 +0200 From: Alexey Zelkin To: costin Cc: freebsd-java@FreeBSD.ORG Subject: Re: Resin problem-somewhat off topic Message-ID: <20030206172141.A98025@phantom.cris.net> References: <72266960589.20030206164438@edison.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <72266960589.20030206164438@edison.ro>; from gicabulica@edison.ro on Thu, Feb 06, 2003 at 04:44:38PM +0200 X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, Adding this to your previous note about symlink (classic -> server) I can for sure say that you did not built HotSpot with jdk and therefore have problems. PS: Both server/ and libhpi.so are HotSpot's attributes. PPS: If you are experimenting with resign/jdk I'd suggest you to try jdk1.4-p2. Otherwise wait until 1.3.1-p8 and rebuild it with HotSpot. On Thu, Feb 06, 2003 at 04:44:38PM +0200, costin wrote: > Hi! > > Again I`ve got a resin problem. I can`t get the bin/resin(this is > the binary made after compiling) to start up. > > I get the following error: > Cannot open "/usr/local/jdk1.3.1/jre/lib/i386/native_threads/libhpi.so"Failed to create JVM. > > and I haven`t found the libhpi.so nowhere, not even in the > linux-sun-jdk1.3.1. > > However the perl-wrapper httpd.sh starts without a glitch. > > Can anyone help me here? > > -- > Thanks, > costin > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 7:59: 2 2003 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 9372A37B406 for ; Thu, 6 Feb 2003 07:59:00 -0800 (PST) Received: from mail-relay.edison.ro (62.231.66.133 [62.231.66.133]) by mx1.FreeBSD.org (Postfix) with SMTP id B869B43FA3 for ; Thu, 6 Feb 2003 07:58:55 -0800 (PST) (envelope-from gicabulica@edison.ro) Received: (qmail 29163 invoked from network); 6 Feb 2003 16:04:20 -0000 Received: from unknown (HELO hardy) (192.168.2.159) by 192.168.4.228 with SMTP; 6 Feb 2003 16:04:20 -0000 Date: Thu, 6 Feb 2003 17:57:50 +0200 From: costin X-Mailer: The Bat! (v1.61) Reply-To: costin X-Priority: 3 (Normal) Message-ID: <52271351723.20030206175750@edison.ro> To: freebsd-java@freebsd.org Subject: Re[2]: Resin problem-somewhat off topic In-Reply-To: <20030206172141.A98025@phantom.cris.net> References: <72266960589.20030206164438@edison.ro> <20030206172141.A98025@phantom.cris.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Okay, thanks! Didn`t know that. But the jdk1.4-p2 isn`t suppose to be for developer`s only? AZ> hi, AZ> Adding this to your previous note about symlink (classic -> server) I can AZ> for sure say that you did not built HotSpot with jdk and therefore have AZ> problems. AZ> PS: Both server/ and libhpi.so are HotSpot's attributes. AZ> PPS: If you are experimenting with resign/jdk I'd suggest you to try AZ> jdk1.4-p2. Otherwise wait until 1.3.1-p8 and rebuild it with HotSpot. AZ> On Thu, Feb 06, 2003 at 04:44:38PM +0200, costin wrote: >> Hi! >> >> Again I`ve got a resin problem. I can`t get the bin/resin(this is >> the binary made after compiling) to start up. >> >> I get the following error: >> Cannot open "/usr/local/jdk1.3.1/jre/lib/i386/native_threads/libhpi.so"Failed to create JVM. >> >> and I haven`t found the libhpi.so nowhere, not even in the >> linux-sun-jdk1.3.1. >> >> However the perl-wrapper httpd.sh starts without a glitch. >> >> Can anyone help me here? >> >> -- >> Thanks, >> costin >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-java" in the body of the message -- costin mailto:gicabulica@edison.ro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 8:19:18 2003 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 701E637B401 for ; Thu, 6 Feb 2003 08:19:16 -0800 (PST) Received: from ndsuext.nodak.edu (ndsuext.NoDak.edu [134.129.92.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC82A43FBF for ; Thu, 6 Feb 2003 08:19:14 -0800 (PST) (envelope-from echriste@702com.net) Received: from dyn231.iacc-tm4.ndsu.NoDak.edu (dyn231.iacc-tm4.ndsu.NoDak.edu [134.129.92.231]) by ndsuext.nodak.edu (8.11.6/8.11.6) with ESMTP id h16GJDq28265 for ; Thu, 6 Feb 2003 10:19:13 -0600 Subject: patchset 2 build failure From: "Eric J. Christeson" To: freebsd-java@freebsd.org Content-Type: multipart/mixed; boundary="=-Tc4WfcCnFaX2XCX0AtAs" Organization: Message-Id: <1044548353.29433.20.camel@dyn231.iacc-tm4.ndsu.nodak.edu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1- Date: 06 Feb 2003 10:19:13 -0600 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --=-Tc4WfcCnFaX2XCX0AtAs Content-Type: text/plain Content-Transfer-Encoding: 7bit I'm getting an assertion failure trying to build JDK 1.4.1 patchset 2. The machine is a K6-III. #uname -a FreeBSD robin.christeson.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Tue Feb 4 17:00:26 CST 2003 root@robin.christeson.net:/usr/space/obj/usr/src-all/stable/src/sys/ROBIN i386 I followed the BUILD instructions included with the patchset. Output of gmake is attached. Any ideas? I do have the core file (~200M) too, if that would be of any help. thanks eric -- Eric J. Christeson http://ndawn.ndsu.nodak.edu --=-Tc4WfcCnFaX2XCX0AtAs Content-Disposition: attachment; filename=java_error.out Content-Type: text/plain; name=java_error.out; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit gmake /usr/space/jdk1.4.1/control/build/bsd-i386/lib/i386/libnet_g.so VARIANT=DBG gmake[4]: Entering directory `/usr/space/jdk1.4.1/j2se/make/java/net' rm -f /usr/space/jdk1.4.1/control/build/bsd-i386/tmp/sun/java.net/net/.classes.list if [ -s /usr/space/jdk1.4.1/control/build/bsd-i386/tmp/sun/java.net/net/.classes.list ] ; \ then /usr/space/jdk1.4.1/control/build/bsd-i386/bin/javac_g -J-XX:ThreadStackSize=768 -J-Xms64m -J-Xmx256m -J-Xmaxf1 -classpath /usr/space/jdk1.4.1/control/build/bsd-i386/classes -bootclasspath "/usr/space/jdk1.4.1/control/build/bsd-i386/lib/jce.jar:/usr/space/jdk1.4.1/control/build/bsd-i386/lib/jsse.jar" -sourcepath "/usr/space/jdk1.4.1/control/build/bsd-i386/gensrc:../../../src/solaris/classes:../../../src/share/classes" -d /usr/space/jdk1.4.1/control/build/bsd-i386/classes -source 1.4 \ ; \ fi /usr/space/jdk1.4.1/control/build/bsd-i386/bin/javah_g -J-XX:ThreadStackSize=768 -jni -bootclasspath /usr/space/jdk1.4.1/control/build/bsd-i386/classes -d /usr/space/jdk1.4.1/control/build/bsd-i386/tmp/sun/java.net/net/CClassHeaders/ \ java.net.Socket java.net.SocketOptions java.net.SocketImpl java.net.PlainSocketImpl java.net.ServerSocket java.net.InetAddress java.net.Inet4Address java.net.Inet6Address java.net.InetAddressImpl java.net.Inet4AddressImpl java.net.Inet6AddressImpl java.net.NetworkInterface java.net.SocketInputStream java.net.SocketOutputStream java.net.DatagramPacket java.net.DatagramSocket java.net.DatagramSocketImpl java.net.PlainDatagramSocketImpl java.net.MulticastSocket java.net.UnknownHostException java.net.ProtocolException java.lang.Integer java.io.FileDescriptor java.net.InetAddressImplFactory java.net.Inet4AddressImpl java.net.Inet6AddressImpl VM option 'ThreadStackSize=768' # # HotSpot Virtual Machine Error, assertion failure # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Java VM: Java HotSpot(TM) Client VM (1.4.1-p2-root_05_feb_2003_15_26-debug mixed mode) # # assert(VM_Version::is_P6() || dest->has_byte_register(), "must use byte registers if not P6") # # Error ID: /usr/space/jdk1.4.1/hotspot/src/cpu/i486/vm/c1_LIRAssembler_i486.cpp, 1145 # # Problematic Thread: prio=5 tid=0x0x8578018 nid=0x8577400 runnable # Dumping core.... gmake[4]: *** [/usr/space/jdk1.4.1/control/build/bsd-i386/tmp/sun/java.net/net/obj_g/.class.headers.i586] Abort trap (core dumped) gmake[4]: Leaving directory `/usr/space/jdk1.4.1/j2se/make/java/net' gmake[3]: *** [debug] Error 2 gmake[3]: Leaving directory `/usr/space/jdk1.4.1/j2se/make/java/net' gmake[2]: *** [all] Error 1 gmake[2]: Leaving directory `/usr/space/jdk1.4.1/j2se/make/java' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/usr/space/jdk1.4.1/j2se/make' gmake: *** [j2se-build] Error 2 --=-Tc4WfcCnFaX2XCX0AtAs-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 8:38: 5 2003 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 10E4237B4F8 for ; Thu, 6 Feb 2003 08:38:01 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE5CF43F75 for ; Thu, 6 Feb 2003 08:37:57 -0800 (PST) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h16Ifxvb090100; Thu, 6 Feb 2003 18:42:00 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h16Gi47M098727; Thu, 6 Feb 2003 18:44:04 +0200 (EET) (envelope-from ml) Date: Thu, 6 Feb 2003 18:44:04 +0200 From: Alexey Zelkin To: costin Cc: freebsd-java@FreeBSD.ORG Subject: Re: Resin problem-somewhat off topic Message-ID: <20030206184404.A98684@phantom.cris.net> References: <72266960589.20030206164438@edison.ro> <20030206172141.A98025@phantom.cris.net> <52271351723.20030206175750@edison.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <52271351723.20030206175750@edison.ro>; from gicabulica@edison.ro on Thu, Feb 06, 2003 at 05:57:50PM +0200 X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Actually it's kind of alpha quality package. And (as I said originally) "if you're expirementing with" -- you may try it too. At least until -p8 is out. :) On Thu, Feb 06, 2003 at 05:57:50PM +0200, costin wrote: > Okay, thanks! > > Didn`t know that. But the jdk1.4-p2 isn`t suppose to be for > developer`s only? > > AZ> hi, > > AZ> Adding this to your previous note about symlink (classic -> server) I can > AZ> for sure say that you did not built HotSpot with jdk and therefore have > AZ> problems. > > AZ> PS: Both server/ and libhpi.so are HotSpot's attributes. > > AZ> PPS: If you are experimenting with resign/jdk I'd suggest you to try > AZ> jdk1.4-p2. Otherwise wait until 1.3.1-p8 and rebuild it with HotSpot. > > AZ> On Thu, Feb 06, 2003 at 04:44:38PM +0200, costin wrote: > >> Hi! > >> > >> Again I`ve got a resin problem. I can`t get the bin/resin(this is > >> the binary made after compiling) to start up. > >> > >> I get the following error: > >> Cannot open "/usr/local/jdk1.3.1/jre/lib/i386/native_threads/libhpi.so"Failed to create JVM. > >> > >> and I haven`t found the libhpi.so nowhere, not even in the > >> linux-sun-jdk1.3.1. > >> > >> However the perl-wrapper httpd.sh starts without a glitch. > >> > >> Can anyone help me here? > >> > >> -- > >> Thanks, > >> costin > >> > >> > >> To Unsubscribe: send mail to majordomo@FreeBSD.org > >> with "unsubscribe freebsd-java" in the body of the message > > > -- > costin mailto:gicabulica@edison.ro > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 8:41:36 2003 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 4156137B401 for ; Thu, 6 Feb 2003 08:41:34 -0800 (PST) Received: from mail-relay.edison.ro (62.231.66.133 [62.231.66.133]) by mx1.FreeBSD.org (Postfix) with SMTP id 4F75943F93 for ; Thu, 6 Feb 2003 08:41:27 -0800 (PST) (envelope-from gicabulica@edison.ro) Received: (qmail 32067 invoked from network); 6 Feb 2003 16:46:51 -0000 Received: from unknown (HELO hardy) (192.168.2.159) by 192.168.4.228 with SMTP; 6 Feb 2003 16:46:51 -0000 Date: Thu, 6 Feb 2003 18:40:23 +0200 From: costin X-Mailer: The Bat! (v1.61) Reply-To: costin X-Priority: 3 (Normal) Message-ID: <169273905375.20030206184023@edison.ro> To: freebsd-java@freebsd.org Subject: Re[2]: Resin problem-somewhat off topic In-Reply-To: <20030206184404.A98684@phantom.cris.net> References: <72266960589.20030206164438@edison.ro> <20030206172141.A98025@phantom.cris.net> <52271351723.20030206175750@edison.ro> <20030206184404.A98684@phantom.cris.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I think I`ll wait for the -p8 one. It probably has a better hot-spot support and the over-all is better. AZ> Actually it's kind of alpha quality package. And (as I said originally) AZ> "if you're expirementing with" -- you may try it too. At least until AZ> -p8 is out. :) AZ> On Thu, Feb 06, 2003 at 05:57:50PM +0200, costin wrote: >> Okay, thanks! >> >> Didn`t know that. But the jdk1.4-p2 isn`t suppose to be for >> developer`s only? >> >> AZ> hi, >> >> AZ> Adding this to your previous note about symlink (classic -> server) I can >> AZ> for sure say that you did not built HotSpot with jdk and therefore have >> AZ> problems. >> >> AZ> PS: Both server/ and libhpi.so are HotSpot's attributes. >> >> AZ> PPS: If you are experimenting with resign/jdk I'd suggest you to try >> AZ> jdk1.4-p2. Otherwise wait until 1.3.1-p8 and rebuild it with HotSpot. >> >> AZ> On Thu, Feb 06, 2003 at 04:44:38PM +0200, costin wrote: >> >> Hi! >> >> >> >> Again I`ve got a resin problem. I can`t get the bin/resin(this is >> >> the binary made after compiling) to start up. >> >> >> >> I get the following error: >> >> Cannot open "/usr/local/jdk1.3.1/jre/lib/i386/native_threads/libhpi.so"Failed to create JVM. >> >> >> >> and I haven`t found the libhpi.so nowhere, not even in the >> >> linux-sun-jdk1.3.1. >> >> >> >> However the perl-wrapper httpd.sh starts without a glitch. >> >> >> >> Can anyone help me here? >> >> >> >> -- >> >> Thanks, >> >> costin >> >> >> >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> >> with "unsubscribe freebsd-java" in the body of the message >> >> >> -- >> costin mailto:gicabulica@edison.ro >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-java" in the body of the message -- costin mailto:gicabulica@edison.ro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 8:48:45 2003 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 A04DC37B401; Thu, 6 Feb 2003 08:48:44 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43EA943F93; Thu, 6 Feb 2003 08:48:44 -0800 (PST) (envelope-from fjoe@FreeBSD.org) Received: from freefall.freebsd.org (fjoe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h16GmiNS021518; Thu, 6 Feb 2003 08:48:44 -0800 (PST) (envelope-from fjoe@freefall.freebsd.org) Received: (from fjoe@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h16GmiZQ021514; Thu, 6 Feb 2003 08:48:44 -0800 (PST) Date: Thu, 6 Feb 2003 08:48:44 -0800 (PST) From: Max Khon Message-Id: <200302061648.h16GmiZQ021514@freefall.freebsd.org> To: okumoto@ucsd.edu, fjoe@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: java/48007: Missing depend for mozilla-devel Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Missing depend for mozilla-devel State-Changed-From-To: open->closed State-Changed-By: fjoe State-Changed-When: Thu Feb 6 08:46:22 PST 2003 State-Changed-Why: Please re-read ports/www/mozilla-devel/pkg-message. http://www.freebsd.org/cgi/query-pr.cgi?pr=48007 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 9: 2:56 2003 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 D8FB437B401 for ; Thu, 6 Feb 2003 09:02:54 -0800 (PST) Received: from habanero.hesketh.net (habanero.hesketh.net [66.45.6.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6343C43F75 for ; Thu, 6 Feb 2003 09:02:53 -0800 (PST) (envelope-from brent@mutt.rcfile.org) Received: from mutt.rcfile.org (rdu57-229-060.nc.rr.com [66.57.229.60]) by habanero.hesketh.net (8.12.6/8.12.6) with ESMTP id h16H2ffx028194; Thu, 6 Feb 2003 12:02:42 -0500 X-Received-From: brent@mutt.rcfile.org X-Delivered-To: freebsd-java@FreeBSD.ORG X-Spam-Filter: check_local@habanero.hesketh.net by digitalanswers.org Received: from mutt.rcfile.org (localhost [127.0.0.1]) by mutt.rcfile.org (8.12.6/8.12.6) with ESMTP id h16H2mXD068888; Thu, 6 Feb 2003 12:02:48 -0500 (EST) (envelope-from brent@mutt.rcfile.org) Received: (from brent@localhost) by mutt.rcfile.org (8.12.6/8.12.6/Submit) id h16H2lbT068887; Thu, 6 Feb 2003 12:02:47 -0500 (EST) Date: Thu, 6 Feb 2003 12:02:47 -0500 From: Brent Verner To: Greg Lewis Cc: freebsd-java@FreeBSD.ORG Subject: Re: patchset 2 report (a love story) Message-ID: <20030206170247.GA68388@rcfile.org> References: <20030205121006.GA69850@rcfile.org> <20030206191413.A8640@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030206191413.A8640@misty.eyesbeyond.com> X-muttrc: $Id: .muttrc,v 1.9 2002/01/02 07:04:49 brent Exp $ X-uname: FreeBSD 4.7-STABLE #32: Tue Feb 4 11:04:18 EST 2003 root@mutt.rcfile.org:/usr/obj/usr/src/sys/MUTTS User-Agent: Mutt/1.5.3i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [2003-02-06 19:14] Greg Lewis said: | On Wed, Feb 05, 2003 at 07:10:06AM -0500, Brent Verner wrote: | > I created a ports directory for the jdk14, and was wondering if | > it would be possible to distribute patchset 2 in .zip format, so | > USE_ZIP could be set in the Makefile to extract both the scsl-src | > and patchset, instead of having to _manually_ extract one of them. | > If I'm missing some feature of the ports system that would allow | > automatic extraction of both, please throw that cluestick at me :-) | | I'll look into this. It sounds like things are pretty positive so | it may be that now is the time to create a port for jdk14 :). FWIW, my latest round of changes to my experimental port Makefile resulted in a successful installation on my 4.7-stable system :-) http://www.rcfile.org/~brent/jdk14/jdk14-bsd/ notable changes from the jdk1.3.1p7 port, on which this was based: 1) updated MAKE_ENV 2) defined WITHOUT_PLUGIN in Makefile 3) removed references to non-existent 'images' target 5) install to jdk-${VERION}-bsd 4) changed name of port to 'jdk-${VERSION}-bsd-${PATCH_REV}' problems: 1) pkg-plist is still not updated. cheers. b -- "Develop your talent, man, and leave the world something. Records are really gifts from people. To think that an artist would love you enough to share his music with anyone is a beautiful thing." -- Duane Allman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 9: 6:56 2003 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 F215037B401 for ; Thu, 6 Feb 2003 09:06:54 -0800 (PST) Received: from mail-relay.edison.ro (62.231.66.133 [62.231.66.133]) by mx1.FreeBSD.org (Postfix) with SMTP id 2A49143F93 for ; Thu, 6 Feb 2003 09:06:50 -0800 (PST) (envelope-from gicabulica@edison.ro) Received: (qmail 1028 invoked from network); 6 Feb 2003 17:12:09 -0000 Received: from unknown (HELO hardy) (192.168.2.159) by 192.168.4.228 with SMTP; 6 Feb 2003 17:12:09 -0000 Date: Thu, 6 Feb 2003 19:05:41 +0200 From: costin X-Mailer: The Bat! (v1.61) Reply-To: costin X-Priority: 3 (Normal) Message-ID: <68275423518.20030206190541@edison.ro> To: freebsd-java@freebsd.org Subject: errors in JBoss3.0 fresh installed MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi! I`ve installed JBoss 3.0 from the ports and all went okay but after I started the server I`ve noticed the followings warnings in the log(i.e. /usr/local/jboss3.0/log/stdout.log - not err): ############## 17:07:28,990 WARN [MainDeployer] The manifest entry in file:/usr/local/jboss3.0/server/default/lib/castor.jar references URL file:/ usr/local/jboss3.0/server/default/lib/xerces.jar, which could not be opened, entry ignored 17:07:28,990 WARN [MainDeployer] The manifest entry in file:/usr/local/jboss3.0/server/default/lib/castor.jar references URL file:/ usr/local/jboss3.0/server/default/lib/jdbc-se2.0.jar, which could not be opened, entry ignored 17:07:28,991 WARN [MainDeployer] The manifest entry in file:/usr/local/jboss3.0/server/default/lib/castor.jar references URL file:/ usr/local/jboss3.0/server/default/lib/jndi.jar, which could not be opened, entry ignored 17:07:28,991 WARN [MainDeployer] The manifest entry in file:/usr/local/jboss3.0/server/default/lib/castor.jar references URL file:/ usr/local/jboss3.0/server/default/lib/jta1.0.1.jar which could not be opened, entry ignored 17:07:28,991 INFO [MainDeployer] Successfully completed deployment of package: file:/usr/local/jboss3.0/server/default/lib/castor.j ar (snip) 17:07:30,338 WARN [MainDeployer] The manifest entry in file:/usr/local/jboss3.0/server/default/lib/xalan.jar references URL file:/u sr/local/jboss3.0/server/default/lib/jaxp.jar which could not be opened, entry ignored 17:07:30,339 WARN [MainDeployer] The manifest entry in file:/usr/local/jboss3.0/server/default/lib/xalan.jar references URL file:/u sr/local/jboss3.0/server/default/lib/xerces.jar which could not be opened, entry ignored 17:07:30,339 WARN [MainDeployer] The manifest entry in file:/usr/local/jboss3.0/server/default/lib/xalan.jar references URL file:/u sr/local/jboss3.0/server/default/lib/crimson.jar which could not be opened, entry ignored 17:07:30,340 INFO [MainDeployer] Successfully completed deployment of package: file:/usr/local/jboss3.0/server/default/lib/xalan.ja r ############## Now, I am very new to JBoss and I see that these are only warnings but I was just wondering if aren`t files missing from the sources (i.e. the jars missing). One other thing, anyone succeded in making JBoss 3.0.4 work? I`m downloading it right now, see if I can just use the patches from the port .... -- costin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 9: 8:35 2003 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 61BC037B401; Thu, 6 Feb 2003 09:08:34 -0800 (PST) Received: from jupiter-mail.linuxengine.net (jupiter-mail.linuxengine.net [65.61.129.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2354043F93; Thu, 6 Feb 2003 09:08:28 -0800 (PST) (envelope-from john@utzweb.net) Received: from john.utzweb.net.utzweb.net (12-212-100-69.client.attbi.com [12.212.100.69]) by jupiter-mail.linuxengine.net (8.12.5/8.12.5) with ESMTP id h16H8EAd001521; Thu, 6 Feb 2003 11:08:15 -0600 Date: Thu, 06 Feb 2003 09:08:31 -0800 Message-ID: <86y94tmj5c.wl@utweb.net> From: "John L. Utz III" To: Bill Huey (Hui) Cc: Mark Murray , John Polstra , bod@freebsdfoundation.org, brian@collab.net, calvin.austin@sun.com, rwatson@freesbsd.org, freebsd-chat@FreeBSD.ORG, freebsd-java@FreeBSD.ORG, Brent Verner Subject: Re: patchset 2 report (billh's resignation) In-Reply-To: <20030206090130.GB6076@gnuppy.monkey.org> References: <200302060841.h168ffaX099401@grimreaper.grondar.org> <20030206090130.GB6076@gnuppy.monkey.org> User-Agent: Wanderlust/2.10.0 (Venus-pre4) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Spam-Score: -4.4 () IN_REP_TO X-Scanned-By: MIMEDefang 2.24 (www . roaringpenguin . com / mimedefang) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Bill, this is the behavior that is your undoing. Mark's point is just as valid as anybody else's. And there is no point to trying to squash people who disagree with you. you are guilty of the behavior you claim to abhor! At Thu, 6 Feb 2003 01:01:30 -0800, Hui wrote: > > On Thu, Feb 06, 2003 at 08:41:41AM +0000, Mark Murray wrote: > > Wow. Bad luck, John. Its disgusting that you should be subjected to > > this kind of abuse. > > > > Not all of us think as Bill does. > > That's a useless comment on your part. If you don't have anything to > say that's constructive, then frankly shut the fuck up. > > bill > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 9:21:14 2003 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 6644537B401 for ; Thu, 6 Feb 2003 09:21:13 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FF0143F85 for ; Thu, 6 Feb 2003 09:21:10 -0800 (PST) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h16JPJvb091445; Thu, 6 Feb 2003 19:25:20 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h16HRNQ7099043; Thu, 6 Feb 2003 19:27:23 +0200 (EET) (envelope-from ml) Date: Thu, 6 Feb 2003 19:27:22 +0200 From: Alexey Zelkin To: "Eric J. Christeson" Cc: freebsd-java@FreeBSD.ORG Subject: Re: patchset 2 build failure Message-ID: <20030206192722.A99004@phantom.cris.net> References: <1044548353.29433.20.camel@dyn231.iacc-tm4.ndsu.nodak.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1044548353.29433.20.camel@dyn231.iacc-tm4.ndsu.nodak.edu>; from echriste@702com.net on Thu, Feb 06, 2003 at 10:19:13AM -0600 X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, On Thu, Feb 06, 2003 at 10:19:13AM -0600, Eric J. Christeson wrote: > I'm getting an assertion failure trying to build JDK 1.4.1 patchset 2. > The machine is a K6-III. > > #uname -a > FreeBSD robin.christeson.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Tue Feb > 4 17:00:26 CST 2003 > root@robin.christeson.net:/usr/space/obj/usr/src-all/stable/src/sys/ROBIN i386 Cool. It's something absolutely new for me. I think it's because you're using AMD, and not Intel machine. Let's try to fix it. Can you please: 1. post first lines of dmesg. I.e. how FreeBSD detects a machine ? 2. Run 'java_g -XX:+Verbose' and post me an output. PS: To not to spam the list, please send it to me directly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 10:18:23 2003 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 9AD9537B401 for ; Thu, 6 Feb 2003 10:18:21 -0800 (PST) Received: from primus.vsservices.com (primus.vsservices.com [63.66.136.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBFC643F75 for ; Thu, 6 Feb 2003 10:18:20 -0800 (PST) (envelope-from gclarkii@vsservices.com) Received: from prime.vsservices.com (conr-adsl-dhcp-17-187.txucom.net [209.34.17.187]) by primus.vsservices.com (8.12.6/8.12.6) with SMTP id h16IIFNq097920; Thu, 6 Feb 2003 12:18:15 -0600 (CST) (envelope-from gclarkii@vsservices.com) Date: Thu, 6 Feb 2003 12:18:17 -0600 From: GB Clark To: Alexey Zelkin Cc: freebsd-java@FreeBSD.ORG Subject: Re: patchset 2 build failure Message-Id: <20030206121817.5df51104.gclarkii@vsservices.com> In-Reply-To: <20030206192722.A99004@phantom.cris.net> References: <1044548353.29433.20.camel@dyn231.iacc-tm4.ndsu.nodak.edu> <20030206192722.A99004@phantom.cris.net> X-Mailer: Sylpheed version 0.8.9 (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-1.2 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_01_02, TO_BE_REMOVED_REPLY version=2.43 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 6 Feb 2003 19:27:22 +0200 Alexey Zelkin wrote: > hi, > > On Thu, Feb 06, 2003 at 10:19:13AM -0600, Eric J. Christeson wrote: > > I'm getting an assertion failure trying to build JDK 1.4.1 patchset 2. > > The machine is a K6-III. > > > > #uname -a > > FreeBSD robin.christeson.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Tue Feb > > 4 17:00:26 CST 2003 > > root@robin.christeson.net:/usr/space/obj/usr/src-all/stable/src/sys/ROBIN i386 > > Cool. It's something absolutely new for me. I think it's because you're > using AMD, and not Intel machine. > > Let's try to fix it. Can you please: > > 1. post first lines of dmesg. I.e. how FreeBSD detects a machine ? > > 2. Run 'java_g -XX:+Verbose' and post me an output. > > PS: To not to spam the list, please send it to me directly. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message > Alexey, I think the problem here is that the K6-III is a P5 processor and not a P6 processor as mentioned in the error... assert(VM_Version::is_P6() || dest->has_byte_register(), "must use byte registers if not P6") Is the line... GB -- GB Clark II | Roaming FreeBSD Admin gclarkii@VSServices.COM | General Geek CTHULU for President - Why choose the lesser of two evils? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 10:22:57 2003 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 A69EB37B401 for ; Thu, 6 Feb 2003 10:22:56 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCDC043F75 for ; Thu, 6 Feb 2003 10:22:53 -0800 (PST) (envelope-from phantom@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h16KRAvb093021; Thu, 6 Feb 2003 20:27:10 GMT Received: (from phantom@localhost) by phantom.cris.net (8.12.6/8.12.2) id h16ITE5m099501; Thu, 6 Feb 2003 20:29:14 +0200 (EET) (envelope-from phantom) Date: Thu, 6 Feb 2003 20:29:14 +0200 From: Alexey Zelkin To: GB Clark Cc: freebsd-java@FreeBSD.ORG Subject: Re: patchset 2 build failure Message-ID: <20030206202914.B99452@phantom.cris.net> References: <1044548353.29433.20.camel@dyn231.iacc-tm4.ndsu.nodak.edu> <20030206192722.A99004@phantom.cris.net> <20030206121817.5df51104.gclarkii@vsservices.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030206121817.5df51104.gclarkii@vsservices.com>; from gclarkii@vsservices.com on Thu, Feb 06, 2003 at 12:18:17PM -0600 X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, On Thu, Feb 06, 2003 at 12:18:17PM -0600, GB Clark wrote: > I think the problem here is that the K6-III is a P5 processor and not a P6 processor as mentioned > in the error... > > assert(VM_Version::is_P6() || dest->has_byte_register(), "must use byte registers if not P6") > > Is the line... I agree, but output sent me by Eric shows that JDK is correctly detected it as p5-family processor. So, problem is second condition. Will try to find it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 10:41:41 2003 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 4A6D737B401; Thu, 6 Feb 2003 10:41:37 -0800 (PST) Received: from wall.polstra.com (wall-gw.polstra.com [206.213.73.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05BAD43F93; Thu, 6 Feb 2003 10:41:35 -0800 (PST) (envelope-from jdp@polstra.com) Received: from strings.polstra.com (strings.polstra.com [206.213.73.20]) by wall.polstra.com (8.12.3/8.12.3) with ESMTP id h16IfOu4036651; Thu, 6 Feb 2003 10:41:24 -0800 (PST) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.5.1 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <863cn2nf6g.wl@utweb.net> Date: Thu, 06 Feb 2003 10:41:24 -0800 (PST) Organization: Polstra & Co., Inc. From: John Polstra To: "John L. Utz III" Subject: Re: patchset 2 report (billh's resignation) Cc: Brent Verner , freebsd-java@FreeBSD.ORG, freebsd-chat@FreeBSD.ORG, rwatson@freesbsd.org, calvin.austin@sun.com, brian@collab.net, bod@freebsdfoundation.org, (Hui) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Folks, There have, not surprisingly, been quite a few follow-ups to this thread. In this mail I would like to answer the main questions and issues that have been raised by various people. I'll start with the easiest one. Some of you have taken me to task for putting private e-mails on the web page. The fact is that Bill's public attack on me stems from those e-mails. They contain the history of this issue. In transforming a simple, everyday hiring decision into a public attack on the FreeBSD Foundation and on me personally, Bill threw the rules of etiquette out the window. If Bill wants this to be public then it is _all_ going to be public. Some will disagree with this, but I can live with that. The e-mails will stay on the web page until I no longer feel the need to defend my actions in public. One person criticized the title I put on the web page. His point is well taken. The whole day yesterday was so utterly surreal that I guess I needed a small dose of comic relief. That was inappropriate, and I have changed the title to "Mail". Among several of you there seems to be some confusion about the obligations of a 501(c)(3) non-profit organization such as the FreeBSD Foundation with regard to contracting. A 501(c)(3) is not a branch of the US government; it is simply a corporation which, under the rules laid down by the IRS, has qualified as a tax-exempt charitable organization. While departments of the US government have many hiring regulations involving public bidding processes, civil service points, minority preferences, incentives of various kinds, etc., those rules have nothing to do with 501(c)(3) non-profit organizations. Furthermore, it is not standard practice among 501(c)(3)s to put out public bids for contracts. At the Foundation we hire pretty much the same way any other tiny corporation hires, and that is the standard practice among non-profits. Now I will go over the history of this particular hiring decision. As most of you know, the Foundation finalized a license agreement in December, 2001 with Sun Microsystems to allow us to distribute a FreeBSD version of the JDK and JRE. As part of that agreement, Sun requires that the distribution pass the full suite of tests in their Technology Compliance Kit (TCK). That sounds simple, but in fact it is a very difficult process and I am told that it typically takes a year or more to complete it. Now fast-forward about a year, to some time around the end of 2002. We at the Foundation were feeling a bit embarrassed. We had announced the license agreement with great fanfare a year before, and it naturally raised expectations that a release of the software was imminent. I can lay claim to some blame for that, as I myself thought that the software would be released very quickly. I did not understand at that time what a challenge the TCK was. So, some time in the final months of 2002 I asked the other Foundation board members if perhaps we could help move things along by funding somebody to work on getting the JDK and JRE to a point where it could be released. They agreed that it would be a good use of Foundation funds, and so we started working on it. Throughout the process of getting the license with Sun, we had had two contacts within the FreeBSD Java team: Greg and Nate. We had (and still have) a good relationship with both of them. We asked one or both of them (I don't remember for sure, and I doesn't seem worth digging through the mail archives to find out) whether it might help progress if we funneled some funding into the effort. The reply was affirmative, and we asked for recommendations. Both Greg and Nate agreed that Alexey would be a good person for the job. (This turned out to be a valuable recommendation, and we couldn't be more pleased with his work.) We initiated discussions with Alexey, worked out the contractual details, etc., and he went to work on it full time. Since then he has made great progress, and he has kept us up-to-date with status reports. That was the state of things at the beginning of this week. Now let me make something perfectly clear. When we asked for recommendations, Bill Huey's name never came up. He wasn't mentioned. As far as I know, I had never even heard his name before -- certainly not in any context that would cause me to remember it. Then, out of the blue, we received his first e-mail on Tuesday. It was absolutely baffling to all of us at the Foundation. Here was this profanity-laden flame from a perfect stranger, demanding an explanation for the fact that we hadn't hired him! The rest of the history is documented in the e-mails, which most of you have already seen. To re-iterate: msg01.txt was the first I had ever heard of Bill Huey. How would you feel in my position? Frankly, my first reaction was, "Thank GOD we didn't hire that guy!" Some of you have criticized the terseness of my replies to Bill. I hope this context will help you to understand it a little better. My very first contact with the fellow came in the form of a flame from him. This was followed 18 hours later by a second mail which contained an explicit threat. I don't think anybody knows for sure how to deal with a person who's in that state of mind. It seemed to me that the least harmful approach would be to avoid escalating the situation. So I sent him the briefest, most emotion-free reply I could manage, and in the subsequent mail I tried to keep things strictly on a professional level. We could talk all day long about whether that was the right approach or not. I did my best, and I am proud of the fact that I didn't let Bill drag me down to his level of discourse. On to a related topic ... Some people, Bill included, took offense at my statement, "Bill, there are easily a hundred people who could have done this work, but we could only hire one of them." This was in no way intended to be disparaging toward any Java developer; nor was it meant as any kind of insult. I am sorry that some people took it that way, and I'll try to learn how to express myself better in the future. The point I was trying to make was simply that if we hired one person, there were going to be a whole bunch of other qualified people that we _didn't_ hire. Bill was one of those. For whatever reason, he's the only one who took it as a personal affront. I actually am fairly confident that there are a hundred people in the world who could do the job. I mean -- come on, people! In the whole world? Of course there are! But honestly, the number doesn't matter for the point I was trying to make unless you think the number is 1 -- in which case you'll get nothing but a hearty belly laugh from me. I have just one other thing I'd like to say as I end this lengthy e-mail. We at the FreeBSD Foundation are volunteers who are simply trying to do something for the benefit of the FreeBSD Project. We don't get paid. In fact, we donate money as well as time to the Foundation. It is a rewarding job, at times, but frankly it isn't much fun. The Internet is a big place, and there is always somebody out there who can manage to view just about anything as a conspiracy. There is really nothing I can do about such people. I just try to keep my cool and do my best, knowing full well that I can't please everybody. Well, that's about it. I think I have said just about everything I can say on this topic. I am most likely not going to write any more about it. I just don't see the point of writing if there's nothing new to say. As I said at the very beginning: draw your own conclusions. John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 11: 2:55 2003 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 B2D5C37B401 for ; Thu, 6 Feb 2003 11:02:54 -0800 (PST) Received: from mail-relay.edison.ro (62.231.66.133 [62.231.66.133]) by mx1.FreeBSD.org (Postfix) with SMTP id 7B44C43FBF for ; Thu, 6 Feb 2003 11:02:40 -0800 (PST) (envelope-from gicabulica@edison.ro) Received: (qmail 6058 invoked from network); 6 Feb 2003 18:47:59 -0000 Received: from unknown (HELO hardy) (192.168.2.159) by 192.168.4.228 with SMTP; 6 Feb 2003 18:47:59 -0000 Date: Thu, 6 Feb 2003 20:41:31 +0200 From: costin X-Mailer: The Bat! (v1.61) Reply-To: costin X-Priority: 3 (Normal) Message-ID: <74281173626.20030206204131@edison.ro> To: freebsd-java@freebsd.org Cc: znerd@freebsd.org Subject: upgrade of jboss from 3.0.0 to 3.0.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi! I`ve noticed that the standard port of jboss3 is using still jboss3.0.0 and jboss3.0.4 which contains some bug fixes from clustering in particular isn`t in the port list yet. I managed to easily upgrade my jboss 3.0.0 to 3.0.4 by getting the jboss.zip archive from the official site and made a simple replace in the makefile(the port name) and the md5 checksum in the distfiles(you can skip that by using the NO_CHECKSUM switch). I don`t know at this moment how stable it is,but by judging that the server is written in java not much can go wrong. However, I am sending this mail also to znerd@freebsd.org which is maintainer of this port so he can take a look and probably make the update soon, so if anyone uses jboss and wants the latest stable version this is the way. -- Bye, costin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 11:49:10 2003 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 87FB737B405; Thu, 6 Feb 2003 11:49:08 -0800 (PST) Received: from outbound.ea.com (outbound.ea.com [159.153.6.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E0F644017; Thu, 6 Feb 2003 11:48:22 -0800 (PST) (envelope-from JSchnitzer@maxis.com) Received: from eahq-bh3.rws.ad.ea.com (eahq-bh3.rws.ad.ea.com [10.14.204.35]) by outbound.ea.com (Switch-3.0.1/Switch-3.0.0) with ESMTP id h16JmW62009456; Thu, 6 Feb 2003 11:48:33 -0800 (PST) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Subject: RE: patchset 2 report (billh's resignation) Date: Thu, 6 Feb 2003 11:48:10 -0800 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: patchset 2 report (billh's resignation) Thread-Index: AcLOD5hK7O2odSzNRj+B6mfO3j02RQAAQ1Bw From: "Schnitzer, Jeff" To: "John Polstra" Cc: , Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > From: John Polstra [mailto:jdp@polstra.com] >=20 > I have just one other thing I'd like to say as I end this lengthy > e-mail. We at the FreeBSD Foundation are volunteers who are simply > trying to do something for the benefit of the FreeBSD Project. We > don't get paid. In fact, we donate money as well as time to the > Foundation. It is a rewarding job, at times, but frankly it isn't > much fun. The Internet is a big place, and there is always somebody > out there who can manage to view just about anything as a > conspiracy. There is really nothing I can do about such people. I > just try to keep my cool and do my best, knowing full well that I > can't please everybody. You blew it. People contribute their time and effort to open source projects for a lot of reasons, but chief among them is recognition. You got an angry piece of mail from a contributor who felt unappreciated by your actions - and what was your response? It could have been "I'm sorry, who are you? Please explain." Instead you gave him a brush-off. Maybe the guy has legitimate reasons for being irate, maybe he doesn't, but you didn't even ask. It doesn't matter who "could" do the work, it matters who IS doing the work. From following freebsd-java, it's obvious there are at most two or three people putting significant effort into the project. Now there is one less. =20 Personally, I think you should apologize - to the community of people who want to use Java on FreeBSD. A bit of patience, understanding, and explanation might have ameliorated Bill's sense of alienation and encouraged him to continue his contributions. In the long run, fostering a vibrant development community is a much more important activity than issuing grants. =20 Jeff Schnitzer jeff@infohazard.org I don't know any of the people involved. My only involvement is an overwhelming desire to run JDK1.4 and JBoss on FreeBSD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 11:52:51 2003 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 DA66337B401 for ; Thu, 6 Feb 2003 11:52:49 -0800 (PST) Received: from taz.futurequest.net (taz.futurequest.net [63.151.147.100]) by mx1.FreeBSD.org (Postfix) with SMTP id 2775243F85 for ; Thu, 6 Feb 2003 11:52:49 -0800 (PST) (envelope-from joshua@sublimity.net) Received: (qmail 411 invoked from network); 6 Feb 2003 19:52:42 -0000 Received: from x200.futurequest.net (63.151.147.200) by taz.futurequest.net (63.151.147.100 ); 06 Feb 2003 19:52:42 -0000 Received: from unknown (199.181.134.220) by x200.futurequest.net (63.151.147.200) with ESMTP; 06 Feb 2003 19:52:42 -0000 Date: Thu, 6 Feb 2003 11:52:09 -0800 (Pacific Standard Time) From: Joshua IV To: John Polstra Cc: freebsd-java@FreeBSD.ORG, , Subject: Re: patchset 2 report (billh's resignation) In-Reply-To: Message-ID: X-X-Sender: sublimity.net_xsublimity-joshua@[127.0.0.1] MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi John, crew. As a somewhat newcomer to freebsd-java and an utter lurker, I think I can offer a pretty unbiased opinion about the whole deal. I feel compelled to, because I'm a big proponent of open-source software development, which is a big win for everyone, but like any relative of the Prisoner's Dilemma, it has some fragility. After reading through the relevant mail, both that intended to be public and that intended not to be public, it was pretty clear to me that Bill didn't want the job. Of course you can argue that that was after-the-fact-ism, but regardless he makes it obvious that his primary concern isn't the job, but is acknowledgement of his work and enough respect to at least give him a handwave during the process. I can understand if you missed that message amid the napalm bombardment, but that doesn't absolve the underlying sin, which is needing him to tell you in the first place. As a significant member of an organization so dependent on volunteer contribution (including your own), I'm sure you've read Homesteading the Noosphere by Eric Raymond (you have, haven't you?) http://www.firstmonday.dk/issues/issue3_10/raymond/ in which he gives a very reasoned and reasonable analysis of the open-source development culture and what drives it. It is in essence a gift economy. And the primary coinage in a gift economy is respect and acknowledgement, for better or worse. As a putative legal representative of an essentially open-source project, this should be part and parcel of the way you do business, but you seem to have ignored it. Bill's work has been instrumental in us getting hotspot running in a production environment. Furthermore, it only took about 3 days of being on the mailing list to learn about his work and take advantage of it. To suggest that you've never heard of him makes it quite clear that you've never spent so much as a few days reading the freebsd-java list, much less researched it intensively. Which naturally leads to the question: What do you make of an organization choosing to take responbility for bringing Java to FreeBSD, that hasn't bothered to spend any time in. . . freebsd-java? And what do you make of an organization that lives inside a gift economy, but isn't interested in participating in it? The answers probably aren't complimentary, and I urge the FreeBSD Foundation to do what it can to repair that oversight (probably too late, from both directions), and work in the future to becoming more aware of the environment it's working in. -j Joshua IV -=- -=- =-= -=- -=: :-= /-\ Floundering Cognitive Ass of the Cognitive Assonance Cabal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 12:29:31 2003 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 39FA137B401; Thu, 6 Feb 2003 12:29:25 -0800 (PST) Received: from gnuppy.monkey.org (wsip68-15-8-100.sd.sd.cox.net [68.15.8.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5235B43F93; Thu, 6 Feb 2003 12:29:24 -0800 (PST) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 18gse1-0000eT-00; Thu, 06 Feb 2003 12:29:13 -0800 Date: Thu, 6 Feb 2003 12:29:13 -0800 To: John Polstra Cc: "John L. Utz III" , Brent Verner , freebsd-java@FreeBSD.ORG, freebsd-chat@FreeBSD.ORG, rwatson@freesbsd.org, calvin.austin@sun.com, brian@collab.net, bod@freebsdfoundation.org, "Bill Huey (Hui)" Subject: Re: patchset 2 report (billh's resignation) Message-ID: <20030206202913.GA2285@gnuppy.monkey.org> References: <863cn2nf6g.wl@utweb.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.3i From: Bill Huey (Hui) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Feb 06, 2003 at 10:41:24AM -0800, John Polstra wrote: > Bill's public attack on me stems from those e-mails. They contain > the history of this issue. In transforming a simple, everyday > hiring decision into a public attack on the FreeBSD Foundation and > on me personally, Bill threw the rules of etiquette out the window. BS, you have a responsibility to the greater FreeBSD community to make sure and that input is listened to and then acted upon appropriately. You failed when you did this behind everybody's back, not just me. You failed the entire group. > If Bill wants this to be public then it is _all_ going to be public. > Some will disagree with this, but I can live with that. The e-mails > will stay on the web page until I no longer feel the need to defend > my actions in public. You need to as a non-profit for the sake of the community, that's completely arrogant to think otherwise. > One person criticized the title I put on the web page. His point is > well taken. The whole day yesterday was so utterly surreal that I > guess I needed a small dose of comic relief. That was inappropriate, + ridicule and belittlement all of which reflect badly in a corporate context when getting grant money. It makes you and the rest of FreeBSD look stupid. You should be fired from the position and people need to be elected into roles that significant to the community. > and I have changed the title to "Mail". > kinds, etc., those rules have nothing to do with 501(c)(3) Non-profits like the Red Cross exist to serve a larger group folks, not you and your warped sense of ego in relation to the rest of the FreeBSD community. The fact that you don't understand this means, that you're missing something in your personal experience essential for the competent function of this job you've been self appointed to. > Greg and Nate agreed that Alexey would be a good person for the job. I would have agreed that Alexey is a good person for the job, but there should have never been a place and time where I should have been excluded from the decision making body, since I've classically had that role ever since I came from the BSD/OS group at WindRiver. > (This turned out to be a valuable recommendation, and we couldn't be > more pleased with his work.) We initiated discussions with Alexey, Yes, stroke yourself more. It's disgusting. > worked out the contractual details, etc., and he went to work on it Behind everybodies back with regard to any preexisting political structure in existence or otherwise, very stupid. > full time. Since then he has made great progress, and he has kept > us up-to-date with status reports. How do you know what the progress is ? have you seen the commit logs ? In fact, you don't know who's been doing what in the group, which is why you asked both Nate and Greg in the first place. That's crack smoking claim on your part.. You would even be making progress with any develope if I hadn't taken on this task from Dec 2001 to May 2002, all on my own time and money, just to see this through. > That was the state of things at the beginning of this week. Now let > me make something perfectly clear. When we asked for recommendations, > Bill Huey's name never came up. He wasn't mentioned. As far as I I never came up since Nate is partially held a senseless grudge from a private conversation that I dismissed as silly and never looked back thinking things where ok, he'll chill out and realize this was stupid. In partial summary, you were partially manipulated into not even considering me in the first place because of prior resentments and the non-mention of me in the first place... Regardless, given the core role I have in the group, I should have never been excluded from the discussion from hiring Alexey or anybody else. > know, I had never even heard his name before -- certainly not in any You never heard my name before ? Good god, do you know what I've done ? or even understand it ? > context that would cause me to remember it. It never came to you since your group didn't competently research what folks where doing in this group and didn't ask any formal body about what was really going on. That's another sign of incompetence. > Then, out of the blue, we received his first e-mail on Tuesday. It > was absolutely baffling to all of us at the Foundation. Here was > this profanity-laden flame from a perfect stranger, demanding an > explanation for the fact that we hadn't hired him! Not true, you have a reading comprehension problem. I asked why I wasn't included in the decision making body. Now that's clear, you didn't think to ask if the folks you asked for advice in the first place what other engineers would think about this. > The rest of the history is documented in the e-mails, which most of > you have already seen. To re-iterate: msg01.txt was the first I had > ever heard of Bill Huey. How would you feel in my position? > Frankly, my first reaction was, "Thank GOD we didn't hire that guy!" That's because you're a narrow minded dickhead that doesn't listen to anybody reasonable. > Some of you have criticized the terseness of my replies to Bill. I Terse = rude, dismissive, reactive, selfish, unanalytical and unsuitable for sitting on a $50,000 grant from Sun so that the license came be done through the FreeBSD Foundation, which I support since both Greg and Nate supported over Blackdown, Calvin Austin's suggestion. If we had just turned this into a Blackdown project this would have never happened in the first place. You were given political power in the community, in terms of several grant, one from Sun implicitly and more for Alexey, and then didn't act on it responsibly as a non-profit to the corporation nor to the developer or user body that you supposeably represent. > hope this context will help you to understand it a little better. > My very first contact with the fellow came in the form of a flame > from him. This was followed 18 hours later by a second mail which > contained an explicit threat. I don't think anybody knows for sure I think it's understandable when you didn't reply to it and "dismissed" it the first time around. It's partially your responsibility to interface and possibly deal with semi-irrate corporate body any constituents. > how to deal with a person who's in that state of mind. It seemed to > me that the least harmful approach would be to avoid escalating the > situation. So I sent him the briefest, most emotion-free reply I Most emotion free ? You've got to be kidding me, you were a condescending ass in that second email, which is why I got really fucking pissed. > could manage, and in the subsequent mail I tried to keep things > strictly on a professional level. We could talk all day long about Professional like competent communication between all relevant parties ? > whether that was the right approach or not. I did my best, and I am > proud of the fact that I didn't let Bill drag me down to his level > of discourse. You brought to new level when you title that exchange as "Bill's Job Interview", that's pretty stupid of you. > On to a related topic ... Some people, Bill included, took offense at > my statement, "Bill, there are easily a hundred people who could have > done this work, but we could only hire one of them." This was in no A number of folks did. > way intended to be disparaging toward any Java developer; nor was it > meant as any kind of insult. I am sorry that some people took it that > way, and I'll try to learn how to express myself better in the future. > The point I was trying to make was simply that if we hired one person, > there were going to be a whole bunch of other qualified people that we > _didn't_ hire. Bill was one of those. For whatever reason, he's > the only one who took it as a personal affront. Because I did all the freaking work. Pick a paper an read: http://research.sun.com/self/papers/papers.html This is what I have to deal with including a backward way of introducing myself to the intricacies of Solaris threading in one of the density C/C++/assembler trees most folks have ever seen. Believe it or not that's 1/3rd of the HotSpot compiler and not the entire thing. The JVM is used as supporting first class type system as an add on to HotSpot. It's simply complete insanity. > I actually am fairly confident that there are a hundred people in > the world who could do the job. I mean -- come on, people! In the > whole world? Of course there are! But honestly, the number doesn't > matter for the point I was trying to make unless you think the > number is 1 -- in which case you'll get nothing but a hearty belly > laugh from me. Bogus argument. It was implied that you though some job blow high school drop out could have done this job, which just isn't true. > I have just one other thing I'd like to say as I end this lengthy > e-mail. We at the FreeBSD Foundation are volunteers who are simply "We at the FreeBSD Foundation are incompetent voluteers, that should have had these roles be elected in office in first place so that we can actual serve the community at large instead of bloating our already overinflated egos." > trying to do something for the benefit of the FreeBSD Project. We > don't get paid. In fact, we donate money as well as time to the > Foundation. It is a rewarding job, at times, but frankly it isn't > much fun. The Internet is a big place, and there is always somebody > out there who can manage to view just about anything as a > conspiracy. There is really nothing I can do about such people. I Because it partially was. You didn't pick up on it nor demonstrated sensitivity to the situation. > just try to keep my cool and do my best, knowing full well that I > can't please everybody. > > Well, that's about it. I think I have said just about everything I > can say on this topic. I am most likely not going to write any more > about it. I just don't see the point of writing if there's nothing > new to say. As I said at the very beginning: draw your own > conclusions. Conclusions: 1) FreeBSD Foundation doesn't listen to people. 2) FF doesn't understand how putting money into a volunteer situation can possibly cause confusion in relation to other developers. Who fairly decides "what" goes to which person ? 3) John Polstra is a wuss that can't handle a little bit of confrontation so that another core developer understands why he was omitted from the political process in which should have never been omitted in the first place. 4) FF positions should be elected and have competent people interfacing with all corporate, developers and user communities. bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 12:35:44 2003 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 C2EF737B401 for ; Thu, 6 Feb 2003 12:35:42 -0800 (PST) Received: from gnuppy.monkey.org (wsip68-15-8-100.sd.sd.cox.net [68.15.8.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4783143F3F for ; Thu, 6 Feb 2003 12:35:42 -0800 (PST) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 18gsjr-0000fN-00; Thu, 06 Feb 2003 12:35:15 -0800 Date: Thu, 6 Feb 2003 12:35:15 -0800 To: Max Khon Cc: Rasputin , freebsd-java@freebsd.org, "Bill Huey (Hui)" Subject: Re: patchset 2 report (billh's resignation) Message-ID: <20030206203515.GB2285@gnuppy.monkey.org> References: <20030206021823.GB4193@gnuppy.monkey.org> <20030206040515.GA4682@gnuppy.monkey.org> <994960000.1044505320@aslan.btc.adaptec.com> <20030206044625.GA4877@gnuppy.monkey.org> <1037650000.1044509319@aslan.btc.adaptec.com> <20030206074100.GB5538@gnuppy.monkey.org> <3E4214A8.6080404@btc.adaptec.com> <20030206123450.GB10718@idoru.tenten> <20030206205716.A30498@iclub.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030206205716.A30498@iclub.nsu.ru> User-Agent: Mutt/1.5.3i From: Bill Huey (Hui) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Feb 06, 2003 at 08:57:16PM +0600, Max Khon wrote: > hi, there! > ok, where's the beef? Can an average user build > hotspot 1.3.1 on FreeBSD 4.x? Has bill posted many times that he will > not support hotspot on FreeBSD 4.x to freebsd-java@? No, it not designed to. It'a developers release only. > As far as I understand hotspot for 1.3.1 is in the same state as > it was in summer 2002 and nothing has changed so far to > aid users to build it on 4.x without gathering bill's comments > scattered all over freebsd-java@ archives. > I know that next patchset will contain needed bits. Because I don't want to do the work any more. I want to pass it on to Alexey or somebody like him. I'm done with it. > Users do not want to run 5.0-CURRENT. That's the fact. > Yes, bill could be possibly is a good hacker but what all this > hacking is done for? I highly appreciate his work but nothing > has changed since he started it. It is still easier to Since he finished it and is sick of doing it. > set up Java-powered website on Linux or on w2k + apache than > loosing hours trying to understand how to build hotspot 1.3.1 > on FreeBSD. Just look on this issue from an average admin or > Java developer point of view. Developer's release only. It's for folks with time to waste filing some bug reports. Yes, I have been lagging, now I'm pissed that my work isn't appreciated. bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 12:52: 3 2003 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 82D5037B401 for ; Thu, 6 Feb 2003 12:52:02 -0800 (PST) Received: from remus.rutgers.edu (remus.rutgers.edu [128.6.13.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55D0F43F75 for ; Thu, 6 Feb 2003 12:52:01 -0800 (PST) (envelope-from komorn@remus.rutgers.edu) Received: (from komorn@localhost) by remus.rutgers.edu (8.10.2+Sun/8.8.8) id h16Kq0923448; Thu, 6 Feb 2003 15:52:00 -0500 (EST) Date: Thu, 6 Feb 2003 15:52:00 -0500 (EST) From: Romain Komorn To: freebsd-java@FreeBSD.ORG Subject: Re: patchset 2 report (billh's resignation) In-Reply-To: <20030206202913.GA2285@gnuppy.monkey.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Okay, if I'm only on freebsd-java@FreeBSD.ORG because I'm curious as to some of the devel. work, and not because I feel like listening to a bunch of hackers firing emails back at each other, am I supposed to just unsubscribe? If I'll be allowed to quote Appendix C of the FreeBSD Handbook without getting flamed down: "Technical lists: The following lists are for technical discussion. You should read the charter for each list carefully before joining or sending mail to one as there are firm guidelines for their use and content." My interpretation of that certainly seems to conflict with the current threads, so either I am misguided, or this whole discussion doesn't really belong here. I'm not sure that even if the discussion is relevant to the future of java on FreeBSD, it could be described a technical discussion. I've seen so much finger pointing and whining that I can't even think of taking sides anymore. And although I'll admit this email is utterly non-technical, I just have to wonder: can I ask that the discussion be taken elsewhere, or should I just give up and unsubscribe? -- Romain Komorn +- -+ | CACC Assistant Lab Supervisor | | komorn@nbcs.rutgers.edu | +- -+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 12:59:27 2003 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 AFAE737B401 for ; Thu, 6 Feb 2003 12:59:26 -0800 (PST) Received: from gnuppy.monkey.org (wsip68-15-8-100.sd.sd.cox.net [68.15.8.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B16D43FBD for ; Thu, 6 Feb 2003 12:59:26 -0800 (PST) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 18gt7E-0000iZ-00; Thu, 06 Feb 2003 12:59:24 -0800 Date: Thu, 6 Feb 2003 12:59:24 -0800 To: Romain Komorn Cc: freebsd-java@FreeBSD.ORG Subject: Re: patchset 2 report (billh's resignation) Message-ID: <20030206205924.GF2285@gnuppy.monkey.org> References: <20030206202913.GA2285@gnuppy.monkey.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.3i From: Bill Huey (Hui) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Feb 06, 2003 at 03:52:00PM -0500, Romain Komorn wrote: > And although I'll admit this email is utterly non-technical, I just have > to wonder: can I ask that the discussion be taken elsewhere, or should I > just give up and unsubscribe? Just ask, the mailing list is almost never like this. bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 14:47:56 2003 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 89EF037B401; Thu, 6 Feb 2003 14:47:54 -0800 (PST) Received: from amsfep11-int.chello.nl (amsfep11-int.chello.nl [213.46.243.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDE6A43FA3; Thu, 6 Feb 2003 14:47:52 -0800 (PST) (envelope-from marc@bowtie.nl) Received: from bowtie.nl ([213.46.7.58]) by amsfep11-int.chello.nl (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with ESMTP id <20030206224751.CQDY2835.amsfep11-int.chello.nl@bowtie.nl>; Thu, 6 Feb 2003 23:47:51 +0100 Date: Thu, 6 Feb 2003 23:47:45 +0100 Subject: Re: patchset 2 report (billh's resignation) Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v551) Cc: Marc van Kempen , John Polstra , "John L. Utz III" , Brent Verner , freebsd-java@FreeBSD.ORG, freebsd-chat@FreeBSD.ORG, rwatson@freesbsd.org, calvin.austin@sun.com, brian@collab.net, bod@freebsdfoundation.org, "Bill Huey (Hui)" To: Bill Huey (Hui) From: Marc van Kempen In-Reply-To: <20030206202913.GA2285@gnuppy.monkey.org> Message-Id: <01E2A478-3A25-11D7-8CFD-0003930B8FFA@bowtie.nl> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.551) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On donderdag, feb 6, 2003, at 21:29 Europe/Amsterdam, Bill Huey (Hui) wrote: > On Thu, Feb 06, 2003 at 10:41:24AM -0800, John Polstra wrote: >> Bill's public attack on me stems from those e-mails. They contain >> the history of this issue. In transforming a simple, everyday >> hiring decision into a public attack on the FreeBSD Foundation and >> on me personally, Bill threw the rules of etiquette out the window. > > BS, you have a responsibility to the greater FreeBSD community to make > sure and that input is listened to and then acted upon appropriately. > You failed when you did this behind everybody's back, not just me. > You failed the entire group. > [inflamatory reply to John's explanation cut out] Come on you two, you aren't communicating. John you still haven't addressed the issue why you don't reply to Bill's comments, it's only making things worse, do you want it to detoriate at this rate. If you'd just say "Bill you're an **** for insulting me the way that you do, but I have since researched the mailing list and commit logs and acknowledge that you have made a big contribution to the whole java porting process and more specifically to the hotspot port, and we would have certainly consulted you had I known." Now is that so hard? You should realize that you can't handle this in the proffesional way that you'd like, and perhaps are used to in the commercial world out there. This is a volunteer project and as Jeff Schnitzer said, recognition plays a great part as a motivator for doing the work. It's almost unbelievable that you didn't research the java project (and mailing lists) to find out what is going on. Had you done that you would have quickly realised Bill's role. While we're at it Bill, why do you keep using this much abusive language, it's not making things better, quite the contrary. Regards, Marc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 15: 1: 1 2003 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 796A737B401; Thu, 6 Feb 2003 15:01:00 -0800 (PST) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3DF443FBD; Thu, 6 Feb 2003 15:00:59 -0800 (PST) (envelope-from winter@jurai.net) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by sasami.jurai.net (8.12.6/8.12.5) with ESMTP id h16N0tvA048054; Thu, 6 Feb 2003 18:00:55 -0500 (EST) (envelope-from winter@jurai.net) Date: Thu, 6 Feb 2003 18:00:55 -0500 (EST) From: "Matthew N. Dodd" To: Marc van Kempen Cc: Bill Huey , John Polstra , "John L. Utz III" , Brent Verner , freebsd-java@FreeBSD.ORG, freebsd-chat@FreeBSD.ORG, rwatson@freesbsd.org, calvin.austin@sun.com, brian@collab.net, bod@freebsdfoundation.org Subject: Re: patchset 2 report (billh's resignation) In-Reply-To: <01E2A478-3A25-11D7-8CFD-0003930B8FFA@bowtie.nl> Message-ID: <20030206175143.E15295@sasami.jurai.net> References: <01E2A478-3A25-11D7-8CFD-0003930B8FFA@bowtie.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 6 Feb 2003, Marc van Kempen wrote: > If you'd just say "Bill you're an **** for insulting me the way that > you do, but I have since researched the mailing list and commit logs > and acknowledge that you have made a big contribution to the whole java > porting process and more specifically to the hotspot port, and we would > have certainly consulted you had I known." > > Now is that so hard? You know, one doesn't typically -demand- recognition. If you're working on something of your own volition "for fun" you can't seriously expect anything for your efforts. If you require some sort of compensation you're free make that a condition for others to use your work. Rational people don't go stomping around demanding that the world be perfect for them. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 15:10:41 2003 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 4470A37B401; Thu, 6 Feb 2003 15:10:40 -0800 (PST) Received: from twoface.shiftmanager.net (adsl-64-170-199-98.dsl.snfc21.pacbell.net [64.170.199.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E48A43F93; Thu, 6 Feb 2003 15:10:39 -0800 (PST) (envelope-from kurt@twoface.shiftmanager.net) Received: from localhost (localhost.shiftmanager.net [127.0.0.1]) by twoface.shiftmanager.net (8.12.6/8.12.6) with ESMTP id h16NBE9S034829; Thu, 6 Feb 2003 15:11:14 -0800 (PST) (envelope-from kurt@twoface.shiftmanager.net) Date: Thu, 6 Feb 2003 15:11:14 -0800 (PST) From: Kurt Werle Reply-To: Kurt Werle To: "Matthew N. Dodd" Cc: Marc van Kempen , Bill Huey , John Polstra , "John L. Utz III" , Brent Verner , , , , , , Subject: Re: patchset 2 report (billh's resignation) In-Reply-To: <20030206175143.E15295@sasami.jurai.net> Message-ID: <20030206150320.C33922-100000@twoface.shiftmanager.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 6 Feb 2003, Matthew N. Dodd wrote: > On Thu, 6 Feb 2003, Marc van Kempen wrote: > > If you'd just say "Bill you're an **** for insulting me the way that > > you do, but I have since researched the mailing list and commit logs > > and acknowledge that you have made a big contribution to the whole > > java porting process and more specifically to the hotspot port, and we > > would have certainly consulted you had I known." > > > > Now is that so hard? > > You know, one doesn't typically -demand- recognition. No, usually one demands pay for one's hard work. In this case, Bill clearly wanted recognition. He has not been paid, nor was it promised. In a Free Project, one usually doesn't need to demand recognition. Usually the folks who can give it do so freely. > If you're working on something of your own volition "for fun" you can't > seriously expect anything for your efforts. I think that you can and should expect recognition. If it's clear that you helped make an important component work in some large project, it may actually be something you would put on your resume'. If potential employers can look that info up, it makes it even more likely. > Rational people don't go stomping around demanding that the world be > perfect for them. No, rational people generally hope that the people in charge will do reasonable things. If they fail to do so, reasonable people try to change that. If that fails, reasonable people tend to walk away. Bill has done a poor job, politically speaking, of trying to change what's going on. John has done an equally poor job of trying to keep the peace and smooth things over. Kurt --- kwerle@pobox.com http://www.pobox.com/~kwerle/ Tired of spam? Control your Mailserver (or .forward)? http://tess.sf.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 16:21:11 2003 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 2F78837B401; Thu, 6 Feb 2003 16:21:10 -0800 (PST) Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B72743F85; Thu, 6 Feb 2003 16:21:07 -0800 (PST) (envelope-from fjoe@iclub.nsu.ru) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 18gwFp-0002lV-00; Fri, 07 Feb 2003 06:20:29 +0600 Received: from iclub.nsu.ru ([193.124.215.97] ident=root) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 18gwFn-0002jc-00; Fri, 07 Feb 2003 06:20:27 +0600 Received: from iclub.nsu.ru (fjoe@localhost [127.0.0.1]) by iclub.nsu.ru (8.12.6/8.12.6) with ESMTP id h170KGRV047046; Fri, 7 Feb 2003 06:20:17 +0600 (NS) (envelope-from fjoe@iclub.nsu.ru) Received: (from fjoe@localhost) by iclub.nsu.ru (8.12.6/8.12.6/Submit) id h170KEU1047044; Fri, 7 Feb 2003 06:20:14 +0600 (NS) Date: Fri, 7 Feb 2003 06:20:13 +0600 From: Max Khon To: Marc van Kempen Cc: Bill Huey , John Polstra , "John L. Utz III" , Brent Verner , freebsd-java@freebsd.org, freebsd-chat@freebsd.org, rwatson@freesbsd.org, calvin.austin@sun.com, brian@collab.net, bod@freebsdfoundation.org Subject: Re: patchset 2 report (billh's resignation) Message-ID: <20030207062013.A46600@iclub.nsu.ru> References: <20030206202913.GA2285@gnuppy.monkey.org> <01E2A478-3A25-11D7-8CFD-0003930B8FFA@bowtie.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01E2A478-3A25-11D7-8CFD-0003930B8FFA@bowtie.nl>; from marc@bowtie.nl on Thu, Feb 06, 2003 at 11:47:45PM +0100 X-Spam-Status: No, hits=-2.2 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_05_08, USER_AGENT,USER_AGENT_MUTT version=2.43 X-Envelope-To: marc@bowtie.nl, billh@gnuppy.monkey.org, jdp@polstra.com, john@utzweb.net, brent@rcfile.org, freebsd-java@freebsd.org, freebsd-chat@freebsd.org, rwatson@freesbsd.org, calvin.austin@sun.com, brian@collab.net, bod@freebsdfoundation.org Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, there! On Thu, Feb 06, 2003 at 11:47:45PM +0100, Marc van Kempen wrote: > It's almost unbelievable that you didn't research the java project (and > mailing lists) to find out what is going on. Had you done that you > would have quickly realised Bill's role. They asked glewis and nate. Isn't that enough? Someone invested some amount of money and they have given it to Alexey. That's simple. Should they pay something to Greg? He's done tremendous amount of work to make 1.3.1 available on FreeBSD. Or Nate? I do not think that porting 1.1.8 was easy. Or some other developers that contribute to FreeBSD Java Project? If I had spare money that I could spend for such purpose maybe I'd pay Bill. If you have money feel free to send them to Bill. Bill is known to be one of the most active developers of 1.3.1 HotSpot. That's the fact. I highly appreciate his work. But what all you guys are talking about? I'd understand you if it were yours money. But they are not. It is a volunteer project and noone can expect that he will be paid for his job or request the contract if he was not chosen by some investor. /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 16:33:35 2003 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 F1AD637B401 for ; Thu, 6 Feb 2003 16:33:34 -0800 (PST) Received: from ugc.ugc.ab.ca (h24-79-217-19.ed.shawcable.net [24.79.217.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0265D43F93 for ; Thu, 6 Feb 2003 16:33:29 -0800 (PST) (envelope-from freebsd@ugc.ab.ca) Received: from spare-w2k (guest.ugc.ab.ca [192.139.124.51]) by ugc.ugc.ab.ca (8.12.6/8.12.2) with ESMTP id h170XR0d004850 for ; Thu, 6 Feb 2003 17:33:27 -0700 (MST) (envelope-from freebsd@ugc.ab.ca) From: "Geoff Coleman" To: freebsd-java@FreeBSD.ORG Date: Thu, 06 Feb 2003 17:33:30 -0700 MIME-Version: 1.0 Subject: JDK14 Patchset 2 and Oracle JDBC Drivers Message-ID: <3E429C6A.16693.FF342F@localhost> X-mailer: Pegasus Mail for Windows (v4.02) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Has anyone tried using the Oracle JDBC (thin) drivers with the new patch set for JDK14? I'm getting the following exception raised: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection This is on CURRENT rebuilt yesterday afternoon. Any pointers in debugging this are welcome. The same test program works with linux- sun-jdk1.4.1 on the same machine. Geoff Coleman ps. The other stuff I've done with the new patch has worked great!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 16:55:35 2003 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 B714237B401; Thu, 6 Feb 2003 16:55:33 -0800 (PST) Received: from durendal.skynet.be (durendal.skynet.be [195.238.3.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B2DB43F3F; Thu, 6 Feb 2003 16:55:32 -0800 (PST) (envelope-from brad.knowles@skynet.be) Received: from [10.0.1.2] (ip-26.shub-internet.org [194.78.144.26] (may be forged)) by durendal.skynet.be (8.12.7/8.12.7/Skynet-OUT-2.21) with ESMTP id h170tJLM022263; Fri, 7 Feb 2003 01:55:21 +0100 (MET) (envelope-from ) Mime-Version: 1.0 X-Sender: bs663385@pop.skynet.be Message-Id: In-Reply-To: <20030206202913.GA2285@gnuppy.monkey.org> References: <863cn2nf6g.wl@utweb.net> <20030206202913.GA2285@gnuppy.monkey.org> Date: Fri, 7 Feb 2003 01:51:18 +0100 To: Bill Huey (Hui) From: Brad Knowles Subject: Re: patchset 2 report (billh's resignation) Cc: John Polstra , "John L. Utz III" , Brent Verner , freebsd-java@FreeBSD.ORG, freebsd-chat@FreeBSD.ORG, rwatson@freesbsd.org, calvin.austin@sun.com, brian@collab.net, bod@freebsdfoundation.org, "Bill Huey (Hui)" Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At 12:29 PM -0800 2003/02/06, Bill Huey (Hui) wrote: > That's because you're a narrow minded dickhead that doesn't listen to > anybody reasonable. Buddy, you're digging yourself an ever-deeper grave. Have you ever heard of the concept of quitting while you're behind? For every single thing that comes out of your keyboard, my opinion of John grows higher and higher -- largely in amazement of his ability to keep any kind of sanity in the face of your global thermonuclear war. Give it up. At the very least, shut up and let your work speak for itself. You do yourself the gravest possible harm by continuing to issue planetary loads of such elephant dung. At this point, from now on I think I'll avoid using Java or anything related to Java, at least on FreeBSD. I don't ever want to touch anything that you have had any involvement in creating. And that's the last I'm going to say on this subject. *plonk* [ NB: If anyone ever wants to me to see any e-mail they send, make sure it doesn't have his name or e-mail address anywhere within the message body or headers. ] -- Brad Knowles, "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -Benjamin Franklin, Historical Review of Pennsylvania. GCS/IT d+(-) s:+(++)>: a C++(+++)$ UMBSHI++++$ P+>++ L+ !E-(---) W+++(--) N+ !w--- O- M++ V PS++(+++) PE- Y+(++) PGP>+++ t+(+++) 5++(+++) X++(+++) R+(+++) tv+(+++) b+(++++) DI+(++++) D+(++) G+(++++) e++>++++ h--- r---(+++)* z(+++) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 17: 7:14 2003 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 AB5ED37B401; Thu, 6 Feb 2003 17:07:12 -0800 (PST) Received: from gnuppy.monkey.org (wsip68-15-8-100.sd.sd.cox.net [68.15.8.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F14443F75; Thu, 6 Feb 2003 17:07:12 -0800 (PST) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 18gwyl-00011J-00; Thu, 06 Feb 2003 17:06:55 -0800 Date: Thu, 6 Feb 2003 17:06:55 -0800 To: "Matthew N. Dodd" Cc: Marc van Kempen , John Polstra , "John L. Utz III" , Brent Verner , freebsd-java@FreeBSD.ORG, freebsd-chat@FreeBSD.ORG, rwatson@freesbsd.org, calvin.austin@sun.com, brian@collab.net, bod@freebsdfoundation.org, "Bill Huey (Hui)" Subject: Re: patchset 2 report (billh's resignation) Message-ID: <20030207010655.GB3899@gnuppy.monkey.org> References: <01E2A478-3A25-11D7-8CFD-0003930B8FFA@bowtie.nl> <20030206175143.E15295@sasami.jurai.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030206175143.E15295@sasami.jurai.net> User-Agent: Mutt/1.5.3i From: Bill Huey (Hui) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Feb 06, 2003 at 06:00:55PM -0500, Matthew N. Dodd wrote: > On Thu, 6 Feb 2003, Marc van Kempen wrote: > > If you'd just say "Bill you're an **** for insulting me the way that > > you do, but I have since researched the mailing list and commit logs > > and acknowledge that you have made a big contribution to the whole java > > porting process and more specifically to the hotspot port, and we would > > have certainly consulted you had I known." > > > > Now is that so hard? > > You know, one doesn't typically -demand- recognition. Not in a function group, no. But this isn't the case. > If you're working on something of your own volition "for fun" you can't > seriously expect anything for your efforts. If you require some sort of > compensation you're free make that a condition for others to use your > work. Sure, you can. I can expect the my work be respect, recognized and that this earns a kind of status in a group. That's the point of the entire thing otherwise they're basically stealing my work without recognizing me. > Rational people don't go stomping around demanding that the world be > perfect for them. When you've done something the key and critical to a project you shouldn't be shitted by your peers or anybody else. If I had been properly recognized as a technical lead in this group then it wouldn't have been a problem. So, yes, I have to toot my horn so that the absolute idiots in this group realize that I did this significant and groundbreaking work. That was never question until John and Nate conspired against any kind of reasonable recognition of my role in the group. That's just fucked up any way you cut it. bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 17:14:50 2003 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 C6FF637B401; Thu, 6 Feb 2003 17:14:48 -0800 (PST) Received: from gnuppy.monkey.org (wsip68-15-8-100.sd.sd.cox.net [68.15.8.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55F5E43FAF; Thu, 6 Feb 2003 17:14:48 -0800 (PST) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 18gx6D-00012w-00; Thu, 06 Feb 2003 17:14:37 -0800 Date: Thu, 6 Feb 2003 17:14:37 -0800 To: Max Khon Cc: Marc van Kempen , John Polstra , "John L. Utz III" , Brent Verner , freebsd-java@freebsd.org, freebsd-chat@freebsd.org, rwatson@freesbsd.org, calvin.austin@sun.com, brian@collab.net, bod@freebsdfoundation.org, "Bill Huey (Hui)" Subject: Re: patchset 2 report (billh's resignation) Message-ID: <20030207011437.GE3899@gnuppy.monkey.org> References: <20030206202913.GA2285@gnuppy.monkey.org> <01E2A478-3A25-11D7-8CFD-0003930B8FFA@bowtie.nl> <20030207062013.A46600@iclub.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030207062013.A46600@iclub.nsu.ru> User-Agent: Mutt/1.5.3i From: Bill Huey (Hui) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Feb 07, 2003 at 06:20:13AM +0600, Max Khon wrote: > They asked glewis and nate. Isn't that enough? > Someone invested some amount of money and they have given it to Alexey. > That's simple. No way, they did so without understanding a preexisting and implicit political structure in this group. I have always been apart of the inner circle until Nate decided to go completely nuts and feel threatened by my involvement with the project. > Should they pay something to Greg? He's done tremendous amount of work > to make 1.3.1 available on FreeBSD. Or Nate? I do not think that porting 1.1.8 > was easy. Or some other developers that contribute to FreeBSD Java Project? > If I had spare money that I could spend for such purpose maybe I'd pay Bill. > If you have money feel free to send them to Bill. > > Bill is known to be one of the most active developers of 1.3.1 HotSpot. > That's the fact. I highly appreciate his work. But what all you guys are > talking about? I'd understand you if it were yours money. But they are not. It's not about the person getting the money as much as how it happpened. It was done behind closed doors in the context of an open source project. > It is a volunteer project and noone can expect that he will be paid > for his job or request the contract if he was not chosen by some investor. Nobody was, but that's not the point. The point is the dysfunctional political body running this project into the ground. bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 17:16:19 2003 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 4670D37B416; Thu, 6 Feb 2003 17:16:18 -0800 (PST) Received: from gnuppy.monkey.org (wsip68-15-8-100.sd.sd.cox.net [68.15.8.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF5AD43F75; Thu, 6 Feb 2003 17:16:17 -0800 (PST) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 18gx7k-00013R-00; Thu, 06 Feb 2003 17:16:12 -0800 Date: Thu, 6 Feb 2003 17:16:12 -0800 To: Brad Knowles Cc: John Polstra , "John L. Utz III" , Brent Verner , freebsd-java@FreeBSD.ORG, freebsd-chat@FreeBSD.ORG, rwatson@freesbsd.org, calvin.austin@sun.com, brian@collab.net, bod@freebsdfoundation.org, "Bill Huey (Hui)" Subject: Re: patchset 2 report (billh's resignation) Message-ID: <20030207011612.GF3899@gnuppy.monkey.org> References: <863cn2nf6g.wl@utweb.net> <20030206202913.GA2285@gnuppy.monkey.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.3i From: Bill Huey (Hui) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Feb 07, 2003 at 01:51:18AM +0100, Brad Knowles wrote: > For every single thing that comes out of your keyboard, my > opinion of John grows higher and higher -- largely in amazement of > his ability to keep any kind of sanity in the face of your global > thermonuclear war. Explain that to me. > Give it up. At the very least, shut up and let your work speak for > itself. The work has spoken for itself, but your ability to comprehend has to be completely comprimised > You do yourself the gravest possible harm by continuing to issue > planetary loads of such elephant dung. Great, another screwball. bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 17:36:13 2003 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 086BC37B401 for ; Thu, 6 Feb 2003 17:36:12 -0800 (PST) Received: from zircon.seattle.wa.us (dsl231-043-165.sea1.dsl.speakeasy.net [216.231.43.165]) by mx1.FreeBSD.org (Postfix) with SMTP id 969D243FB1 for ; Thu, 6 Feb 2003 17:36:03 -0800 (PST) (envelope-from joe@zircon.seattle.wa.us) Received: (qmail 12803 invoked from network); 7 Feb 2003 01:36:02 -0000 Received: from localhost (HELO ?127.0.0.1?) (127.0.0.1) by localhost with SMTP; 7 Feb 2003 01:36:02 -0000 Subject: Re: patchset 2 report (billh's resignation) From: Joe Kelsey To: Bill Huey Cc: "Matthew N. Dodd" , Marc van Kempen , John Polstra , "John L. Utz III" , Brent Verner , freebsd-java@FreeBSD.ORG, freebsd-chat@FreeBSD.ORG, rwatson@freesbsd.org, calvin.austin@sun.com, brian@collab.net, bod@freebsdfoundation.org In-Reply-To: <20030207010655.GB3899@gnuppy.monkey.org> References: <01E2A478-3A25-11D7-8CFD-0003930B8FFA@bowtie.nl> <20030206175143.E15295@sasami.jurai.net> <20030207010655.GB3899@gnuppy.monkey.org> Content-Type: text/plain Organization: Message-Id: <1044581762.84890.48.camel@zircon> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 06 Feb 2003 17:36:02 -0800 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 2003-02-06 at 17:06, Bill Huey wrote: > On Thu, Feb 06, 2003 at 06:00:55PM -0500, Matthew N. Dodd wrote: > > On Thu, 6 Feb 2003, Marc van Kempen wrote: > > > If you'd just say "Bill you're an **** for insulting me the way that > > > you do, but I have since researched the mailing list and commit logs > > > and acknowledge that you have made a big contribution to the whole java > > > porting process and more specifically to the hotspot port, and we would > > > have certainly consulted you had I known." > > > > > > Now is that so hard? > > > > You know, one doesn't typically -demand- recognition. > > Not in a function group, no. But this isn't the case. > > > If you're working on something of your own volition "for fun" you can't > > seriously expect anything for your efforts. If you require some sort of > > compensation you're free make that a condition for others to use your > > work. > > Sure, you can. I can expect the my work be respect, recognized and that > this earns a kind of status in a group. That's the point of the entire > thing otherwise they're basically stealing my work without recognizing > me. The problem, Bill, is that your work does speak for itself. It speaks volumes about someone who fundamentally does not understand how to work in a group or to work within a specific porting framework. The Java project is better with Alexey working on it. /Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 18:56:39 2003 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 2EDBD37B401; Thu, 6 Feb 2003 18:56:37 -0800 (PST) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61DD443FDD; Thu, 6 Feb 2003 18:56:35 -0800 (PST) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id B5CBC5199E; Fri, 7 Feb 2003 13:26:32 +1030 (CST) Date: Fri, 7 Feb 2003 13:26:32 +1030 From: Greg 'groggy' Lehey To: Bill Huey Cc: John Polstra , bod@freebsdfoundation.org, freebsd-chat@freebsd.org, freebsd-java@freebsd.org, FreeBSD Core Team Subject: Re: patchset 2 report (billh's resignation) Message-ID: <20030207025632.GJ92901@wantadilla.lemis.com> References: <20030206202913.GA2285@gnuppy.monkey.org> <20030207011612.GF3899@gnuppy.monkey.org> <200302060841.h168ffaX099401@grimreaper.grondar.org> <20030206090130.GB6076@gnuppy.monkey.org> <20030206021823.GB4193@gnuppy.monkey.org> <20030206040515.GA4682@gnuppy.monkey.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="1y6imfT/xHuCvpN0" Content-Disposition: inline In-Reply-To: <20030207011612.GF3899@gnuppy.monkey.org> <20030206090130.GB6076@gnuppy.monkey.org> <20030206040515.GA4682@gnuppy.monkey.org> User-Agent: Mutt/1.4i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --1y6imfT/xHuCvpN0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wednesday, 5 February 2003 at 20:05:15 -0800, Bill Huey wrote: > On Wed, Feb 05, 2003 at 06:58:10PM -0800, John Polstra wrote: >> Oh, for cryin' out loud, Bill, this is ridiculous. > > Yes, it is. You should have own the fuck up and then changed the > situation and clarified the political structures surrounding this > incredibly poor decision. On Thursday, 6 February 2003 at 1:01:30 -0800, Bill Huey wrote: > On Thu, Feb 06, 2003 at 08:41:41AM +0000, Mark Murray wrote: >> Wow. Bad luck, John. Its disgusting that you should be subjected to >> this kind of abuse. >> >> Not all of us think as Bill does. > > That's a useless comment on your part. If you don't have anything to > say that's constructive, then frankly shut the fuck up. On Thursday, 6 February 2003 at 17:16:12 -0800, Bill Huey wrote: > On Fri, Feb 07, 2003 at 01:51:18AM +0100, Brad Knowles wrote: >> You do yourself the gravest possible harm by continuing to issue >> planetary loads of such elephant dung. > > Great, another screwball. Bill, please stop this nonsense. This is completely inappropriate behaviour for a committer. If you continue like this, core will have to temporarily remove you from the lists until you calm down. This has no relationship with whether your complaints are justified. That's an issue which will take longer to research. Greg -- See complete headers for address and phone numbers --1y6imfT/xHuCvpN0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE+QyBgIubykFB6QiMRAsKsAJ9yBCwAIF0x7wzc8DmIhQJ70RlGDwCfZ5jn NZK5bnuK0lDmR3afuwmtj0g= =Cw/S -----END PGP SIGNATURE----- --1y6imfT/xHuCvpN0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 20: 7:13 2003 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 604BE37B401; Thu, 6 Feb 2003 20:07:12 -0800 (PST) Received: from gnuppy.monkey.org (wsip68-15-8-100.sd.sd.cox.net [68.15.8.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDC6543FBD; Thu, 6 Feb 2003 20:07:11 -0800 (PST) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 18gznB-0001oq-00; Thu, 06 Feb 2003 20:07:09 -0800 Date: Thu, 6 Feb 2003 20:07:09 -0800 To: Greg 'groggy' Lehey Cc: John Polstra , bod@freebsdfoundation.org, freebsd-chat@freebsd.org, freebsd-java@freebsd.org, FreeBSD Core Team , "Bill Huey (Hui)" Subject: Re: patchset 2 report (billh's resignation) Message-ID: <20030207040709.GA6985@gnuppy.monkey.org> References: <20030206202913.GA2285@gnuppy.monkey.org> <20030207011612.GF3899@gnuppy.monkey.org> <200302060841.h168ffaX099401@grimreaper.grondar.org> <20030206090130.GB6076@gnuppy.monkey.org> <20030206021823.GB4193@gnuppy.monkey.org> <20030206040515.GA4682@gnuppy.monkey.org> <20030207025632.GJ92901@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030207025632.GJ92901@wantadilla.lemis.com> User-Agent: Mutt/1.5.3i From: Bill Huey (Hui) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Feb 07, 2003 at 01:26:32PM +1030, Greg 'groggy' Lehey wrote: > Bill, please stop this nonsense. This is completely inappropriate > behaviour for a committer. If you continue like this, core will have > to temporarily remove you from the lists until you calm down. Agreed. > This has no relationship with whether your complaints are justified. > That's an issue which will take longer to research. That's what I wanted to hear from somebody close to -core. bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Feb 6 23:43:12 2003 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 1628037B401 for ; Thu, 6 Feb 2003 23:43:09 -0800 (PST) Received: from gddsn.org.cn (mail.gddsn.org.cn [210.21.6.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF3DE43FCB for ; Thu, 6 Feb 2003 23:43:07 -0800 (PST) (envelope-from hwh@gddsn.org.cn) Received: from gddsn.org.cn (gw [210.21.6.34]) by gddsn.org.cn (Postfix) with ESMTP id 42B0A38CD59 for ; Fri, 7 Feb 2003 15:43:00 +0800 (CST) Message-ID: <3E436383.4080708@gddsn.org.cn> Date: Fri, 07 Feb 2003 15:42:59 +0800 From: Huang wen hui User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; zh-CN; rv:1.1) Gecko/20021225 X-Accept-Language: zh-cn, zh-tw, en-us MIME-Version: 1.0 To: java@freebsd.org Subject: Re: JDK 1.4.1 patchset 2 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, My Env is -CURRNET(2003-02-05) + XFree864.2.1 + GNOME2.0.3. I have treee problem. When I run GUI App, java output msg: 2003-2-7 8:39:39 java.util.prefs.FileSystemPreferences$3 run 3/4???: Could not create system preferences directory. System preferences are unusable. 2003-2-7 8:40:11 java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode 3/4???: Could not lock System prefs.Unix error code -1079825836. 2003-2-7 8:40:11 java.util.prefs.FileSystemPreferences syncWorld 3/4???: Couldn't flush system prefs: java.util.prefs.BackingStoreException: Couldn't get file lock. 2003-2-7 8:40:41 java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode 3/4???: Could not lock System prefs.Unix error code -1079825836. 2003-2-7 8:40:41 java.util.prefs.FileSystemPreferences syncWorld 3/4???: Couldn't flush system prefs: java.util.prefs.BackingStoreException: Couldn't get file lock. DEBUG: signal 11 received: info = 0xbfa213b0, uc = 0xbfa210f0 2003-2-7 8:41:11 java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode 3/4???: Could not lock System prefs.Unix error code -1079825836. 2003-2-7 8:41:11 java.util.prefs.FileSystemPreferences syncWorld 3/4???: Couldn't flush system prefs: java.util.prefs.BackingStoreException: Couldn't get file lock. Is it normal? I use JBuilder8+jdk1.4.1-p2, when exit, jbuilder8 sometimes will crash sawfish2 window manager. sawfish2 use all cpu time. The last problem is about jdk under chinese locale. it does not occur under -STABLE. jdk1.4.0-p1 and jdk1.3.1-p7 also have this problem. I use zh_CN.EUC locale+ XIM server(chinput), each GUI app will coredump: An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 10 occurred at PC=0x2B01C09D Function=XtWidgetToApplicationContext+0x1D Library=/usr/X11R6/lib/libXt.so.6 Current Java thread: at sun.awt.motif.MToolkit.loadSystemColors(Native Method) at java.awt.SystemColor.updateSystemColors(SystemColor.java:417) at java.awt.SystemColor.(SystemColor.java:409) at sun.awt.X11GraphicsConfig.getColorModel(X11GraphicsConfig.java:212) - locked <0x43a5c900> (a sun.awt.X11GraphicsConfig) at sun.awt.X11SurfaceData.getSurfaceType(X11SurfaceData.java:365) at sun.awt.X11GraphicsConfig.getSurfaceType(X11GraphicsConfig.java:116) - locked <0x43a5c900> (a sun.awt.X11GraphicsConfig) at sun.awt.X11SurfaceData.createData(X11SurfaceData.java:284) at sun.awt.motif.MComponentPeer.initialize(MComponentPeer.java:193) at sun.awt.motif.MComponentPeer.init(MComponentPeer.java:225) at sun.awt.motif.MWindowPeer.init(MWindowPeer.java:93) at sun.awt.motif.MFramePeer.(MFramePeer.java:58) at sun.awt.motif.MToolkit.createFrame(MToolkit.java:197) at java.awt.Frame.addNotify(Frame.java:469) - locked <0x43a28890> (a java.awt.Component$AWTTreeLock) at java.awt.Window.addNotify(Window.java:405) - locked <0x43a28890> (a java.awt.Component$AWTTreeLock) at java.awt.Window.show(Window.java:448) at java.awt.Component.show(Component.java:1134) at java.awt.Component.setVisible(Component.java:1089) at cn.gd.seismology.analysis.AboutWindow.setVisible(AboutWindow.java:43) at cn.gd.seismology.analysis.SeisApp.(SeisApp.java:23) at cn.gd.seismology.analysis.SeisApp.main(SeisApp.java:61) Error: Cannot print dynamic libraries. Function not implemente d for FreeBSD Local Time = Wed Feb 5 15:02:53 2003 Elapsed Time = 5 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.4.1-p2-hwh_05_feb_2003_09_47 mixed mode) # If I do this patch, I know it should not, but the problem is gone. --- j2se/src/solaris/native/sun/awt/awt_MToolkit.c~ Wed Feb 5 09:17:48 2003 +++ j2se/src/solaris/native/sun/awt/awt_MToolkit.c Wed Feb 5 15:08:18 2003 @@ -2818,7 +2818,7 @@ /* * Cleanup */ - XtDestroyWidget(frame); + //XtDestroyWidget(frame); free(colorsPtr); AWT_UNLOCK(); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Feb 7 0:36:49 2003 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 DE72C37B401; Fri, 7 Feb 2003 00:36:44 -0800 (PST) Received: from testmail.wolves.k12.mo.us (testmail.wolves.k12.mo.us [207.160.214.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBD8343FA3; Fri, 7 Feb 2003 00:36:43 -0800 (PST) (envelope-from cdillon@wolves.k12.mo.us) Received: by testmail.wolves.k12.mo.us (Postfix, from userid 1001) id E9573CF48; Fri, 7 Feb 2003 02:36:32 -0600 (CST) Received: from localhost (localhost [127.0.0.1]) by testmail.wolves.k12.mo.us (Postfix) with ESMTP id DFE14CD23; Fri, 7 Feb 2003 02:36:32 -0600 (CST) Date: Fri, 7 Feb 2003 02:36:32 -0600 (CST) From: Chris Dillon To: Bill Huey Cc: Max Khon , Marc van Kempen , John Polstra , "John L. Utz III" , Brent Verner , freebsd-java@FreeBSD.ORG, freebsd-chat@FreeBSD.ORG, rwatson@freesbsd.org, calvin.austin@sun.com, brian@collab.net, bod@freebsdfoundation.org Subject: Re: patchset 2 report (billh's resignation) In-Reply-To: <20030207011437.GE3899@gnuppy.monkey.org> Message-ID: <20030207013834.U10604@duey.wolves.k12.mo.us> References: <20030206202913.GA2285@gnuppy.monkey.org> <01E2A478-3A25-11D7-8CFD-0003930B8FFA@bowtie.nl> <20030207062013.A46600@iclub.nsu.ru> <20030207011437.GE3899@gnuppy.monkey.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 6 Feb 2003, Bill Huey wrote: > On Fri, Feb 07, 2003 at 06:20:13AM +0600, Max Khon wrote: > > They asked glewis and nate. Isn't that enough? Someone invested > > some amount of money and they have given it to Alexey. That's > > simple. > > No way, they did so without understanding a preexisting and implicit > political structure in this group. I have always been apart of the > inner circle until Nate decided to go completely nuts and feel > threatened by my involvement with the project. Might as well throw my two cents in, since everybody else already has... It seems to me that, if I understand what I've read in this huge thread correctly, your beef stems from the FF not understanding the "political structure" of the Java group. This non-understanding results in the FF handing out money to the wrong person, in your eyes. Now, here come the million-dollar questions: How was the FF supposed to know of this political structure or even of your existence? Is it common knowledge? Has it been plastered all over the front pages of newspapers? Was it handed down from Above on stone tablets? Apparently it was none of the above, so they ask the only two people they have as contacts in the project who they should give the money to. They don't contact you, because they don't even know you exist. You can't expect them to "just know". They apparently had no reason to distrust the input of their contacts, so things proceeded accordingly. Now, not letting the most recent events cloud rational thought, how is the FF initially overlooking you in any way their fault? -- Chris Dillon - cdillon(at)wolves.k12.mo.us FreeBSD: The fastest and most stable server OS on the planet - Available for IA32 (Intel x86) and Alpha architectures - IA64, PowerPC, UltraSPARC, ARM, and S/390 under development - http://www.freebsd.org No trees were harmed in the composition of this message, although some electrons were mildly inconvenienced. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Feb 7 1:45:32 2003 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 6E10937B401 for ; Fri, 7 Feb 2003 01:45:31 -0800 (PST) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5304743FCB for ; Fri, 7 Feb 2003 01:45:28 -0800 (PST) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.6/8.12.6) with ESMTP id h178R69c049149; Fri, 7 Feb 2003 09:27:06 +0100 (CET) (envelope-from ernst@zaphod.euronet.nl) Received: (from ernst@localhost) by zaphod.euronet.nl (8.12.6/8.12.6/Submit) id h178R0a4049148; Fri, 7 Feb 2003 09:27:00 +0100 (CET) Content-Type: text/plain; charset="iso-8859-1" From: Ernst de Haan To: costin , freebsd-java@freebsd.org Subject: Re: upgrade of jboss from 3.0.0 to 3.0.4 Date: Fri, 7 Feb 2003 09:26:59 +0100 User-Agent: KMail/1.4.3 References: <74281173626.20030206204131@edison.ro> In-Reply-To: <74281173626.20030206204131@edison.ro> X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200302070926.59924.znerd@FreeBSD.org> Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Please send the patch as a unified diff with a PR (using send-pr). I will commit it ASAP. If there's anyone who would like to take maintainership for the jboss port, please let me know. I have no time to keep the port up to date. Ernst On Thursday 06 February 2003 19:41, costin wrote: > Hi! > > I`ve noticed that the standard port of jboss3 is using still > jboss3.0.0 and jboss3.0.4 which contains some bug fixes from > clustering in particular isn`t in the port list yet. > > I managed to easily upgrade my jboss 3.0.0 to 3.0.4 by getting the > jboss.zip archive from the official site and made a simple replace > in the makefile(the port name) and the md5 checksum in the > distfiles(you can skip that by using the NO_CHECKSUM switch). > > I don`t know at this moment how stable it is,but by judging that the > server is written in java not much can go wrong. > > However, I am sending this mail also to znerd@freebsd.org which is > maintainer of this port so he can take a look and probably make the > update soon, so if anyone uses jboss and wants the latest stable version > this is the way. -- Ernst de Haan Development Team Leader Wanadoo Nederland B.V. The Lord has truly risen! Merry Christmas and a blessed New Year! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Feb 7 4:52:50 2003 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 5C1BA37B401; Fri, 7 Feb 2003 04:52:49 -0800 (PST) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AE5943F3F; Fri, 7 Feb 2003 04:52:48 -0800 (PST) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id CE79A536E; Fri, 7 Feb 2003 13:52:44 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Greg 'groggy' Lehey Cc: Bill Huey , John Polstra , bod@freebsdfoundation.org, freebsd-chat@freebsd.org, freebsd-java@freebsd.org, FreeBSD Core Team Subject: Re: patchset 2 report (billh's resignation) From: Dag-Erling Smorgrav Date: Fri, 07 Feb 2003 13:52:43 +0100 In-Reply-To: <20030207025632.GJ92901@wantadilla.lemis.com> (Greg 'groggy' Lehey's message of "Fri, 7 Feb 2003 13:26:32 +1030") Message-ID: User-Agent: Gnus/5.090014 (Oort Gnus v0.14) Emacs/21.2 (i386--freebsd) References: <20030206202913.GA2285@gnuppy.monkey.org> <20030207011612.GF3899@gnuppy.monkey.org> <200302060841.h168ffaX099401@grimreaper.grondar.org> <20030206090130.GB6076@gnuppy.monkey.org> <20030206021823.GB4193@gnuppy.monkey.org> <20030206040515.GA4682@gnuppy.monkey.org> <20030207025632.GJ92901@wantadilla.lemis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Greg 'groggy' Lehey writes: > Bill, please stop this nonsense. This is completely inappropriate > behaviour for a committer. Bill is not a committer, has never been, and after this thread quite probably never will be. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Feb 7 5: 3:23 2003 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 7EC5E37B401; Fri, 7 Feb 2003 05:03:21 -0800 (PST) Received: from mallard.mail.pas.earthlink.net (mallard.mail.pas.earthlink.net [207.217.120.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB5D243FB1; Fri, 7 Feb 2003 05:03:20 -0800 (PST) (envelope-from oberdorf@earthlink.net) Received: from h-69-3-106-247.nycmny83.covad.net ([69.3.106.247] helo=linux) by mallard.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 18h89v-0001Ef-00; Fri, 07 Feb 2003 05:03:11 -0800 Content-Type: text/plain; charset="iso-8859-1" From: Oliver Reply-To: oly@oberdorf.org To: Dag-Erling Smorgrav , "Greg 'groggy' Lehey" Subject: Re: patchset 2 report (billh's resignation) Date: Fri, 7 Feb 2003 08:03:02 -0500 User-Agent: KMail/1.4.3 Cc: Bill Huey , John Polstra , bod@freebsdfoundation.org, freebsd-chat@FreeBSD.ORG, freebsd-java@FreeBSD.ORG, FreeBSD Core Team References: <20030207025632.GJ92901@wantadilla.lemis.com> In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200302070803.02483.oberdorf@earthlink.net> Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org While Greg Lehey's email was generally directed towards Bill, I think he=20 intended for all of us to let it drop. Let's not make him send each of us a personalized request to do so. -Oly On Friday 07 February 2003 07:52 am, Dag-Erling Smorgrav wrote: > Greg 'groggy' Lehey writes: > > Bill, please stop this nonsense. This is completely inappropriate > > behaviour for a committer. > > Bill is not a committer, has never been, and after this thread quite > probably never will be. > > DES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Feb 7 5:34:48 2003 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 7C57B37B401 for ; Fri, 7 Feb 2003 05:34:47 -0800 (PST) Received: from ulysses.noc.ntua.gr (ulysses.noc.ntua.gr [147.102.222.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1156443F75 for ; Fri, 7 Feb 2003 05:34:46 -0800 (PST) (envelope-from mantzios@softlab.ece.ntua.gr) Received: from theseas.softlab.ece.ntua.gr (theseas.softlab.ece.ntua.gr [147.102.1.1]) by ulysses.noc.ntua.gr (8.11.6/8.11.6) with ESMTP id h17DYha96543 for ; Fri, 7 Feb 2003 15:34:43 +0200 (EET) Received: from localhost (mantzios@localhost) by theseas.softlab.ece.ntua.gr (8.11.6/8.11.6) with ESMTP id h17DYhA11182 for ; Fri, 7 Feb 2003 15:34:43 +0200 (EET) Date: Fri, 7 Feb 2003 15:34:43 +0200 (EET) From: Mantzios Achilleus To: Subject: Re: patchset 2 report (billh's resignation) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thats just my 2 drachmas: - Bill you did all hotspot job you should be credited - Bill you have shown before your dislike of the FreeBSD style of organization (and fed more trolls in slashdot) - As a FreeBSD user i havent managed yet to run hotspot, and rely to the nice guy from Japan to keep on supporting OpenJIT - These all things remind me of the situation in the balkans. Countries get split, brothers fight with each other, the elite of Scientists leave for abroad, suddenly history and credits for accomplishments become more and more valuable, new sacred connections with old tribes 3000 yrs ago are discovered and the like. Thats the symptomps of the desease called "balkaniasis". Now the real cause: Lack of money, Lack of hope and future expectations, gradual loss of self confidense, and many other. Now i wonder what could happen if a country like Red Cat, or ABM, or SON Microsystems started to fund balkan countries, believe in their potential and make major investments. Would the misery disapear? ---------------------------------------------------------------- | go to the source -> http://www.softlab.ece.ntua.gr/~mantzios | ---------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Feb 7 5:48:25 2003 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 C44DC37B401 for ; Fri, 7 Feb 2003 05:48:24 -0800 (PST) Received: from oak.FernUni-Hagen.de (oak.fernuni-hagen.de [132.176.114.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA9B543F3F for ; Fri, 7 Feb 2003 05:48:23 -0800 (PST) (envelope-from q5480035@bonsai.FernUni-Hagen.de) Received: from amavis by oak.FernUni-Hagen.de with scanned-ok (Exim 4.04) id 18h8re-0000HW-00 for java@freebsd.org; Fri, 07 Feb 2003 14:48:22 +0100 Received: from bonsai.fernuni-hagen.de ([132.176.114.21]) by oak.FernUni-Hagen.de with esmtp (Exim 4.04) id 18h8ra-0000HC-00 for java@freebsd.org; Fri, 07 Feb 2003 14:48:18 +0100 Received: (from q5480035@localhost) by bonsai.fernuni-hagen.de (8.11.6+Sun/8.10.2) id h17DmHA23296; Fri, 7 Feb 2003 14:48:17 +0100 (MET) Date: Fri, 7 Feb 2003 14:48:17 +0100 (MET) Message-Id: <200302071348.h17DmHA23296@bonsai.fernuni-hagen.de> From: Marc Ernst Eddy van Woerkom To: java@freebsd.org Subject: Eclipse under FreeBSD X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I did some Java development with Eclipse under Windows. It is really a cool, producive IDE. However I am not able to spot a FreeBSD port of Eclipse. Has it not been ported yet? If I am mad enough to port it, what would be the best approach? It needs an 1.3.x JRE, and in the past my experience with the FreeBSD native JRE port was not the best. What would you recommend? - Trying a native port from Eclipse source and the FreeBSD 1.3 native Java port? - Porting the linux + motif binaries to FreeBSD? - Porting the linux + gtk2 binaries to FreeBSD? Regards, Marc P.S. Please send mail directly to me, I'm presently not subscribed to the mailing list To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Feb 7 6:17:43 2003 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 A234137B401 for ; Fri, 7 Feb 2003 06:17:41 -0800 (PST) Received: from popelschnipser.de (ultrakoreggd.org [217.160.78.206]) by mx1.FreeBSD.org (Postfix) with SMTP id 04BC443F3F for ; Fri, 7 Feb 2003 06:17:35 -0800 (PST) (envelope-from marc@informatik.uni-bremen.de) Received: (qmail 16574 invoked by uid 1048); 7 Feb 2003 14:17:28 -0000 Received: from marc@informatik.uni-bremen.de by p10089345 by uid 1045 with qmail-scanner-1.15 (clamscan: 0.54. spamassassin: 2.42. Clear:. Processed in 0.437302 secs); 07 Feb 2003 14:17:28 -0000 Received: from unknown (HELO ?192.168.100.100?) (80.134.186.159) by ultrakoreggd.org with SMTP; 7 Feb 2003 14:17:27 -0000 Date: Fri, 07 Feb 2003 15:17:26 +0100 From: Marc Recht To: Marc Ernst Eddy van Woerkom , java@FreeBSD.ORG Subject: Re: Eclipse under FreeBSD Message-ID: <39150000.1044627446@leeloo.intern.geht.de> In-Reply-To: <200302071348.h17DmHA23296@bonsai.fernuni-hagen.de> References: <200302071348.h17DmHA23296@bonsai.fernuni-hagen.de> X-Mailer: Mulberry/3.0.1 (Linux/x86) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========759155387==========" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --==========759155387========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline > Has it not been ported yet? I had started a native (motif) port a while ago. And there is a gtk port=20 (sorry, forgot the name)... But, since I've switched to NetBSD (and all what's happening in the FreeBSD = project (Dillon, Huey,..) lately makes me think it's the right decision), I = stopped working on it. But I've you want to pick-up the ball I send all the = stuff over to you. It still needs some work, but is working.. > If I am mad enough to port it, what would be the best approach? > It needs an 1.3.x JRE, and in the past my experience with the > FreeBSD native JRE port was not the best. > What would you recommend? > - Trying a native port from Eclipse source and the FreeBSD 1.3 > native Java port? The biggest/only problem is that the eclipse guys don't supply a makefile,=20 so you have to set up the build infrastructure yourself.. Everything else=20 is straight forward, since most of the code is written in Java and SWT=20 itself is quite portable.. > - Porting the linux + motif binaries to FreeBSD? > - Porting the linux + gtk2 binaries to FreeBSD? nah :) Regards, Marc -- "Premature optimization is the root of all evil." -- Donald E. Knuth --==========759155387========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (NetBSD) iD8DBQE+Q7/27YQCetAaG3MRAogcAKCDTM+kqbDhk0pc/QcexAmGK3yVSQCfXMRn o3+7hbIzyC7iUAnd28Ay0+0= =EB4A -----END PGP SIGNATURE----- --==========759155387==========-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Feb 7 6:18: 8 2003 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 81A2D37B405 for ; Fri, 7 Feb 2003 06:18:07 -0800 (PST) Received: from galilee.polands.org (new-24-208-57-240.new.rr.com [24.208.57.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C2BB43FCB for ; Fri, 7 Feb 2003 06:18:06 -0800 (PST) (envelope-from doug@polands.org) Received: from mydomain.com (samaria.polands.org [172.16.1.17]) by galilee.polands.org (8.12.6/8.12.6) with SMTP id h17EHkIl040707; Fri, 7 Feb 2003 08:17:46 -0600 (CST) (envelope-from doug@polands.org) Received: from 63.104.35.130 (proxying for 164.5.45.79) (SquirrelMail authenticated user djp) by email.polands.org with HTTP; Fri, 7 Feb 2003 08:17:47 -0600 (CST) Message-ID: <50978.63.104.35.130.1044627467.squirrel@email.polands.org> Date: Fri, 7 Feb 2003 08:17:47 -0600 (CST) Subject: Re: Eclipse under FreeBSD From: "Doug Poland" To: In-Reply-To: <200302071348.h17DmHA23296@bonsai.fernuni-hagen.de> References: <200302071348.h17DmHA23296@bonsai.fernuni-hagen.de> X-Priority: 3 Importance: Normal Cc: X-Mailer: SquirrelMail (version 1.2.8) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Marc Ernst Eddy van Woerkom said: > Hi, > > I did some Java development with Eclipse under Windows. > It is really a cool, producive IDE. > > However I am not able to spot a FreeBSD port of Eclipse. > > Has it not been ported yet? > > If I am mad enough to port it, what would be the best approach? > It needs an 1.3.x JRE, and in the past my experience with the > FreeBSD native JRE port was not the best. > What would you recommend? > - Trying a native port from Eclipse source and the FreeBSD 1.3 > native Java port? > - Porting the linux + motif binaries to FreeBSD? > - Porting the linux + gtk2 binaries to FreeBSD? > I had some success last summer using the linux binary of Eclipse and linux_jdk. There were some problems with CVS connectivity as I recall. Unfortunately, time pressure kept me from fixing these issues and I had to switch to windows :( -- Regards, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Feb 7 6:53:56 2003 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 BF4B437B401 for ; Fri, 7 Feb 2003 06:53:55 -0800 (PST) Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 045DA43FCB for ; Fri, 7 Feb 2003 06:53:55 -0800 (PST) (envelope-from Jan.Grant@bristol.ac.uk) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Fri, 7 Feb 2003 14:53:40 +0000 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 3.16 #1) id 18h9q6-000580-00; Fri, 07 Feb 2003 14:50:50 +0000 Date: Fri, 7 Feb 2003 14:50:50 +0000 (GMT) From: Jan Grant X-X-Sender: cmjg@mail.ilrt.bris.ac.uk To: freebsd-java@freebsd.org Subject: 1.4.1, success. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org OK, good stuff; I've got a smoothly running tomcat (which I've done some load tests against over the last couple of days) under a native 1.4.1. I'm seeing the occasional DEBUG: signal 11 received: info = 0xbf9528c8, uc = 0xbf952784 - I think you're already aware of this, but if there's any assistance I can give you in tracking this down please let me know. Cheers guys, -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287088 Fax +44 (0)117 9287112 http://ioctl.org/jan/ On modesty: whoever said "it's hard being perfect" obviously wasn't me. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Feb 7 7:59: 4 2003 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 9B9BD37B401 for ; Fri, 7 Feb 2003 07:59:03 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2135243F75 for ; Fri, 7 Feb 2003 07:59:00 -0800 (PST) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h17I3Ivb034128; Fri, 7 Feb 2003 18:03:19 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h17G5AE4006192; Fri, 7 Feb 2003 18:05:10 +0200 (EET) (envelope-from ml) Date: Fri, 7 Feb 2003 18:05:09 +0200 From: Alexey Zelkin To: Jan Grant Cc: freebsd-java@FreeBSD.ORG Subject: Re: 1.4.1, success. Message-ID: <20030207180509.A6165@phantom.cris.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from Jan.Grant@bristol.ac.uk on Fri, Feb 07, 2003 at 02:50:50PM +0000 X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, On Fri, Feb 07, 2003 at 02:50:50PM +0000, Jan Grant wrote: > OK, good stuff; I've got a smoothly running tomcat (which I've done some > load tests against over the last couple of days) under a native 1.4.1. Thanks for report! > I'm seeing the occasional > > DEBUG: signal 11 received: info = 0xbf9528c8, uc = 0xbf952784 > > - I think you're already aware of this, but if there's any assistance I > can give you in tracking this down please let me know. Until you get misterous crashes after such message(s) they are Ok :-) Seriously -- it's my own debug printf and nothing more, ignore it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Feb 7 8: 1:57 2003 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 2379737B401 for ; Fri, 7 Feb 2003 08:01:56 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28DCD43F3F for ; Fri, 7 Feb 2003 08:01:53 -0800 (PST) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h17I6Tvb034273; Fri, 7 Feb 2003 18:06:29 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h17G8JRM006207; Fri, 7 Feb 2003 18:08:19 +0200 (EET) (envelope-from ml) Date: Fri, 7 Feb 2003 18:08:19 +0200 From: Alexey Zelkin To: Geoff Coleman Cc: freebsd-java@FreeBSD.ORG Subject: Re: JDK14 Patchset 2 and Oracle JDBC Drivers Message-ID: <20030207180819.B6165@phantom.cris.net> References: <3E429C6A.16693.FF342F@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3E429C6A.16693.FF342F@localhost>; from freebsd@ugc.ab.ca on Thu, Feb 06, 2003 at 05:33:30PM -0700 X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, On Thu, Feb 06, 2003 at 05:33:30PM -0700, Geoff Coleman wrote: > Has anyone tried using the Oracle JDBC (thin) drivers with the new patch set for > JDK14? Actually jdbc library is only library which I did not paid attention before. Therefore it's very possible that it may not work. > I'm getting the following exception raised: > > java.sql.SQLException: Io exception: The Network Adapter could not establish the > connection > > This is on CURRENT rebuilt yesterday afternoon. > > Any pointers in debugging this are welcome. The same test program works with linux- > sun-jdk1.4.1 on the same machine. If you do have some testcases for jdbc/mysql send it to me -- I'll install mysql here and try mysql over jdbc. Oracle is bit overhead for my working machine. > ps. The other stuff I've done with the new patch has worked great!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Feb 7 8:32:20 2003 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 6D6F237B401 for ; Fri, 7 Feb 2003 08:32:16 -0800 (PST) Received: from habanero.hesketh.net (habanero.hesketh.net [66.45.6.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B06643F3F for ; Fri, 7 Feb 2003 08:32:15 -0800 (PST) (envelope-from brent@mutt.rcfile.org) Received: from mutt.rcfile.org (rdu57-229-060.nc.rr.com [66.57.229.60]) by habanero.hesketh.net (8.12.6/8.12.6) with ESMTP id h17GWBfx012535 for ; Fri, 7 Feb 2003 11:32:11 -0500 X-Received-From: brent@mutt.rcfile.org X-Delivered-To: X-Spam-Filter: check_local@habanero.hesketh.net by digitalanswers.org Received: from mutt.rcfile.org (localhost [127.0.0.1]) by mutt.rcfile.org (8.12.6/8.12.6) with ESMTP id h17GWHXD099509 for ; Fri, 7 Feb 2003 11:32:17 -0500 (EST) (envelope-from brent@mutt.rcfile.org) Received: (from brent@localhost) by mutt.rcfile.org (8.12.6/8.12.6/Submit) id h17GWHap099508 for freebsd-java@freebsd.org; Fri, 7 Feb 2003 11:32:17 -0500 (EST) Date: Fri, 7 Feb 2003 11:32:17 -0500 From: Brent Verner To: freebsd-java@freebsd.org Subject: [patch] daemonctl.c modified to use JAVA_HOME environment variable Message-ID: <20030207163217.GA99329@rcfile.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="cWoXeonUoKmBZSoM" Content-Disposition: inline X-muttrc: $Id: .muttrc,v 1.9 2002/01/02 07:04:49 brent Exp $ X-uname: FreeBSD 4.7-STABLE #32: Tue Feb 4 11:04:18 EST 2003 root@mutt.rcfile.org:/usr/obj/usr/src/sys/MUTTS User-Agent: Mutt/1.5.3i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The attached patch modified the daemonctl.c program to use JAVA_HOME if set in the environment. cheers. brent -- "Develop your talent, man, and leave the world something. Records are really gifts from people. To think that an artist would love you enough to share his music with anyone is a beautiful thing." -- Duane Allman --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="daemonctl.c.diff" --- ports/www/jakarta-tomcat4/files/daemonctl.c Fri Feb 7 06:44:18 2003 +++ ports/www/jakarta-tomcat4/files/daemonctl.c.new Fri Feb 7 06:39:18 2003 @@ -20,6 +20,7 @@ #include #include #include +#include /* The maximum size of the PID file, in bytes */ #define MAX_FILE_SIZE 32 @@ -56,6 +57,9 @@ private void stop(void); private void restart(void); +private char java_home[PATH_MAX] = "%%JAVA_HOME%%"; /* default: "%%JAVA_HOME%%" */ +private char java_prog[PATH_MAX] = "%%JAVA_HOME%%/%%JAVA_CMD%%"; /* default: "%%JAVA_HOME%%/%%JAVA_CMD%%" */ +private int using_java_home_env = 0; /** * Main function. This function is called when this program is executed. @@ -71,7 +75,16 @@ /* Declare variables, like all other good ANSI C programs do :) */ char *argument; - + + /* use JAVA_HOME environemt variable if set */ + char* _java_home = getenv("JAVA_HOME"); + if( _java_home != NULL && strcmp("",_java_home) != 0 ){ + /* TODO: verify that java_prog would exist before overriding the default */ + strncpy(java_home,_java_home,PATH_MAX-1); + snprintf(java_prog,PATH_MAX-1,"%s/%%JAVA_CMD%%",_java_home); + using_java_home_env = 1; + } + /* Parse the arguments */ if (argc < 2) { printUsage(); @@ -82,6 +95,9 @@ setuid(geteuid()); setgid(getegid()); + if( using_java_home_env ) + printf(">> using JAVA_HOME environment variable (%s)\n",java_home); + argument = argv[1]; if (strcmp("start", argument) == 0) { start(); @@ -332,36 +348,36 @@ } /* Check if the JDK home directory is actually a directory */ - result = stat("%%JAVA_HOME%%", &sb); + result = stat(java_home, &sb); if (result != 0) { printf(" [ FAILED ]\n"); - fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Unable to stat %%JAVA_HOME%%: "); + fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Unable to stat %s: ",java_home); perror(NULL); exit(ERR_STAT_JAVA_HOME); } if (!S_ISDIR(sb.st_mode)) { printf(" [ FAILED ]\n"); - fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Java home directory %%JAVA_HOME%% is not a directory.\n"); + fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Java home directory %s is not a directory.\n",java_home); exit(ERR_JAVA_HOME_NOT_DIR); } /* Check if the Java command is actually an executable regular file */ - result = stat("%%JAVA_HOME%%/%%JAVA_CMD%%", &sb); + result = stat(java_prog, &sb); if (result != 0) { printf(" [ FAILED ]\n"); - fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Unable to stat %%JAVA_HOME%%/%%JAVA_CMD%%: "); + fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Unable to stat %s: ",java_prog); perror(NULL); exit(ERR_STAT_JAVA_CMD); } if (!S_ISREG(sb.st_mode)) { printf(" [ FAILED ]\n"); - fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Java command %%JAVA_HOME%%/%%JAVA_CMD%% is not a regular file.\n"); + fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Java command %s is not a regular file.\n",java_prog); exit(ERR_JAVA_CMD_NOT_FILE); } - result = access("%%JAVA_HOME%%/%%JAVA_CMD%%", X_OK); + result = access(java_prog, X_OK); if (result != 0) { printf(" [ FAILED ]\n"); - fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Java command %%JAVA_HOME%%/%%JAVA_CMD%% is not executable: "); + fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Java command %s is not executable: ",java_prog); perror(NULL); exit(ERR_JAVA_CMD_NOT_EXECUTABLE); } @@ -425,9 +441,9 @@ file using pipe(2) */ /* Execute the command */ - execl("%%JAVA_HOME%%/%%JAVA_CMD%%", "%%JAVA_HOME%%/%%JAVA_CMD%%", "-jar", %%JAVA_ARGS%% "%%JAR_FILE%%", %%JAR_ARGS%% NULL); - - fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Unable to start %%APP_TITLE%% %%PORTVERSION%% since '%%JAVA_HOME%%/%%JAVA_CMD%% -jar %%JAR_FILE%%' in %%APP_HOME%%: "); + execl(java_prog, java_prog, "-jar", %%JAVA_ARGS%% "%%JAR_FILE%%", %%JAR_ARGS%% NULL); + + fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Unable to start %%APP_TITLE%% %%PORTVERSION%% since '%s -jar %%JAR_FILE%%' in %%APP_HOME%%: ",java_prog); perror(NULL); } else { printf(" [ DONE ]\n"); --cWoXeonUoKmBZSoM-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Feb 7 9: 1:47 2003 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 F13F037B401 for ; Fri, 7 Feb 2003 09:01:45 -0800 (PST) Received: from oak.FernUni-Hagen.de (oak.fernuni-hagen.de [132.176.114.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D423443F75 for ; Fri, 7 Feb 2003 09:01:44 -0800 (PST) (envelope-from q5480035@bonsai.FernUni-Hagen.de) Received: from amavis by oak.FernUni-Hagen.de with scanned-ok (Exim 4.04) id 18hBsl-0004cP-00 for java@FreeBSD.ORG; Fri, 07 Feb 2003 18:01:43 +0100 Received: from bonsai.fernuni-hagen.de ([132.176.114.21]) by oak.FernUni-Hagen.de with esmtp (Exim 4.04) id 18hBsd-0004bO-00; Fri, 07 Feb 2003 18:01:35 +0100 Received: (from q5480035@localhost) by bonsai.fernuni-hagen.de (8.11.6+Sun/8.10.2) id h17H1XB24938; Fri, 7 Feb 2003 18:01:33 +0100 (MET) Date: Fri, 7 Feb 2003 18:01:33 +0100 (MET) Message-Id: <200302071701.h17H1XB24938@bonsai.fernuni-hagen.de> From: Marc Ernst Eddy van Woerkom To: marc@informatik.uni-bremen.de Cc: Marc.Vanwoerkom@FernUni-Hagen.de, java@FreeBSD.ORG In-reply-to: <39150000.1044627446@leeloo.intern.geht.de> (message from Marc Recht on Fri, 07 Feb 2003 15:17:26 +0100) Subject: Re: Eclipse under FreeBSD X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > I had started a native (motif) port a while ago. And there is a gtk port=20 > (sorry, forgot the name)... I have not spotted those in the ports tree. Were they reported on this mailing list? > But, since I've switched to NetBSD (and all what's happening in the FreeBSD = > project (Dillon, Huey,..) lately makes me think it's the right decision), I = > stopped working on it. I'm pretty agnostic about the BSD flavour. The social factor is very important, you should stick with the guys you can happily cooperate with. I met Greg from core once he was in Cologne and he seemed a very experienced guy with a down to earth attitude, thus in Matt's case I trust him. The Huey affair I haven't even noticed yet. :) But anyway, the long term target should be to get ports working for as many BSDs as possible. > I've you want to pick-up the ball I send all the = > stuff over to you. It still needs some work, but is working.. I would really be thankful for this. I guess it would save me quite some trouble. > The biggest/only problem is that the eclipse guys don't supply a makefile,=20 > so you have to set up the build infrastructure yourself.. Everything else=20 > is straight forward, since most of the code is written in Java and SWT=20 > itself is quite portable.. I have no good overview of the Eclipse development yet. Guess I have to read to a lot of articles on the site to understand what is going on. My goals are: 1. get Eclipse running under FreeBSD 2. understand some of the plugins (like Java, C++, and that GEF stuff) 3. join development of the plugin for Erlang Regards from Cologne, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Feb 7 9:26:35 2003 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 D70C437B401 for ; Fri, 7 Feb 2003 09:26:33 -0800 (PST) Received: from popelschnipser.de (ultrakoreggd.org [217.160.78.206]) by mx1.FreeBSD.org (Postfix) with SMTP id 51F5D43FDF for ; Fri, 7 Feb 2003 09:26:27 -0800 (PST) (envelope-from marc@informatik.uni-bremen.de) Received: (qmail 22746 invoked by uid 1048); 7 Feb 2003 17:26:20 -0000 Received: from marc@informatik.uni-bremen.de by p10089345 by uid 1045 with qmail-scanner-1.15 (clamscan: 0.54. spamassassin: 2.42. Clear:. Processed in 0.333528 secs); 07 Feb 2003 17:26:20 -0000 Received: from unknown (HELO ?192.168.100.100?) (80.134.186.159) by ultrakoreggd.org with SMTP; 7 Feb 2003 17:26:20 -0000 Date: Fri, 07 Feb 2003 18:26:19 +0100 From: Marc Recht To: Marc Ernst Eddy van Woerkom Cc: java@FreeBSD.ORG Subject: Re: Eclipse under FreeBSD Message-ID: <58850000.1044638779@leeloo.intern.geht.de> In-Reply-To: <200302071701.h17H1XB24938@bonsai.fernuni-hagen.de> References: <200302071701.h17H1XB24938@bonsai.fernuni-hagen.de> X-Mailer: Mulberry/3.0.1 (Linux/x86) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========778775387==========" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --==========778775387========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline > I have not spotted those in the ports tree. > Were they reported on this mailing list? Yes. IIRC around last year October. > But anyway, the long term target should be to get ports working for > as many BSDs as possible. Indeed. I would like to see something like OpenPackages ( http://openpackages.org/index.php ) succeed. (BTW, NetBSD's pkgsrc works=20 on FreeBSD, too.. ;-) (Sorry, couldn't resist..) > I would really be thankful for this. > I guess it would save me quite some trouble. Sent it to you.. > I have no good overview of the Eclipse development yet. > Guess I have to read to a lot of articles on the site to understand > what is going on. There are a bunch of good docs at this site.. Regards, Marc -- "Premature optimization is the root of all evil." -- Donald E. Knuth --==========778775387========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (NetBSD) iD8DBQE+Q+w77YQCetAaG3MRAnpLAJwKCSLvbfLgtQaE1hXgOaMWPf5fZQCfehwV PqSZBnS/f59vteLI92Jkr3w= =Oxkk -----END PGP SIGNATURE----- --==========778775387==========-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Feb 7 11:27:35 2003 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 C3C6837B401 for ; Fri, 7 Feb 2003 11:27:33 -0800 (PST) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C7D543FCB for ; Fri, 7 Feb 2003 11:27:32 -0800 (PST) (envelope-from glewis@eyesbeyond.com) Received: from mail by mgr2.xmission.com with spam-scanned (Exim 3.35 #1) id 18hE9O-0003pW-02 for freebsd-java@freebsd.org; Fri, 07 Feb 2003 12:27:02 -0700 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 18hE9M-0003nZ-02; Fri, 07 Feb 2003 12:27:01 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id h17JQtd20278; Sat, 8 Feb 2003 05:56:55 +1030 (CST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Sat, 8 Feb 2003 05:56:55 +1030 From: Greg Lewis To: Brent Verner Cc: freebsd-java@FreeBSD.ORG Subject: Re: [patch] daemonctl.c modified to use JAVA_HOME environment variable Message-ID: <20030208055654.A20219@misty.eyesbeyond.com> References: <20030207163217.GA99329@rcfile.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030207163217.GA99329@rcfile.org>; from brent@rcfile.org on Fri, Feb 07, 2003 at 11:32:17AM -0500 X-Spam-Status: No, hits=-3.5 required=8.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01,USER_AGENT, USER_AGENT_MUTT,X_AUTH_WARNING version=2.43 X-Spam-Level: Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Feb 07, 2003 at 11:32:17AM -0500, Brent Verner wrote: > The attached patch modified the daemonctl.c program to use JAVA_HOME > if set in the environment. > > @@ -71,7 +75,16 @@ > > /* Declare variables, like all other good ANSI C programs do :) */ > char *argument; > - > + > + /* use JAVA_HOME environemt variable if set */ > + char* _java_home = getenv("JAVA_HOME"); > + if( _java_home != NULL && strcmp("",_java_home) != 0 ){ > + /* TODO: verify that java_prog would exist before overriding the default */ > + strncpy(java_home,_java_home,PATH_MAX-1); > + snprintf(java_prog,PATH_MAX-1,"%s/%%JAVA_CMD%%",_java_home); > + using_java_home_env = 1; > + } > + Just some minor feedback. I don't think this change is safe. If _java_home is too long to fit then java_home won't get null terminated. I suggest trying strlcpy instead. You might want to think about using strlcat instead of snprintf too, and adding some checking for overflow (and appropriate error handling if it occurs). -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Feb 7 12:19: 6 2003 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 5659B37B401; Fri, 7 Feb 2003 12:19:05 -0800 (PST) Received: from testmail.wolves.k12.mo.us (testmail.wolves.k12.mo.us [207.160.214.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F14443FB1; Fri, 7 Feb 2003 12:19:04 -0800 (PST) (envelope-from cdillon@wolves.k12.mo.us) Received: by testmail.wolves.k12.mo.us (Postfix, from userid 1001) id C6D0ECF49; Fri, 7 Feb 2003 14:18:57 -0600 (CST) Received: from localhost (localhost [127.0.0.1]) by testmail.wolves.k12.mo.us (Postfix) with ESMTP id C130CCD23; Fri, 7 Feb 2003 14:18:57 -0600 (CST) Date: Fri, 7 Feb 2003 14:18:57 -0600 (CST) From: Chris Dillon To: Randall Hamilton Cc: Bill Huey , Max Khon , Marc van Kempen , John Polstra , "John L. Utz III" , Brent Verner , freebsd-java@FreeBSD.ORG, freebsd-chat@FreeBSD.ORG, rwatson@freesbsd.org, calvin.austin@sun.com, brian@collab.net, bod@freebsdfoundation.org Subject: Re: patchset 2 report (billh's resignation) In-Reply-To: <000b01c2ce8a$468ed650$0301a8c0@nitedog> Message-ID: <20030207140859.D14822@duey.wolves.k12.mo.us> References: <20030206202913.GA2285@gnuppy.monkey.org> <01E2A478-3A25-11D7-8CFD-0003930B8FFA@bowtie.nl> <20030207062013.A46600@iclub.nsu.ru> <20030207011437.GE3899@gnuppy.monkey.org> <20030207013834.U10604@duey.wolves.k12.mo.us> <000b01c2ce8a$468ed650$0301a8c0@nitedog> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 7 Feb 2003, Randall Hamilton wrote: > Generally, When a group of people(Read: Corperation) are looking > to finance and/or fund a major development process, they do so only > after they research WHAT they are doing. The half ass approch of > saying "dude, you know anyone into this whole java thing?" really > does not cut it. There is a reasons that corperations spend > millions on research, focus groups, and testing on any product they > release....anyone care to wager what it is? Everybody who thinks the FF needed to first do more "research" obviously fails to understand the fact that they are volunteers, and they are already doing as much as they can on their own time, on their own dime. Who is to spend the time to do this research? They did as much research as they could afford and thought was necessary, and that research was to talk with their two contacts in the project. That IS research. Maybe, once the FF has large enough amounts of donations rolling in, they'll be able to distrust everybody they want to give money to and hire a private investigator to go around and ferret out all of the Black Helicopters. Until then, they don't and can't. -- Chris Dillon - cdillon(at)wolves.k12.mo.us FreeBSD: The fastest and most stable server OS on the planet - Available for IA32 (Intel x86) and Alpha architectures - IA64, PowerPC, UltraSPARC, ARM, and S/390 under development - http://www.freebsd.org No trees were harmed in the composition of this message, although some electrons were mildly inconvenienced. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Feb 7 12:35:25 2003 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 69CDF37B405; Fri, 7 Feb 2003 12:35:23 -0800 (PST) Received: from zeus.nfy.ca (zeus.nfy.ca [204.244.63.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 918B343FCB; Fri, 7 Feb 2003 12:35:22 -0800 (PST) (envelope-from mayo@nfy.ca) Received: from nfy.ca (ajhc11noy2ng.bc.hsia.telus.net [64.180.250.89]) by zeus.nfy.ca (Postfix) with ESMTP id 796AB20B200; Fri, 7 Feb 2003 12:35:21 -0800 (PST) Message-ID: <3E4418D5.10105@nfy.ca> Date: Fri, 07 Feb 2003 12:36:37 -0800 From: Mayo Jordanov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en MIME-Version: 1.0 To: java@freebsd.org, freebsd-chat@freebsd.org Subject: Re: patchset 2 report (billh's resignation) References: <20030206202913.GA2285@gnuppy.monkey.org> <01E2A478-3A25-11D7-8CFD-0003930B8FFA@bowtie.nl> <20030207062013.A46600@iclub.nsu.ru> <20030207011437.GE3899@gnuppy.monkey.org> <20030207013834.U10604@duey.wolves.k12.mo.us> <000b01c2ce8a$468ed650$0301a8c0@nitedog> <20030207140859.D14822@duey.wolves.k12.mo.us> In-Reply-To: <20030207140859.D14822@duey.wolves.k12.mo.us> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Chris Dillon wrote: >On Fri, 7 Feb 2003, Randall Hamilton wrote: > > > >> Generally, When a group of people(Read: Corperation) are looking >>to finance and/or fund a major development process, they do so only >>after they research WHAT they are doing. The half ass approch of >>saying "dude, you know anyone into this whole java thing?" really >>does not cut it. There is a reasons that corperations spend >>millions on research, focus groups, and testing on any product they >>release....anyone care to wager what it is? >> >> > >Everybody who thinks the FF needed to first do more "research" >obviously fails to understand the fact that they are volunteers, and >they are already doing as much as they can on their own time, on their >own dime. Who is to spend the time to do this research? They did as >much research as they could afford and thought was necessary, and that >research was to talk with their two contacts in the project. That IS >research. Maybe, once the FF has large enough amounts of donations >rolling in, they'll be able to distrust everybody they want to give >money to and hire a private investigator to go around and ferret out >all of the Black Helicopters. Until then, they don't and can't. > Could you stop this discussion in this list already PLEASE? This is getting totaly off topic, and I think that's what the -chat list is for. I get enough email during the day, I don't need even more, and that's why I did not sign up for the -chat list. And if I remember right, there was number of requests to stop this discussion in this list already. If you are doing reply to all just take java@freebsd.org out of the CC/TO fields. It's not that hard. Someone who is on the the -chat list, rely time message too please. (Don't think it will get there if I'm not gined up) Thanks, mayo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Feb 7 14:29:44 2003 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 6683937B401 for ; Fri, 7 Feb 2003 14:29:43 -0800 (PST) Received: from rachael.letnet.net (rachael.letu.edu [66.185.64.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A63443FAF for ; Fri, 7 Feb 2003 14:29:42 -0800 (PST) (envelope-from MarkRoedel@letu.edu) X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: 1.4.1, success. Date: Fri, 7 Feb 2003 16:29:36 -0600 Message-ID: <8E6F289F94373940BAFB5F6C90A79B2E0ACA78@rachael.letnet.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: 1.4.1, success. Thread-Index: AcLOuMHHvgF8Fo6FQROXAFK+3yGq6QAPu/ZQ From: "Roedel, Mark" To: "Jan Grant" , Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Just to add another data point...I've also had tomcat running here under native 1.4.1 since Tuesday afternoon supporting one commercial app (aais.com's AstraSchedule Web Client) and our testbed OpenCMS installation, and nothing out of the ordinary reported. Huge thanks to everybody involved in bringing this patchset to us... --- Mark Roedel | "Blessed is he who has learned to laugh Systems Programmer | at himself, for he shall never cease LeTourneau University | to be entertained." Longview, Texas, USA | -- John Powell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Feb 7 16:30: 2 2003 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 E482E37B401 for ; Fri, 7 Feb 2003 16:29:56 -0800 (PST) Received: from habanero.hesketh.net (habanero.hesketh.net [66.45.6.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FCF443FAF for ; Fri, 7 Feb 2003 16:29:55 -0800 (PST) (envelope-from brent@mutt.rcfile.org) Received: from mutt.rcfile.org (rdu57-229-060.nc.rr.com [66.57.229.60]) by habanero.hesketh.net (8.12.6/8.12.6) with ESMTP id h180TZfx004660; Fri, 7 Feb 2003 19:29:36 -0500 X-Received-From: brent@mutt.rcfile.org X-Delivered-To: freebsd-java@FreeBSD.ORG X-Spam-Filter: check_local@habanero.hesketh.net by digitalanswers.org Received: from mutt.rcfile.org (localhost [127.0.0.1]) by mutt.rcfile.org (8.12.6/8.12.6) with ESMTP id h180TkXD004825; Fri, 7 Feb 2003 19:29:46 -0500 (EST) (envelope-from brent@mutt.rcfile.org) Received: (from brent@localhost) by mutt.rcfile.org (8.12.6/8.12.6/Submit) id h180Tkhu004824; Fri, 7 Feb 2003 19:29:46 -0500 (EST) Date: Fri, 7 Feb 2003 19:29:46 -0500 From: Brent Verner To: Greg Lewis Cc: freebsd-java@FreeBSD.ORG Subject: Re: [patch] daemonctl.c modified to use JAVA_HOME environment variable Message-ID: <20030208002946.GA4681@rcfile.org> References: <20030207163217.GA99329@rcfile.org> <20030208055654.A20219@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="sdtB3X0nJg68CQEu" Content-Disposition: inline In-Reply-To: <20030208055654.A20219@misty.eyesbeyond.com> X-muttrc: $Id: .muttrc,v 1.9 2002/01/02 07:04:49 brent Exp $ X-uname: FreeBSD 4.7-STABLE #32: Tue Feb 4 11:04:18 EST 2003 root@mutt.rcfile.org:/usr/obj/usr/src/sys/MUTTS User-Agent: Mutt/1.5.3i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline [2003-02-08 05:56] Greg Lewis said: | On Fri, Feb 07, 2003 at 11:32:17AM -0500, Brent Verner wrote: | > The attached patch modified the daemonctl.c program to use JAVA_HOME | > if set in the environment. | > | > @@ -71,7 +75,16 @@ | > | > /* Declare variables, like all other good ANSI C programs do :) */ | > char *argument; | > - | > + | > + /* use JAVA_HOME environemt variable if set */ | > + char* _java_home = getenv("JAVA_HOME"); | > + if( _java_home != NULL && strcmp("",_java_home) != 0 ){ | > + /* TODO: verify that java_prog would exist before overriding the default */ | > + strncpy(java_home,_java_home,PATH_MAX-1); | > + snprintf(java_prog,PATH_MAX-1,"%s/%%JAVA_CMD%%",_java_home); | > + using_java_home_env = 1; | > + } | > + | | Just some minor feedback. | | I don't think this change is safe. If _java_home is too long to fit | then java_home won't get null terminated. I suggest trying strlcpy | instead. You might want to think about using strlcat instead of | snprintf too, and adding some checking for overflow (and appropriate | error handling if it occurs). Here's a better version (thanks for the pointer to strlcat). If JAVA_HOME is set (and not empty) in the environment, try to use it to find a usable JAVA_HOME/bin/java executable. Use this executable if found, otherwise the default compile-time executable will be used. In any case, if JAVA_HOME was checked, an 'info' message is printed, alerting the user of the attempted command override. cheers. b -- "Develop your talent, man, and leave the world something. Records are really gifts from people. To think that an artist would love you enough to share his music with anyone is a beautiful thing." -- Duane Allman --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="daemonctl.c.diff" --- ports/www/jakarta-tomcat4/files/daemonctl.c.orig Fri Feb 7 18:13:10 2003 +++ ports/www/jakarta-tomcat4/files/daemonctl.c Fri Feb 7 18:17:50 2003 @@ -20,6 +20,7 @@ #include #include #include +#include /* The maximum size of the PID file, in bytes */ #define MAX_FILE_SIZE 32 @@ -55,7 +56,13 @@ private void start(void); private void stop(void); private void restart(void); +private void setup_java_prog(void); +#define C_JAVA_HOME "%%JAVA_HOME%%" +#define C_JAVA_PROG "%%JAVA_HOME%%/%%JAVA_CMD%%" +private int using_java_home_env = 0; +private char java_home[PATH_MAX] = C_JAVA_HOME; +private char java_prog[PATH_MAX] = C_JAVA_PROG; /** * Main function. This function is called when this program is executed. @@ -314,6 +321,8 @@ int stderrLogFile; struct stat sb; + setup_java_prog(); /* check for and use JAVA_HOME env */ + /* Open and read the PID file */ printf(">> Reading PID file (%%PID_FILE%%)..."); file = openPIDFile(); @@ -332,36 +341,36 @@ } /* Check if the JDK home directory is actually a directory */ - result = stat("%%JAVA_HOME%%", &sb); + result = stat(java_home, &sb); if (result != 0) { printf(" [ FAILED ]\n"); - fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Unable to stat %%JAVA_HOME%%: "); + fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Unable to stat %s: ",java_home); perror(NULL); exit(ERR_STAT_JAVA_HOME); } if (!S_ISDIR(sb.st_mode)) { printf(" [ FAILED ]\n"); - fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Java home directory %%JAVA_HOME%% is not a directory.\n"); + fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Java home directory %s is not a directory.\n",java_home); exit(ERR_JAVA_HOME_NOT_DIR); } /* Check if the Java command is actually an executable regular file */ - result = stat("%%JAVA_HOME%%/%%JAVA_CMD%%", &sb); + result = stat(java_prog, &sb); if (result != 0) { printf(" [ FAILED ]\n"); - fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Unable to stat %%JAVA_HOME%%/%%JAVA_CMD%%: "); + fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Unable to stat %s: ",java_prog); perror(NULL); exit(ERR_STAT_JAVA_CMD); } if (!S_ISREG(sb.st_mode)) { printf(" [ FAILED ]\n"); - fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Java command %%JAVA_HOME%%/%%JAVA_CMD%% is not a regular file.\n"); + fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Java command %s is not a regular file.\n",java_prog); exit(ERR_JAVA_CMD_NOT_FILE); } - result = access("%%JAVA_HOME%%/%%JAVA_CMD%%", X_OK); + result = access(java_prog, X_OK); if (result != 0) { printf(" [ FAILED ]\n"); - fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Java command %%JAVA_HOME%%/%%JAVA_CMD%% is not executable: "); + fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Java command %s is not executable: ",java_prog); perror(NULL); exit(ERR_JAVA_CMD_NOT_EXECUTABLE); } @@ -425,9 +434,9 @@ file using pipe(2) */ /* Execute the command */ - execl("%%JAVA_HOME%%/%%JAVA_CMD%%", "%%JAVA_HOME%%/%%JAVA_CMD%%", "-jar", %%JAVA_ARGS%% "%%JAR_FILE%%", %%JAR_ARGS%% NULL); - - fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Unable to start %%APP_TITLE%% %%PORTVERSION%% since '%%JAVA_HOME%%/%%JAVA_CMD%% -jar %%JAR_FILE%%' in %%APP_HOME%%: "); + execl(java_prog, java_prog, "-jar", %%JAVA_ARGS%% "%%JAR_FILE%%", %%JAR_ARGS%% NULL); + + fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Unable to start %%APP_TITLE%% %%PORTVERSION%% since '%s -jar %%JAR_FILE%%' in %%APP_HOME%%: ",java_prog); perror(NULL); } else { printf(" [ DONE ]\n"); @@ -482,3 +491,43 @@ stop(); start(); } + +/* + * setup java_home and java_prog. If JAVA_HOME is defined in the + * environemt, try to use it. If JAVA_HOME does contain bin/java, + * do not use it. + */ +private void setup_java_prog(void){ + char* _java_home; + + /* use JAVA_HOME environemt variable if set */ + _java_home = getenv("JAVA_HOME"); + if( _java_home != NULL && strcmp("",_java_home) != 0 ){ + char _java_prog[PATH_MAX]; + struct stat st; + int rv; + strlcpy(_java_prog,_java_home,PATH_MAX); + strlcat(_java_prog,"/",PATH_MAX); + strlcat(_java_prog,"%%JAVA_CMD%%",PATH_MAX); + rv = stat(_java_prog,&st); + + /* make sure _java_prog can be used */ + if( rv == 0 + && S_ISREG(st.st_mode) + && ! access(_java_prog, X_OK) ) + { + strlcpy(java_home,_java_home,PATH_MAX); + strlcpy(java_prog,_java_prog,PATH_MAX); + using_java_home_env = 1; + printf("[info] using JAVA_HOME environment variable (%s)\n",java_home); + printf("[info] starting tomcat with %s\n",java_prog); + + } + else + { + fprintf(stdout,"[info] invalid JAVA_HOME; %s not found\n",_java_prog); + fprintf(stdout,"[info] Using default JAVA_HOME (%%JAVA_HOME%%)\n"); + } + } +} + --sdtB3X0nJg68CQEu-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Feb 7 17: 8:13 2003 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 E462C37B401 for ; Fri, 7 Feb 2003 17:08:12 -0800 (PST) Received: from citymail.com.tw (148.1.30.61.isp.tfn.net.tw [61.30.1.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id 548EA43F75 for ; Fri, 7 Feb 2003 17:08:01 -0800 (PST) (envelope-from chin1122@citymail.com.tw) From: jerry@FreeBSD.ORG Subject: ¦¬¤J¼W¥[ªº¤èªk Reply-To: ch1n1122@citymail.com.tw Date: 08 Feb 2003 09:28:10 +0800 Organization: Foobar Inc. X-Mailer: Gammadyne Mailer x-delete-me: 1 (this tells Gammadyne's server to delete the message) MIME-Version: 1.0 Content-Type: text/html Content-Transfer-Encoding: 8bit Message-Id: <20030208010801.548EA43F75@mx1.FreeBSD.org> To: undisclosed-recipients: ; Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ¦L¶r¾÷

·s¦~§ª«°e±z¤@¥x¦L¶r¾÷ ...

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Feb 7 17:26:12 2003 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 AD98F37B401; Fri, 7 Feb 2003 17:26:11 -0800 (PST) Received: from gnuppy.monkey.org (wsip68-15-8-100.sd.sd.cox.net [68.15.8.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26AF943F93; Fri, 7 Feb 2003 17:26:11 -0800 (PST) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 18hJks-0000n8-00; Fri, 07 Feb 2003 17:26:06 -0800 Date: Fri, 7 Feb 2003 17:26:06 -0800 To: Dag-Erling Smorgrav Cc: Greg 'groggy' Lehey , John Polstra , bod@freebsdfoundation.org, freebsd-chat@freebsd.org, freebsd-java@freebsd.org, FreeBSD Core Team , "Bill Huey (Hui)" Subject: Re: patchset 2 report (billh's resignation) Message-ID: <20030208012606.GC2538@gnuppy.monkey.org> References: <20030207011612.GF3899@gnuppy.monkey.org> <200302060841.h168ffaX099401@grimreaper.grondar.org> <20030206090130.GB6076@gnuppy.monkey.org> <20030206021823.GB4193@gnuppy.monkey.org> <20030206040515.GA4682@gnuppy.monkey.org> <20030207025632.GJ92901@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.3i From: Bill Huey (Hui) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Feb 07, 2003 at 01:52:43PM +0100, Dag-Erling Smorgrav wrote: > Bill is not a committer, has never been, and after this thread quite > probably never will be. Frank, I don't care, but you should since you've just lost a highly technical person that was capable of doing KSE/kernel work. You're attitude in this regard isn't very inclusive. bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Feb 7 18:20:34 2003 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 5B4D537B401 for ; Fri, 7 Feb 2003 18:20:32 -0800 (PST) Received: from l07.oase.research.kpn.com (l07.oase.research.kpn.com [139.63.192.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id A825F43FF3 for ; Fri, 7 Feb 2003 18:20:30 -0800 (PST) (envelope-from k.j.koster@telecom.tno.nl) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: [patch] daemonctl.c modified to use JAVA_HOME environment variable X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Sat, 8 Feb 2003 03:20:23 +0100 Message-ID: <0DD8055E0FECF744B5FF8053F80C4A2D194F69@l07.oase.research.kpn.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [patch] daemonctl.c modified to use JAVA_HOME environment variable Thread-Index: AcLPCT97Sq3R3ZuvSEaTsRveS93L1wADyssg From: To: Cc: Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear Brent, I would prefer daemonctl to fail if the JAVA_HOME is pointing off into = lala land. I really dislike solutions that are helpfully filling in = information. If I set JAVA_HOME to something odd, I expect my programs = to fail. Please consider this. Kees Jan =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D You can't have everything. Where would you put it? [Steven Wright] > -----Original Message----- > From: Brent Verner [mailto:brent@rcfile.org] > Sent: zaterdag 8 februari 2003 1:30 > To: Greg Lewis > Cc: freebsd-java@FreeBSD.ORG > Subject: Re: [patch] daemonctl.c modified to use JAVA_HOME environment > variable >=20 >=20 > [2003-02-08 05:56] Greg Lewis said: > | On Fri, Feb 07, 2003 at 11:32:17AM -0500, Brent Verner wrote: > | > The attached patch modified the daemonctl.c program to=20 > use JAVA_HOME > | > if set in the environment. > | >=20 > | > @@ -71,7 +75,16 @@ > | > =20 > | > /* Declare variables, like all other good ANSI C=20 > programs do :) */ > | > char *argument; > | > - > | > + =20 > | > + /* use JAVA_HOME environemt variable if set */ > | > + char* _java_home =3D getenv("JAVA_HOME"); > | > + if( _java_home !=3D NULL && strcmp("",_java_home) !=3D 0 ){ > | > + /* TODO: verify that java_prog would exist before=20 > overriding the default */ > | > + strncpy(java_home,_java_home,PATH_MAX-1); > | > + =20 > snprintf(java_prog,PATH_MAX-1,"%s/%%JAVA_CMD%%",_java_home); > | > + using_java_home_env =3D 1; > | > + } > | > + =20 > |=20 > | Just some minor feedback. > |=20 > | I don't think this change is safe. If _java_home is too long to fit > | then java_home won't get null terminated. I suggest trying strlcpy > | instead. You might want to think about using strlcat instead of > | snprintf too, and adding some checking for overflow (and appropriate > | error handling if it occurs). >=20 > Here's a better version (thanks for the pointer to strlcat). If > JAVA_HOME is set (and not empty) in the environment, try to use it > to find a usable JAVA_HOME/bin/java executable. Use this executable > if found, otherwise the default compile-time executable will be used. > In any case, if JAVA_HOME was checked, an 'info' message is printed, > alerting the user of the attempted command override. >=20 > cheers. > b >=20 > --=20 > "Develop your talent, man, and leave the world something. Records are=20 > really gifts from people. To think that an artist would love=20 > you enough > to share his music with anyone is a beautiful thing." -- Duane Allman >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Feb 7 19: 3:31 2003 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 3E01437B401 for ; Fri, 7 Feb 2003 19:03:30 -0800 (PST) Received: from citymail.com.tw (adsl-sta-tpe-64-199-133.so-net.net.tw [61.64.199.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6388443FEC for ; Fri, 7 Feb 2003 19:03:28 -0800 (PST) (envelope-from chin1122@citymail.com.tw) From: jerry@FreeBSD.ORG Subject: ¦¬¤J¼W¥[ªº¤èªk Reply-To: ch1n1122@citymail.com.tw Date: 08 Feb 2003 11:23:30 +0800 Organization: Foobar Inc. X-Mailer: Gammadyne Mailer x-delete-me: 1 (this tells Gammadyne's server to delete the message) MIME-Version: 1.0 Content-Type: text/html Content-Transfer-Encoding: 8bit Message-Id: <20030208030328.6388443FEC@mx1.FreeBSD.org> To: undisclosed-recipients: ; Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ¦L¶r¾÷

·s¦~§ª«°e±z¤@¥x¦L¶r¾÷ ...

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Feb 7 19:39: 7 2003 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 32F4237B401 for ; Fri, 7 Feb 2003 19:39:04 -0800 (PST) Received: from habanero.hesketh.net (habanero.hesketh.net [66.45.6.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC2C443FA3 for ; Fri, 7 Feb 2003 19:39:03 -0800 (PST) (envelope-from brent@mutt.rcfile.org) Received: from mutt.rcfile.org (rdu57-229-060.nc.rr.com [66.57.229.60]) by habanero.hesketh.net (8.12.6/8.12.6) with ESMTP id h183cmfx009204; Fri, 7 Feb 2003 22:38:49 -0500 X-Received-From: brent@mutt.rcfile.org X-Delivered-To: freebsd-java@FreeBSD.ORG X-Spam-Filter: check_local@habanero.hesketh.net by digitalanswers.org Received: from mutt.rcfile.org (localhost [127.0.0.1]) by mutt.rcfile.org (8.12.6/8.12.6) with ESMTP id h183d2XD005986; Fri, 7 Feb 2003 22:39:02 -0500 (EST) (envelope-from brent@mutt.rcfile.org) Received: (from brent@localhost) by mutt.rcfile.org (8.12.6/8.12.6/Submit) id h183d2wA005985; Fri, 7 Feb 2003 22:39:02 -0500 (EST) Date: Fri, 7 Feb 2003 22:39:02 -0500 From: Brent Verner To: freebsd-java@FreeBSD.ORG Cc: William Holt Subject: Re: problem and workaround for java/tomcat on -current Message-ID: <20030208033902.GA5841@rcfile.org> References: <20030203105027.GA86700@rcfile.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030203105027.GA86700@rcfile.org> X-muttrc: $Id: .muttrc,v 1.9 2002/01/02 07:04:49 brent Exp $ X-uname: FreeBSD 4.7-STABLE #32: Tue Feb 4 11:04:18 EST 2003 root@mutt.rcfile.org:/usr/obj/usr/src/sys/MUTTS User-Agent: Mutt/1.5.3i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org To follow up on this, it appears (if I can trust gdb w/java), that Java_java_net_InetAddressImpl_getHostByAddr calls the gethostbyaddr_r in libc.so.5 instead of the one provided in native/java/net/InetAddressImpl.c, leaving hp == -1, which gives us the bus error -> abort. the system gethostbyaddr_r has a prototype of int gethostbyaddr_r(const char *, int len, int type, struct hostent *, struct hostent_data *) I've simply renamed the gethostby...._r to l_gethostby...._r, and am rebuilding now to verify this theory. I'll let yall know what the outcome is. Q: why would the locally provided gethostby...._r be named to conflict with a libc function? Q: what is the _right_ way to solve this if gdb showed me the truth, and the problem was an libc conflict? I'd think it would be best to continue to use the local gethostby...._r functions (especially considering that the ones in libc specifically note non-reentrancy). btw, is there a "correct" way to run the jvm under gdb? I ended up having to "jump" over a read() call that was hanging... thanks. b [2003-02-03 05:50] Brent Verner said: | Sometime after Jan 20, -current has been unable to run tomcat | (and other things, such as the Jetty issue William Holt reported). | I took his CrashBSD.java prog, and further determined that only | the "0.0.0.0" caused the bus error -> abort problem. | | import java.net.*; | public class CrashBSD | { | static public void main( String args[] ) | { | try | { | InetAddress a = InetAddress.getByName("127.0.0.1"); | ServerSocket sa = new ServerSocket(0,10,a); | System.out.println(sa); | InetAddress b = InetAddress.getByName("0.0.0.0"); | ServerSocket sb = new ServerSocket(0,10,b); | System.out.println(sb); | } | catch ( Exception e ) | { | System.out.println( e ); | System.exit( 1 ); | } | } | } | | You'll notice that the 127.0.0.1 InetAddress works just fine, but | the "0.0.0.0" addr causes the error. I dug a bit further into | what change since 20 Jan is causing this, but had no luck. However, | the problem can be worked around by adding a line in the /etc/hosts | for the "0" ip. | | 0.0.0.0 all.interfaces.on.this.machine | | What strange effects might this cause? I have no clue :-), but | tomcat seems to be happy again... | | hth, | brent | | | To Unsubscribe: send mail to majordomo@FreeBSD.org | with "unsubscribe freebsd-java" in the body of the message -- "Develop your talent, man, and leave the world something. Records are really gifts from people. To think that an artist would love you enough to share his music with anyone is a beautiful thing." -- Duane Allman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Feb 7 20:17: 4 2003 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 2A33037B401 for ; Fri, 7 Feb 2003 20:17:01 -0800 (PST) Received: from habanero.hesketh.net (habanero.hesketh.net [66.45.6.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E74743FA3 for ; Fri, 7 Feb 2003 20:17:00 -0800 (PST) (envelope-from brent@mutt.rcfile.org) Received: from mutt.rcfile.org (rdu57-229-060.nc.rr.com [66.57.229.60]) by habanero.hesketh.net (8.12.6/8.12.6) with ESMTP id h184Gkfx010660; Fri, 7 Feb 2003 23:16:47 -0500 X-Received-From: brent@mutt.rcfile.org X-Delivered-To: freebsd-java@FreeBSD.ORG X-Spam-Filter: check_local@habanero.hesketh.net by digitalanswers.org Received: from mutt.rcfile.org (localhost [127.0.0.1]) by mutt.rcfile.org (8.12.6/8.12.6) with ESMTP id h184H1XD006252; Fri, 7 Feb 2003 23:17:01 -0500 (EST) (envelope-from brent@mutt.rcfile.org) Received: (from brent@localhost) by mutt.rcfile.org (8.12.6/8.12.6/Submit) id h184H0HO006251; Fri, 7 Feb 2003 23:17:00 -0500 (EST) Date: Fri, 7 Feb 2003 23:17:00 -0500 From: Brent Verner To: freebsd-java@FreeBSD.ORG Cc: William Holt Subject: Re: problem and workaround for java/tomcat on -current Message-ID: <20030208041700.GA6124@rcfile.org> References: <20030203105027.GA86700@rcfile.org> <20030208033902.GA5841@rcfile.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="SUOF0GtieIMvvwua" Content-Disposition: inline In-Reply-To: <20030208033902.GA5841@rcfile.org> X-muttrc: $Id: .muttrc,v 1.9 2002/01/02 07:04:49 brent Exp $ X-uname: FreeBSD 4.7-STABLE #32: Tue Feb 4 11:04:18 EST 2003 root@mutt.rcfile.org:/usr/obj/usr/src/sys/MUTTS User-Agent: Mutt/1.5.3i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --SUOF0GtieIMvvwua Content-Type: text/plain; charset=us-ascii Content-Disposition: inline [2003-02-07 22:39] Brent Verner said: | I've simply renamed the gethostby...._r to l_gethostby...._r, and am | rebuilding now to verify this theory. I'll let yall know what the | outcome is. Indeed, applying the attached patch works around the problem. cheers. brent -- "Develop your talent, man, and leave the world something. Records are really gifts from people. To think that an artist would love you enough to share his music with anyone is a beautiful thing." -- Duane Allman --SUOF0GtieIMvvwua Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="InetAddressImpl.c.diff-p7" --- j2sdk1.3.1/src/solaris/native/java/net/InetAddressImpl.c.p7 Fri Feb 7 22:17:46 2003 +++ j2sdk1.3.1/src/solaris/native/java/net/InetAddressImpl.c Fri Feb 7 21:34:23 2003 @@ -34,11 +34,11 @@ /* forward declarations --billh */ HOST_R_RETURN -gethostbyname_r(const char *name, struct hostent *hptr, +l_gethostbyname_r(const char *name, struct hostent *hptr, HOST_R_ARGS); HOST_R_RETURN -gethostbyaddr_r(const char *addr, int len, int type, +l_gethostbyaddr_r(const char *addr, int len, int type, struct hostent *hptr, HOST_R_ARGS); @@ -100,14 +100,14 @@ #ifdef __GLIBC__ gethostbyname_r(hostname, &res, buf, sizeof(buf), &hp, &h_error); #else - hp = gethostbyname_r(hostname, &res, buf, sizeof(buf), &h_error); + hp = l_gethostbyname_r(hostname, &res, buf, sizeof(buf), &h_error); #endif if (hp) { #ifdef __GLIBC__ gethostbyaddr_r(hp->h_addr, hp->h_length, AF_INET, &res2, buf2, sizeof(buf2), &hp, &h_error); #else - hp = gethostbyaddr_r(hp->h_addr, hp->h_length, AF_INET, + hp = l_gethostbyaddr_r(hp->h_addr, hp->h_length, AF_INET, &res2, buf2, sizeof(buf2), &h_error); #endif if (hp) { @@ -190,7 +190,7 @@ #ifdef __GLIBC__ gethostbyname_r(hostname, &res, buf, sizeof(buf), &hp, &h_error); #else - hp = gethostbyname_r(hostname, &res, buf, sizeof(buf), &h_error); + hp = l_gethostbyname_r(hostname, &res, buf, sizeof(buf), &h_error); #endif /* With the re-entrant system calls, it's possible that the buffer @@ -204,7 +204,7 @@ gethostbyname_r(hostname, &res, tmp, BIG_HENT_BUF_SIZE, &hp, &h_error); #else - hp = gethostbyname_r(hostname, &res, tmp, BIG_HENT_BUF_SIZE, + hp = l_gethostbyname_r(hostname, &res, tmp, BIG_HENT_BUF_SIZE, &h_error); #endif } @@ -284,7 +284,7 @@ gethostbyaddr_r((char *)&addr, sizeof(addr), AF_INET, &hent, buf, sizeof(buf), &hp, &h_error); #else - hp = gethostbyaddr_r((char *)&addr, sizeof(addr), AF_INET, &hent, + hp = l_gethostbyaddr_r((char *)&addr, sizeof(addr), AF_INET, &hent, buf, sizeof(buf), &h_error); #endif /* With the re-entrant system calls, it's possible that the buffer @@ -298,7 +298,7 @@ gethostbyaddr_r((char *)&addr, sizeof(addr), AF_INET, &hent, tmp, BIG_HENT_BUF_SIZE, &hp, &h_error); #else - hp = gethostbyaddr_r((char *)&addr, sizeof(addr), AF_INET, + hp = l_gethostbyaddr_r((char *)&addr, sizeof(addr), AF_INET, &hent, tmp, BIG_HENT_BUF_SIZE, &h_error); #endif } else { @@ -336,7 +336,7 @@ copy_hostent(struct hostent *, struct hostent *, HOST_R_COPY_ARGS); HOST_R_RETURN -gethostbyname_r(const char *name, struct hostent *hptr, HOST_R_ARGS) { +l_gethostbyname_r(const char *name, struct hostent *hptr, HOST_R_ARGS) { struct hostent *he = gethostbyname(name); HOST_R_ERRNO; @@ -348,7 +348,7 @@ } HOST_R_RETURN -gethostbyaddr_r(const char *addr, int len, int type, +l_gethostbyaddr_r(const char *addr, int len, int type, struct hostent *hptr, HOST_R_ARGS) { struct hostent *he = gethostbyaddr(addr, len, type); --SUOF0GtieIMvvwua-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Feb 7 21: 3: 6 2003 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 1BA6537B401 for ; Fri, 7 Feb 2003 21:03:02 -0800 (PST) Received: from habanero.hesketh.net (habanero.hesketh.net [66.45.6.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42A4643FAF for ; Fri, 7 Feb 2003 21:03:01 -0800 (PST) (envelope-from brent@mutt.rcfile.org) Received: from mutt.rcfile.org (rdu57-229-060.nc.rr.com [66.57.229.60]) by habanero.hesketh.net (8.12.6/8.12.6) with ESMTP id h1852pfx012615; Sat, 8 Feb 2003 00:02:53 -0500 X-Received-From: brent@mutt.rcfile.org X-Delivered-To: freebsd-java@FreeBSD.ORG X-Spam-Filter: check_local@habanero.hesketh.net by digitalanswers.org Received: from mutt.rcfile.org (localhost [127.0.0.1]) by mutt.rcfile.org (8.12.6/8.12.6) with ESMTP id h18536XD006762; Sat, 8 Feb 2003 00:03:06 -0500 (EST) (envelope-from brent@mutt.rcfile.org) Received: (from brent@localhost) by mutt.rcfile.org (8.12.6/8.12.6/Submit) id h18536Gf006761; Sat, 8 Feb 2003 00:03:06 -0500 (EST) Date: Sat, 8 Feb 2003 00:03:06 -0500 From: Brent Verner To: k.j.koster@telecom.tno.nl Cc: freebsd-java@FreeBSD.ORG Subject: Re: [patch] daemonctl.c modified to use JAVA_HOME environment variable Message-ID: <20030208050306.GA6480@rcfile.org> References: <0DD8055E0FECF744B5FF8053F80C4A2D194F69@l07.oase.research.kpn.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline In-Reply-To: <0DD8055E0FECF744B5FF8053F80C4A2D194F69@l07.oase.research.kpn.com> X-muttrc: $Id: .muttrc,v 1.9 2002/01/02 07:04:49 brent Exp $ X-uname: FreeBSD 4.7-STABLE #32: Tue Feb 4 11:04:18 EST 2003 root@mutt.rcfile.org:/usr/obj/usr/src/sys/MUTTS User-Agent: Mutt/1.5.3i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline [2003-02-08 03:20] k.j.koster@telecom.tno.nl said: | Dear Brent, | | I would prefer daemonctl to fail if the JAVA_HOME is pointing off | into lala land. I really dislike solutions that are helpfully | filling in information. If I set JAVA_HOME to something odd, I | expect my programs to fail. Please consider this. Point taken. Attached patch causes failure before stop() or start() if env JAVA_HOME doesn't contain a java program. cheers. brent -- "Develop your talent, man, and leave the world something. Records are really gifts from people. To think that an artist would love you enough to share his music with anyone is a beautiful thing." -- Duane Allman --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="daemonctl.c.diff.1" --- ports/www/jakarta-tomcat4/files/daemonctl.c.orig Fri Feb 7 18:19:35 2003 +++ ports/www/jakarta-tomcat4/files/daemonctl.c Fri Feb 7 23:00:15 2003 @@ -20,6 +20,7 @@ #include #include #include +#include /* The maximum size of the PID file, in bytes */ #define MAX_FILE_SIZE 32 @@ -45,6 +46,7 @@ #define ERR_STAT_JAVA_CMD 14 #define ERR_JAVA_CMD_NOT_FILE 15 #define ERR_JAVA_CMD_NOT_EXECUTABLE 16 +#define ERR_INVALID_JAVA_HOME 18 #define private static @@ -55,7 +57,13 @@ private void start(void); private void stop(void); private void restart(void); +private void setup_java_prog(void); +#define C_JAVA_HOME "%%JAVA_HOME%%" +#define C_JAVA_PROG "%%JAVA_HOME%%/%%JAVA_CMD%%" +private int using_java_home_env = 0; +private char java_home[PATH_MAX] = C_JAVA_HOME; +private char java_prog[PATH_MAX] = C_JAVA_PROG; /** * Main function. This function is called when this program is executed. @@ -78,6 +86,8 @@ return 0; } + setup_java_prog(); /* check for and use JAVA_HOME env */ + /* XXX: Fix for setting up the environment for the java wrapper script */ setuid(geteuid()); setgid(getegid()); @@ -332,36 +342,36 @@ } /* Check if the JDK home directory is actually a directory */ - result = stat("%%JAVA_HOME%%", &sb); + result = stat(java_home, &sb); if (result != 0) { printf(" [ FAILED ]\n"); - fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Unable to stat %%JAVA_HOME%%: "); + fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Unable to stat %s: ",java_home); perror(NULL); exit(ERR_STAT_JAVA_HOME); } if (!S_ISDIR(sb.st_mode)) { printf(" [ FAILED ]\n"); - fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Java home directory %%JAVA_HOME%% is not a directory.\n"); + fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Java home directory %s is not a directory.\n",java_home); exit(ERR_JAVA_HOME_NOT_DIR); } /* Check if the Java command is actually an executable regular file */ - result = stat("%%JAVA_HOME%%/%%JAVA_CMD%%", &sb); + result = stat(java_prog, &sb); if (result != 0) { printf(" [ FAILED ]\n"); - fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Unable to stat %%JAVA_HOME%%/%%JAVA_CMD%%: "); + fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Unable to stat %s: ",java_prog); perror(NULL); exit(ERR_STAT_JAVA_CMD); } if (!S_ISREG(sb.st_mode)) { printf(" [ FAILED ]\n"); - fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Java command %%JAVA_HOME%%/%%JAVA_CMD%% is not a regular file.\n"); + fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Java command %s is not a regular file.\n",java_prog); exit(ERR_JAVA_CMD_NOT_FILE); } - result = access("%%JAVA_HOME%%/%%JAVA_CMD%%", X_OK); + result = access(java_prog, X_OK); if (result != 0) { printf(" [ FAILED ]\n"); - fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Java command %%JAVA_HOME%%/%%JAVA_CMD%% is not executable: "); + fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Java command %s is not executable: ",java_prog); perror(NULL); exit(ERR_JAVA_CMD_NOT_EXECUTABLE); } @@ -425,9 +435,9 @@ file using pipe(2) */ /* Execute the command */ - execl("%%JAVA_HOME%%/%%JAVA_CMD%%", "%%JAVA_HOME%%/%%JAVA_CMD%%", "-jar", %%JAVA_ARGS%% "%%JAR_FILE%%", %%JAR_ARGS%% NULL); - - fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Unable to start %%APP_TITLE%% %%PORTVERSION%% since '%%JAVA_HOME%%/%%JAVA_CMD%% -jar %%JAR_FILE%%' in %%APP_HOME%%: "); + execl(java_prog, java_prog, "-jar", %%JAVA_ARGS%% "%%JAR_FILE%%", %%JAR_ARGS%% NULL); + + fprintf(stderr, "%%CONTROL_SCRIPT_NAME%%: Unable to start %%APP_TITLE%% %%PORTVERSION%% since '%s -jar %%JAR_FILE%%' in %%APP_HOME%%: ",java_prog); perror(NULL); } else { printf(" [ DONE ]\n"); @@ -482,3 +492,44 @@ stop(); start(); } + +/* + * setup java_home and java_prog. If JAVA_HOME is defined in the + * environemt, try to use it. If JAVA_HOME does contain bin/java, + * do not use it. + */ +private void setup_java_prog(void){ + char* _java_home; + + /* use JAVA_HOME environemt variable if set */ + _java_home = getenv("JAVA_HOME"); + if( _java_home != NULL && strcmp("",_java_home) != 0 ){ + char _java_prog[PATH_MAX]; + struct stat st; + int rv; + strlcpy(_java_prog,_java_home,PATH_MAX); + strlcat(_java_prog,"/",PATH_MAX); + strlcat(_java_prog,"%%JAVA_CMD%%",PATH_MAX); + rv = stat(_java_prog,&st); + + /* make sure _java_prog can be used */ + if( rv == 0 + && S_ISREG(st.st_mode) + && ! access(_java_prog, X_OK) ) + { + strlcpy(java_home,_java_home,PATH_MAX); + strlcpy(java_prog,_java_prog,PATH_MAX); + using_java_home_env = 1; + printf("[info] using JAVA_HOME environment variable (%s)\n",java_home); + printf("[info] starting tomcat with %s\n",java_prog); + + } + else + { + fprintf(stderr,"[ FAILED ]\n"); + fprintf(stderr,"%%CONTROL_SCRIPT_NAME%%: invalid JAVA_HOME; %s not found\n",_java_prog); + exit(ERR_INVALID_JAVA_HOME); + } + } +} + --Kj7319i9nmIyA2yE-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Feb 8 0:18:29 2003 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 8B66837B401 for ; Sat, 8 Feb 2003 00:18:28 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1B4E43FA3 for ; Sat, 8 Feb 2003 00:18:24 -0800 (PST) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h18AMLvb072419; Sat, 8 Feb 2003 10:22:21 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h188O0cL013807; Sat, 8 Feb 2003 10:24:00 +0200 (EET) (envelope-from ml) Date: Sat, 8 Feb 2003 10:24:00 +0200 From: Alexey Zelkin To: Brent Verner Cc: freebsd-java@FreeBSD.ORG, William Holt Subject: Re: problem and workaround for java/tomcat on -current Message-ID: <20030208102400.A13724@phantom.cris.net> References: <20030203105027.GA86700@rcfile.org> <20030208033902.GA5841@rcfile.org> <20030208041700.GA6124@rcfile.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030208041700.GA6124@rcfile.org>; from brent@rcfile.org on Fri, Feb 07, 2003 at 11:17:00PM -0500 X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Feb 07, 2003 at 11:17:00PM -0500, Brent Verner wrote: > [2003-02-07 22:39] Brent Verner said: > > | I've simply renamed the gethostby...._r to l_gethostby...._r, and am > | rebuilding now to verify this theory. I'll let yall know what the > | outcome is. > > Indeed, applying the attached patch works around the problem. Almost same patch (different prefix :) present in 1.4 tree since patchset 1. It has fixed few problems with apps which used net library. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Feb 8 0:43:52 2003 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 01D0137B401 for ; Sat, 8 Feb 2003 00:43:47 -0800 (PST) Received: from ftp.translate.ru (ftp.translate.ru [195.131.4.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id A20C043F85 for ; Sat, 8 Feb 2003 00:43:44 -0800 (PST) (envelope-from lev@serebryakov.spb.ru) Received: from lev (ip-16.dialup.wplus.net [195.131.1.16]) (authenticated bits=0) by ftp.translate.ru (8.12.6/8.12.6) with ESMTP id h188kqG1002407 for ; Sat, 8 Feb 2003 11:46:53 +0300 (MSK) (envelope-from lev@serebryakov.spb.ru) Date: Sat, 8 Feb 2003 11:44:30 +0300 From: Lev Serebryakov X-Mailer: The Bat! (v1.53d) Reply-To: Lev Serebryakov Organization: Home X-Priority: 3 (Normal) Message-ID: <4641307796.20030208114430@serebryakov.spb.ru> To: freebsd-java@FreeBSD.ORG Subject: j2se 1.4.1: FAILURE MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, freebsd-java! How are you? Could not compile 1.4.1 on 5.0-RELEASE (from 5.0 CD). I'm trying to compile with Linux SUN JDK (not IBM or blackdown ones). I've try to build exactly as decrived in BUIL file. Patch was applied without any problem. Lines 61 and 62 of /usr/include/sys/resource.h is struct's fields of type `timeval' Here is log of `gmake', run SECOND time (so, here is only diagnostic information & error): >============================================ Script started on Sat Feb 8 11:01:05 2003 freebsd# gmake bsd i386 1.4.1-p2 build started: 03-02-08 11:01 gmake[1]: Entering directory `/usr/local/jbuild/j2se/make' gmake[1]: Leaving directory `/usr/local/jbuild/j2se/make' if [ -r ./../../patch/make/Makefile ]; then \ ( cd ./../../patch/make; gmake sanity MAKEFLAGS= EXTERNALSANITYCONTROL=true CONTROL_TOPDIR=/usr/local/jbuild/control CONTROL_TOPDIR_NAME=control ALT_J2SE_TOPDIR=./../../j2se ALT_OUTPUTDIR=/usr/local/jbuild/control/build/bsd-i386 ALT_RTPATCH_DIR= ALT_BASE_IMAGE_ZIP= ALT_BASE_IMAGE_DIR= ALT_NEW_IMAGE_DIR= ; ); \ fi Build Machine Information: build machine = Build Directory Structure: CWD = /usr/local/jbuild/control/make TOPDIR = ./../.. CONTROL_TOPDIR = ./../../control GENERICS_TOPDIR = ./../../generics HOTSPOT_TOPDIR = ./../../hotspot J2SE_TOPDIR = ./../../j2se MOTIF_TOPDIR = ./../../motif COBUNDLE_TOPDIR = ./../../cobundle Hotspot Settings: HOTSPOT_BUILD_JOBS = Bootstrap Settings: BOOTDIR = /usr/local/linux-sun-jdk1.4.1 BOOTSTRAP J2SDK VERSION: 1.4.1_01 OUTPUTDIR = /usr/local/jbuild/control/build/bsd-i386 Build Tool Settings: UNIXCOMMAND_PATH = /bin/ COMPILER_PATH = /usr/bin/ DEVTOOLS_PATH = /usr/local/bin/ USRBIN_PATH = /usr/bin/ MOTIF_DIR = /usr/X11R6 CC_VER = gcc (GCC) 3.2.1 [FreeBSD] 20021119 (release) 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. PATH = /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/root/bin Build Directives: USE_ONLY_BOOTDIR_TOOLS = USE_HOTSPOT_INTERPRETER_MODE = PEDANTIC = DEV_ONLY = YES J2RE_ONLY = NO_DOCS = NO_IMAGES = TOOLS_ONLY = true INSANE = Build Platform Settings: PLATFORM = bsd ARCH = i586 LIBARCH = i386 ARCH_FAMILY = i586 ARCH_DATA_MODEL = 32 OS_VERSION = 5.0-RELEASE TRUE_PLATFORM = FreeBSD (5.x CURRENT way) FREE_SPACE = 5345876 GNU Make Settings: MAKE = gmake MAKE VERSION = MAKECMDGOALS = sanity MAKEFLAGS = SHELL = /bin/sh Target Build Versions: JDK_VERSION = 1.4.1 MILESTONE = p2 BUILD_NUMBER = root_08_feb_2003_11_01 BUNDLE_DATE = 08_feb_2003 External File/Binary Locations: HOTSPOT_SERVER_PATH = /usr/local/jbuild/control/build/bsd-i386/hotspot-i386/server HOTSPOT_CLIENT_PATH = /usr/local/jbuild/control/build/bsd-i386/hotspot-i386/client OPT_JAVAWS = /java/re/javaws/1.2/promoted/pit_tested/bundles/javaws-1_2-bsd-i586-i.zip MOZILLA_PATH = /java/devtools MOZILLA_HEADERS_PATH = /java/devtools/share/plugin MOZILLA_LIBS_PATH = /java/devtools/bsd/plugin MOTIF_DIR = /usr/X11R6 CACERTS_FILE = ./../src/share/lib/security/cacerts WARNING: Your build environment has the variable DEV_ONLY defined. This will result in a development-only build of the J2SE workspace, lacking the documentation build and installation bundles. WARNING: You do not have access to the Java Web Start binary. These binaries may be optional for this build. Please check your access to /java/re/javaws/1.2/promoted/pit_tested/bundles/javaws-1_2-bsd-i586-i.zip and/or check your value of ALT_JAVAWS_PATH. This will make your images target build incomplete. Sanity check passed. (cd ./../build/bsd-i386/hotspot-i386/tmp; \ gmake -f /usr/local/jbuild/hotspot/build/bsd/Makefile product \ HOTSPOT_BUILD_VERSION=1.4.1-p2-root_08_feb_2003_11_01 GAMMADIR=/usr/local/jbuild/hotspot ; ) gmake[1]: Entering directory `/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/tmp' (cd bsd_i486_compiler2/product; gmake) gmake[2]: Entering directory `/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/tmp/bsd_i486_compiler2/product' gmake[3]: Entering directory `/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/tmp/bsd_i486_compiler2/product' ../generated/adfiles/adlc -q -T ../generated/adfiles/bsd_i486.ad -c../generated/adfiles/mktmp66206/ad_i486.cpp -h../generated/adfiles/mktmp66206/ad_i486.hpp -a../generated/adfiles/mktmp66206/dfa_i486.cpp -v../generated/adfiles/mktmp66206/adGlobals_i486.hpp Rescanned ../generated/adfiles/bsd_i486.ad but encountered no changes. gmake[3]: Leaving directory `/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/tmp/bsd_i486_compiler2/product' gmake[3]: Entering directory `/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/tmp/bsd_i486_compiler2/product' gmake[3]: Nothing to be done for `default'. gmake[3]: Leaving directory `/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/tmp/bsd_i486_compiler2/product' All done. gmake[2]: Leaving directory `/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/tmp/bsd_i486_compiler2/product' gmake[1]: Leaving directory `/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/tmp' /bin/cp ./../build/bsd-i386/hotspot-i386/tmp/bsd_i486_compiler2/product/libjvm.so /usr/local/jbuild/control/build/bsd-i386/hotspot-i386/server/libjvm.so (cd ./../build/bsd-i386/hotspot-i386/tmp; \ gmake -f /usr/local/jbuild/hotspot/build/bsd/Makefile jvmg \ HOTSPOT_BUILD_VERSION=1.4.1-p2-root_08_feb_2003_11_01 GAMMADIR=/usr/local/jbuild/hotspot ; ) gmake[1]: Entering directory `/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/tmp' (cd bsd_i486_compiler2/jvmg; gmake) gmake[2]: Entering directory `/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/tmp/bsd_i486_compiler2/jvmg' gmake[3]: Entering directory `/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/tmp/bsd_i486_compiler2/jvmg' ../generated/adfiles/adlc -q -T ../generated/adfiles/bsd_i486.ad -c../generated/adfiles/mktmp66266/ad_i486.cpp -h../generated/adfiles/mktmp66266/ad_i486.hpp -a../generated/adfiles/mktmp66266/dfa_i486.cpp -v../generated/adfiles/mktmp66266/adGlobals_i486.hpp Rescanned ../generated/adfiles/bsd_i486.ad but encountered no changes. gmake[3]: Leaving directory `/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/tmp/bsd_i486_compiler2/jvmg' gmake[3]: Entering directory `/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/tmp/bsd_i486_compiler2/jvmg' gmake[3]: Nothing to be done for `default'. gmake[3]: Leaving directory `/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/tmp/bsd_i486_compiler2/jvmg' All done. gmake[2]: Leaving directory `/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/tmp/bsd_i486_compiler2/jvmg' gmake[1]: Leaving directory `/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/tmp' /bin/cp ./../build/bsd-i386/hotspot-i386/tmp/bsd_i486_compiler2/jvmg/libjvm_g.so /usr/local/jbuild/control/build/bsd-i386/hotspot-i386/server/libjvm_g.so rm -f -f /usr/local/jbuild/control/build/bsd-i386/hotspot-i386/server/Xusage.txt /usr/bin/sed 's/\(separated by \)[;:]/\1:/g' < \ ./../../hotspot/src/share/vm/Xusage.txt > /usr/local/jbuild/control/build/bsd-i386/hotspot-i386/server/Xusage.txt (cd ./../build/bsd-i386/hotspot-i386/tmp; \ gmake -f /usr/local/jbuild/hotspot/build/bsd/Makefile product1 \ HOTSPOT_BUILD_VERSION=1.4.1-p2-root_08_feb_2003_11_01 GAMMADIR=/usr/local/jbuild/hotspot ; ) gmake[1]: Entering directory `/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/tmp' (cd bsd_i486_compiler1/product; gmake) gmake[2]: Entering directory `/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/tmp/bsd_i486_compiler1/product' gmake[3]: Entering directory `/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/tmp/bsd_i486_compiler1/product' gmake[3]: Nothing to be done for `default'. gmake[3]: Leaving directory `/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/tmp/bsd_i486_compiler1/product' All done. gmake[2]: Leaving directory `/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/tmp/bsd_i486_compiler1/product' gmake[1]: Leaving directory `/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/tmp' /bin/cp ./../build/bsd-i386/hotspot-i386/tmp/bsd_i486_compiler1/product/libjvm.so /usr/local/jbuild/control/build/bsd-i386/hotspot-i386/client/libjvm.so (cd ./../build/bsd-i386/hotspot-i386/tmp; \ gmake -f /usr/local/jbuild/hotspot/build/bsd/Makefile jvmg1 \ HOTSPOT_BUILD_VERSION=1.4.1-p2-root_08_feb_2003_11_01 GAMMADIR=/usr/local/jbuild/hotspot ; ) gmake[1]: Entering directory `/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/tmp' (cd bsd_i486_compiler1/jvmg; gmake) gmake[2]: Entering directory `/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/tmp/bsd_i486_compiler1/jvmg' gmake[3]: Entering directory `/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/tmp/bsd_i486_compiler1/jvmg' gmake[3]: Nothing to be done for `default'. gmake[3]: Leaving directory `/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/tmp/bsd_i486_compiler1/jvmg' All done. gmake[2]: Leaving directory `/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/tmp/bsd_i486_compiler1/jvmg' gmake[1]: Leaving directory `/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/tmp' /bin/cp ./../build/bsd-i386/hotspot-i386/tmp/bsd_i486_compiler1/jvmg/libjvm_g.so /usr/local/jbuild/control/build/bsd-i386/hotspot-i386/client/libjvm_g.so if [ -r ./../../generics/make/Makefile ]; then \ ( cd ./../../generics/make; gmake all ALT_J2SE_TOPDIR=./../../j2se ALT_OUTPUTDIR=/usr/local/jbuild/control/build/bsd-i386/generics ); \ fi if [ -r ./../../generics/make/Makefile ]; then \ ( cd ./../../generics/make; gmake verify ALT_J2SE_TOPDIR=./../../j2se ALT_OUTPUTDIR=/usr/local/jbuild/control/build/bsd-i386/generics ; ); \ fi ( cd ./../../j2se/make; gmake sanity all plugin images MAKEFLAGS= EXTERNALSANITYCONTROL=true MILESTONE=p2 BUILD_NUMBER=root_08_feb_2003_11_01 ALT_OUTPUTDIR=/usr/local/jbuild/control/build/bsd-i386 ALT_HOTSPOT_SERVER_PATH=/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/server ALT_HOTSPOT_CLIENT_PATH=/usr/local/jbuild/control/build/bsd-i386/hotspot-i386/client ALT_BUNDLE_DATE=08_feb_2003 ARCH_DATA_MODEL=32 JAVAWS_OPTIONAL=true ; ) gmake[1]: Entering directory `/usr/local/jbuild/j2se/make' bsd i586 1.4.1-p2 build started: 03-02-08 11:02 >>>Recursively making java all @ Sat Feb 8 11:02:50 MSK 2003 ... gmake[2]: Entering directory `/usr/local/jbuild/j2se/make/java' >>>Recursively making hpi all @ Sat Feb 8 11:02:51 MSK 2003 ... gmake[3]: Entering directory `/usr/local/jbuild/j2se/make/java/hpi' >>>Recursively making native all @ Sat Feb 8 11:02:51 MSK 2003 ... gmake[4]: Entering directory `/usr/local/jbuild/j2se/make/java/hpi/native' gmake /usr/local/jbuild/control/build/bsd-i386/lib/i386/native_threads/libhpi.so VARIANT=OPT gmake[5]: Entering directory `/usr/local/jbuild/j2se/make/java/hpi/native' /usr/bin/gcc -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -Di586 -DARCH='"i586"' -DRELEASE='"1.4.1-p2"' -DFULL_VERSION='"1.4.1-p2-root_08_feb_2003_11_01"' -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -D_LITTLE_ENDIAN -I. -I/usr/local/jbuild/control/build/bsd-i386/tmp/java/hpi/native_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/solaris/hpi/native_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DHAVE_FILIOH -c -o /usr/local/jbuild/control/build/bsd-i386/tmp/java/hpi/native_threads/obj/threads_md.o ../../../../src/solaris/hpi/native_threads/src/threads_md.c In file included from ../../../../src/solaris/hpi/native_threads/src/threads_md.c:24: /usr/include/sys/resource.h:61: field `ru_utime' has incomplete type /usr/include/sys/resource.h:62: field `ru_stime' has incomplete type gmake[5]: *** [/usr/local/jbuild/control/build/bsd-i386/tmp/java/hpi/native_threads/obj/threads_md.o] Error 1 gmake[5]: Leaving directory `/usr/local/jbuild/j2se/make/java/hpi/native' gmake[4]: *** [optimized] Error 2 gmake[4]: Leaving directory `/usr/local/jbuild/j2se/make/java/hpi/native' gmake[3]: *** [all] Error 1 gmake[3]: Leaving directory `/usr/local/jbuild/j2se/make/java/hpi' gmake[2]: *** [all] Error 1 gmake[2]: Leaving directory `/usr/local/jbuild/j2se/make/java' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/usr/local/jbuild/j2se/make' gmake: *** [j2se-build] Error 2 freebsd# >============================================ Lev Serebryakov /-----------------------------------------------\ | FIDONet: 2:5030/661.0 | | E-Mail: lev@serebryakov.spb.ru | | Page: http://lev.serebryakov.spb.ru/ | | ICQ UIN: 3670018 | | Phone: You know, if you have world nodelist | \===============================================/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Feb 8 1:15:32 2003 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 7C33B37B401 for ; Sat, 8 Feb 2003 01:15:31 -0800 (PST) Received: from misery.sdf.com (misery.sdf.com [207.200.153.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2A3743FAF for ; Sat, 8 Feb 2003 01:15:29 -0800 (PST) (envelope-from tom@sdf.com) Received: from tom (helo=localhost) by misery.sdf.com with local-esmtp (Exim 2.12 #1) id 18hPy8-0000E5-00; Sat, 8 Feb 2003 00:04:12 -0800 Date: Sat, 8 Feb 2003 00:04:10 -0800 (PST) From: Tom Samplonius To: Lev Serebryakov Cc: freebsd-java@FreeBSD.ORG Subject: Re: j2se 1.4.1: FAILURE In-Reply-To: <4641307796.20030208114430@serebryakov.spb.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, 8 Feb 2003, Lev Serebryakov wrote: > Hello, freebsd-java! How are you? > > Could not compile 1.4.1 on 5.0-RELEASE (from 5.0 CD). ... You will need to cvsup to -current, as the OS changes for 1.4.1 were only made recently. This is mentioned in the BUILD file. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Feb 8 1:22: 7 2003 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 6262B37B401 for ; Sat, 8 Feb 2003 01:22:06 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8A0E43F93 for ; Sat, 8 Feb 2003 01:22:03 -0800 (PST) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h18BQlvb074700; Sat, 8 Feb 2003 11:26:48 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h189SVhq014060; Sat, 8 Feb 2003 11:28:31 +0200 (EET) (envelope-from ml) Date: Sat, 8 Feb 2003 11:28:31 +0200 From: Alexey Zelkin To: Lev Serebryakov Cc: freebsd-java@FreeBSD.ORG Subject: Re: j2se 1.4.1: FAILURE Message-ID: <20030208112831.A14037@phantom.cris.net> References: <4641307796.20030208114430@serebryakov.spb.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <4641307796.20030208114430@serebryakov.spb.ru>; from lev@serebryakov.spb.ru on Sat, Feb 08, 2003 at 11:44:30AM +0300 X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, Hmm... I did not try stock 5.0-RELEASE, but with -CURRENT it's buildable. Anyway, try adding "#include " before sys/resource.h in threads_md.c. On Sat, Feb 08, 2003 at 11:44:30AM +0300, Lev Serebryakov wrote: > Hello, freebsd-java! How are you? > > Could not compile 1.4.1 on 5.0-RELEASE (from 5.0 CD). > I'm trying to compile with Linux SUN JDK (not IBM or blackdown > ones). > > I've try to build exactly as decrived in BUIL file. Patch was > applied without any problem. > > Lines 61 and 62 of /usr/include/sys/resource.h is struct's fields > of type `timeval' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Feb 8 1:24: 3 2003 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 EF1C637B401 for ; Sat, 8 Feb 2003 01:24:02 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C7C643F75 for ; Sat, 8 Feb 2003 01:24:00 -0800 (PST) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h18BSkvb074784; Sat, 8 Feb 2003 11:28:46 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h189UVSk014085; Sat, 8 Feb 2003 11:30:31 +0200 (EET) (envelope-from ml) Date: Sat, 8 Feb 2003 11:30:31 +0200 From: Alexey Zelkin To: Tom Samplonius Cc: Lev Serebryakov , freebsd-java@FreeBSD.ORG Subject: Re: j2se 1.4.1: FAILURE Message-ID: <20030208113031.B14037@phantom.cris.net> References: <4641307796.20030208114430@serebryakov.spb.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from tom@sdf.com on Sat, Feb 08, 2003 at 12:04:10AM -0800 X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, On Sat, Feb 08, 2003 at 12:04:10AM -0800, Tom Samplonius wrote: > On Sat, 8 Feb 2003, Lev Serebryakov wrote: > > Hello, freebsd-java! How are you? > > > > Could not compile 1.4.1 on 5.0-RELEASE (from 5.0 CD). > ... > > You will need to cvsup to -current, as the OS changes for 1.4.1 were > only made recently. This is mentioned in the BUILD file. No need to cvsup to -CURRENT. OS changes mentioned in BUILD file are depend on patch for libc_r (which is included to patchset). It means that you may choose -- to cvsup to -CURRENT, or to apply this patch only and rebuild libc_r only. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Feb 8 2: 6:11 2003 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 EAC7D37B401 for ; Sat, 8 Feb 2003 02:06:01 -0800 (PST) Received: from hfep05.dion.ne.jp (hfep05.dion.ne.jp [203.181.105.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8962243FAF for ; Sat, 8 Feb 2003 02:06:00 -0800 (PST) (envelope-from haro@h4.dion.ne.jp) Received: from localhost ([211.134.163.186]) by hfep05.dion.ne.jp with ESMTP id <20030208100556587.UTKE@hfep05.dion.ne.jp>; Sat, 8 Feb 2003 19:05:56 +0900 Date: Sat, 08 Feb 2003 19:05:44 +0900 (JST) Message-Id: <20030208.190544.74756564.haro@h4.dion.ne.jp> To: hwh@gddsn.org.cn Cc: java@FreeBSD.ORG, java@jp.freebsd.org Subject: Re: JDK 1.4.1 patchset 2 From: Munehiro Matsuda In-Reply-To: <3E436383.4080708@gddsn.org.cn> References: <3E436383.4080708@gddsn.org.cn> X-Mailer: Mew version 2.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Sat_Feb__8_19:05:44_2003_364)--" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ----Next_Part(Sat_Feb__8_19:05:44_2003_364)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello FreeBSD-java users, From: Huang wen hui Date: Fri, 07 Feb 2003 15:42:59 +0800 ::The last problem is about jdk under chinese locale. it does not occur ::under -STABLE. jdk1.4.0-p1 and jdk1.3.1-p7 ::also have this problem. I use zh_CN.EUC locale+ XIM server(chinput), ::each GUI app will coredump: :: ::An unexpected exception has been detected in native code outside the VM. ::Unexpected Signal : 10 occurred at PC=0x2B01C09D ::Function=XtWidgetToApplicationContext+0x1D ::Library=/usr/X11R6/lib/libXt.so.6 :: ::Current Java thread: ::at sun.awt.motif.MToolkit.loadSystemColors(Native Method) ::at java.awt.SystemColor.updateSystemColors(SystemColor.java:417) I also get the same error when using: jdk1.3.1-p7 + XIM(kinput2) + 5-current + ja_JP.SJIS locale Same error happens wether I use classicVM/green_thread or hotspot. It seems that, error is related with XIM. FYI, I have attached a trace output with gdb. From the look of it, free()'ed memory does not get null-cleared and being tried to get deallocated again. ::If I do this patch, I know it should not, but the problem is gone. As a work around, I set my /etc/malloc.conf to 'aj', that does make the error go away. hope this helps, Haro =------------------------------------------------------------------------------ _ _ Munehiro (haro) Matsuda -|- /_\ |_|_| Business Incubation Dept., Kubota Corp. /|\ |_| |_|_| 1-3 Nihonbashi-Muromachi 3-Chome Chuo-ku Tokyo 103-8310, Japan Tel: +81-3-3245-3318 Fax: +81-3-3245-3315 Email: haro@kgt.co.jp ----Next_Part(Sat_Feb__8_19:05:44_2003_364)-- Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline; filename="gdb_java_typescript" GNU gdb 5.2.1 (FreeBSD) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and yo= u are welcome to change it and/or distribute copies of it under certain condi= tions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for deta= ils. This GDB was configured as "i386-undermydesk-freebsd"... Core was generated by `java_g'. Program terminated with signal 6, Aborted. Reading symbols from /usr/local/jdk1.3.1/jre/lib/i386/native_threads/li= bhpi_g.so...done. Loaded symbols for /usr/local/jdk1.3.1/jre/lib/i386/native_threads/libh= pi_g.so Reading symbols from /usr/lib/libc_r.so.5...done. Loaded symbols for /usr/lib/libc_r.so.5 Reading symbols from /usr/lib/libc.so.5...done. Loaded symbols for /usr/lib/libc.so.5 Reading symbols from /usr/lib/libm.so.2...done. Loaded symbols for /usr/lib/libm.so.2 Reading symbols from /usr/local/jdk1.3.1/jre/lib/i386/hotspot/libjvm_g.= so... done. Loaded symbols for /usr/local/jdk1.3.1/jre/lib/i386/hotspot/libjvm_g.so= Reading symbols from /usr/lib/libstdc++.so.4...done. Loaded symbols for /usr/lib/libstdc++.so.4 Reading symbols from /usr/local/jdk1.3.1/jre/lib/i386/libverify_g.so...= done. Loaded symbols for /usr/local/jdk1.3.1/jre/lib/i386/libverify_g.so Reading symbols from /usr/local/jdk1.3.1/jre/lib/i386/libjava_g.so...do= ne. Loaded symbols for /usr/local/jdk1.3.1/jre/lib/i386/libjava_g.so Reading symbols from /usr/local/jdk1.3.1/jre/lib/i386/libzip_g.so...don= e. Loaded symbols for /usr/local/jdk1.3.1/jre/lib/i386/libzip_g.so Reading symbols from /usr/local/jdk1.3.1/jre/lib/i386/libawt_g.so...don= e. Loaded symbols for /usr/local/jdk1.3.1/jre/lib/i386/libawt_g.so Reading symbols from /usr/local/jdk1.3.1/jre/lib/i386/libmlib_image_g.s= o... done. Loaded symbols for /usr/local/jdk1.3.1/jre/lib/i386/libmlib_image_g.so Reading symbols from /usr/X11R6/lib/libXm.so.3...done. Loaded symbols for /usr/X11R6/lib/libXm.so.3 Reading symbols from /usr/X11R6/lib/libXp.so.6...done. Loaded symbols for /usr/X11R6/lib/libXp.so.6 Reading symbols from /usr/X11R6/lib/libXt.so.6...done. Loaded symbols for /usr/X11R6/lib/libXt.so.6 Reading symbols from /usr/X11R6/lib/libXext.so.6...done. Loaded symbols for /usr/X11R6/lib/libXext.so.6 Reading symbols from /usr/X11R6/lib/libSM.so.6...done. Loaded symbols for /usr/X11R6/lib/libSM.so.6 Reading symbols from /usr/X11R6/lib/libICE.so.6...done. Loaded symbols for /usr/X11R6/lib/libICE.so.6 Reading symbols from /usr/X11R6/lib/libXtst.so.6...done. Loaded symbols for /usr/X11R6/lib/libXtst.so.6 Reading symbols from /usr/X11R6/lib/libX11.so.6...done. Loaded symbols for /usr/X11R6/lib/libX11.so.6 Reading symbols from /usr/local/jdk1.3.1/jre/lib/i386/libfontmanager_g.= so... done. Loaded symbols for /usr/local/jdk1.3.1/jre/lib/i386/libfontmanager_g.so= Reading symbols from /usr/X11R6/lib/X11/locale/common/xlocale.so.2...do= ne. Loaded symbols for /usr/X11R6/lib/X11/locale/common/xlocale.so.2 Reading symbols from /usr/X11R6/lib/X11/locale/common/xlibi18n.so.2...d= one. Loaded symbols for /usr/X11R6/lib/X11/locale/common/xlibi18n.so.2 Reading symbols from /usr/X11R6/lib/X11/locale/common/xomGeneric.so.2..= .done. Loaded symbols for /usr/X11R6/lib/X11/locale/common/xomGeneric.so.2 Reading symbols from /usr/X11R6/lib/X11/locale/common/ximcp.so.2...done= .= Loaded symbols for /usr/X11R6/lib/X11/locale/common/ximcp.so.2 Reading symbols from /usr/libexec/ld-elf.so.1...done. Loaded symbols for /usr/libexec/ld-elf.so.1 #0 0x280e2663 in kill () from /usr/lib/libc.so.5 Breakpoint 1 at 0x2a0db8fe: file ../../../src/solaris/native/sun/awt/aw= t_MToolkit.c, line 1787. Breakpoint 2 at 0x2a4c5b14: file Destroy.c, line 333. Breakpoint 3 at 0x2a4c546d: file Destroy.c, line 99. Breakpoint 4 at 0x2a4c5564: file Destroy.c, line 130. Breakpoint 5 at 0x2a4c5744: file Destroy.c, line 192. Breakpoint 6 at 0x2a4c5a88: file Destroy.c, line 306. Breakpoint 7 at 0x2a4bcf97: file Callback.c, line 654. Breakpoint 8 at 0x2a39b954: file XmIm.c, line 842. Breakpoint 9 at 0x2a4e247a: file Shell.c, line 1674. (gdb) where #0 0x280e2663 in kill () from /usr/lib/libc.so.5 #1 0x281459dc in abort () from /usr/lib/libc.so.5 #2 0x283f429c in os::abort(long) (dump_core=3D1) at /home/tmp/usr/ports/java/jdk13.patched/work/hotspot1.3.1/src/os/= linux/vm/os_linux.cpp:1094 #3 0x283f0dcc in os::handle_unexpected_exception(Thread*, int, unsigne= d char*, void*) (thread=3D0x805e418, sig=3D10, = pc=3D0x2a4c712d "\017=B6@\024$\004\204=C0t\t\213FX=EB$\215t&", = extra_info=3D0xbfbfd7b0) at /home/tmp/usr/ports/java/jdk13.patched/work/hotspot1.3.1/src/sha= re/vm/runtime/os.cpp:829 #4 0x283f9567 in JVM_handle_solaris_signal (sig=3D10, info=3D0xbfbfd7b= 0, = ucVoid=3D0xbfbfd4f0, abort_if_unrecognized=3D1) at /home/tmp/usr/ports/java/jdk13.patched/work/hotspot1.3.1/src/os_= cpu/linux_i486/vm/os_linux_i486.cpp:730 #5 0x283f6455 in signalHandler (sig=3D0, info=3D0x0, ucVoid=3D0x0) at /home/tmp/usr/ports/java/jdk13.patched/work/hotspot1.3.1/src/os/= linux/vm/os_linux.cpp:2032 #6 0x28082ae1 in _thread_sig_handler () from /usr/lib/libc_r.so.5 #7 0x28082947 in _thread_sig_handler () from /usr/lib/libc_r.so.5 #8 #9 0x2a4c712d in XtWidgetToApplicationContext (w=3D0x84da700) at Displ= ay.c:754 #10 0x2a4c5b1f in XtDestroyWidget (widget=3D0x84da700) at Destroy.c:333= #11 0x2a39b9b1 in _XmImFreeShellData (widget=3D0x84d4a00, data=3D0x84d1= cb8) at XmIm.c:865 #12 0x2a3a5261 in Destroy (wid=3D0x84d4a00) at VendorS.c:2728 #13 0x2a4c5669 in Phase2Destroy (widget=3D0x84d4a00) at Destroy.c:159 #14 0x2a4c543a in Recursive (widget=3D0x84d4a00, proc=3D0x2a4c5550 ) at Destroy.c:93 #15 0x2a4c59ea in XtPhase2Destroy (widget=3D0x84d4a00) at Destroy.c:273= #16 0x2a4c5aec in _XtDoPhase2Destroy (app=3D0x83dd200, dispatch_level=3D= 0) at Destroy.c:320 #17 0x2a4c5c4f in XtDestroyWidget (widget=3D0x84d4a00) at Destroy.c:376= #18 0x2a0dbf49 in Java_sun_awt_motif_MToolkit_loadSystemColors (env=3D0= x805e4b0, = this=3D0xbfbfdb68, systemColors=3D0xbfbfdb64) at ../../../src/solaris/native/sun/awt/awt_MToolkit.c:1947 #19 0x080e01ac in ?? () #20 0x080dc519 in ?? () #21 0x080dc519 in ?? () #22 0x287145bd in StubRoutines::_code1 () from /usr/local/jdk1.3.1/jre/lib/i386/hotspot/libjvm_g.so #23 0x28301121 in JavaCalls::call_helper(JavaValue*, methodHandle*, Jav= aCallArguments*, Thread*) (result=3D0xbfbfdcd0, m=3D0x0, args=3D0xbfbfd= ce0, = __the_thread__=3D0x805e418) at stubRoutines.hpp:119 #24 0x28300b4d in JavaCalls::call(JavaValue*, methodHandle, JavaCallArg= uments*, Thread*) (result=3D0xbfbfdcd0, method=3D { =3D {_handle =3D 0x8073a54}, }, args=3D= 0xbfbfdce0, = __the_thread__=3D0x805e418) at /home/tmp/usr/ports/java/jdk13.patched/work/hotspot1.3.1/src/sha= re/vm/runtime/javaCalls.cpp:287 #25 0x282d1679 in instanceKlass::call_class_initializer_impl(instanceKl= assHandle, Thread*) (this_oop=3D { =3D { =3D {_handle =3D 0x8073a44}, }, }, __the_thread__=3D0x805e418) at /home/tmp/usr/ports/java/jdk13.patched/work/hotspot1.3.1/src/sha= re/vm/oops/instanceKlass.cpp:514 #26 0x282d129d in instanceKlass::call_class_initializer(Thread*) ( this=3D0x47413128, __the_thread__=3D0x0) at handles.hpp:192 #27 0x282cf2c5 in instanceKlass::initialize_impl(instanceKlassHandle, T= hread*) (this_oop=3D { =3D { =3D {_handle =3D 0x8073880}, }, }, __the_thread__=3D0x805e418) at handl= es.hpp:192 #28 0x282ccbd8 in instanceKlass::initialize(Thread*) (this=3D0x8073880,= = __the_thread__=3D0x805e418) at /home/tmp/usr/ports/java/jdk13.patched/work/hotspot1.3.1/src/sha= re/vm/oops/instanceKlass.cpp:81 #29 0x283c1244 in LinkResolver::resolve_field(FieldAccessInfo&, constan= tPoolHandle, int, Bytecodes::Code, long, long, Thread*) (result=3D@0x0,= pool=3D { =3D {_handle =3D 0x8073830}, }, index= =3D9984, = byte=3D-1077944296, check_only=3D0, update_pool=3D1, __the_thread__= =3D0x805e418) at handles.hpp:126 #30 0x283c092a in LinkResolver::resolve_field(FieldAccessInfo&, constan= tPoolHandle, int, Bytecodes::Code, long, Thread*) (result=3D@0x0, pool=3D= { =3D {_handle =3D 0x0}, }, index=3D0, = byte=3D_nop, = check_only=3D0, __the_thread__=3D0x0) at /home/tmp/usr/ports/java/jdk13.patched/work/hotspot1.3.1/src/sha= re/vm/interpreter/linkResolver.cpp:264 #31 0x282ea798 in InterpreterRuntime::resolve_get_put(JavaThread*, Byte= codes::Code) (thread=3D0x805e418, bytecode=3D178) at interpreterRuntime= .hpp:34 #32 0x080e5ddb in ?? () #33 0x080dc519 in ?? () #34 0x080dc519 in ?? () #35 0x080dc56d in ?? () #36 0x080dc519 in ?? () #37 0x080dc519 in ?? () #38 0x080dc519 in ?? () #39 0x080dc519 in ?? () #40 0x080dc519 in ?? () #41 0x080dc519 in ?? () #42 0x080dc519 in ?? () #43 0x080dc519 in ?? () #44 0x080dc519 in ?? () #45 0x080dc519 in ?? () #46 0x080dc519 in ?? () #47 0x080dc519 in ?? () #48 0x080dc519 in ?? () #49 0x080dc56d in ?? () #50 0x080dc519 in ?? () #51 0x080dc519 in ?? () #52 0x080dc519 in ?? () #53 0x080dc519 in ?? () #54 0x287145bd in StubRoutines::_code1 () from /usr/local/jdk1.3.1/jre/lib/i386/hotspot/libjvm_g.so #55 0x28301121 in JavaCalls::call_helper(JavaValue*, methodHandle*, Jav= aCallArguments*, Thread*) (result=3D0xbfbfe810, m=3D0x0, args=3D0xbfbfe= 710, = __the_thread__=3D0x805e418) at stubRoutines.hpp:119 #56 0x28300b4d in JavaCalls::call(JavaValue*, methodHandle, JavaCallArg= uments*, Thread*) (result=3D0xbfbfe810, method=3D { =3D {_handle =3D 0x8073828}, }, args=3D= 0xbfbfe710, = __the_thread__=3D0x805e418) at /home/tmp/usr/ports/java/jdk13.patched/work/hotspot1.3.1/src/sha= re/vm/runtime/javaCalls.cpp:287 #57 0x28310bb0 in jni_invoke (env=3D0x805e4b0, result=3D0xbfbfe810, rec= eiver=3D0x0, = call_type=3DJNI_STATIC, methodID=3D0x8206098, args=3D0xbfbfe7e0, = __the_thread__=3D0x805e418) at /home/tmp/usr/ports/java/jdk13.patched/work/hotspot1.3.1/src/sha= re/vm/prims/jni.cpp:601 #58 0x283250fc in jni_CallStaticVoidMethod (env=3D0x805e4b0, cls=3D0x80= 5d180, = methodID=3D0x8206098) at /home/tmp/usr/ports/java/jdk13.patched/work/hotspot1.3.1/src/sha= re/vm/prims/jni.cpp:938 #59 0x08049356 in main (argc=3D0, argv=3D0xbfbff130) at ../../../../src/share/bin/java.c:323 #60 0x08048bc5 in _start () (gdb) = (gdb) up 9 #9 0x2a4c712d in XtWidgetToApplicationContext (w=3D0x84da700) at Displ= ay.c:754 754 retval =3D _XtGetPerDisplay(XtDisplayOfObject(w))->appContext; (gdb) list 749 XtAppContext XtWidgetToApplicationContext(w) 750 Widget w; 751 { 752 XtAppContext retval; 753 = 754 retval =3D _XtGetPerDisplay(XtDisplayOfObject(w))->appContext; 755 return retval; 756 } 757 = 758 = (gdb) print w $2 =3D (struct _WidgetRec *) 0x84da700 (gdb) print *w $1 =3D {core =3D {self =3D 0xd0d0d0d0, widget_class =3D 0xd0d0d0d0, = parent =3D 0xd0d0d0d0, xrm_name =3D -791621424, being_destroyed =3D= -48 '=D0', = destroy_callbacks =3D 0xd0d0d0d0, constraints =3D 0xd0d0d0d0, x =3D= -12080, = y =3D -12080, width =3D 53456, height =3D 53456, border_width =3D 5= 3456, = managed =3D -48 '=D0', sensitive =3D -48 '=D0', ancestor_sensitive = =3D -48 '=D0', = event_table =3D 0xd0d0d0d0, tm =3D {translations =3D 0xd0d0d0d0, = proc_table =3D 0xd0d0d0d0, current_state =3D 0xd0d0d0d0, = lastEventTime =3D 3503345872}, accelerators =3D 0xd0d0d0d0, = border_pixel =3D 3503345872, border_pixmap =3D 3503345872, = popup_list =3D 0xd0d0d0d0, num_popups =3D 3503345872, = name =3D 0xd0d0d0d0
, screen =3D = 0xd0d0d0d0, = colormap =3D 3503345872, window =3D 3503345872, depth =3D 350334587= 2, = background_pixel =3D 3503345872, background_pixmap =3D 3503345872, = visible =3D -48 '=D0', mapped_when_managed =3D -48 '=D0'}} (gdb) q ----Next_Part(Sat_Feb__8_19:05:44_2003_364)---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Feb 8 4: 9:44 2003 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 AE9EF37B405 for ; Sat, 8 Feb 2003 04:09:41 -0800 (PST) Received: from mx1.aist.go.jp (mx1.aist.go.jp [150.29.246.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83DC443F93 for ; Sat, 8 Feb 2003 04:09:34 -0800 (PST) (envelope-from shudo@computer.org) Received: from rpsmtp1.aist.go.jp by mx1.aist.go.jp with ESMTP id h18C9Js24504; Sat, 8 Feb 2003 21:09:19 +0900 (JST) env-from (shudo@computer.org) Received: from mail01.aist.go.jp by rpsmtp1.aist.go.jp with ESMTP id h18C9IX23838; Sat, 8 Feb 2003 21:09:18 +0900 (JST) env-from (shudo@computer.org) Received: from aist.go.jp by mail01.aist.go.jp with ESMTP id h18C9Eh02983; Sat, 8 Feb 2003 21:09:14 +0900 (JST) env-from (shudo@computer.org) Date: Sat, 08 Feb 2003 21:09:04 +0900 (JST) Message-Id: <20030208.210904.304092174.shudo@localhost> To: jdp@polstra.com, freebsd-java@FreeBSD.ORG Cc: john@utzweb.net, "brent@rcfile.org.freebsd-chat"@FreeBSD.ORG, rwatson@freesbsd.org, calvin.austin@sun.com, brian@collab.net, bod@freebsdfoundation.org, shudo@computer.org Subject: Re: patchset 2 report (billh's resignation) From: shudo@computer.org In-Reply-To: References: <863cn2nf6g.wl@utweb.net> X-Mailer: Mew version 2.2 on XEmacs 21.4.8 (Honest Recruiter) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thanks John for you clarification of the situation, Sorry if you have received the almost same letters multiple times. This is the third time I post it because I could not see the previous letters on the mail list because they have an attached part which is not text/x-patch MIME type. I noticed that the original purpose of the funding by FBSD Foundation and the actual usage of the fund are inconsistent. From: John Polstra > Now I will go over the history of this particular hiring decision. > As most of you know, the Foundation finalized a license agreement in > December, 2001 with Sun Microsystems to allow us to distribute a > FreeBSD version of the JDK and JRE. As part of that agreement, Sun > requires that the distribution pass the full suite of tests in their > Technology Compliance Kit (TCK). That sounds simple, but in fact it > is a very difficult process and I am told that it typically takes a > year or more to complete it. > > Now fast-forward about a year, to some time around the end of 2002. > We at the Foundation were feeling a bit embarrassed. We had > announced the license agreement with great fanfare a year before, > and it naturally raised expectations that a release of the software > was imminent. I can lay claim to some blame for that, as I myself > thought that the software would be released very quickly. I did not > understand at that time what a challenge the TCK was. Unfortunately, you could not have a chance to see my warning to the FreeBSD-Java list soon after the announce: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=50852+0+archive/2001/freebsd-java/20011230.freebsd-java The following is an extract from the attached mail: | Subject: Re: Pre-compiled native JDK1.3.1 | To: java@FreeBSD.ORG | Date: Thu, 27 Dec 2001 15:08:51 +0900 | > The plan is to do this for 4.5, but the JDK must first pass the JCK to | > be legal under the licensing agreement. | | I'm doubtful whether any Java 2 SDK can pass the JCK | (now called J2SE TCK?) until FreeBSD 4.5 is out. | | Even two years ago, the JCK contains about 2500 of VM | tests and also 2500 of lang tests. Java 2 SDK forFreeBSD | will take a certain period of time to pass the tests. > So, some time in the final months of 2002 I asked the other Foundation > board members if perhaps we could help move things along by funding > somebody to work on getting the JDK and JRE to a point where it could > be released. They agreed that it would be a good use of Foundation > funds, and so we started working on it. The original purpose of the funding, which is boosting the TCK work, is inconsistent with the following announce by Greg: | From: Greg Lewis | To: freebsd-java@FreeBSD.ORG | Date: Wed, 5 Feb 2003 03:44:45 +1030 | | Again, I would like to thank Alexey Zelkin who has single handedly been | working on the 1.4 port. I'd also like to thank the FreeBSD Foundation | who have provided the funding to allow Alexey to continue his work. This announce says that FBSD Foundation has provided the fund for the porting work of JDK 1.4.1, which does not boost the TCK work at all. Greg has been working hard on the TCK work throughout the year 2002. He has been improved Classic VM of JDK 1.3.1 to get it passing the TCK. Alexey's current work is porting of HotSpot VM of JDK 1.4.X. They are completely different activities. Or, was the target of the TCK work changed into JDK 1.4.X? As many of you know, 1.4.X for FreeBSD has just started working and still immature and it will need much time to pass the TCK. See the case of 1.3.1. FreeBSD's 1.4.X will take more time then 1.3.1. Anyway, it's wasteful to abandon the work on 1.3.1. > Both > Greg and Nate agreed that Alexey would be a good person for the job. I guess you mean the TCK work by `the job'. Kazuyuki Shudo shudo@computer.org http://www.shudo.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Feb 8 4:57:55 2003 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 990C137B401 for ; Sat, 8 Feb 2003 04:57:51 -0800 (PST) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 311AC43F75 for ; Sat, 8 Feb 2003 04:57:50 -0800 (PST) (envelope-from snowfall@gmx.co.uk) Received: (qmail 463 invoked by uid 0); 8 Feb 2003 12:57:41 -0000 Received: from tnt1-552.quicksilver.net.nz (HELO COMPUTER.gmx.co.uk) (202.89.152.172) by mail.gmx.net (mp017-rz3) with SMTP; 8 Feb 2003 12:57:41 -0000 Message-Id: <5.1.1.2.2.20030208231906.05672560@pop.qsi.net.nz> X-Sender: 6803933@213.165.64.20 X-Mailer: QUALCOMM Windows Eudora Version 5.1.1.3 (Beta) Date: Sun, 09 Feb 2003 01:39:30 +1300 To: freebsd-java@FreeBSD.ORG From: Snowfall Subject: Sun says 22% of JVM bugs left unfixed apparently Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org A website hosting some internal memorandums, & a [leaked] Sun memo: http://www.internalmemos.com/memos/memodetails.php?memo_id=1321 The year of the apparent internal Sun Microsystems document seems to be 2001 or 2002. Here are some excerpts. Like how Sun designed its Java language, I only put in the text I wanted to put in, without having an interest in what readers might have wanted (joke). | Sun Microsystems | | The Java Problem | Author: Julian S. Taylor | Reviewed by: Steve Talley, Mark Carlson, Henry Knapp, | Willy (Waikwan) Hui, Eugene Krivopaltsev, Peter | Madany, Michael Boucher | ... | This document ... represents a consensus of several | senior engineers within Sun Microsystems. ... Our | experience in filing bugs against Java has been to see | them rapidly closed as "will not fix". 22% of accepted | non-duplicate bugs against base Java are closed in this | way as opposed to 7% for C++. Key examples include: | | 4246106 Large virtual memory consumption of JVM | 4374713 Anonymous inner classes have incompatible | serialization | 4380663 Multiple bottlenecks in the JVM | 4407856 RMI secure transport provider doesn't timeout | SSL sessions | 4460368 For jdk1.4, JTable.setCellSelectionEnabled() | does not work | 4460382 For Jdk1.4, the table editors for JTable do not | work. | 4433962 JDK1.3 HotSpot JVM crashes Sun Management | Center Console | 4463644 Calculation of JTable's height is different for | jdk1.2 and jdk1.4 | 4475676 [under jdk1.3.1, new JFrame launch causes | jumping] | | In personal conversations with Java engineers and | managers, it appears that Solaris is not a priority and | the resource issues are not viewed as serious. Attempts | to discuss this have not been productive and the | message we hear routinely from Java engineering is that | new features are key and improvements to the foundation | are secondary. ... ... | dependencies for deployment". Following is an excerpt: | | - Large footprint of applications when run on Solaris. | A simple application ("hello world" type) has a total | footprint of 35-40 megs on Solaris 9 (build 48, using | Java 1.4 build 82) on both Intel and Sparc machines. | Sparc machines, by far, have a much higher resident | footprint then Intel machines (~30 megs, compared to | ~11 megs). The same program run on a Windows machine | has a footprint of ~5 megs, resident footprint being | ~3.5 megs. ... | SMC, Sun's flagship system admin console, takes between | one and two minutes to reach the point that it can be | used. ... | | Given this data, it appears that the JRE can actually | be simpler than the Python RE since Java does at least | some of this work at compile time. ... Hello World | written in Java2 requires 9M for this most basic | support infrastructure. ... Further examples of what is | possible include the compiling OO languages Eiffel and | Sather which fit their garbage collector, exception | processor and other infrastructure into roughly 400K of | resident set. | | ... It is impractical to run it as a non-terminating | daemon. ... Java applications cannot be executed at | boot time since the loading of the VM introduces an | unacceptable performance degradation. ... ... | We strongly recommend that management require Java to | conform to the Software Development Framework | especially from the standpoint of ARCreview | [Architecture Review Committees] ... | What is perhaps more important is that the perception | of Java as an unstable platform is widespread. This | perception is restated with every Java-based project to | come to ARC. Within Sun, Java is not viewed as a | satisfactory language for the construction of | commercial applications. The URL was mentioned in news:comp.lang.ada on about 7 Feb 2003, under the subject "JVM News". Java is compared with Ada 95 here: and Ada is argued to be designed better: http://www.gnat.com/texts/products/prod_java.htm Sun does not seem to have the word Ada in its corporate vocabulary. They got the word "Eiffel" into their memo though, a near miss. Had they had Bill Joy mangle Ada and make it worse, e.g. using Japanese contractors, they could have produced a language that is far better than what Java is today. Craig Carey Ada mailing lists: http://www.ijs.co.nz/ada_95.htm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Feb 8 5:17: 8 2003 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 1CB2637B401 for ; Sat, 8 Feb 2003 05:17:06 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB97543F3F for ; Sat, 8 Feb 2003 05:17:02 -0800 (PST) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h18FISvb081218; Sat, 8 Feb 2003 15:18:29 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h18DK1wh015060; Sat, 8 Feb 2003 15:20:01 +0200 (EET) (envelope-from ml) Date: Sat, 8 Feb 2003 15:20:01 +0200 From: Alexey Zelkin To: shudo@computer.org Cc: jdp@polstra.com, freebsd-java@FreeBSD.ORG, john@utzweb.net, rwatson@freesbsd.org, calvin.austin@sun.com, brian@collab.net, bod@freebsdfoundation.org Subject: Re: patchset 2 report (billh's resignation) Message-ID: <20030208152001.A14927@phantom.cris.net> References: <863cn2nf6g.wl@utweb.net> <20030208.210904.304092174.shudo@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030208.210904.304092174.shudo@localhost>; from shudo@computer.org on Sat, Feb 08, 2003 at 09:09:04PM +0900 X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, I did not participated in this thread and won't because of many reasons. First off, I am technician and I don't like bringing political steps and moves into technical projects (like FreeBSD or Java port). But this letter contains some points which are not correct and I'd like to correct/comment them. For sure both John and Greg will add more, but... On Sat, Feb 08, 2003 at 09:09:04PM +0900, shudo@computer.org wrote: > I noticed that the original purpose of the funding by FBSD Foundation > and the actual usage of the fund are inconsistent. [..] > The original purpose of the funding, which is boosting the TCK work, > is inconsistent with the following announce by Greg: > > | From: Greg Lewis > | To: freebsd-java@FreeBSD.ORG > | Date: Wed, 5 Feb 2003 03:44:45 +1030 > | > | Again, I would like to thank Alexey Zelkin who has single handedly been > | working on the 1.4 port. I'd also like to thank the FreeBSD Foundation > | who have provided the funding to allow Alexey to continue his work. > > This announce says that FBSD Foundation has provided the fund for the > porting work of JDK 1.4.1, which does not boost the TCK work at all. Greg is correctly stated current stage of my work, but he did not said anything about target purpose of work for that I was contracted for. Main aim of my contract is to have "JDK 1.4.x passed thru TCK tests". Therefore I don't see a ground of your words. > Greg has been working hard on the TCK work throughout the year 2002. > He has been improved Classic VM of JDK 1.3.1 to get it passing the Correct. > TCK. Alexey's current work is porting of HotSpot VM of JDK 1.4.X. Incorrect. HotSpot is only part of my work. But since HotSpot is only JVM supported by JDK 1.4.x -- important part of work. My current target is make whole JDK 1.4 working. Actually it's in good shape already, but it require enough testing before releasing "binary" release. > They are completely different activities. Before starting to pass TCK tests -- we need to have working JDK or no ? > Or, was the target of the TCK work changed into JDK 1.4.X? No. Greg still is working on 1.3.x. Work for 1.3 and 1.4 is going parallely. > As many of you know, 1.4.X for FreeBSD has just started working and > still immature and it will need much time to pass the TCK. See the My initial work on 1.4 was started back in August 2002. I don't think that "just started" and "6 months ago" are same statements. Unfortunatelly almost three months of this time I was not able to actively work on JDK (because of leaving company which provided me hardware for working on it). Since middle-Jan I have started to go with FBSDF and three weeks later we have released another patchset. If I will not hit into something absolutely crazy with HotSpot -- we'll release next patchset (considered as first beta, i.e. for wide testers auditory) before end of winter. According to TCK -- next week I am going to setup environment for TCK tests. I.e. first pass of TCK for 1.4 tests will be completed next week. > case of 1.3.1. FreeBSD's 1.4.X will take more time then 1.3.1. > Anyway, it's wasteful to abandon the work on 1.3.1. I did not read any messages/announces about that. Did I miss something ? > > Both > > Greg and Nate agreed that Alexey would be a good person for the job. > > I guess you mean the TCK work by `the job'. Yes. But looking from above it was not exactly your guess :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Feb 8 5:27:37 2003 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 1746F37B401 for ; Sat, 8 Feb 2003 05:27:36 -0800 (PST) Received: from indra.perceval.net (indra.perceval.net [194.183.225.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7BD043F93 for ; Sat, 8 Feb 2003 05:27:34 -0800 (PST) (envelope-from helpdesk@perceval.be) Received: from perceval.be (oberon.perceval.be [194.183.229.171]) by indra.perceval.net (8.11.6/8.11.6) with ESMTP id h18DRNm39646; Sat, 8 Feb 2003 14:27:24 +0100 (CET) (envelope-from helpdesk@perceval.be) Message-ID: <3E4505D6.D0E09AE9@perceval.be> Date: Sat, 08 Feb 2003 14:27:50 +0100 From: Emmanuel Bergmans Reply-To: helpdesk@perceval.be Organization: Perceval X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Joe Negem Cc: mb@perceval.be, freebsd-java@FreeBSD.ORG Subject: Re: problems with mySQL driver References: <000801c2cfef$2eb56b50$ce8417d2@lop.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, > Joe Negem wrote: > > Hi there friends. > > I was just wondering if you solved the problem you mentioned at http://news.gw.com/freebsd.java/4333. I am having > the EXACT same problem in the exact same circumstances. Any help would be appreciated. > Everything works correctly now but I just downgrad Jboss with embedded Tomat to JBoss-2.4.4_Tomcat-4.0.1. I use Apache with mod_jk as frontenf. The public web site is working correctly now since 2-3 weeks. New System configuration -------------------- FreeBSD 4.6.2 mysql-jdbc-mm-2.0.14 jdk-1.3.1p7_1 JBoss-2.4.4_Tomcat-4.0.1 (joss with embedded Tomcat) Regards, > Thanks in advance. -- Perceval Helpdesk Team helpdesk@perceval.net ---------------------------------------------------------------------------- Perceval Technologies sa/nv Rue Tenbosch, 9 B-1000 Brussels BELGIUM Tel: +32-2-6409194 Fax: +32-2-6403154 URL: http://www.perceval.be/ E-mail for general information: info@perceval.net E-mail for technical information: helpdesk@perceval.net ---------------------------------------------------------------------------- This e-mail message contains legally PRIVILEGED and CONFIDENTIAL information intended for the use of the addressee only. If you are not the intended recipient of this message, please notify the undersigned by telephone or e-mail reply and destroy this message and any attachments. Any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Perceval. The integrity and security of this message cannot be guaranteed and it may be subject to data corruption, interception, unauthorised amendment, viruses and unforeseen delays, for which we accept no liability. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Feb 8 7:36:37 2003 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 B679737B406 for ; Sat, 8 Feb 2003 07:36:34 -0800 (PST) Received: from plato.webprogrammers.net (plato.webprogrammers.net [204.221.75.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBDCD43F93 for ; Sat, 8 Feb 2003 07:36:24 -0800 (PST) (envelope-from jstepka@hoderi.com) Received: from jstepka (c68.117.40.175.rose.mn.charter.com [68.117.40.175]) by plato.webprogrammers.net (8.12.6/8.12.6) with SMTP id h18FeAaR050365; Sat, 8 Feb 2003 09:40:10 -0600 (CST) (envelope-from jstepka@hoderi.com) Message-ID: <004501c2cf87$d8b59a70$6401010a@jstepka> From: "Justen Stepka" To: , "Joe Negem" Cc: , References: <000801c2cfef$2eb56b50$ce8417d2@lop.com> <3E4505D6.D0E09AE9@perceval.be> Subject: Re: problems with mySQL driver Date: Sat, 8 Feb 2003 09:36:26 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org HA! I really thought that I was the only one... I've been having issues with connecting using the mm mysql driver with the following enviroment: FreeBSD 4.7-stable mysql-jdbc-mm-2.0.14 jdk-1.3.1p6 and linux 1.3.1 Orion 1.5.4 Justen Stepka ----- Original Message ----- From: "Emmanuel Bergmans" To: "Joe Negem" Cc: ; Sent: Saturday, February 08, 2003 7:27 AM Subject: Re: problems with mySQL driver > Hi, > > > Joe Negem wrote: > > > > Hi there friends. > > > > I was just wondering if you solved the problem you mentioned at http://news.gw.com/freebsd.java/4333. I am having > > the EXACT same problem in the exact same circumstances. Any help would be appreciated. > > > > Everything works correctly now but I just downgrad Jboss with embedded Tomat to JBoss-2.4.4_Tomcat-4.0.1. I use > Apache with mod_jk as frontenf. The public web site is working correctly now since 2-3 weeks. > > New System configuration > -------------------- > FreeBSD 4.6.2 > mysql-jdbc-mm-2.0.14 > jdk-1.3.1p7_1 > JBoss-2.4.4_Tomcat-4.0.1 (joss with embedded Tomcat) > > Regards, > > > Thanks in advance. > > -- > > Perceval Helpdesk Team > helpdesk@perceval.net > > -------------------------------------------------------------------------- -- > > Perceval Technologies sa/nv > Rue Tenbosch, 9 > B-1000 Brussels > BELGIUM > Tel: +32-2-6409194 > Fax: +32-2-6403154 > URL: http://www.perceval.be/ > E-mail for general information: info@perceval.net > E-mail for technical information: helpdesk@perceval.net > -------------------------------------------------------------------------- -- > > This e-mail message contains legally PRIVILEGED and CONFIDENTIAL > information intended for the use of the addressee only. If you are not > the intended recipient of this message, please notify the undersigned > by telephone or e-mail reply and destroy this message and any attachments. > Any views or opinions presented in this e-mail are solely those of > the author and do not necessarily represent those of Perceval. The > integrity and security of this message cannot be guaranteed and it may > be subject to data corruption, interception, unauthorised amendment, > viruses and unforeseen delays, for which we accept no liability. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Feb 8 12:26:13 2003 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 D534837B401 for ; Sat, 8 Feb 2003 12:26:11 -0800 (PST) Received: from mgr1.xmission.com (mgr1.xmission.com [198.60.22.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2603043F93 for ; Sat, 8 Feb 2003 12:26:10 -0800 (PST) (envelope-from glewis@eyesbeyond.com) Received: from mail by mgr1.xmission.com with spam-scanned (Exim 3.35 #1) id 18hbSR-0000kK-01 for freebsd-java@freebsd.org; Sat, 08 Feb 2003 13:20:16 -0700 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr1.xmission.com with esmtp (Exim 3.35 #1) id 18hbPY-0007Fa-01; Sat, 08 Feb 2003 13:17:52 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id h18KAne26097; Sun, 9 Feb 2003 06:40:49 +1030 (CST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Sun, 9 Feb 2003 06:38:34 +1030 From: Greg Lewis To: shudo@computer.org Cc: jdp@polstra.com, freebsd-java@FreeBSD.ORG, bod@freebsdfoundation.org Subject: Re: patchset 2 report (billh's resignation) Message-ID: <20030209063833.A25924@misty.eyesbeyond.com> References: <863cn2nf6g.wl@utweb.net> <20030208.210904.304092174.shudo@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030208.210904.304092174.shudo@localhost>; from shudo@computer.org on Sat, Feb 08, 2003 at 09:09:04PM +0900 X-Spam-Status: No, hits=-3.5 required=8.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01,USER_AGENT, USER_AGENT_MUTT,X_AUTH_WARNING version=2.43 X-Spam-Level: Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi Shudo-san, [Insane cc list which has gone too long in this thread trimmed.] On Sat, Feb 08, 2003 at 09:09:04PM +0900, shudo@computer.org wrote: > This announce says that FBSD Foundation has provided the fund for the > porting work of JDK 1.4.1, which does not boost the TCK work at all. > > Greg has been working hard on the TCK work throughout the year 2002. > He has been improved Classic VM of JDK 1.3.1 to get it passing the > TCK. Alexey's current work is porting of HotSpot VM of JDK 1.4.X. > They are completely different activities. > > Or, was the target of the TCK work changed into JDK 1.4.X? > > As many of you know, 1.4.X for FreeBSD has just started working and > still immature and it will need much time to pass the TCK. See the > case of 1.3.1. FreeBSD's 1.4.X will take more time then 1.3.1. > Anyway, it's wasteful to abandon the work on 1.3.1. I am not sure how much I can say on this, but suffice to say that work on 1.3.1 is not being abandoned. On the contrary, I have patchset 8 ready to go save for some final regression testing and some feedback I am waiting on. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Feb 8 14: 9:24 2003 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 1686F37B401 for ; Sat, 8 Feb 2003 14:09:23 -0800 (PST) Received: from gnuppy.monkey.org (wsip68-15-8-100.sd.sd.cox.net [68.15.8.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45A9143F3F for ; Sat, 8 Feb 2003 14:09:17 -0800 (PST) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 18hd5i-0000QN-00; Sat, 08 Feb 2003 14:04:54 -0800 Date: Sat, 8 Feb 2003 14:04:53 -0800 To: shudo@computer.org Cc: jdp@polstra.com, freebsd-java@FreeBSD.ORG, john@utzweb.net, "brent@rcfile.org.freebsd-chat"@FreeBSD.ORG, rwatson@freesbsd.org, calvin.austin@sun.com, brian@collab.net, bod@freebsdfoundation.org, "Bill Huey (Hui)" Subject: Re: patchset 2 report (billh's resignation) Message-ID: <20030208220453.GA1434@gnuppy.monkey.org> References: <863cn2nf6g.wl@utweb.net> <20030208.210904.304092174.shudo@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030208.210904.304092174.shudo@localhost> User-Agent: Mutt/1.5.3i From: Bill Huey (Hui) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Feb 08, 2003 at 09:09:04PM +0900, shudo@computer.org wrote: > Unfortunately, you could not have a chance to see my warning to the > FreeBSD-Java list soon after the announce: > > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=50852+0+archive/2001/freebsd-java/20011230.freebsd-java > > The following is an extract from the attached mail: The tests were passed in the green threading system with the help of another vendor recently from private mailings. > The original purpose of the funding, which is boosting the TCK work, > is inconsistent with the following announce by Greg: > > | From: Greg Lewis > | To: freebsd-java@FreeBSD.ORG > | Date: Wed, 5 Feb 2003 03:44:45 +1030 > | > | Again, I would like to thank Alexey Zelkin who has single handedly been > | working on the 1.4 port. I'd also like to thank the FreeBSD Foundation > | who have provided the funding to allow Alexey to continue his work. > > This announce says that FBSD Foundation has provided the fund for the > porting work of JDK 1.4.1, which does not boost the TCK work at all. They need oversight, that's the bottom line and can't be just randomly meddling into various groups. > Greg has been working hard on the TCK work throughout the year 2002. > He has been improved Classic VM of JDK 1.3.1 to get it passing the > TCK. Alexey's current work is porting of HotSpot VM of JDK 1.4.X. > They are completely different activities. > > Or, was the target of the TCK work changed into JDK 1.4.X? > > As many of you know, 1.4.X for FreeBSD has just started working and > still immature and it will need much time to pass the TCK. See the > case of 1.3.1. FreeBSD's 1.4.X will take more time then 1.3.1. > Anyway, it's wasteful to abandon the work on 1.3.1. > > > Both > > Greg and Nate agreed that Alexey would be a good person for the job. > > I guess you mean the TCK work by `the job'. Yep, none of this was clarified, which is has caused a lot of confusion and general wierdness. bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Feb 8 14:15:34 2003 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 D3BD237B401 for ; Sat, 8 Feb 2003 14:15:31 -0800 (PST) Received: from gnuppy.monkey.org (wsip68-15-8-100.sd.sd.cox.net [68.15.8.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10E7043F85 for ; Sat, 8 Feb 2003 14:15:31 -0800 (PST) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 18hdFL-0000RI-00; Sat, 08 Feb 2003 14:14:51 -0800 Date: Sat, 8 Feb 2003 14:14:51 -0800 To: Alexey Zelkin Cc: shudo@computer.org, jdp@polstra.com, freebsd-java@FreeBSD.ORG, john@utzweb.net, rwatson@freesbsd.org, calvin.austin@sun.com, brian@collab.net, bod@freebsdfoundation.org, "Bill Huey (Hui)" Subject: Re: patchset 2 report (billh's resignation) Message-ID: <20030208221451.GB1434@gnuppy.monkey.org> References: <863cn2nf6g.wl@utweb.net> <20030208.210904.304092174.shudo@localhost> <20030208152001.A14927@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030208152001.A14927@phantom.cris.net> User-Agent: Mutt/1.5.3i From: Bill Huey (Hui) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Feb 08, 2003 at 03:20:01PM +0200, Alexey Zelkin wrote: > hi, > > I did not participated in this thread and won't because of many > reasons. First off, I am technician and I don't like bringing > political steps and moves into technical projects (like FreeBSD or Java > port). But this letter contains some points which are not > correct and I'd like to correct/comment them. For sure both John and > Greg will add more, but... Your work effects a very broad and complicate situation for the BSDs in general. You must think about how your actions effects the rest of the group and users, which is the point of a unified project like this. > Incorrect. HotSpot is only part of my work. But since HotSpot is > only JVM supported by JDK 1.4.x -- important part of work. My current > target is make whole JDK 1.4 working. Actually it's in good shape already, > but it require enough testing before releasing "binary" release. Except for one really big thing, the HotSpot VM has a broken threading interface to the operating system, which is why folks are still running into nasty crashes. So, no, it's not close to being in good shape for either testing or production usage until this gets fixed, neither is 1.3.1, but it's more stable for other reasons. > Before starting to pass TCK tests -- we need to have working JDK or no ? > > > Or, was the target of the TCK work changed into JDK 1.4.X? > > No. Greg still is working on 1.3.x. Work for 1.3 and 1.4 is going > parallely. Greg is doing what in 1.3.1 ? What specific core stuff is he or anybody else doing in this group ? > > As many of you know, 1.4.X for FreeBSD has just started working and > > still immature and it will need much time to pass the TCK. See the > > My initial work on 1.4 was started back in August 2002. I don't think > that "just started" and "6 months ago" are same statements. Unfortunatelly Just started relative to the rest of the long term members in this group. That was probably what was ment by that statement. > almost three months of this time I was not able to actively work on JDK > (because of leaving company which provided me hardware for working on it). > Since middle-Jan I have started to go with FBSDF and three weeks later > we have released another patchset. If I will not hit into something > absolutely crazy with HotSpot -- we'll release next patchset (considered > as first beta, i.e. for wide testers auditory) before end of winter. > > According to TCK -- next week I am going to setup environment for TCK > tests. I.e. first pass of TCK for 1.4 tests will be completed next week. > > > case of 1.3.1. FreeBSD's 1.4.X will take more time then 1.3.1. > > Anyway, it's wasteful to abandon the work on 1.3.1. > > I did not read any messages/announces about that. Did I miss something ? They can build on preexisting work that's already been done, but... that doesn't resolve the functional problems in this group at all, regardless if the TCK is passed or not. You should have some respect for the process as it has been for over the last 1-2 years I've been involved in this group, same for other folks not just me. bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Feb 8 14:30:32 2003 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 9200037B401 for ; Sat, 8 Feb 2003 14:30:31 -0800 (PST) Received: from ftp.translate.ru (ftp.translate.ru [195.131.4.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F84443FAF for ; Sat, 8 Feb 2003 14:30:28 -0800 (PST) (envelope-from lev@serebryakov.spb.ru) Received: from lev (ip107-11.dialup.wplus.net [195.131.107.11]) (authenticated bits=0) by ftp.translate.ru (8.12.6/8.12.6) with ESMTP id h18MXbG1006850 for ; Sun, 9 Feb 2003 01:33:38 +0300 (MSK) (envelope-from lev@serebryakov.spb.ru) Date: Sun, 9 Feb 2003 01:31:06 +0300 From: Lev Serebryakov X-Mailer: The Bat! (v1.53d) Reply-To: Lev Serebryakov Organization: Home X-Priority: 3 (Normal) Message-ID: <1172027765.20030209013106@serebryakov.spb.ru> To: Tom Samplonius Subject: Re[2]: j2se 1.4.1: FAILURE In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, Tom! Saturday, February 08, 2003, 11:04:10 AM, you wrote: >> Could not compile 1.4.1 on 5.0-RELEASE (from 5.0 CD). TS> You will need to cvsup to -current, as the OS changes for 1.4.1 were TS> only made recently. This is mentioned in the BUILD file. Ok, I've overlooked this. But I don't think, that this chnage affect build process.... Lev Serebryakov /-----------------------------------------------\ | FIDONet: 2:5030/661.0 | | E-Mail: lev@serebryakov.spb.ru | | Page: http://lev.serebryakov.spb.ru/ | | ICQ UIN: 3670018 | | Phone: You know, if you have world nodelist | \===============================================/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Feb 8 14:30:34 2003 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 928E537B405 for ; Sat, 8 Feb 2003 14:30:31 -0800 (PST) Received: from ftp.translate.ru (ftp.translate.ru [195.131.4.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8107443FB1 for ; Sat, 8 Feb 2003 14:30:28 -0800 (PST) (envelope-from lev@serebryakov.spb.ru) Received: from lev (ip107-11.dialup.wplus.net [195.131.107.11]) (authenticated bits=0) by ftp.translate.ru (8.12.6/8.12.6) with ESMTP id h18MXbG2006850 for ; Sun, 9 Feb 2003 01:33:39 +0300 (MSK) (envelope-from lev@serebryakov.spb.ru) Date: Sun, 9 Feb 2003 01:31:09 +0300 From: Lev Serebryakov X-Mailer: The Bat! (v1.53d) Reply-To: Lev Serebryakov Organization: Home X-Priority: 3 (Normal) Message-ID: <682031578.20030209013109@serebryakov.spb.ru> To: Alexey Zelkin Subject: Re[2]: j2se 1.4.1: FAILURE In-Reply-To: <20030208112831.A14037@phantom.cris.net> References: <4641307796.20030208114430@serebryakov.spb.ru> <20030208112831.A14037@phantom.cris.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, Alexey! Saturday, February 08, 2003, 12:28:31 PM, you wrote: AZ> Hmm... I did not try stock 5.0-RELEASE, but with -CURRENT it's AZ> buildable. AZ> Anyway, try adding "#include " before sys/resource.h AZ> in threads_md.c. It helps. -RELEASE have Rev 1.18 of . Last CVS version (due to cvsweb) is 1.18 too... May be other included *.h was changed?.. Lev Serebryakov /-----------------------------------------------\ | FIDONet: 2:5030/661.0 | | E-Mail: lev@serebryakov.spb.ru | | Page: http://lev.serebryakov.spb.ru/ | | ICQ UIN: 3670018 | | Phone: You know, if you have world nodelist | \===============================================/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Feb 8 14:30:35 2003 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 9E13137B406 for ; Sat, 8 Feb 2003 14:30:31 -0800 (PST) Received: from ftp.translate.ru (ftp.translate.ru [195.131.4.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id D848343FCB for ; Sat, 8 Feb 2003 14:30:28 -0800 (PST) (envelope-from lev@serebryakov.spb.ru) Received: from lev (ip107-11.dialup.wplus.net [195.131.107.11]) (authenticated bits=0) by ftp.translate.ru (8.12.6/8.12.6) with ESMTP id h18MXbG3006850 for ; Sun, 9 Feb 2003 01:33:40 +0300 (MSK) (envelope-from lev@serebryakov.spb.ru) Date: Sun, 9 Feb 2003 01:31:15 +0300 From: Lev Serebryakov X-Mailer: The Bat! (v1.53d) Reply-To: Lev Serebryakov Organization: Home X-Priority: 3 (Normal) Message-ID: <1632037328.20030209013115@serebryakov.spb.ru> To: Alexey Zelkin Subject: Re[2]: j2se 1.4.1: FAILURE In-Reply-To: <20030208113031.B14037@phantom.cris.net> References: <4641307796.20030208114430@serebryakov.spb.ru> <20030208113031.B14037@phantom.cris.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, Alexey! Saturday, February 08, 2003, 12:30:31 PM, you wrote: >> You will need to cvsup to -current, as the OS changes for 1.4.1 were >> only made recently. This is mentioned in the BUILD file. AZ> No need to cvsup to -CURRENT. OS changes mentioned in BUILD file are AZ> depend on patch for libc_r (which is included to patchset). It means that AZ> you may choose -- to cvsup to -CURRENT, or to apply this patch only AZ> and rebuild libc_r only. I've rebuild libc_r, but it didn't help. Adding of helped... Lev Serebryakov /-----------------------------------------------\ | FIDONet: 2:5030/661.0 | | E-Mail: lev@serebryakov.spb.ru | | Page: http://lev.serebryakov.spb.ru/ | | ICQ UIN: 3670018 | | Phone: You know, if you have world nodelist | \===============================================/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Feb 8 21:48: 7 2003 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 A8FC337B401 for ; Sat, 8 Feb 2003 21:48:05 -0800 (PST) Received: from mx1.aist.go.jp (mx1.aist.go.jp [150.29.246.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0904243F75 for ; Sat, 8 Feb 2003 21:48:04 -0800 (PST) (envelope-from shudo@computer.org) Received: from rpsmtp1.aist.go.jp by mx1.aist.go.jp with ESMTP id h195jqs10079; Sun, 9 Feb 2003 14:45:52 +0900 (JST) env-from (shudo@computer.org) Received: from mail01.aist.go.jp by rpsmtp1.aist.go.jp with ESMTP id h195jmQ19606; Sun, 9 Feb 2003 14:45:52 +0900 (JST) env-from (shudo@computer.org) Received: from aist.go.jp by mail01.aist.go.jp with ESMTP id h195jeh06599; Sun, 9 Feb 2003 14:45:47 +0900 (JST) env-from (shudo@computer.org) Date: Sun, 09 Feb 2003 14:45:31 +0900 (JST) Message-Id: <20030209.144531.424241024.shudo@localhost> To: phantom@FreeBSD.org.ua Cc: shudo@computer.org, jdp@polstra.com, freebsd-java@FreeBSD.ORG, john@utzweb.net, rwatson@freesbsd.org, calvin.austin@sun.com, brian@collab.net, bod@freebsdfoundation.org Subject: Re: patchset 2 report (billh's resignation) From: shudo@computer.org In-Reply-To: <20030208152001.A14927@phantom.cris.net> References: <20030208.210904.304092174.shudo@localhost> <20030208152001.A14927@phantom.cris.net> X-Mailer: Mew version 2.2 on XEmacs 21.4.8 (Honest Recruiter) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Alexey, Thanks much for your comment, which wiped my doubt out. From: Alexey Zelkin > > The original purpose of the funding, which is boosting the TCK work, > > is inconsistent with the following announce by Greg: > > > > | From: Greg Lewis > > | I'd also like to thank the FreeBSD Foundation > > | who have provided the funding to allow Alexey to continue his work. > > > > This announce says that FBSD Foundation has provided the fund for the > > porting work of JDK 1.4.1, which does not boost the TCK work at all. > > Greg is correctly stated current stage of my work, but he did not said > anything about target purpose of work for that I was contracted for. Main > aim of my contract is to have "JDK 1.4.x passed thru TCK tests". Therefore > I don't see a ground of your words. > According to TCK -- next week I am going to setup environment for TCK > tests. I.e. first pass of TCK for 1.4 tests will be completed next week. Now, I see that, in addition to Greg, you are also allowed to access TCK. That is a very good news because TCK has been one of the toughest barriers between the forthcoming binary releases and us. Can anyone estimate how long does it take to pass TCK for 1.4.X? (How long time do you and the Foundation expect to have a binary release?) It is hard to believe for me 1.4.X can pass TCK soon (in a week or a month) because I have seen the cases of Linux and FreeBSD. Blackdown Java Linux porting team needed three month or more from the acquisition of TCK to release a binary of JDK 1.2. It took a little longer than a year to pass TCK for FreeBSD 1.3.1. In those cases the JVM was Classic VM. This time the target is HotSpot VM, which loads more burdens on OS and core libraries like threads. I myself have a little experience on TCK. In 1999, Someone has applied JCK (now known as TCK) to the JIT compiler I have been developping. A few hundreds of tests failed even though I noticed no bug of the JIT. I was very surprised (though one bug can causes much failure). This experience gave me an impression of TCK, that is substantial and tough. Kazuyuki Shudo shudo@computer.org http://www.shudo.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Feb 8 23:14:44 2003 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 8107637B401; Sat, 8 Feb 2003 23:14:43 -0800 (PST) Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44A7943FB1; Sat, 8 Feb 2003 23:14:42 -0800 (PST) (envelope-from nate@yogotech.com) Received: from emerger.yogotech.com (emerger.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id AAA05613; Sun, 9 Feb 2003 00:14:34 -0700 (MST) (envelope-from nate@yogotech.com) Received: (from nate@localhost) by emerger.yogotech.com (8.12.6/8.12.6) id h197EXsq082998; Sun, 9 Feb 2003 00:14:33 -0700 (MST) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15941.65497.482591.107444@emerger.yogotech.com> Date: Sun, 9 Feb 2003 00:14:33 -0700 To: bod@FreeBSDFoundation.org, java@FreeBSD.org, java-port@FreeBSD.org Subject: Resignation from the FreeBSD/Java project X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I haven't been active technically in a while, and the recent blowup has only served to solidify my decision. Certain people make working on a volunteer project difficult. However, for the most part the JDK team throughout the years have been people of intergrity, technical prowess, and folks who let their code speak for itself. Thanks for all your hard work over the years! Also, between Greg and the Foundation all the bases are covered with regard to licensing and contacts at Sun, so my need to stay on the team is no longer critical. Finally, now that things appear to be completely moved over from my box to the new FreeBSD Foundation machine, and Greg has shown that he's more than capable of doing the (very little) I have been doing lately, it's time to move onto something new. Thanks for the ride everyone, it was fun! Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message