From owner-freebsd-java Sun Oct 6 19:57:13 2002 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 B5FC937B404; Sun, 6 Oct 2002 19:57:12 -0700 (PDT) Received: from ns.gddsn.org.cn (ns.gddsn.org.cn [210.21.6.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2490843E81; Sun, 6 Oct 2002 19:57:12 -0700 (PDT) (envelope-from wsk@ns.gddsn.org.cn) Received: from mail.gddsn.org.cn (unknown [192.168.168.4]) by ns.gddsn.org.cn (Postfix) with ESMTP id 58C7638CBD1; Mon, 7 Oct 2002 10:57:06 +0800 (CST) Message-ID: <3DA0FB36.2030407@mail.gddsn.org.cn> Date: Mon, 07 Oct 2002 11:10:46 +0800 From: suken woo User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020912 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current , freebsd-java@freebsd.org Subject: how to build native jdk13 with hotspot under current? 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 as title& thanks any help To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Oct 7 0:39: 6 2002 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 7943437B401; Mon, 7 Oct 2002 00:39:03 -0700 (PDT) Received: from gatesrv.RZ.UniBw-Muenchen.de (gatesrv.RZ.UniBw-Muenchen.de [137.193.11.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E82143E8A; Mon, 7 Oct 2002 00:39:02 -0700 (PDT) (envelope-from lutz@medusa.informatik.unibw-muenchen.de) Received: from medusa.informatik.unibw-muenchen.de (medusa.Informatik.UniBw-Muenchen.de [137.193.60.34]) by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id g977Zcp09159; Mon, 7 Oct 2002 09:35:38 +0200 (MEST) Received: from lutz by medusa.informatik.unibw-muenchen.de with local (Exim 4.10) id 17ySQD-000JxA-00; Mon, 07 Oct 2002 09:35:21 +0200 Content-Type: text/plain; charset="us-ascii" From: Lutz Bichler Organization: University of the German Federal Armed Forces Munich To: freebsd-java@freebsd.org Subject: Compilation of jdk with native threads failes Date: Mon, 7 Oct 2002 09:35:21 +0200 User-Agent: KMail/1.4.3 Cc: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200210070935.21180.Lutz.Bichler@unibw-muenchen.de> 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 Error log is: =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=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >>>Recursively making native all @ Mon Oct 7 09:38:55 CEST 2002 ... gmake[3]: Entering directory=20 `/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/hpi/native' gmake ../../../../build/bsd-i386/lib/i386/native_threads/libhpi.so VARIAN= T=3DOPT gmake[4]: Entering directory=20 `/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/hpi/native' /usr/bin/gcc -O -pipe -W -Wall -Wno-unused -Wno-parentheses -pthread=20 -I/usr/src/lib/libc_r/uthread -I/usr/src/lib/libc/include -Di386=20 -DARCH=3D'"i386"' -DSOLARIS2 -DRELEASE=3D'"1.3.1-p7"'=20 -DFULL_VERSION=3D'"1.3.1-p7-lutz-021007-09:38"' -D_LARGEFILE64_SOURCE=20 -D_GNU_SOURCE -D_REENTRANT -DLOGGING -D_LITTLE_ENDIAN -I.=20 -I../../../../build/bsd-i386/tmp/java/hpi/native_threads/CClassHeaders=20 -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/ex= port=20 -I../../../../src/solaris/hpi/native_threads/include=20 -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/expor= t=20 -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export=20 -D_REENTRANT -DNATIVE -DUSE_PTHREADS -DMOOT_PRIORITIES -DNO_INTERRUPTIBLE= _IO =20 -c -o=20 =2E./../../../build/bsd-i386/tmp/java/hpi/native_threads/obj/threads_bsd.= o=20 =2E./../../../src/solaris/hpi/native_threads/src/threads_bsd.c =2E./../../../src/solaris/hpi/native_threads/src/threads_bsd.c:287: warni= ng:=20 `enum pthread_susp' declared inside parameter list =2E./../../../src/solaris/hpi/native_threads/src/threads_bsd.c:287: warni= ng: its=20 scope is only this definition or declaration, which is probably not what = you=20 want =2E./../../../src/solaris/hpi/native_threads/src/threads_bsd.c:288: param= eter=20 `suspendState' has incomplete type =2E./../../../src/solaris/hpi/native_threads/src/threads_bsd.c:321: warni= ng:=20 initializer-string for array of chars is too long =2E./../../../src/solaris/hpi/native_threads/src/threads_bsd.c:321: warni= ng:=20 (near initialization for `SignalList[21]') =2E./../../../src/solaris/hpi/native_threads/src/threads_bsd.c:323: warni= ng:=20 excess elements in array initializer =2E./../../../src/solaris/hpi/native_threads/src/threads_bsd.c:323: warni= ng:=20 (near initialization for `SignalList') =2E./../../../src/solaris/hpi/native_threads/src/threads_bsd.c: In functi= on=20 `record_gc_registers_of': =2E./../../../src/solaris/hpi/native_threads/src/threads_bsd.c:530: struc= ture=20 has no member named `ctxtype' =2E./../../../src/solaris/hpi/native_threads/src/threads_bsd.c:532:=20 `CTX_JB_NOSIG' undeclared (first use in this function) =2E./../../../src/solaris/hpi/native_threads/src/threads_bsd.c:532: (Each= =20 undeclared identifier is reported only once =2E./../../../src/solaris/hpi/native_threads/src/threads_bsd.c:532: for e= ach=20 function it appears in.) =2E./../../../src/solaris/hpi/native_threads/src/threads_bsd.c:533: `CTX_= JB'=20 undeclared (first use in this function) =2E./../../../src/solaris/hpi/native_threads/src/threads_bsd.c:534: `CTX_= SJB'=20 undeclared (first use in this function) =2E./../../../src/solaris/hpi/native_threads/src/threads_bsd.c:540: `CTX_= UC'=20 undeclared (first use in this function) gmake[4]: ***=20 [../../../../build/bsd-i386/tmp/java/hpi/native_threads/obj/threads_bsd.o= ]=20 Error 1 gmake[4]: Leaving directory=20 `/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/hpi/native' gmake[3]: *** [optimized] Error 2 gmake[3]: Leaving directory=20 `/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/hpi/native' gmake[2]: *** [all] Error 1 gmake[2]: Leaving directory=20 `/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/hpi' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/usr/ports/java/jdk13/work/j2sdk1.3.1/make/j= ava' gmake: *** [all] Error 1 *** Error code 2 Stop in /usr/ports/java/jdk13. =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=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D I cannot find the CTX_ constants and/or their meaning. Any hints?=20 thanks =09Lutz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Oct 7 2: 5:24 2002 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 A2D2E37B401; Mon, 7 Oct 2002 02:05:23 -0700 (PDT) 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 4095A43E75; Mon, 7 Oct 2002 02:05:23 -0700 (PDT) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 17yTpB-0001yH-00; Mon, 07 Oct 2002 02:05:13 -0700 Date: Mon, 7 Oct 2002 02:05:13 -0700 To: Lutz Bichler Cc: freebsd-java@freebsd.org, freebsd-current@freebsd.org, "Bill Huey (Hui)" Subject: Re: Compilation of jdk with native threads failes Message-ID: <20021007090513.GA7539@gnuppy.monkey.org> References: <200210070935.21180.Lutz.Bichler@unibw-muenchen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200210070935.21180.Lutz.Bichler@unibw-muenchen.de> User-Agent: Mutt/1.4i 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 Mon, Oct 07, 2002 at 09:35:21AM +0200, Lutz Bichler wrote: > I cannot find the CTX_ constants and/or their meaning. Any hints? I ran into this myself and it's because that stuff was delete recently in -current's libc_r. Another patch release needs to happen because of that to solve that problem. I have some changes in my tree, but it'll break the stuff that's suppose to work in -stable too, which is not recommend to be used. My suggestion is to just comment all of that stuff out so that it'll compile and use the HotSpot JIT instead. HotSpot is that only thing that really works anyways, so you're not losing anything essential by removing the ability to run -classic. -classic is dead anyways for client/server side stuff. The interruptable syscall (usleep(), read(), etc...) framework also needs to be reintegrated into HotSpot, since programs like Tomcat3 do funny thing with Thread.sleep(). Having a non-interruptable usleep() causes what looks like funny performance related problems, even though our JIT compiler is pretty severly jamming and is as good as "gcc -O0" for stuff like Sieve calculations. bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Oct 8 7: 1:10 2002 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 4A6AF37B401; Tue, 8 Oct 2002 07:01:09 -0700 (PDT) Received: from ns.gddsn.org.cn (ns.gddsn.org.cn [210.21.6.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABFA543E65; Tue, 8 Oct 2002 07:01:08 -0700 (PDT) (envelope-from wsk@ns.gddsn.org.cn) Received: from mail.gddsn.org.cn (wsk [192.168.168.136]) by ns.gddsn.org.cn (Postfix) with ESMTP id 83D7038CBD1; Tue, 8 Oct 2002 22:01:01 +0800 (CST) Message-ID: <3DA2E51D.9050601@mail.gddsn.org.cn> Date: Tue, 08 Oct 2002 22:01:01 +0800 From: suken woo User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.1) Gecko/20021007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org, freebsd-java@freebsd.org Subject: hotspot 1.3.1 not such ansi.h file error 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 hi,all: get the error messages during gmake core gmake[1]: Entering directory `/usr/ports/java/jdk13/work/hotspot1.3.1/build/linux/linux_i486_core/jvmg' gmake[2]: Entering directory `/usr/ports/java/jdk13/work/hotspot1.3.1/build/linux/linux_i486_core/jvmg' Compiling /usr/ports/java/jdk13/work/hotspot1.3.1/build/linux/../../src/os/linux/vm/os_linux.cpp /usr/ports/java/jdk13/work/hotspot1.3.1/src/os/linux/vm/os_linux.cpp:49:26: machine/ansi.h: No such file or directory gmake[2]: *** [os_linux.o] Error 1 gmake[2]: Leaving directory `/usr/ports/java/jdk13/work/hotspot1.3.1/build/linux/linux_i486_core/jvmg' gmake[1]: *** [the_vm] Error 2 gmake[1]: Leaving directory `/usr/ports/java/jdk13/work/hotspot1.3.1/build/linux/linux_i486_core/jvmg' gmake: *** [jvmgcore] Error 2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Oct 8 7:17: 7 2002 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 6866F37B409 for ; Tue, 8 Oct 2002 07:17:05 -0700 (PDT) Received: from sunic.sunet.se (sunic.sunet.se [192.36.125.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FFC943E81 for ; Tue, 8 Oct 2002 07:17:03 -0700 (PDT) (envelope-from yuri@irfu.se) Received: from irfu.se (sol.irfu.se [130.238.30.6]) by sunic.sunet.se (8.9.3/8.9.3) with SMTP id QAA17383; Tue, 8 Oct 2002 16:16:58 +0200 (MET DST) Received: from irfu.se by irfu.se (SMI-8.6/SMI-SVR4) id QAA17339; Tue, 8 Oct 2002 16:16:17 +0200 Message-ID: <3DA2E8DB.2080004@irfu.se> Date: Tue, 08 Oct 2002 16:16:59 +0200 From: Yuri Khotyaintsev Organization: Swedish Inst. of Space Physics User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; uk-UA; rv:1.1) Gecko/20020826 X-Accept-Language: uk, ru, en-us, en MIME-Version: 1.0 To: suken woo Cc: freebsd-java@FreeBSD.ORG Subject: Re: hotspot 1.3.1 not such ansi.h file error References: <3DA2E51D.9050601@mail.gddsn.org.cn> 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 This file was recently removed from -CURRENT. suken woo wrote: > hi,all: > get the error messages during gmake core > gmake[1]: Entering directory > `/usr/ports/java/jdk13/work/hotspot1.3.1/build/linux/linux_i486_core/jvmg' > gmake[2]: Entering directory > `/usr/ports/java/jdk13/work/hotspot1.3.1/build/linux/linux_i486_core/jvmg' > Compiling > /usr/ports/java/jdk13/work/hotspot1.3.1/build/linux/../../src/os/linux/vm/os_linux.cpp > > /usr/ports/java/jdk13/work/hotspot1.3.1/src/os/linux/vm/os_linux.cpp:49:26: > machine/ansi.h: No such file or directory > gmake[2]: *** [os_linux.o] Error 1 > gmake[2]: Leaving directory > `/usr/ports/java/jdk13/work/hotspot1.3.1/build/linux/linux_i486_core/jvmg' > gmake[1]: *** [the_vm] Error 2 > gmake[1]: Leaving directory > `/usr/ports/java/jdk13/work/hotspot1.3.1/build/linux/linux_i486_core/jvmg' > gmake: *** [jvmgcore] Error 2 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message > > -- Yuri To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Oct 8 8: 6:28 2002 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 1D8AE37B401; Tue, 8 Oct 2002 08:06:27 -0700 (PDT) Received: from ns.gddsn.org.cn (ns.gddsn.org.cn [210.21.6.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65DB543E65; Tue, 8 Oct 2002 08:06:26 -0700 (PDT) (envelope-from wsk@ns.gddsn.org.cn) Received: from mail.gddsn.org.cn (wsk [192.168.168.136]) by ns.gddsn.org.cn (Postfix) with ESMTP id 6BCCE38CBD1; Tue, 8 Oct 2002 23:06:24 +0800 (CST) Message-ID: <3DA2F470.6020101@mail.gddsn.org.cn> Date: Tue, 08 Oct 2002 23:06:24 +0800 From: suken woo User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.1) Gecko/20021007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: yuri@irfu.se, freebsd-current , freebsd-java Subject: Re: Fw: hotspot 1.3.1 not such ansi.h file error References: <001201c26edb$aa1ee5c0$84a8a8c0@lw> 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 wsk@mail.gddsn.org.cn wrote: >----- Original Message ----- >From: "Yuri Khotyaintsev" >To: "suken woo" >Cc: >Sent: Tuesday, October 08, 2002 10:16 PM >Subject: Re: hotspot 1.3.1 not such ansi.h file error > > > > >>This file was recently removed from -CURRENT. >> how can I do ? Must I comment it? thanks any helps >> >>suken woo wrote: >> >> >>>hi,all: >>>get the error messages during gmake core >>>gmake[1]: Entering directory >>>`/usr/ports/java/jdk13/work/hotspot1.3.1/build/linux/linux_i486_core/jvmg' >>>gmake[2]: Entering directory >>>`/usr/ports/java/jdk13/work/hotspot1.3.1/build/linux/linux_i486_core/jvmg' >>>Compiling >>>/usr/ports/java/jdk13/work/hotspot1.3.1/build/linux/../../src/os/linux/vm/os_linux.cpp >>> >>>/usr/ports/java/jdk13/work/hotspot1.3.1/src/os/linux/vm/os_linux.cpp:49:26: >>>machine/ansi.h: No such file or directory >>>gmake[2]: *** [os_linux.o] Error 1 >>>gmake[2]: Leaving directory >>>`/usr/ports/java/jdk13/work/hotspot1.3.1/build/linux/linux_i486_core/jvmg' >>>gmake[1]: *** [the_vm] Error 2 >>>gmake[1]: Leaving directory >>>`/usr/ports/java/jdk13/work/hotspot1.3.1/build/linux/linux_i486_core/jvmg' >>>gmake: *** [jvmgcore] Error 2 >>> >>> >>> >>>To Unsubscribe: send mail to majordomo@FreeBSD.org >>>with "unsubscribe freebsd-java" in the body of the message >>> >>> >>> >>> >>-- >> >>Yuri >> >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Oct 8 9:10:12 2002 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 4A5C037B401; Tue, 8 Oct 2002 09:10:11 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8E4D43E4A; Tue, 8 Oct 2002 09:10:10 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id E2EEE9C0B; Tue, 8 Oct 2002 12:02:46 -0400 (EDT) Date: Tue, 8 Oct 2002 12:02:46 -0400 From: Mike Barcroft To: suken woo Cc: glewis@FreeBSD.org, freebsd-current@freebsd.org, freebsd-java@freebsd.org Subject: Re: hotspot 1.3.1 not such ansi.h file error Message-ID: <20021008120246.I97120@espresso.q9media.com> References: <3DA2E51D.9050601@mail.gddsn.org.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3DA2E51D.9050601@mail.gddsn.org.cn>; from wsk@mail.gddsn.org.cn on Tue, Oct 08, 2002 at 10:01:01PM +0800 Organization: The FreeBSD Project 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 suken woo writes: > hi,all: > get the error messages during gmake core > gmake[1]: Entering directory > `/usr/ports/java/jdk13/work/hotspot1.3.1/build/linux/linux_i486_core/jvmg' > gmake[2]: Entering directory > `/usr/ports/java/jdk13/work/hotspot1.3.1/build/linux/linux_i486_core/jvmg' > Compiling > /usr/ports/java/jdk13/work/hotspot1.3.1/build/linux/../../src/os/linux/vm/os_linux.cpp > /usr/ports/java/jdk13/work/hotspot1.3.1/src/os/linux/vm/os_linux.cpp:49:26: > machine/ansi.h: No such file or directory > gmake[2]: *** [os_linux.o] Error 1 > gmake[2]: Leaving directory > `/usr/ports/java/jdk13/work/hotspot1.3.1/build/linux/linux_i486_core/jvmg' > gmake[1]: *** [the_vm] Error 2 > gmake[1]: Leaving directory > `/usr/ports/java/jdk13/work/hotspot1.3.1/build/linux/linux_i486_core/jvmg' > gmake: *** [jvmgcore] Error 2 AFAICT the include here is bogus. Removing it should fix this. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Oct 8 13:36: 5 2002 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 93ED137B401; Tue, 8 Oct 2002 13:36:04 -0700 (PDT) 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 495C443E4A; Tue, 8 Oct 2002 13:36:04 -0700 (PDT) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 17z155-0000Fn-00; Tue, 08 Oct 2002 13:35:51 -0700 Date: Tue, 8 Oct 2002 13:35:51 -0700 To: Mike Barcroft Cc: suken woo , glewis@FreeBSD.org, freebsd-current@freebsd.org, freebsd-java@freebsd.org, "Bill Huey (Hui)" Subject: Re: hotspot 1.3.1 not such ansi.h file error Message-ID: <20021008203551.GA970@gnuppy.monkey.org> References: <3DA2E51D.9050601@mail.gddsn.org.cn> <20021008120246.I97120@espresso.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021008120246.I97120@espresso.q9media.com> User-Agent: Mutt/1.4i 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 Tue, Oct 08, 2002 at 12:02:46PM -0400, Mike Barcroft wrote: > AFAICT the include here is bogus. Removing it should > fix this. It's a problem known by me, but I haven't committed a fix just yet to our CVS. Working on signal/sigsetjmp stuff here right now. Eventually a new patch set should be released so that folks can closely track the compilation/header changes in the most recent -current with having to dork around with header files, etc... bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Oct 8 14: 4:22 2002 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 7C73337B401; Tue, 8 Oct 2002 14:04:21 -0700 (PDT) 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 37ED143E3B; Tue, 8 Oct 2002 14:04:21 -0700 (PDT) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 17z1WW-0000Qa-00; Tue, 08 Oct 2002 14:04:12 -0700 Date: Tue, 8 Oct 2002 14:04:12 -0700 To: suken woo Cc: freebsd-current@freebsd.org, freebsd-java@freebsd.org, "Bill Huey (Hui)" Subject: Re: hotspot 1.3.1 not such ansi.h file error Message-ID: <20021008210412.GA1641@gnuppy.monkey.org> References: <3DA2E51D.9050601@mail.gddsn.org.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3DA2E51D.9050601@mail.gddsn.org.cn> User-Agent: Mutt/1.4i 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 Tue, Oct 08, 2002 at 10:01:01PM +0800, suken woo wrote: > /usr/ports/java/jdk13/work/hotspot1.3.1/src/os/linux/vm/os_linux.cpp:49:26: > machine/ansi.h: No such file or directory With the current release of HotSpot for -current, you'll have to know enough about C programming to be able to fix very simple things like this, otherwise you should not be running it. It's a bug hunt for folks that can deal pass along informative information about crashes and other anomalies. The release is a pre-alpha version that's ready for developer testing, not end user testing. bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Oct 9 0:38:29 2002 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 0976C37B401 for ; Wed, 9 Oct 2002 00:38:28 -0700 (PDT) Received: from web40501.mail.yahoo.com (web40501.mail.yahoo.com [66.218.78.118]) by mx1.FreeBSD.org (Postfix) with SMTP id B3C5D43E4A for ; Wed, 9 Oct 2002 00:38:27 -0700 (PDT) (envelope-from sonam_singh_s@yahoo.com) Message-ID: <20021009073827.50846.qmail@web40501.mail.yahoo.com> Received: from [202.88.149.172] by web40501.mail.yahoo.com via HTTP; Wed, 09 Oct 2002 00:38:27 PDT Date: Wed, 9 Oct 2002 00:38:27 -0700 (PDT) From: sonam singh Subject: Re: hotspot 1.3.1 not such ansi.h file error To: freebsd-java@freebsd.org In-Reply-To: <20021008210412.GA1641@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 why u want to install the hotspot jvm it is not compatible because of linux emulation bug . use jdk1.3 from the ports /usr/ports/jaav/jdk1.3 regards Sonam Singh --- Bill Huey wrote: > On Tue, Oct 08, 2002 at 10:01:01PM +0800, suken woo > wrote: > > > /usr/ports/java/jdk13/work/hotspot1.3.1/src/os/linux/vm/os_linux.cpp:49:26: > > > machine/ansi.h: No such file or directory > > With the current release of HotSpot for -current, > you'll have to know > enough about C programming to be able to fix very > simple things like this, > otherwise you should not be running it. It's a bug > hunt for folks that > can deal pass along informative information about > crashes and other > anomalies. > > The release is a pre-alpha version that's ready for > developer testing, > not end user testing. > > bill > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message __________________________________________________ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Oct 9 6: 0: 6 2002 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 1959C37B401 for ; Wed, 9 Oct 2002 06:00:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 540EE43E6E for ; Wed, 9 Oct 2002 06:00:03 -0700 (PDT) (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 g99D03Co087158 for ; Wed, 9 Oct 2002 06:00:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g99D030B087157; Wed, 9 Oct 2002 06:00:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B505C37B401 for ; Wed, 9 Oct 2002 05:53:12 -0700 (PDT) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92CB443E3B for ; Wed, 9 Oct 2002 05:53:11 -0700 (PDT) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.5/8.12.5) with ESMTP id g99CrBvK031034 for ; Wed, 9 Oct 2002 14:53:11 +0200 (CEST) (envelope-from ernst@zaphod.euronet.nl) Received: (from ernst@localhost) by zaphod.euronet.nl (8.12.5/8.12.5/Submit) id g99CrB6u031033; Wed, 9 Oct 2002 14:53:11 +0200 (CEST) Message-Id: <200210091253.g99CrB6u031033@zaphod.euronet.nl> Date: Wed, 9 Oct 2002 14:53:11 +0200 (CEST) From: Ernst de Haan Reply-To: Ernst de Haan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: java/43859: Update port: Jakarta Ant 1.5.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 >Number: 43859 >Category: java >Synopsis: Update port: Jakarta Ant 1.5.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 09 06:00:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.6-STABLE i386 >Organization: FreeBSD Project >Environment: System: FreeBSD zaphod.euronet.nl 4.6-STABLE FreeBSD 4.6-STABLE #11: Mon Sep 2 10:15:56 CEST 2002 root@zaphod.euronet.nl:/usr/obj/usr/src/sys/ZAPHOD i386 >Description: Update the devel/jakarta-ant port to 1.5.1. See: http://jakarta.apache.org/builds/jakarta-ant/release/v1.5.1/README >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/jakarta-ant/Makefile,v retrieving revision 1.14 diff -d -u -r1.14 Makefile --- Makefile 5 Aug 2002 09:21:23 -0000 1.14 +++ Makefile 9 Oct 2002 12:51:25 -0000 @@ -6,7 +6,7 @@ # PORTNAME= jakarta-ant -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.1 CATEGORIES= devel java MASTER_SITES= http://jakarta.apache.org/builds/${PORTNAME}/release/v${ANT_VERSION}/bin/ \ http://www.metaverse.nl/~ernst/ \ @@ -27,7 +27,7 @@ READMES= LICENSE README WHATSNEW SCRIPTS= bin/ant bin/antRun bin/runant.pl -ANT_VERSION= 1.5 +ANT_VERSION= ${PORTVERSION} DATADIRS= lib .if !defined(NOPORTDOCS) Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/jakarta-ant/distinfo,v retrieving revision 1.7 diff -d -u -r1.7 distinfo --- distinfo 5 Aug 2002 09:21:23 -0000 1.7 +++ distinfo 9 Oct 2002 12:51:25 -0000 @@ -1 +1 @@ -MD5 (jakarta/jakarta-ant-1.5-bin.tar.gz) = 937abba9d58e75134a1124a1cbb86610 +MD5 (jakarta/jakarta-ant-1.5.1-bin.tar.gz) = 2be27d9e09011bf1cc3d1967ee34f7d1 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/jakarta-ant/pkg-plist,v retrieving revision 1.7 diff -d -u -r1.7 pkg-plist --- pkg-plist 5 Aug 2002 09:21:23 -0000 1.7 +++ pkg-plist 9 Oct 2002 12:51:25 -0000 @@ -1001,6 +1001,7 @@ %%T%%/docs/antnews.html %%T%%/docs/ant_in_anger.html %%T%%/docs/ant_task_guidelines.html +%%T%%/docs/appendix_e.pdf %%T%%/docs/external.html %%T%%/docs/faq.html %%T%%/docs/index.html >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 Wed Oct 9 6: 8: 1 2002 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 54DE937B401; Wed, 9 Oct 2002 06:08:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD8FA43E4A; Wed, 9 Oct 2002 06:07:59 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g99D7xCo091763; Wed, 9 Oct 2002 06:07:59 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g99D7xjp091759; Wed, 9 Oct 2002 06:07:59 -0700 (PDT) Date: Wed, 9 Oct 2002 06:07:59 -0700 (PDT) From: Ernst de Haan Message-Id: <200210091307.g99D7xjp091759@freefall.freebsd.org> To: znerd@FreeBSD.org, freebsd-java@FreeBSD.org, znerd@FreeBSD.org Subject: Re: java/43859: Update port: Jakarta Ant 1.5.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 Synopsis: Update port: Jakarta Ant 1.5.1 Responsible-Changed-From-To: freebsd-java->znerd Responsible-Changed-By: znerd Responsible-Changed-When: Wed Oct 9 06:07:37 PDT 2002 Responsible-Changed-Why: I'll handle this (I'm MAINTAINER and ORIGINATOR :-) ) http://www.freebsd.org/cgi/query-pr.cgi?pr=43859 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Oct 10 1:27: 5 2002 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 C416637B401; Thu, 10 Oct 2002 01:27:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7516D43EAF; Thu, 10 Oct 2002 01:27:04 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9A8R4Co085977; Thu, 10 Oct 2002 01:27:04 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9A8R4nZ085973; Thu, 10 Oct 2002 01:27:04 -0700 (PDT) Date: Thu, 10 Oct 2002 01:27:04 -0700 (PDT) From: Ernst de Haan Message-Id: <200210100827.g9A8R4nZ085973@freefall.freebsd.org> To: znerd@FreeBSD.org, znerd@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: ports/41147: linux-sun-jdk1.4 was crashed 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: linux-sun-jdk1.4 was crashed Responsible-Changed-From-To: znerd->freebsd-java Responsible-Changed-By: znerd Responsible-Changed-When: Thu Oct 10 01:26:02 PDT 2002 Responsible-Changed-Why: This is way over my head. Perhaps freebsd-java is the right responsible, or perhaps it should be passed to the linuxemu guys? http://www.freebsd.org/cgi/query-pr.cgi?pr=41147 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Oct 10 1:28:32 2002 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 1DCE437B401; Thu, 10 Oct 2002 01:28:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0C9043E77; Thu, 10 Oct 2002 01:28:31 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9A8SVCo086064; Thu, 10 Oct 2002 01:28:31 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9A8SVuS086060; Thu, 10 Oct 2002 01:28:31 -0700 (PDT) Date: Thu, 10 Oct 2002 01:28:31 -0700 (PDT) From: Ernst de Haan Message-Id: <200210100828.g9A8SVuS086060@freefall.freebsd.org> To: znerd@FreeBSD.org, znerd@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: java/40677: J2SDK 1.4.0.01 fails to do anything when executed from normal user mode 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: J2SDK 1.4.0.01 fails to do anything when executed from normal user mode Responsible-Changed-From-To: znerd->freebsd-java Responsible-Changed-By: znerd Responsible-Changed-When: Thu Oct 10 01:27:28 PDT 2002 Responsible-Changed-Why: This is way over my head. Perhaps freebsd-java is the right responsible, or perhaps it should be passed to the linuxemu guys? This PR is related to PR 41147. http://www.freebsd.org/cgi/query-pr.cgi?pr=40677 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Oct 10 1:29:35 2002 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 CA96C37B404; Thu, 10 Oct 2002 01:29:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7800143E77; Thu, 10 Oct 2002 01:29:34 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9A8TYCo086148; Thu, 10 Oct 2002 01:29:34 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9A8TYlv086144; Thu, 10 Oct 2002 01:29:34 -0700 (PDT) Date: Thu, 10 Oct 2002 01:29:34 -0700 (PDT) From: Ernst de Haan Message-Id: <200210100829.g9A8TYlv086144@freefall.freebsd.org> To: znerd@FreeBSD.org, znerd@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: java/43400: linux ibm jdk doesn't work for normal user, only work with root. 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: linux ibm jdk doesn't work for normal user, only work with root. Responsible-Changed-From-To: znerd->freebsd-java Responsible-Changed-By: znerd Responsible-Changed-When: Thu Oct 10 01:29:04 PDT 2002 Responsible-Changed-Why: This is over my head. Perhaps it should be passed to the linuxemu guys? http://www.freebsd.org/cgi/query-pr.cgi?pr=43400 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Oct 10 1:40: 5 2002 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 A310A37B401 for ; Thu, 10 Oct 2002 01:40:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ABF043E9E for ; Thu, 10 Oct 2002 01:40:04 -0700 (PDT) (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 g9A8e3Co000559 for ; Thu, 10 Oct 2002 01:40:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9A8e3Cq000558; Thu, 10 Oct 2002 01:40:03 -0700 (PDT) Date: Thu, 10 Oct 2002 01:40:03 -0700 (PDT) Message-Id: <200210100840.g9A8e3Cq000558@freefall.freebsd.org> To: freebsd-java@FreeBSD.org Cc: From: Ernst de Haan Subject: Re: ports/41147: linux-sun-jdk1.4 was crashed Reply-To: Ernst de Haan 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 following reply was made to PR ports/41147; it has been noted by GNATS. From: Ernst de Haan To: freebsd-gnats-submit@FreeBSD.org, greg@greg.rim.or.jp Cc: Subject: Re: ports/41147: linux-sun-jdk1.4 was crashed Date: Thu, 10 Oct 2002 10:30:40 +0200 This PR is related to PR 40677. -- Ernst To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Oct 10 12:41:31 2002 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 B31EC37B401 for ; Thu, 10 Oct 2002 12:41:28 -0700 (PDT) Received: from hughes-fe01.direcway.com (hughes-fe01.direcway.com [66.82.20.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97E3743EA3 for ; Thu, 10 Oct 2002 12:41:25 -0700 (PDT) (envelope-from wmprice@direcway.com) Received: from jerusalem ([66.82.48.1]) by hughes-fe01.direcway.com (InterMail vK.4.04.00.00 201-232-137 license dcc4e84cb8fc01ca8f8654c982ec8526) with ESMTP id <20021010194140.HXSV507.hughes-fe01@jerusalem> for ; Thu, 10 Oct 2002 15:41:40 -0400 Content-Type: text/plain; charset="iso-8859-1" From: "Weston M. Price" Subject: Fwd: Native JDK 1.3.1 Linux JDK 1.3.1 vs JDK 1.4.1 inconsistencies Date: Thu, 10 Oct 2002 15:32:34 +0000 User-Agent: KMail/1.4.3 To: freebsd-java@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200210101532.34099.wmprice@direcway.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 ---------- Forwarded Message ---------- Subject: Native JDK 1.3.1 Linux JDK 1.3.1 vs JDK 1.4.1 inconsistencies Date: Thu, 10 Oct 2002 12:41:27 +0000 From: "Weston M. Price" To: freebsd-questions@freebsd.org Hello, =09As some of you on this list know, I have been tinkering with a variety= of JDK's on FreeBSD in large part to get the Eclipse Platform running with a= ny sort of consistency. Over the course of a couple of weeks I have found th= e following issues with each of the JDK's: Native FreeBSD JDK 1.3.1 =09Under Eclipse, the native build of the 1.3.1 JDK refuses to allow the = user to commit a Java project to the file system. When the user attempts to create a new project, the IDE responds with an error message that states that the .project file (the metadata file used by Eclipse to track proje= ct changes) is read only. This is the ONLY JDK where this problem is manife= st. =09Further, when using this JDK none of the local filesystems appear in t= he file browser dialogs. In fact, as far as Eclipse is concerned the local = file system does not appear to exist at all. Linux-SUN JDK 1.3.1 =09This is the only IDE I have been able to get to work with Eclipse with= any sort of consistency. The above problem does not exist and you can actuall= y open the help brower, perform automatic software updates over the web, et= c. Also, certain plugins that I have added to the environment (JBoss, Weblog= ic integration work fine). Linux-Sun JDK 1.4.1 =09This one is the most problematic and inconsistent of the bunch. While = the read only problem does not exist, any access of the help system, software management etc brings the IDE to a crashing halt. Similarly, this JDK is = dog slow. Certain actions with the above JDK's can be performed in half the t= ime. Also, while the above JDK's only start one instance of the VM to run ecli= pse, the 1.4.1 JDK causes no less than 10-12 instances of the VM to start. =09Also, JBoss 3.0.0 crashes upon startup when using this JDK. =09I have seen similar types of behavior with a variety of Java based applications on FreeBSD. Most notably is JEdit when used in conjunction w= ith the native JDK. JEdit crashes due to file system errors. =09Needless to say this is a bewildering set of problems. I have a notion= that the behavior with the native JDK has something to do with the Java securi= ty policy. At the very least the evident discrepancies across the aforementi= oned JDK's definitely give one cause for concern. =09One other issue that I just don't understand is with the Linux compati= bility libraries. On both the native FreeBSD and 1.4.1 JDK Eclipse specifically needs either the LD_LIBRARY_PATH variable to be set, or ldconfig -m /compat/linux/lib to be run to start at all. However, with the Linux-Sun = JDK 1.3.1 this is NOT NECESSARY. I just don't get it????? =09I am not really sure if this is the right forum to post this message, = it may very be more appropriate for the ports list. Any advice on these issues w= ould be appreciated. I was also wondering if there was a specific mailing list dedicated to Java running on FreeBSD? This might be a good idea in order = to reduce traffic on questions. I am running 4.7 with the Linux 7.1_1 base. Regards, Weston To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" 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 Oct 10 22:42:56 2002 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 1B3A437B401 for ; Thu, 10 Oct 2002 22:42:55 -0700 (PDT) Received: from mx1.FreeBSD.org (66-178-46-21.reverse.newskies.net [66.178.46.21]) by mx1.FreeBSD.org (Postfix) with SMTP id DB0AD43EAA for ; Thu, 10 Oct 2002 22:42:51 -0700 (PDT) (envelope-from jim_bankol@surimail.com) From: "Mr. Jim Bankol" Date: Fri, 11 Oct 2002 06:41:56 To: java@FreeBSD.org Subject: CONFIDENTIAL ASSISTANCE MIME-Version: 1.0 Content-Type: text/plain;charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <20021011054251.DB0AD43EAA@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 Dear Sir, First, I must solicit your strictest confidence in this transaction, this is by it's nature of being utterly confidential & top secret. I got your contact through the World Trade Encyclopedia. I am a Sierra Leonean businessman. I was formally into the importation and sale of medical equipment in my native country, Sierra -Leone. My operational base was in Freetown, the capital city. In January 1999, when the second civil war broke out in my country, my office and warehouse were burnt by the Revolutionary United Front Rebels, who invaded Freetown. In that attack, I lost all my properties and assets. I was left with virtually nothing, except When the United Nations sent in troops to quell the rebel's onslaught and there was a relative peace in Freetown, I returned to business, but this time, I invested my resources in the Mining of Diamond which abounds in my country and I exported the Diamond through the help of a third party, some Lebanese who were very much versed in the industry to Antwerp in Belgium. The returns I got from this business was quite good and my life was gradually picking up again until early this year when the Sierra- Leonea. The U.N obliged the government and it is now illegal to sell/buy Diamond emanating from Sierra-Leone. Following this action, the government of my country clamped down on all businessmen who had made fortunes selling Diamond. Consequently, my newly acquired properties were seized again and I had no option than to leave the country immediately. But I did that only after I was able to first move my money out of the country. I had US$10.500,000(Ten Million Five Hundred Thousand United States Dollars) in my domiciliary account in Freetown. I had to move the money out of the Country through a very secret arranged channel. This was done in very unconventional methods, by my friend an official at the "Security Minting & Printing Company" of my country. Now, the money is in OVERSEA COUNTRY under the custody of a private financial outfit in abroad. The help I am now seeking is someone who has the capabilities of receiving the US$10.500,000 in his bank account, because I am on self-exile in a neighboring West African country from where I am trying to work out my traveling documents to enable me travel abroad. All you need to have is a power of attorney from me, empowering you as the recipient of this fund in your bank account. Secondly, after the said fund has been remitted into your bank account , I would want you to help me get a permanent resident permit in your country. For your efforts and the expenses you may incur in the course of this transaction, you will be entitled to 30% of the total sum. But we shall have an agreement to the effect that you WILL NOT take or spend out of my (70%) money until such a time when I am able to be with you. Please, feel free to reach me on my e-mail address (jim_bankol@skarum.zzn.com). When sending an email do remember to include your full name and your direct telephone/fax numbers preferably your private telephone and fax lines. I must apologize for the inconveniences this may cause you. Waiting to hear from you . Best regards, Mr. Jim Bankol. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Oct 10 23:20:49 2002 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 E523637B406 for ; Thu, 10 Oct 2002 23:20:42 -0700 (PDT) Received: from posti.pp.htv.fi (posti.pp.htv.fi [212.90.64.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9CAF43EB1 for ; Thu, 10 Oct 2002 23:20:41 -0700 (PDT) (envelope-from jani.kaarela@pp.htv.fi) Received: from digichicken.pp.htv.fi ([213.243.179.179]) by posti.pp.htv.fi (8.11.1/8.11.1) with ESMTP id g9B6KN601611; Fri, 11 Oct 2002 09:20:23 +0300 (EETDST) Message-Id: <5.1.0.14.0.20021011092314.02adfec0@mail-hub.pp.htv.fi> X-Sender: jkaarela@mail-hub.pp.htv.fi X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 11 Oct 2002 09:23:54 +0300 To: "Mr. Jim Bankol" , java@FreeBSD.ORG From: Jani Kaarela Subject: Re: CONFIDENTIAL ASSISTANCE In-Reply-To: <20021011054251.DB0AD43EAA@mx1.FreeBSD.org> 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 LOL!!!!! This really made my day, thank you Mr. Bankol! At 09:41 11.10.2002, Mr. Jim Bankol wrote: >Dear Sir, > >First, I must solicit your strictest confidence in this transaction, this >is by it's nature of being utterly confidential & top secret. > >I got your contact through the World Trade Encyclopedia. I am a Sierra >Leonean businessman. I was formally into the importation and sale of >medical equipment in my native country, Sierra -Leone. My operational base >was in Freetown, the capital city. In January 1999, when the second civil >war broke out in my country, my office and warehouse >were burnt by the Revolutionary United Front Rebels, who invaded Freetown. >In that attack, I lost all my properties and assets. I was left with >virtually nothing, except When the United Nations sent in troops to quell >the rebel's onslaught and there was a relative peace in Freetown, I >returned to business, but this time, I invested my resources in the Mining >of Diamond which abounds in my country and I exported the Diamond through >the help of a third party, some Lebanese who were very much versed in the >industry to Antwerp in Belgium. The returns I got from this business was >quite good and my life was gradually picking up again until early this >year when the Sierra- Leonea. > >The U.N obliged the government and it is now illegal to sell/buy Diamond >emanating from Sierra-Leone. Following this action, the government of my >country clamped down on all businessmen who had made fortunes selling Diamond. > >Consequently, my newly acquired properties were seized again and I had no >option than to leave the country immediately. But I did that only after I >was able to first move my money out of the country. I had >US$10.500,000(Ten Million Five Hundred Thousand United States Dollars) in >my domiciliary account in Freetown. I had to move the >money out of the Country through a very secret arranged channel. This was >done in very unconventional methods, by my friend an official at the >"Security Minting & Printing Company" of my country. > >Now, the money is in OVERSEA COUNTRY under the custody of a private >financial outfit in abroad. The help I am now seeking is someone who has >the capabilities of receiving the US$10.500,000 in his bank account, >because I am on self-exile in a neighboring West African country from >where I am trying to work out my traveling documents to enable me travel >abroad. > >All you need to have is a power of attorney from me, empowering you as the >recipient of this fund in your bank account. Secondly, after the said fund >has been remitted into your bank account , I would want you to help me get >a permanent resident permit in your country. > >For your efforts and the expenses you may incur in the course of this >transaction, you will be entitled to 30% of the total sum. But we shall >have an agreement to the effect that you WILL NOT take or spend out of my >(70%) money until such a time when I am able to be with you. > >Please, feel free to reach me on my e-mail address >(jim_bankol@skarum.zzn.com). When sending an email do remember to include >your full name and your direct telephone/fax numbers preferably your >private telephone and fax lines. > >I must apologize for the inconveniences this may cause you. > >Waiting to hear from you . > >Best regards, > >Mr. Jim Bankol. > >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 Oct 10 23:29:44 2002 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 D003537B401; Thu, 10 Oct 2002 23:29:41 -0700 (PDT) Received: from ns.gddsn.org.cn (ns.gddsn.org.cn [210.21.6.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5978643EA9; Thu, 10 Oct 2002 23:29:41 -0700 (PDT) (envelope-from wsk@ns.gddsn.org.cn) Received: from mail.gddsn.org.cn (unknown [192.168.168.4]) by ns.gddsn.org.cn (Postfix) with ESMTP id 8D16E38CBCF; Fri, 11 Oct 2002 14:29:40 +0800 (CST) Message-ID: <3DA67325.1060500@mail.gddsn.org.cn> Date: Fri, 11 Oct 2002 14:43:49 +0800 From: suken woo User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020912 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org, freebsd-questions@freebsd.org Subject: Re: who building sucessed zhcon under current References: <3DA6727F.3040902@mail.gddsn.org.cn> 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 suken woo wrote: > I wanna to buid it ,but always get failed. thanks any information. > best regards > ===> Building for zh-zhcon-0.2_4 > gmake all-recursive > gmake[1]: Entering directory `/usr/ports/chinese/zhcon/work/zhcon-0.2' > Making all in src > gmake[2]: Entering directory > `/usr/ports/chinese/zhcon/work/zhcon-0.2/src' > Making all in display > gmake[3]: Entering directory > `/usr/ports/chinese/zhcon/work/zhcon-0.2/src/displa > y' > gmake[3]: Nothing to be done for `all'. > gmake[3]: Leaving directory > `/usr/ports/chinese/zhcon/work/zhcon-0.2/src/display > ' > gmake[3]: Entering directory > `/usr/ports/chinese/zhcon/work/zhcon-0.2/src' > c++ -O2 -DNDEBUG -funsigned-char -Wall -Wl,-rpath=/usr/lib/unicon -o > zhcon -L > /usr/lib/unicon basefont.o big52gbdecoder.o big5decoder.o > configfile.o console. > o gb2big5decoder.o gbdecoder.o gbkdecoder.o graphdev.o hzdecoder.o > jisdecoder.o > kscmdecoder.o main.o window.o winime.o zhcon.o overspotclient.o > nativeinputserve > r.o inputclient.o inputmanager.o inputserver.o candilist.o > uniconinputserver.o c > onfigserver.o nativebarclient.o display/libdisplay.a -lutil -lc > -lintl -L/usr/l > ib/unicon -L/usr/local/lib > overspotclient.o: In function `OverSpotClient::Update()': > overspotclient.o(.text+0x536): undefined reference to > `InputServer::IsFullChar() > ' > overspotclient.o(.text+0x57e): undefined reference to > `InputServer::IsFullComma( > )' > overspotclient.o: In function `OverSpotClient::AdjustWinPos(int, int, > int, int)' > : > overspotclient.o(.text+0xa74): undefined reference to > `Window::ColsOvered()' > overspotclient.o(.text+0xa7e): undefined reference to > `Window::RowsOvered()' > inputmanager.o: In function `InputManager::ProcessInputKey(char)': > inputmanager.o(.text+0xbf9): undefined reference to > `InputServer::IsFullChar()' > inputmanager.o(.text+0xc30): undefined reference to > `InputServer::IsFullComma()' > nativebarclient.o: In function `NativeBarClient::Update()': > nativebarclient.o(.text+0x6fb): undefined reference to > `InputServer::IsFullChar( > )' > nativebarclient.o(.text+0x73e): undefined reference to > `InputServer::IsFullComma > ()' > gmake[3]: *** [zhcon] Error 1 > gmake[3]: Leaving directory `/usr/ports/chinese/zhcon/work/zhcon-0.2/src' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory `/usr/ports/chinese/zhcon/work/zhcon-0.2/src' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/chinese/zhcon/work/zhcon-0.2' > gmake: *** [all-recursive-am] Error 2 > *** Error code 2 > > Stop in /usr/ports/chinese/zhcon. > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Oct 11 6:30: 5 2002 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 8E27B37B401 for ; Fri, 11 Oct 2002 06:30:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4231443E9E for ; Fri, 11 Oct 2002 06:30:02 -0700 (PDT) (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 g9BDU2Co002827 for ; Fri, 11 Oct 2002 06:30:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9BDU2at002826; Fri, 11 Oct 2002 06:30:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA0F537B401 for ; Fri, 11 Oct 2002 06:24:58 -0700 (PDT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C6A843E88 for ; Fri, 11 Oct 2002 06:24:58 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9BDOw7R057688 for ; Fri, 11 Oct 2002 06:24:58 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9BDOw3N057687; Fri, 11 Oct 2002 06:24:58 -0700 (PDT) Message-Id: <200210111324.g9BDOw3N057687@www.freebsd.org> Date: Fri, 11 Oct 2002 06:24:58 -0700 (PDT) From: wataru ohki To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: java/43929: linux-ibm-jdk core dumps without System.exit() 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: 43929 >Category: java >Synopsis: linux-ibm-jdk core dumps without System.exit() >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: Fri Oct 11 06:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: wataru ohki >Release: 4.6.2 & 4-STABLE >Organization: >Environment: linux-ibm-jdk-1.3.1_2 linux_base-7.1_1 javavmwrapper-1.4 >Description: if run the class without System.exit() with linux-ibm-jdk's java command, couldn't exit normally and core dumped. If compile .java with jikes(1.16_3), same error occured. get normal exit without System.exit() if run with sun's jdk-1.3.1 or on Redhat >How-To-Repeat: run java like this public class Test{ public static void main(String[] args){ System.out.println("running"); // System.exit(0); } } >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 Fri Oct 11 8:15:29 2002 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 A82A037B401 for ; Fri, 11 Oct 2002 08:15:28 -0700 (PDT) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCB7A43E97 for ; Fri, 11 Oct 2002 08:15:27 -0700 (PDT) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.5/8.12.5) with ESMTP id g9BFFSvK005603 for ; Fri, 11 Oct 2002 17:15:28 +0200 (CEST) (envelope-from ernst@zaphod.euronet.nl) Received: (from ernst@localhost) by zaphod.euronet.nl (8.12.5/8.12.5/Submit) id g9BFFSMY005602 for java@FreeBSD.org; Fri, 11 Oct 2002 17:15:28 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" From: Ernst de Haan To: java@FreeBSD.org Subject: Ant port improved Date: Fri, 11 Oct 2002 17:15:27 +0200 User-Agent: KMail/1.4.3 X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200210111715.27641.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 Hi all, I've just committed a change to the devel/jakarta-ant port (1.5.1_1) that improves the ant shell script so that it includes all JAR files from ${PREFIX}/share/java/classes/ in the CLASSPATH for Ant. The result is that all Java library ports that install a JAR file in ${PREFIX}/share/java/classes/ can automatically be used by your Ant build files. Ernst -- Ernst de Haan Development Team Leader Wanadoo Nederland B.V. "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Oct 11 9:56:50 2002 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 A8CF937B404 for ; Fri, 11 Oct 2002 09:56:48 -0700 (PDT) Received: from hughes-fe01.direcway.com (hughes-fe01.direcway.com [66.82.20.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EA7943EB2 for ; Fri, 11 Oct 2002 09:56:47 -0700 (PDT) (envelope-from wmprice@direcway.com) Received: from jerusalem ([66.82.48.1]) by hughes-fe01.direcway.com (InterMail vK.4.04.00.00 201-232-137 license dcc4e84cb8fc01ca8f8654c982ec8526) with ESMTP id <20021011165704.WJYV507.hughes-fe01@jerusalem>; Fri, 11 Oct 2002 12:57:04 -0400 Content-Type: text/plain; charset="iso-8859-1" From: "Weston M. Price" To: Achilleus Mantzios Subject: Re: Fwd: Native JDK 1.3.1 Linux JDK 1.3.1 vs JDK 1.4.1 inconsistencies Date: Fri, 11 Oct 2002 12:47:56 +0000 User-Agent: KMail/1.4.3 Cc: freebsd-java@freebsd.org References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200210111247.56259.wmprice@direcway.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 Yes, =09You will notice that is what I said in my original message. JBoss work= s fine=20 with the native port, it fails with the linux-sun-jdk1.4.1 port. The bigg= est=20 thing that I am trying to get across is the glaring incosistencies betwee= n=20 the JDK's. Weston On Friday 11 October 2002 07:31 am, Achilleus Mantzios wrote: > As far as jboss3.0.x is concerned i run it smoothly > on FBSD 4.6.1 with jdk1.3.1-p7 and OpenJIT. > > Great performance!! > Great startup times of jboss. > Bad jasper compilation times. > Realy fast after every jsp is compiled. > Also it fails to redeploy an allready deployed app. (needs jboss restar= t). > > =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=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > Achilleus Mantzios > S/W Engineer > IT dept > Dynacom Tankers Mngmt > Nikis 4, Glyfada > Athens 16610 > Greece > tel: +30-10-8981112 > fax: +30-10-8981877 > email: achill@matrix.gatewaynet.com > mantzios@softlab.ece.ntua.gr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Oct 11 15: 0:13 2002 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 C5DEA37B406 for ; Fri, 11 Oct 2002 15:00:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C950F43E88 for ; Fri, 11 Oct 2002 15:00:10 -0700 (PDT) (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 g9BM0ACo017176 for ; Fri, 11 Oct 2002 15:00:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9BM0AOH017175; Fri, 11 Oct 2002 15:00:10 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6799437B401 for ; Fri, 11 Oct 2002 14:56:32 -0700 (PDT) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B4B943E65 for ; Fri, 11 Oct 2002 14:56:31 -0700 (PDT) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.5/8.12.5) with ESMTP id g9BLuWvK007733 for ; Fri, 11 Oct 2002 23:56:32 +0200 (CEST) (envelope-from ernst@zaphod.euronet.nl) Received: (from ernst@localhost) by zaphod.euronet.nl (8.12.5/8.12.5/Submit) id g9BLuWsL007732; Fri, 11 Oct 2002 23:56:32 +0200 (CEST) Message-Id: <200210112156.g9BLuWsL007732@zaphod.euronet.nl> Date: Fri, 11 Oct 2002 23:56:32 +0200 (CEST) From: Ernst de Haan Reply-To: Ernst de Haan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: java/43944: Request for port for xmlenc 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: 43944 >Category: java >Synopsis: Request for port for xmlenc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 11 15:00:10 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.6-STABLE i386 >Organization: FreeBSD Project >Environment: System: FreeBSD zaphod.euronet.nl 4.6-STABLE FreeBSD 4.6-STABLE #11: Mon Sep 2 10:15:56 CEST 2002 root@zaphod.euronet.nl:/usr/obj/usr/src/sys/ZAPHOD i386 >Description: Please add a port for xmlenc. See: http://xmlenc.sourceforge.net/ >How-To-Repeat: >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 Fri Oct 11 16: 5:56 2002 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 95EEC37B401; Fri, 11 Oct 2002 16:05:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47A5F43E91; Fri, 11 Oct 2002 16:05:55 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9BN5tCo029931; Fri, 11 Oct 2002 16:05:55 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9BN5tBV029927; Fri, 11 Oct 2002 16:05:55 -0700 (PDT) Date: Fri, 11 Oct 2002 16:05:55 -0700 (PDT) From: Ernst de Haan Message-Id: <200210112305.g9BN5tBV029927@freefall.freebsd.org> To: znerd@FreeBSD.org, freebsd-java@FreeBSD.org, znerd@FreeBSD.org Subject: Re: java/43944: Request for port for xmlenc 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: Request for port for xmlenc Responsible-Changed-From-To: freebsd-java->znerd Responsible-Changed-By: znerd Responsible-Changed-When: Fri Oct 11 16:05:37 PDT 2002 Responsible-Changed-Why: I'll handle this myself. http://www.freebsd.org/cgi/query-pr.cgi?pr=43944 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Oct 11 16: 7:53 2002 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 7778737B401; Fri, 11 Oct 2002 16:07:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28B4943E97; Fri, 11 Oct 2002 16:07:52 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9BN7qCo030010; Fri, 11 Oct 2002 16:07:52 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9BN7qve030006; Fri, 11 Oct 2002 16:07:52 -0700 (PDT) Date: Fri, 11 Oct 2002 16:07:52 -0700 (PDT) From: Ernst de Haan Message-Id: <200210112307.g9BN7qve030006@freefall.freebsd.org> To: znerd@FreeBSD.org, freebsd-java@FreeBSD.org, glewis@FreeBSD.org Subject: Re: java/42595: java/jdk13: Math.pow function from appletviewer 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 Old Synopsis: jdk: Math.pow function from appletviewer New Synopsis: java/jdk13: Math.pow function from appletviewer Responsible-Changed-From-To: freebsd-java->glewis Responsible-Changed-By: znerd Responsible-Changed-When: Fri Oct 11 16:07:19 PDT 2002 Responsible-Changed-Why: Over to MAINTAINER. http://www.freebsd.org/cgi/query-pr.cgi?pr=42595 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Oct 11 16:10: 4 2002 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 1E71237B401 for ; Fri, 11 Oct 2002 16:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC4AE43EA9 for ; Fri, 11 Oct 2002 16:10:01 -0700 (PDT) (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 g9BNA1Co030108 for ; Fri, 11 Oct 2002 16:10:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9BNA1L0030102; Fri, 11 Oct 2002 16:10:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F32EE37B418 for ; Fri, 11 Oct 2002 16:00:56 -0700 (PDT) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 236C443E6E for ; Fri, 11 Oct 2002 16:00:56 -0700 (PDT) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.5/8.12.5) with ESMTP id g9BN0vvK008014 for ; Sat, 12 Oct 2002 01:00:57 +0200 (CEST) (envelope-from ernst@zaphod.euronet.nl) Received: (from ernst@localhost) by zaphod.euronet.nl (8.12.5/8.12.5/Submit) id g9BN0vFC008013; Sat, 12 Oct 2002 01:00:57 +0200 (CEST) Message-Id: <200210112300.g9BN0vFC008013@zaphod.euronet.nl> Date: Sat, 12 Oct 2002 01:00:57 +0200 (CEST) From: Ernst de Haan Reply-To: Ernst de Haan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: java/43946: Port java/jump should honour NOPORTDOCS 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: 43946 >Category: java >Synopsis: Port java/jump should honour NOPORTDOCS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 11 16:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.6-STABLE i386 >Organization: FreeBSD Project >Environment: System: FreeBSD zaphod.euronet.nl 4.6-STABLE FreeBSD 4.6-STABLE #11: Mon Sep 2 10:15:56 CEST 2002 root@zaphod.euronet.nl:/usr/obj/usr/src/sys/ZAPHOD i386 >Description: The port java/jump should not install any documentation if NOPORTDOCS is set. >How-To-Repeat: >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 Fri Oct 11 16:10: 6 2002 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 3A0A137B404 for ; Fri, 11 Oct 2002 16:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 219E443EAC for ; Fri, 11 Oct 2002 16:10:02 -0700 (PDT) (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 g9BNA1Co030121 for ; Fri, 11 Oct 2002 16:10:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9BNA1P3030120; Fri, 11 Oct 2002 16:10:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEA6437B401 for ; Fri, 11 Oct 2002 16:04:26 -0700 (PDT) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE48343E3B for ; Fri, 11 Oct 2002 16:04:25 -0700 (PDT) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.5/8.12.5) with ESMTP id g9BN4RvK008101; Sat, 12 Oct 2002 01:04:27 +0200 (CEST) (envelope-from ernst@zaphod.euronet.nl) Received: (from ernst@localhost) by zaphod.euronet.nl (8.12.5/8.12.5/Submit) id g9BN4Q38008100; Sat, 12 Oct 2002 01:04:26 +0200 (CEST) Message-Id: <200210112304.g9BN4Q38008100@zaphod.euronet.nl> Date: Sat, 12 Oct 2002 01:04:26 +0200 (CEST) From: Ernst de Haan Reply-To: Ernst de Haan To: FreeBSD-gnats-submit@FreeBSD.org Cc: Dave Glowacki X-Send-Pr-Version: 3.113 Subject: java/43947: Checkstyle port should install checkstyle script 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: 43947 >Category: java >Synopsis: Checkstyle port should install checkstyle script >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 11 16:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.6-STABLE i386 >Organization: FreeBSD Project >Environment: System: FreeBSD zaphod.euronet.nl 4.6-STABLE FreeBSD 4.6-STABLE #11: Mon Sep 2 10:15:56 CEST 2002 root@zaphod.euronet.nl:/usr/obj/usr/src/sys/ZAPHOD i386 >Description: The java/java-checkstyle script should install a checkstyle shell script in ${PREFIX}/bin. See: http://checkstyle.sourceforge.net/cmdline.html >How-To-Repeat: Install the port java/java-checkstyle Run 'checkstyle' >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 Fri Oct 11 16:13:42 2002 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 AFAC337B401; Fri, 11 Oct 2002 16:13:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F8AF43E77; Fri, 11 Oct 2002 16:13:41 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9BNDfCo030359; Fri, 11 Oct 2002 16:13:41 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9BNDf9M030355; Fri, 11 Oct 2002 16:13:41 -0700 (PDT) Date: Fri, 11 Oct 2002 16:13:41 -0700 (PDT) From: Ernst de Haan Message-Id: <200210112313.g9BNDf9M030355@freefall.freebsd.org> To: znerd@FreeBSD.org, freebsd-java@FreeBSD.org, znerd@FreeBSD.org Subject: Re: java/43946: Port java/jump should honour NOPORTDOCS 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: Port java/jump should honour NOPORTDOCS Responsible-Changed-From-To: freebsd-java->znerd Responsible-Changed-By: znerd Responsible-Changed-When: Fri Oct 11 16:13:28 PDT 2002 Responsible-Changed-Why: I'll handle this myself. http://www.freebsd.org/cgi/query-pr.cgi?pr=43946 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Oct 11 16:14: 3 2002 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 C0FB037B401; Fri, 11 Oct 2002 16:14:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72AA343E88; Fri, 11 Oct 2002 16:14:02 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9BNE2Co030429; Fri, 11 Oct 2002 16:14:02 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9BNE2Ym030425; Fri, 11 Oct 2002 16:14:02 -0700 (PDT) Date: Fri, 11 Oct 2002 16:14:02 -0700 (PDT) From: Ernst de Haan Message-Id: <200210112314.g9BNE2Ym030425@freefall.freebsd.org> To: znerd@FreeBSD.org, freebsd-java@FreeBSD.org, znerd@FreeBSD.org Subject: Re: java/43947: Checkstyle port should install checkstyle script 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: Checkstyle port should install checkstyle script Responsible-Changed-From-To: freebsd-java->znerd Responsible-Changed-By: znerd Responsible-Changed-When: Fri Oct 11 16:13:47 PDT 2002 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=43947 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Oct 11 16:30: 4 2002 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 5E9D337B401 for ; Fri, 11 Oct 2002 16:30:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCC6243E9E for ; Fri, 11 Oct 2002 16:30:01 -0700 (PDT) (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 g9BNU1Co031197 for ; Fri, 11 Oct 2002 16:30:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9BNU1cr031196; Fri, 11 Oct 2002 16:30:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62C4037B404 for ; Fri, 11 Oct 2002 16:27:10 -0700 (PDT) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8855A43E91 for ; Fri, 11 Oct 2002 16:27:09 -0700 (PDT) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.5/8.12.5) with ESMTP id g9BNRAvK009670 for ; Sat, 12 Oct 2002 01:27:10 +0200 (CEST) (envelope-from ernst@zaphod.euronet.nl) Received: (from ernst@localhost) by zaphod.euronet.nl (8.12.5/8.12.5/Submit) id g9BNRASY009669; Sat, 12 Oct 2002 01:27:10 +0200 (CEST) Message-Id: <200210112327.g9BNRASY009669@zaphod.euronet.nl> Date: Sat, 12 Oct 2002 01:27:10 +0200 (CEST) From: Ernst de Haan Reply-To: Ernst de Haan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: java/43948: textproc/xmlenc should honor NOPORTDOCS 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: 43948 >Category: java >Synopsis: textproc/xmlenc should honor NOPORTDOCS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 11 16:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.6-STABLE i386 >Organization: FreeBSD Project >Environment: System: FreeBSD zaphod.euronet.nl 4.6-STABLE FreeBSD 4.6-STABLE #11: Mon Sep 2 10:15:56 CEST 2002 root@zaphod.euronet.nl:/usr/obj/usr/src/sys/ZAPHOD i386 >Description: The textproc/xmlenc should not install the documentation files if the NOPORTDOCS flag is set. >How-To-Repeat: >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 Fri Oct 11 16:30: 6 2002 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 6F91A37B404 for ; Fri, 11 Oct 2002 16:30:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BA6843EA9 for ; Fri, 11 Oct 2002 16:30:02 -0700 (PDT) (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 g9BNU1Co031210 for ; Fri, 11 Oct 2002 16:30:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9BNU1rq031209; Fri, 11 Oct 2002 16:30:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DFE237B401 for ; Fri, 11 Oct 2002 16:29:11 -0700 (PDT) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68C2343E7B for ; Fri, 11 Oct 2002 16:29:10 -0700 (PDT) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.5/8.12.5) with ESMTP id g9BNTBvK009750 for ; Sat, 12 Oct 2002 01:29:11 +0200 (CEST) (envelope-from ernst@zaphod.euronet.nl) Received: (from ernst@localhost) by zaphod.euronet.nl (8.12.5/8.12.5/Submit) id g9BNTB7n009749; Sat, 12 Oct 2002 01:29:11 +0200 (CEST) Message-Id: <200210112329.g9BNTB7n009749@zaphod.euronet.nl> Date: Sat, 12 Oct 2002 01:29:11 +0200 (CEST) From: Ernst de Haan Reply-To: Ernst de Haan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: java/43949: Port java/jump should install jump.jar in shared jars dir 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: 43949 >Category: java >Synopsis: Port java/jump should install jump.jar in shared jars dir >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 11 16:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.6-STABLE i386 >Organization: FreeBSD Project >Environment: System: FreeBSD zaphod.euronet.nl 4.6-STABLE FreeBSD 4.6-STABLE #11: Mon Sep 2 10:15:56 CEST 2002 root@zaphod.euronet.nl:/usr/obj/usr/src/sys/ZAPHOD i386 >Description: The java/jump port does not install a (symlink to the) jump.jar file in ${PREFIX}/share/java/classes. It should. >How-To-Repeat: >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 Fri Oct 11 16:36:21 2002 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 8999237B401; Fri, 11 Oct 2002 16:36:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B74943E8A; Fri, 11 Oct 2002 16:36:20 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9BNaKCo031422; Fri, 11 Oct 2002 16:36:20 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9BNaKTi031418; Fri, 11 Oct 2002 16:36:20 -0700 (PDT) Date: Fri, 11 Oct 2002 16:36:20 -0700 (PDT) From: Ernst de Haan Message-Id: <200210112336.g9BNaKTi031418@freefall.freebsd.org> To: znerd@FreeBSD.org, freebsd-java@FreeBSD.org, znerd@FreeBSD.org Subject: Re: java/43948: textproc/xmlenc should honor NOPORTDOCS 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: textproc/xmlenc should honor NOPORTDOCS Responsible-Changed-From-To: freebsd-java->znerd Responsible-Changed-By: znerd Responsible-Changed-When: Fri Oct 11 16:36:08 PDT 2002 Responsible-Changed-Why: I'll handle this myself. http://www.freebsd.org/cgi/query-pr.cgi?pr=43948 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Oct 11 16:36:45 2002 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 A756F37B401; Fri, 11 Oct 2002 16:36:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55F7943E91; Fri, 11 Oct 2002 16:36:44 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9BNaiCo031467; Fri, 11 Oct 2002 16:36:44 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9BNaiu3031463; Fri, 11 Oct 2002 16:36:44 -0700 (PDT) Date: Fri, 11 Oct 2002 16:36:44 -0700 (PDT) From: Ernst de Haan Message-Id: <200210112336.g9BNaiu3031463@freefall.freebsd.org> To: znerd@FreeBSD.org, freebsd-java@FreeBSD.org, znerd@FreeBSD.org Subject: Re: java/43949: Port java/jump should install jump.jar in shared jars dir 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: Port java/jump should install jump.jar in shared jars dir Responsible-Changed-From-To: freebsd-java->znerd Responsible-Changed-By: znerd Responsible-Changed-When: Fri Oct 11 16:36:31 PDT 2002 Responsible-Changed-Why: I'll handle this myself. http://www.freebsd.org/cgi/query-pr.cgi?pr=43949 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Oct 11 16:38: 8 2002 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 C09E637B401; Fri, 11 Oct 2002 16:38:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F0BB43E91; Fri, 11 Oct 2002 16:38:07 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9BNc6Co031567; Fri, 11 Oct 2002 16:38:06 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9BNc6JD031563; Fri, 11 Oct 2002 16:38:06 -0700 (PDT) Date: Fri, 11 Oct 2002 16:38:06 -0700 (PDT) From: Ernst de Haan Message-Id: <200210112338.g9BNc6JD031563@freefall.freebsd.org> To: znerd@FreeBSD.org, freebsd-ports@FreeBSD.org, java@FreeBSD.org Subject: Re: java/43724: linux_base-7.1 + linux-sun-jdk-1.3.1.04 don't work together 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: linux_base-7.1 + linux-sun-jdk-1.3.1.04 don't work together Responsible-Changed-From-To: freebsd-ports->java Responsible-Changed-By: znerd Responsible-Changed-When: Fri Oct 11 16:37:37 PDT 2002 Responsible-Changed-Why: More appropriate for freebsd-java. http://www.freebsd.org/cgi/query-pr.cgi?pr=43724 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Oct 11 16:38:40 2002 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 1619537B401; Fri, 11 Oct 2002 16:38:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BABAF43E4A; Fri, 11 Oct 2002 16:38:39 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9BNcdCo031622; Fri, 11 Oct 2002 16:38:39 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9BNcdGu031618; Fri, 11 Oct 2002 16:38:39 -0700 (PDT) Date: Fri, 11 Oct 2002 16:38:39 -0700 (PDT) From: Ernst de Haan Message-Id: <200210112338.g9BNcdGu031618@freefall.freebsd.org> To: znerd@FreeBSD.org, freebsd-ports@FreeBSD.org, java@FreeBSD.org Subject: Re: java/35320: linux-jdk-1.4 JVM fails when running Tomcat4 app 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: linux-jdk-1.4 JVM fails when running Tomcat4 app Responsible-Changed-From-To: freebsd-ports->java Responsible-Changed-By: znerd Responsible-Changed-When: Fri Oct 11 16:38:22 PDT 2002 Responsible-Changed-Why: More appropriate for freebsd-java. http://www.freebsd.org/cgi/query-pr.cgi?pr=35320 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Oct 11 16:40: 3 2002 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 3F68537B401 for ; Fri, 11 Oct 2002 16:40:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C09C43EA9 for ; Fri, 11 Oct 2002 16:40:01 -0700 (PDT) (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 g9BNe1Co031671 for ; Fri, 11 Oct 2002 16:40:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9BNe1hn031670; Fri, 11 Oct 2002 16:40:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 692EF37B401 for ; Fri, 11 Oct 2002 16:35:43 -0700 (PDT) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4B7443E42 for ; Fri, 11 Oct 2002 16:35:42 -0700 (PDT) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.5/8.12.5) with ESMTP id g9BNZivK009868 for ; Sat, 12 Oct 2002 01:35:44 +0200 (CEST) (envelope-from ernst@zaphod.euronet.nl) Received: (from ernst@localhost) by zaphod.euronet.nl (8.12.5/8.12.5/Submit) id g9BNZh0g009867; Sat, 12 Oct 2002 01:35:43 +0200 (CEST) Message-Id: <200210112335.g9BNZh0g009867@zaphod.euronet.nl> Date: Sat, 12 Oct 2002 01:35:43 +0200 (CEST) From: Ernst de Haan Reply-To: Ernst de Haan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: java/43950: Request for port: XInclude task 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: 43950 >Category: java >Synopsis: Request for port: XInclude task >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 11 16:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.6-STABLE i386 >Organization: FreeBSD Project >Environment: System: FreeBSD zaphod.euronet.nl 4.6-STABLE FreeBSD 4.6-STABLE #11: Mon Sep 2 10:15:56 CEST 2002 root@zaphod.euronet.nl:/usr/obj/usr/src/sys/ZAPHOD i386 >Description: Please add a port for XInclude task, see: http://people.freebsd.org/~znerd/xinclude-task/ Make sure the task installs the JAR files in ${PREFIX}/share/java/classes so that the task will be available to all Ant build files (if 1.5.1_1 or later of the Ant port is installed.) >How-To-Repeat: >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 Fri Oct 11 22: 2:14 2002 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 9ED4337B401; Fri, 11 Oct 2002 22:02:13 -0700 (PDT) Received: from gravy.kishka.net (pool-151-197-249-73.phil.east.verizon.net [151.197.249.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2A1343E65; Fri, 11 Oct 2002 22:02:12 -0700 (PDT) (envelope-from bleez@verizon.net) Received: from verizon.net (gravy.kishka.net [192.168.1.2]) by gravy.kishka.net (8.12.6/8.12.6) with ESMTP id g9C52Bdf001029; Sat, 12 Oct 2002 01:02:11 -0400 (EDT) (envelope-from bleez@verizon.net) Message-ID: <3DA7ACD3.2050103@verizon.net> Date: Sat, 12 Oct 2002 01:02:11 -0400 From: Bryan Liesner User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.2b) Gecko/20021011 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-gnats-submit@FreeBSD.org Cc: elvis_paris@yahoo.com, freebsd-java@FreeBSD.org Subject: Re: java/43724: linux_base-7.1 + linux-sun-jdk-1.3.1.04 don't work together 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 I'm not seeing this at all. linux_base-7.1_1 and linux-sun-jdk-1.3.1.04_1 are installed. The only difference here is that I download the linux nightly builds of mozilla and do not install linux-mozilla via the ports. I'm currently on 4.7-STABLE but have not seen this problem through earlier 4.x versions. Java applications and applets all work fine with this combination. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Oct 11 22:10: 9 2002 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 E93DE37B401 for ; Fri, 11 Oct 2002 22:10:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CC8A43E65 for ; Fri, 11 Oct 2002 22:10:07 -0700 (PDT) (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 g9C5A3Co041673 for ; Fri, 11 Oct 2002 22:10:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9C5A34S041672; Fri, 11 Oct 2002 22:10:03 -0700 (PDT) Date: Fri, 11 Oct 2002 22:10:03 -0700 (PDT) Message-Id: <200210120510.g9C5A34S041672@freefall.freebsd.org> To: java@FreeBSD.org Cc: From: Bryan Liesner Subject: Re: java/43724: linux_base-7.1 + linux-sun-jdk-1.3.1.04 don't work together Reply-To: Bryan Liesner 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 following reply was made to PR java/43724; it has been noted by GNATS. From: Bryan Liesner To: freebsd-gnats-submit@FreeBSD.org Cc: elvis_paris@yahoo.com, freebsd-java@FreeBSD.org Subject: Re: java/43724: linux_base-7.1 + linux-sun-jdk-1.3.1.04 don't work together Date: Sat, 12 Oct 2002 01:02:11 -0400 I'm not seeing this at all. linux_base-7.1_1 and linux-sun-jdk-1.3.1.04_1 are installed. The only difference here is that I download the linux nightly builds of mozilla and do not install linux-mozilla via the ports. I'm currently on 4.7-STABLE but have not seen this problem through earlier 4.x versions. Java applications and applets all work fine with this combination. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Oct 12 7:47:36 2002 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 5F05137B401; Sat, 12 Oct 2002 07:47:35 -0700 (PDT) Received: from hawk.mail.pas.earthlink.net (hawk.mail.pas.earthlink.net [207.217.120.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A29F43E88; Sat, 12 Oct 2002 07:47:35 -0700 (PDT) (envelope-from absinthe@pobox.com) Received: from dhcp068-64-151-24.nt01-c4.cpe.charter-ne.com ([24.151.64.68] helo=laredo.retrovertigo.com) by hawk.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 180NYE-0006qS-00; Sat, 12 Oct 2002 07:47:34 -0700 Content-Type: text/plain; charset="iso-8859-1" From: Dylan Carlson Reply-To: absinthe@pobox.com To: Ernst de Haan , java@FreeBSD.org Subject: Re: Ant port improved Date: Sat, 12 Oct 2002 10:47:50 -0400 User-Agent: KMail/1.4.3 References: <200210111715.27641.znerd@FreeBSD.org> In-Reply-To: <200210111715.27641.znerd@FreeBSD.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200210121047.50900.absinthe@pobox.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 Friday 11 October 2002 11:15am, Ernst de Haan wrote: > Hi all, > > I've just committed a change to the devel/jakarta-ant port (1.5.1_1) that > improves the ant shell script so that it includes all JAR files from > ${PREFIX}/share/java/classes/ in the CLASSPATH for Ant. > > The result is that all Java library ports that install a JAR file in > ${PREFIX}/share/java/classes/ can automatically be used by your Ant build > files. That's valuable. Thank you Ernst. -- Dylan Carlson [absinthe@pobox.com] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Oct 12 7:49: 1 2002 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 63B2637B401; Sat, 12 Oct 2002 07:49:00 -0700 (PDT) Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BBC043EA3; Sat, 12 Oct 2002 07:49:00 -0700 (PDT) (envelope-from absinthe@pobox.com) Received: from dhcp068-64-151-24.nt01-c4.cpe.charter-ne.com ([24.151.64.68] helo=laredo.retrovertigo.com) by pintail.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 180NZY-0000Yq-00; Sat, 12 Oct 2002 07:48:56 -0700 Content-Type: text/plain; charset="iso-8859-1" From: Dylan Carlson Reply-To: absinthe@pobox.com To: Ernst de Haan , java@FreeBSD.org Subject: Re: Ant port improved Date: Sat, 12 Oct 2002 10:49:13 -0400 User-Agent: KMail/1.4.3 References: <200210111715.27641.znerd@FreeBSD.org> <200210121047.50900.absinthe@pobox.com> In-Reply-To: <200210121047.50900.absinthe@pobox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200210121049.13086.absinthe@pobox.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 Saturday 12 October 2002 10:47am, Dylan Carlson wrote: > > The result is that all Java library ports that install a JAR file in > > ${PREFIX}/share/java/classes/ can automatically be used by your Ant build > > files. > > That's valuable. Thank you Ernst. I didn't finish my thought, sorry. Have we made any traction towards finalizing the bsd.java.mk/path specs, and some tentative plan for building Java ports with Ant? Cheers, -- Dylan Carlson [absinthe@pobox.com] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Oct 12 10:38: 6 2002 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 6FD1637B401; Sat, 12 Oct 2002 10:38:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FC7543E9C; Sat, 12 Oct 2002 10:38:05 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9CHc4Co038149; Sat, 12 Oct 2002 10:38:04 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9CHc4iR038145; Sat, 12 Oct 2002 10:38:04 -0700 (PDT) Date: Sat, 12 Oct 2002 10:38:04 -0700 (PDT) From: Ernst de Haan Message-Id: <200210121738.g9CHc4iR038145@freefall.freebsd.org> To: znerd@FreeBSD.org, freebsd-ports@FreeBSD.org, java@FreeBSD.org Subject: Re: java/43925: New port: net/beepcore-java (supersedes ports/38063) 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: New port: net/beepcore-java (supersedes ports/38063) Responsible-Changed-From-To: freebsd-ports->java Responsible-Changed-By: znerd Responsible-Changed-When: Sat Oct 12 10:37:18 PDT 2002 Responsible-Changed-Why: Over to Java community. http://www.freebsd.org/cgi/query-pr.cgi?pr=43925 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sat Oct 12 10:50: 4 2002 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 2749B37B401 for ; Sat, 12 Oct 2002 10:50:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A03943EAF for ; Sat, 12 Oct 2002 10:50:02 -0700 (PDT) (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 g9CHo2Co040515 for ; Sat, 12 Oct 2002 10:50:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9CHo2rC040514; Sat, 12 Oct 2002 10:50:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C85137B401 for ; Sat, 12 Oct 2002 10:46:47 -0700 (PDT) Received: from localhost.jollem.com (uds125-60.dial.hccnet.nl [62.251.60.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4B9043EC2 for ; Sat, 12 Oct 2002 10:46:45 -0700 (PDT) (envelope-from ernst@localhost.jollem.com) Received: from localhost.jollem.com (localhost.jollem.com [127.0.0.1]) by localhost.jollem.com (8.12.5/8.12.5) with ESMTP id g9CHkfNr003060; Sat, 12 Oct 2002 19:46:41 +0200 (CEST) (envelope-from ernst@localhost.jollem.com) Received: (from ernst@localhost) by localhost.jollem.com (8.12.5/8.12.5/Submit) id g9CHke6D003059; Sat, 12 Oct 2002 19:46:40 +0200 (CEST) Message-Id: <200210121746.g9CHke6D003059@localhost.jollem.com> Date: Sat, 12 Oct 2002 19:46:40 +0200 (CEST) From: Ernst de Haan Reply-To: Ernst de Haan To: FreeBSD-gnats-submit@FreeBSD.org Cc: Dave Glowacki X-Send-Pr-Version: 3.113 Subject: java/43981: java/jdk1?-doc ports should dynamically generate plist file 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: 43981 >Category: java >Synopsis: java/jdk1?-doc ports should dynamically generate plist file >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 12 10:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.6-STABLE i386 >Organization: FreeBSD Project >Environment: System: FreeBSD heinz 4.6-STABLE FreeBSD 4.6-STABLE #2: Wed Aug 28 23:38:45 CEST 2002 root@heinz:/usr/obj/usr/src/sys/HEINZ i386 >Description: The pkg-plist files of the java/jdk1?-doc ports is huge: -rw-r--r-- 1 root ernst 46971 Sep 14 01:02 jdk11-doc/pkg-plist -rw-r--r-- 1 root ernst 274646 Sep 19 20:06 jdk12-doc/pkg-plist -rw-r--r-- 1 root ernst 339194 Sep 14 01:02 jdk13-doc/pkg-plist -rw-r--r-- 1 root ernst 502752 Sep 14 01:02 jdk14-doc/pkg-plist >How-To-Repeat: Go to your portsdir (/usr/ports ?) and execute: $ ls -l jdk1?-doc/pkg-plist >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 Sat Oct 12 10:50:58 2002 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 DA47F37B401; Sat, 12 Oct 2002 10:50:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88DE743E3B; Sat, 12 Oct 2002 10:50:57 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9CHovCo042179; Sat, 12 Oct 2002 10:50:57 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9CHovLi042163; Sat, 12 Oct 2002 10:50:57 -0700 (PDT) Date: Sat, 12 Oct 2002 10:50:57 -0700 (PDT) From: Ernst de Haan Message-Id: <200210121750.g9CHovLi042163@freefall.freebsd.org> To: znerd@FreeBSD.org, freebsd-java@FreeBSD.org, znerd@FreeBSD.org Subject: Re: java/43981: java/jdk1?-doc ports should dynamically generate plist file 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: java/jdk1?-doc ports should dynamically generate plist file Responsible-Changed-From-To: freebsd-java->znerd Responsible-Changed-By: znerd Responsible-Changed-When: Sat Oct 12 10:50:35 PDT 2002 Responsible-Changed-Why: Over to MAINTAINER. http://www.freebsd.org/cgi/query-pr.cgi?pr=43981 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message