From owner-freebsd-java@FreeBSD.ORG Sun Aug 29 07:34:08 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDE8216A4CE for ; Sun, 29 Aug 2004 07:34:08 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2EB743D2F for ; Sun, 29 Aug 2004 07:34:07 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id i7T6lDsR026169 for ; Sun, 29 Aug 2004 09:47:13 +0300 Received: from localhost (achill@localhost)i7T6lD5T026165 for ; Sun, 29 Aug 2004 09:47:13 +0300 Date: Sun, 29 Aug 2004 09:47:13 +0300 (EEST) From: Achilleus Mantzios To: java@freebsd.org In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: 1.4.2p6 build failure, build success and run problems X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Aug 2004 07:34:08 -0000 Hi, on a recently (today) updated (world,kernel,ports) system 5.3-BETA2, i have build problems with jdk1.4.2p6. The problem seemed to be in the signature of check() method of /usr/ports/java/jdk14/work/j2se/src/share/classes/sun/tools/javac/SourceMember.java After i upgraded (my bootstrap) linux-sun-jdk-1.4.2.02 to linux-sun-jdk-1.4.2.05, jdk1.4.2p6 built just fine. Maybe if someone else would verify this situation, something needs to be changed in BUILD_DEPENDS? However after i start jboss with the freshly new installed jdk1.4.2p6 CPU seems to run at 100%, and jboss is stalled. [root@smadev bin]# ldd /usr/local/jdk1.4.2/bin/java /usr/local/jdk1.4.2/bin/java: libpthread.so.1 => /usr/lib/libpthread.so.1 (0x28084000) libc.so.5 => /lib/libc.so.5 (0x280a8000) [root@smadev bin]# I tried in libmap.conf with kse, libc_r with (nearly) same results... (with libc_r i could -c, whereas with kse,libpthread i couldn't) If someone has any idea that would be great. -- -Achilleus From owner-freebsd-java@FreeBSD.ORG Sun Aug 29 08:08:18 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6969216A52E for ; Sun, 29 Aug 2004 08:08:18 +0000 (GMT) Received: from mail.unixconsult.co.uk (mail.unixconsult.co.uk [81.2.69.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE40A43D49 for ; Sun, 29 Aug 2004 08:08:17 +0000 (GMT) (envelope-from freebsd@unix-consult.com) Received: from localhost (localhost.unixconsult.co.uk [127.0.0.1]) by mail.unixconsult.co.uk (Postfix) with ESMTP id 9573F50835 for ; Sun, 29 Aug 2004 09:08:11 +0100 (BST) Received: from mail.unixconsult.co.uk ([127.0.0.1]) by localhost (mail.unixconsult.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 57222-06 for ; Sun, 29 Aug 2004 09:08:09 +0100 (BST) Received: from nermal.unix-consult.com (wall.unixconsult.co.uk [81.2.69.82]) by mail.unixconsult.co.uk (Postfix) with ESMTP for ; Sun, 29 Aug 2004 09:08:09 +0100 (BST) Received: from odie.unix-consult.com (odie [192.168.0.2]) by nermal.unix-consult.com (Postfix) with ESMTP id 6E48C22E27 for ; Sun, 29 Aug 2004 09:08:14 +0100 (BST) Received: by odie.unix-consult.com (Postfix, from userid 1002) id 311AC824A; Sun, 29 Aug 2004 09:08:16 +0100 (BST) Date: Sun, 29 Aug 2004 09:08:16 +0100 From: Timo Geusch To: freebsd-java@freebsd.org Message-ID: <20040829080816.GA86993@odie.unix-consult.com> Mail-Followup-To: Timo Geusch , freebsd-java@freebsd.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="nFreZHaLTZJo0R7j" Content-Disposition: inline User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at unixconsult.co.uk Subject: Problem building JDK-1.3.1p9 on recent -current (patch included) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Aug 2004 08:08:18 -0000 --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Apologies if this is a known problem... Building JDK13 on -current cvsup'd yesterday fails as the newer C++ compiler doesn't like some of the C++ code in the plugin directory - see attached error message. The patch fixes the error for me, unfortunately I don't have a scratch releng_4 box handy to rebuild the JDK there in order to verify that the patch doesn't break compilation with the older code. The patch itself is simple enough, it appears that the 'offending' code is already in place but was commented out. Regards, T. --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="make.out" >>>Recursively making ./../ext/plugin/build/solaris all @ Sun Aug 29 08:38:47 BST 2004 ... gmake[1]: Entering directory `/usr/ports/java/jdk13/work/j2sdk1.3.1/ext/plugin/build/solaris' g++ -Wall -Wno-unused -Wconversion -O -c -w -D_GNU_SOURCE -DXP_UNIX -DVERSION="\"1.3.1-p9-root-040829-08:38\"" -DDATE="\"Aug-29-2004\"" -DARCH="\"i386\"" -DRAPTOR_API -DNEW_STREAMING_API -I../../tmp/bsd/i386/CClassHeaders -I../../oji-plugin/src/motif/common -I../../oji-plugin/src/motif/navig5 -I/usr/X11R6/include -I/usr/X11R6/include -I../../../../src/share/javavm/export -I../../../../src/solaris/javavm/export -I../../oji-plugin/include/solaris/navig5 -I/usr/local/include/glib12 -I/usr/X11R6/include/gtk12 -I -I/usr/local/bin//../plugin/libg/lib/glib/include -I/usr/local/include -I/usr/local/bin//../../share/plugin -o ../../tmp/bsd/i386/NetscapeStream5.o ../../oji-plugin/src/motif/navig5/NetscapeStream5.cpp In file included from ../../oji-plugin/include/solaris/navig5/nsComponentManagerUtils.h:23, from ../../oji-plugin/include/solaris/navig5/nsIComponentManager.h:157, from ../../oji-plugin/include/solaris/navig5/nsRepository.h:26, from ../../oji-plugin/include/solaris/navig5/nsplugin.h:86, from ../../oji-plugin/src/motif/navig5/NetscapeStream5.cpp:31: ../../oji-plugin/include/solaris/navig5/nsCOMPtr.h:605: error: an explicit specialization must be preceded by 'template <>' ../../oji-plugin/include/solaris/navig5/nsCOMPtr.h:848: error: an explicit specialization must be preceded by 'template <>' gmake[1]: *** [../../tmp/bsd/i386/NetscapeStream5.o] Error 1 gmake[1]: Leaving directory `/usr/ports/java/jdk13/work/j2sdk1.3.1/ext/plugin/build/solaris' gmake: *** [plugin-all] Error 1 *** Error code 2 Stop in /usr/ports/java/jdk13. --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch --- ext/plugin/oji-plugin/include/solaris/navig5/nsCOMPtr.h.orig Sun Aug 29 08:40:56 2004 +++ ext/plugin/oji-plugin/include/solaris/navig5/nsCOMPtr.h Sun Aug 29 08:41:48 2004 @@ -600,7 +600,7 @@ Specializing |nsCOMPtr| for |nsISupports| allows us to */ -// template <> +template <> class nsCOMPtr : private nsCOMPtr_base { @@ -843,7 +843,7 @@ }; -// template <> +template <> class nsGetterAddRefs { public: --nFreZHaLTZJo0R7j-- From owner-freebsd-java@FreeBSD.ORG Sun Aug 29 09:42:03 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2150816A4CE for ; Sun, 29 Aug 2004 09:42:03 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id E41B943D39 for ; Sun, 29 Aug 2004 09:42:01 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id i7T8t8sR026471 for ; Sun, 29 Aug 2004 11:55:08 +0300 Received: from localhost (achill@localhost)i7T8t83b026467 for ; Sun, 29 Aug 2004 11:55:08 +0300 Date: Sun, 29 Aug 2004 11:55:08 +0300 (EEST) From: Achilleus Mantzios To: java@freebsd.org In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: 1.4.2p6 build failure, build success and run problems X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Aug 2004 09:42:03 -0000 O kyrios Achilleus Mantzios egrapse stis Aug 29, 2004 : > > Hi, on a recently (today) updated (world,kernel,ports) system 5.3-BETA2, > i have build problems with jdk1.4.2p6. > > The problem seemed to be in the signature of check() method of > /usr/ports/java/jdk14/work/j2se/src/share/classes/sun/tools/javac/SourceMember.java > > After i upgraded (my bootstrap) linux-sun-jdk-1.4.2.02 to > linux-sun-jdk-1.4.2.05, > jdk1.4.2p6 built just fine. > > Maybe if someone else would verify this situation, > something needs to be changed in BUILD_DEPENDS? > > However after i start jboss with the freshly new installed jdk1.4.2p6 > CPU seems to run at 100%, and jboss is stalled. > > [root@smadev bin]# ldd /usr/local/jdk1.4.2/bin/java > /usr/local/jdk1.4.2/bin/java: > libpthread.so.1 => /usr/lib/libpthread.so.1 (0x28084000) > libc.so.5 => /lib/libc.so.5 (0x280a8000) > [root@smadev bin]# > > I tried in libmap.conf with kse, libc_r with (nearly) same results... > (with libc_r i could -c, whereas with kse,libpthread i couldn't) > If someone has any idea that would be great. > Also using 4BSD (instead of ULE) didnt do. -- -Achilleus From owner-freebsd-java@FreeBSD.ORG Mon Aug 30 07:41:13 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4F7216A4CE for ; Mon, 30 Aug 2004 07:41:13 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id D367D43D2F for ; Mon, 30 Aug 2004 07:41:12 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id i7U6sNsR029230 for ; Mon, 30 Aug 2004 09:54:23 +0300 Received: from localhost (achill@localhost)i7U6sMlZ029226 for ; Mon, 30 Aug 2004 09:54:23 +0300 Date: Mon, 30 Aug 2004 09:54:22 +0300 (EEST) From: Achilleus Mantzios To: java@freebsd.org In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: 1.4.2p6 build failure, build success and run problems X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2004 07:41:14 -0000 O kyrios Achilleus Mantzios egrapse stis Aug 29, 2004 : > O kyrios Achilleus Mantzios egrapse stis Aug 29, 2004 : > > > > > Hi, on a recently (today) updated (world,kernel,ports) system 5.3-BETA2, > > i have build problems with jdk1.4.2p6. > > > > The problem seemed to be in the signature of check() method of > > /usr/ports/java/jdk14/work/j2se/src/share/classes/sun/tools/javac/SourceMember.java > > > > After i upgraded (my bootstrap) linux-sun-jdk-1.4.2.02 to > > linux-sun-jdk-1.4.2.05, > > jdk1.4.2p6 built just fine. > > > > Maybe if someone else would verify this situation, > > something needs to be changed in BUILD_DEPENDS? > > > > However after i start jboss with the freshly new installed jdk1.4.2p6 > > CPU seems to run at 100%, and jboss is stalled. > > > > [root@smadev bin]# ldd /usr/local/jdk1.4.2/bin/java > > /usr/local/jdk1.4.2/bin/java: > > libpthread.so.1 => /usr/lib/libpthread.so.1 (0x28084000) > > libc.so.5 => /lib/libc.so.5 (0x280a8000) > > [root@smadev bin]# > > > > I tried in libmap.conf with kse, libc_r with (nearly) same results... > > (with libc_r i could -c, whereas with kse,libpthread i couldn't) > > If someone has any idea that would be great. > > > > Also using 4BSD (instead of ULE) didnt do. > Also eclipse-2.1.1_2 is demonstrating this behaviour. However with my old 1.4.2-p5 (which i keep in a safe place like a precious chinese vase - linked against libc_r and built on my previous 5.1-RELEASE-p10), everything seems to run fine. Is there someone running the newest jdk 1.4.2-p6, eclipse on a recently cvsup'd RELENG_5 ? > -- -Achilleus From owner-freebsd-java@FreeBSD.ORG Mon Aug 30 11:02:03 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F1AA16A4EB for ; Mon, 30 Aug 2004 11:02:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8526643D39 for ; Mon, 30 Aug 2004 11:02:03 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i7UB23O9033904 for ; Mon, 30 Aug 2004 11:02:03 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7UB22RE033898 for freebsd-java@freebsd.org; Mon, 30 Aug 2004 11:02:02 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 30 Aug 2004 11:02:02 GMT Message-Id: <200408301102.i7UB22RE033898@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-java@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2004 11:02:03 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/05/01] java/66151 java JBuilderX (sun jvm 1.4.1 builtin) crashes o [2004/07/13] java/68972 java unpack crashes during make install of lin o [2004/07/27] ports/69675 java Eclipse slow typing o [2004/08/28] ports/71078 java Update port: java/eclipse-pmd upgrade to 4 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/10/18] ports/44251 java new port textproc/xml-stylebook: create J s [2003/09/16] ports/56928 java jce-aba port should install to $JAVA_HOME o [2004/02/14] java/62837 java linux-sun-jdk14 executables hang with COM o [2004/04/08] ports/65335 java [PATCH] java/jdk14: use bsd.java.mk for J f [2004/08/07] ports/70145 java [SHAR] new port for eclipse plugin Quantu f [2004/08/07] ports/70146 java [SHAR] new port for eclipse plugin Checks o [2004/08/11] java/70292 java jdk14 compile problem o [2004/08/14] ports/70441 java [new port] java/eclipse-sqlexplorer 8 problems total. From owner-freebsd-java@FreeBSD.ORG Mon Aug 30 11:50:23 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 023C616A4CF for ; Mon, 30 Aug 2004 11:50:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC69443D41 for ; Mon, 30 Aug 2004 11:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i7UBoM0C042461 for ; Mon, 30 Aug 2004 11:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7UBoMwR042459; Mon, 30 Aug 2004 11:50:22 GMT (envelope-from gnats) Resent-Date: Mon, 30 Aug 2004 11:50:22 GMT Resent-Message-Id: <200408301150.i7UBoMwR042459@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-java@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, achill@matrix.gatewaynet.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF66116A4D0 for ; Mon, 30 Aug 2004 11:42:07 +0000 (GMT) Received: from smadev.internal.net (host3.dynacom.ondsl.gr [62.103.35.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BF9143D54 for ; Mon, 30 Aug 2004 11:42:06 +0000 (GMT) (envelope-from root@smadev.internal.net) Received: from smadev.internal.net (localhost [127.0.0.1]) by smadev.internal.net (8.13.1/8.13.1) with ESMTP id i7UBg4FL001422 for ; Mon, 30 Aug 2004 14:42:04 +0300 (EEST) (envelope-from root@smadev.internal.net) Received: (from root@localhost) by smadev.internal.net (8.13.1/8.13.1/Submit) id i7UBg4iE001421; Mon, 30 Aug 2004 14:42:04 +0300 (EEST) (envelope-from root) Message-Id: <200408301142.i7UBg4iE001421@smadev.internal.net> Date: Mon, 30 Aug 2004 14:42:04 +0300 (EEST) From: achill@matrix.gatewaynet.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: java/71146: jdk 1.4.2-p6 jboss,eclipse problems X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: achill@matrix.gatewaynet.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2004 11:50:23 -0000 >Number: 71146 >Category: java >Synopsis: jdk 1.4.2-p6 jboss,eclipse problems >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 30 11:50:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Achilleus Mantzios >Release: FreeBSD 5.3-BETA2 i386 >Organization: Dynacom Tankers Mgmt. >Environment: System: FreeBSD smadev.internal.net 5.3-BETA2 FreeBSD 5.3-BETA2 #3: Sun Aug 29 12:26:27 EEST 2004 root@smadev.internal.net:/usr/obj/usr/src/sys/SMADEV2 i386 >Description: ktrace on jboss3.0.3 shows: 1259 java RET break 0 1259 java PSIG SIGBUS caught handler=0x2808f330 mask=0x4 code=0xc 1259 java CALL sigprocmask(0x1,0,0x805811c) 1259 java RET sigprocmask 0 and program stalls, with system showing 100% CPU usage. ktrace on eclipse2 shows: 1294 eclipse CALL stat(0x804f000,0xbfbfebd0) 1294 eclipse NAMI "/usr/local/jdk1.4.2/bin/java" 1294 eclipse RET stat 0 1294 eclipse CALL break(0x8051000) 1294 eclipse RET break 0 1294 eclipse CALL fork 1294 eclipse RET fork 1295/0x50f 1294 eclipse CALL wait4(0xffffffff,0xbfbfec3c,0,0) eclipse also stalls, and system showing 100% CPU usage. >How-To-Repeat: Install the latest 1.4.2-p6 port in a 5.3-BETA2 system (RELENG_5), and try to run jboss or eclipse. >Fix: no fix. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-java@FreeBSD.ORG Mon Aug 30 13:20:25 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87FF016A4D1 for ; Mon, 30 Aug 2004 13:20:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AD5643D5E for ; Mon, 30 Aug 2004 13:20:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i7UDKOVZ054809 for ; Mon, 30 Aug 2004 13:20:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7UDKONc054808; Mon, 30 Aug 2004 13:20:24 GMT (envelope-from gnats) Resent-Date: Mon, 30 Aug 2004 13:20:24 GMT Resent-Message-Id: <200408301320.i7UDKONc054808@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-java@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3221E16A4CE for ; Mon, 30 Aug 2004 13:16:44 +0000 (GMT) Received: from t-mta2.odn.ne.jp (mfep2.odn.ne.jp [143.90.131.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6678943D48 for ; Mon, 30 Aug 2004 13:16:43 +0000 (GMT) (envelope-from sugimura@jp.FreeBSD.org) Received: from localhost ([210.197.240.215]) by t-mta2.odn.ne.jp with ESMTP id <20040830131642412.MAKB.191661.t-mta2.odn.ne.jp@mta2.odn.ne.jp> for ; Mon, 30 Aug 2004 22:16:42 +0900 Message-Id: <20040830.221639.41643112.sugitk@rio.odn.ne.jp> Date: Mon, 30 Aug 2004 22:16:39 +0900 (JST) From: SUGIMURA Takashi =?iso-2022-jp?B?GyRCP3lCPBsoQiAbJEI1LjtOGyhC?= To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: java/71148: [new port] java/eclipse-log4e X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2004 13:20:25 -0000 >Number: 71148 >Category: java >Synopsis: [new port] java/eclipse-log4e >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: Mon Aug 30 13:20:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: SUGIMURA Takashi >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: FreeBSD kei.yasudakei.info 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #1: Thu Jul 1 18:28:40 JST 2004 root@kei.yasudakei.info:/usr/obj/usr/src/sys/KEI i386 >Description: Log4E is a free Eclipse Plugin which helps you to use your logger easily in Java Projects. >How-To-Repeat: >Fix: Here is a shell archive for this port. Please review and commit. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # eclipse-log4e # eclipse-log4e/Makefile # eclipse-log4e/distinfo # eclipse-log4e/pkg-descr # eclipse-log4e/pkg-plist # echo c - eclipse-log4e mkdir -p eclipse-log4e > /dev/null 2>&1 echo x - eclipse-log4e/Makefile sed 's/^X//' >eclipse-log4e/Makefile << 'END-of-eclipse-log4e/Makefile' X# New ports collection makefile for: eclipse-log4e X# Date created: August 30, 2004 X# Whom: sugimura@jp.FreeBSD.org X# X# $FreeBSD$ X# X XPORTNAME= log4e XPORTVERSION= 0.7.6 XCATEGORIES= java XMASTER_SITES= http://log4e.jayefem.de/download/eclipse3/ XPKGNAMEPREFIX= eclipse- XDISTNAME= de.jayefem.${PORTNAME}_${PORTVERSION} XEXTRACT_SUFX= .zip XDIST_SUBDIR= eclipse X XMAINTAINER= sugimura@jp.FreeBSD.ORG XCOMMENT= Eclipse plugin to use logger easily in Java projects X XRUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse X XNO_BUILD= yes XNO_WRKSUBDIR= yes XUSE_ZIP= yes X Xdo-install: X @${MKDIR} ${PREFIX}/eclipse X @${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse X @${CP} -r ${WRKSRC}/features ${PREFIX}/eclipse X X.include END-of-eclipse-log4e/Makefile echo x - eclipse-log4e/distinfo sed 's/^X//' >eclipse-log4e/distinfo << 'END-of-eclipse-log4e/distinfo' XMD5 (eclipse/de.jayefem.log4e_0.7.6.zip) = 64cd674a80da7d53a4f54b79fc125fea XSIZE (eclipse/de.jayefem.log4e_0.7.6.zip) = 779542 END-of-eclipse-log4e/distinfo echo x - eclipse-log4e/pkg-descr sed 's/^X//' >eclipse-log4e/pkg-descr << 'END-of-eclipse-log4e/pkg-descr' XLog4E X XLog4E is a free Eclipse Plugin which helps you to use your logger easily Xin Java Projects. The Plugin Log4E is not bound to any special logging Xframework. Thus you might be able to adapt to your own logger by defining Xyour own templates using the preferences. It has active support for Log4j, XCommons Logging and JDK 1.4 logging. Use the context menu of a java file Xor the context menu of an editor and get to the submenu "Log4". XNotice that the editor submenu provides additional tasks. XEvery of the following tasks can be invoked either on class or on method level. X XWWW: http://log4e.jayefem.de END-of-eclipse-log4e/pkg-descr echo x - eclipse-log4e/pkg-plist sed 's/^X//' >eclipse-log4e/pkg-plist << 'END-of-eclipse-log4e/pkg-plist' Xeclipse/features/de.jayefem.log4e.feature_0.7.6/eclipse_update_120.jpg Xeclipse/features/de.jayefem.log4e.feature_0.7.6/feature.properties Xeclipse/features/de.jayefem.log4e.feature_0.7.6/feature.xml Xeclipse/features/de.jayefem.log4e.feature_0.7.6/general.css Xeclipse/features/de.jayefem.log4e.feature_0.7.6/license.html Xeclipse/plugins/de.jayefem.log4e.help_0.7.6/doc.zip Xeclipse/plugins/de.jayefem.log4e.help_0.7.6/plugin.properties Xeclipse/plugins/de.jayefem.log4e.help_0.7.6/plugin.xml Xeclipse/plugins/de.jayefem.log4e.help_0.7.6/toc.xml Xeclipse/plugins/de.jayefem.log4e_0.7.6/about.html Xeclipse/plugins/de.jayefem.log4e_0.7.6/about.ini Xeclipse/plugins/de.jayefem.log4e_0.7.6/about.properties Xeclipse/plugins/de.jayefem.log4e_0.7.6/eclipse32.gif Xeclipse/plugins/de.jayefem.log4e_0.7.6/lib/commons-logging.jar Xeclipse/plugins/de.jayefem.log4e_0.7.6/lib/log4j-1.2.8.jar Xeclipse/plugins/de.jayefem.log4e_0.7.6/log4e.jar Xeclipse/plugins/de.jayefem.log4e_0.7.6/plugin.properties Xeclipse/plugins/de.jayefem.log4e_0.7.6/plugin.xml Xeclipse/plugins/de.jayefem.log4e_0.7.6/welcome.xml X@dirrm eclipse/features/de.jayefem.log4e.feature_0.7.6 X@dirrm eclipse/plugins/de.jayefem.log4e_0.7.6/lib X@dirrm eclipse/plugins/de.jayefem.log4e_0.7.6 X@dirrm eclipse/plugins/de.jayefem.log4e.help_0.7.6 X@unexec rmdir %D/eclipse/plugins 2>/dev/null || true X@unexec rmdir %D/eclipse/features 2>/dev/null || true X@unexec rmdir %D/eclipse 2>/dev/null || true END-of-eclipse-log4e/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-java@FreeBSD.ORG Mon Aug 30 18:45:51 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA43416A4CE for ; Mon, 30 Aug 2004 18:45:51 +0000 (GMT) Received: from misty.eyesbeyond.com (glewis.dsl.xmission.com [166.70.56.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ED0943D53 for ; Mon, 30 Aug 2004 18:45:50 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.12.11/8.12.11) with ESMTP id i7UIjn4Y051883 for ; Mon, 30 Aug 2004 12:45:49 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id i7UIjmQJ051882 for freebsd-java@freebsd.org; Mon, 30 Aug 2004 12:45:48 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Mon, 30 Aug 2004 12:45:48 -0600 From: Greg Lewis To: freebsd-java@freebsd.org Message-ID: <20040830184548.GA51796@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="45Z9DzgjV8m4Oswq" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Native Java3D X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2004 18:45:51 -0000 --45Z9DzgjV8m4Oswq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi all, As the Java3D source code is now available we can produce a native version of it. To this end, I worked up some fairly simple patches a while ago to do this. I tested them last night and the examples appear to work (or at least the ones I tried did). If anyone is interested, please grab the source code and apply the attached patch to the j3d-core sub-project. Then just follow the build and use instructions as normal. It would be useful for someone else to try this out, particularly if you have a big Java3D application you can try it with. I aim to contribute the patch to the project so we'll get a native Java3D 1.3.2. I'd prefer to get a few "works for me" first :). -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org --45Z9DzgjV8m4Oswq Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="j3d-core.diff" ? build ? java3d.diff ? src/classes/freebsd ? src/native/ogl/build-freebsd-i586.xml ? src/native/share/build-freebsd-i586.xml Index: build.xml =================================================================== RCS file: /cvs/j3d-core/build.xml,v retrieving revision 1.1 diff -u -r1.1 build.xml --- build.xml 9 Jun 2004 04:21:10 -0000 1.1 +++ build.xml 30 Aug 2004 06:24:55 -0000 @@ -56,13 +56,18 @@ + + + + + - + @@ -85,6 +90,10 @@ + + + + Index: src/classes/share/javax/media/j3d/MasterControl.java =================================================================== RCS file: /cvs/j3d-core/src/classes/share/javax/media/j3d/MasterControl.java,v retrieving revision 1.4 diff -u -r1.4 MasterControl.java --- src/classes/share/javax/media/j3d/MasterControl.java 12 Aug 2004 16:55:17 -0000 1.4 +++ src/classes/share/javax/media/j3d/MasterControl.java 30 Aug 2004 06:24:56 -0000 @@ -48,6 +48,7 @@ static final int RENDER_OPENGL_WIN32 = 1; static final int RENDER_DIRECT3D = 2; static final int RENDER_OPENGL_LINUX = 3; + static final int RENDER_OPENGL_FREEBSD = 4; // Constants used in renderer thread argument static final Integer REQUESTRENDER = new Integer(Renderer.REQUESTRENDER); Index: src/native/build.xml =================================================================== RCS file: /cvs/j3d-core/src/native/build.xml,v retrieving revision 1.1 diff -u -r1.1 build.xml --- src/native/build.xml 9 Jun 2004 04:24:57 -0000 1.1 +++ src/native/build.xml 30 Aug 2004 06:24:57 -0000 @@ -29,6 +29,12 @@ + + + + + + @@ -37,7 +43,7 @@ - + @@ -61,6 +67,12 @@ + + + + + + @@ -68,7 +80,7 @@ - + Index: src/native/ogl/Canvas3D.c =================================================================== RCS file: /cvs/j3d-core/src/native/ogl/Canvas3D.c,v retrieving revision 1.3 diff -u -r1.3 Canvas3D.c --- src/native/ogl/Canvas3D.c 26 Jul 2004 23:12:55 -0000 1.3 +++ src/native/ogl/Canvas3D.c 30 Aug 2004 06:24:58 -0000 @@ -174,7 +174,7 @@ if(isExtensionSupported(tmpExtensionStr,"GL_NV_register_combiners" )) { ctxInfo->textureRegisterCombinersAvailable = JNI_TRUE; ctxInfo->textureExtMask |= javax_media_j3d_Canvas3D_TEXTURE_REGISTER_COMBINERS; -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) ctxInfo->glCombinerInputNV = (MYPFNGLCOMBINERINPUTNV) glCombinerInputNV; ctxInfo->glFinalCombinerInputNV = @@ -285,7 +285,7 @@ ctxInfo->linear_sharpen_rgb_enum = GL_LINEAR_SHARPEN_COLOR_SGIS; ctxInfo->linear_sharpen_alpha_enum = GL_LINEAR_SHARPEN_ALPHA_SGIS; ctxInfo->textureExtMask |= javax_media_j3d_Canvas3D_TEXTURE_SHARPEN; -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) ctxInfo->glSharpenTexFuncSGIS = (MYPFNGLSHARPENTEXFUNCSGI) glSharpenTexFuncSGIS; #endif @@ -309,7 +309,7 @@ ctxInfo->texture_detail_mode_enum = GL_DETAIL_TEXTURE_MODE_SGIS; ctxInfo->texture_detail_level_enum = GL_DETAIL_TEXTURE_LEVEL_SGIS; ctxInfo->textureExtMask |= javax_media_j3d_Canvas3D_TEXTURE_DETAIL; -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) ctxInfo->glDetailTexFuncSGIS = (MYPFNGLDETAILTEXFUNCSGI) glDetailTexFuncSGIS; #endif @@ -328,7 +328,7 @@ ctxInfo->textureFilter4Available = JNI_TRUE; ctxInfo->filter4_enum = GL_FILTER4_SGIS; ctxInfo->textureExtMask |= javax_media_j3d_Canvas3D_TEXTURE_FILTER4; -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) ctxInfo->glTexFilterFuncSGIS = (MYPFNGLTEXFILTERFUNCSGI) glTexFilterFuncSGIS; #endif @@ -481,7 +481,7 @@ ctxInfo->bgr_ext_enum = GL_BGR; ctxInfo->texture3DAvailable = JNI_TRUE; ctxInfo->textureExtMask |= javax_media_j3d_Canvas3D_TEXTURE_3D; -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) ctxInfo->glTexImage3DEXT = (MYPFNGLTEXIMAGE3DPROC )glTexImage3D; ctxInfo->glTexSubImage3DEXT = (MYPFNGLTEXSUBIMAGE3DPROC )glTexSubImage3D; #endif @@ -500,7 +500,7 @@ if(isExtensionSupported(tmpExtensionStr, "GL_ARB_imaging")){ ctxInfo->blend_color_ext = JNI_TRUE; ctxInfo->blendFunctionTable[7] = GL_CONSTANT_COLOR; -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) ctxInfo->glBlendColor = (MYPFNGLBLENDCOLORPROC )glBlendColor; #endif #ifdef WIN32 @@ -540,7 +540,7 @@ ctxInfo->textureExtMask |= javax_media_j3d_Canvas3D_TEXTURE_3D; ctxInfo->texture_3D_ext_enum = GL_TEXTURE_3D_EXT; ctxInfo->texture_wrap_r_ext_enum = GL_TEXTURE_WRAP_R_EXT; -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) ctxInfo->glTexImage3DEXT = (MYPFNGLTEXIMAGE3DPROC )glTexImage3DEXT; ctxInfo->glTexSubImage3DEXT = (MYPFNGLTEXSUBIMAGE3DPROC )glTexSubImage3DEXT; /* Fallback to non-EXT variants, needed for older @@ -587,7 +587,7 @@ if(isExtensionSupported(tmpExtensionStr, "GL_EXT_blend_color")){ ctxInfo->blend_color_ext = JNI_TRUE; -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) ctxInfo->glBlendColor = (MYPFNGLBLENDCOLOREXTPROC )glBlendColorEXT; #endif #ifdef WIN32 @@ -661,7 +661,7 @@ ctxInfo->geometry_compression_sunx = JNI_TRUE ; } -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) /* * setup ARB_multisample, under windows this is setup in * NativeConfigTemplate when pixel format is choose @@ -888,7 +888,7 @@ stencilSize = pfd.cStencilBits; #endif -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) if(ctxInfo->multi_draw_arrays_ext) { ctxInfo->glMultiDrawArraysEXT = glMultiDrawArraysEXT; ctxInfo->glMultiDrawElementsEXT = glMultiDrawElementsEXT; @@ -1041,7 +1041,7 @@ wglDeleteContext((HGLRC)context); #endif /* WIN32 */ -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) /* glXMakeCurrent((Display *)display, (GLXDrawable)window, NULL); */ @@ -1094,7 +1094,7 @@ GraphicsContextPropertiesInfo *sharedCtxStructure; int PixelFormatID=0; -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) GLXContext ctx; jlong hdc; @@ -1296,7 +1296,7 @@ { GraphicsContextPropertiesInfo *ctxProperties = (GraphicsContextPropertiesInfo *)ctxInfo; jlong ctx = ctxProperties->context; -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) glXMakeCurrent((Display *)display, (GLXDrawable)window, (GLXContext)ctx); #endif @@ -2327,7 +2327,7 @@ jint win) { -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) glXSwapBuffers((Display *)display, (Window)win); #endif @@ -2503,7 +2503,7 @@ ctxProperties->glGetColorTableParameteriv = (MYPFNGLGETCOLORTABLEPARAMETERIVPROC)wglGetProcAddress("glGetColorTableParameteriv"); #endif -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) ctxProperties->glColorTable = glColorTable; ctxProperties->glGetColorTableParameteriv = glGetColorTableParameteriv; #endif @@ -2514,7 +2514,7 @@ ctxProperties->glGetColorTableParameteriv = (MYPFNGLGETCOLORTABLEPARAMETERIVPROC)wglGetProcAddress("glGetColorTableParameterivSGI"); #endif -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) ctxProperties->glColorTable = glColorTableSGI; ctxProperties->glGetColorTableParameteriv = glGetColorTableParameterivSGI; #endif @@ -2540,7 +2540,7 @@ #ifndef GLX_VERSION_1_3 #ifdef GLX_SGIX_pbuffer -#ifdef __linux__ +#if defined(__linux__) || defined(__FreeBSD__) typedef XID GLXPbuffer; typedef struct __GLXFBConfigRec *GLXFBConfig; typedef struct __GLXFBConfigRec *GLXFBConfigSGIX; @@ -2575,7 +2575,7 @@ #endif /* __linux__ */ #endif /* GLX_VERSION_1_3 */ -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) #pragma weak glXChooseFBConfig #pragma weak glXCreatePbuffer #pragma weak glXDestroyPbuffer @@ -2597,7 +2597,7 @@ jfloat dvrFactor) { -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) /* Not need to do ext. supported checking. This check is done in java. */ /* fprintf(stderr, "Canvas3D.c -- glXVideoResize -- %d %f\n", win, dvrFactor); */ @@ -2614,7 +2614,7 @@ jboolean enable) { -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) GraphicsContextPropertiesInfo *ctxProperties = (GraphicsContextPropertiesInfo *)ctxInfo; @@ -2644,7 +2644,7 @@ jint height) { -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) XVisualInfo *vinfo, template; int nitems, depth, redSize; Display *dpy; @@ -2848,7 +2848,7 @@ jlong display, jint window) { -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) Display *dpy = (Display*)display; GLboolean pbufferSupported = GL_FALSE; @@ -3158,7 +3158,7 @@ int PixelFormatID=0; GraphicsContextPropertiesInfo* ctxInfo = (GraphicsContextPropertiesInfo *)malloc(sizeof(GraphicsContextPropertiesInfo)); -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) XVisualInfo *vinfo, template; int nitems; GLXContext ctx; @@ -3326,7 +3326,7 @@ /* clear up the context , colormap and window if appropriate */ if(window == 0 && !offScreen){ -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) Java_javax_media_j3d_Canvas3D_destroyContext(env, obj, display, newWin, (jlong)ctxInfo); XDestroyWindow((Display *)display, glWin); XFreeColormap((Display *)display, cmap); @@ -3408,7 +3408,7 @@ return (devMode.dmBitsPerPel > 8); #endif -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) return TRUE; #endif } Index: src/native/ogl/DrawingSurfaceObjectAWT.c =================================================================== RCS file: /cvs/j3d-core/src/native/ogl/DrawingSurfaceObjectAWT.c,v retrieving revision 1.1 diff -u -r1.1 DrawingSurfaceObjectAWT.c --- src/native/ogl/DrawingSurfaceObjectAWT.c 9 Jun 2004 04:25:21 -0000 1.1 +++ src/native/ogl/DrawingSurfaceObjectAWT.c 30 Aug 2004 06:24:58 -0000 @@ -28,7 +28,7 @@ #endif /* DEBUG */ -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) #pragma weak JAWT_GetAWT #endif @@ -145,7 +145,7 @@ } #endif /* SOLARIS */ -#ifdef __linux__ +#if defined(__linux__) || defined(__FreeBSD__) JAWT_X11DrawingSurfaceInfo *xds = (JAWT_X11DrawingSurfaceInfo*) dsi->platformInfo; window = (jint)xds->drawable; Index: src/native/ogl/MasterControl.c =================================================================== RCS file: /cvs/j3d-core/src/native/ogl/MasterControl.c,v retrieving revision 1.1 diff -u -r1.1 MasterControl.c --- src/native/ogl/MasterControl.c 9 Jun 2004 04:25:23 -0000 1.1 +++ src/native/ogl/MasterControl.c 30 Aug 2004 06:24:58 -0000 @@ -32,13 +32,16 @@ #include #endif /* WIN32 */ -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) #include #ifdef SOLARIS #include #else #include #endif +#ifdef __FreeBSD__ +#include +#endif #include #include #include @@ -81,7 +84,7 @@ return glIsMTSafe; #endif /* WIN32 */ -#ifdef __linux__ +#if defined(__linux__) || defined(__FreeBSD__) glIsMTSafe = JNI_TRUE; return glIsMTSafe; #endif /* __linux__ */ @@ -183,6 +186,16 @@ return sysconf(_SC_NPROCESSORS_ONLN); #endif /* SOLARIS || __linux__ */ +#ifdef __FreeBSD__ + int cpus = 1; + size_t len = sizeof(cpus); + int mib[2]; + mib[0] = CTL_HW; + mib[1] = HW_NCPU; + sysctl(mib, 2, &cpus, &len, NULL, 0); + return cpus; +#endif + #ifdef WIN32 SYSTEM_INFO sysInfo; @@ -237,6 +250,10 @@ #ifdef __linux__ /* No-op on linux */ #endif /* __linux__ */ + +#ifdef __FreeBSD__ + /* No-op on FreeBSD */ +#endif /* __FreeBSD__ */ } @@ -258,4 +275,8 @@ #ifdef __linux__ return 8; #endif /* __linux__ */ + +#ifdef __FreeBSD__ + return 8; +#endif /* __FreeBSD__ */ } Index: src/native/ogl/NativeAPIInfo.c =================================================================== RCS file: /cvs/j3d-core/src/native/ogl/NativeAPIInfo.c,v retrieving revision 1.1 diff -u -r1.1 NativeAPIInfo.c --- src/native/ogl/NativeAPIInfo.c 9 Jun 2004 04:25:23 -0000 1.1 +++ src/native/ogl/NativeAPIInfo.c 30 Aug 2004 06:24:58 -0000 @@ -35,4 +35,8 @@ #ifdef __linux__ return (jint)javax_media_j3d_MasterControl_RENDER_OPENGL_LINUX; #endif /* __linux__ */ + +#ifdef __FreeBSD__ + return (jint)javax_media_j3d_MasterControl_RENDER_OPENGL_FREEBSD; +#endif /* __FreeBSD__ */ } Index: src/native/ogl/NativeConfigTemplate3D.c =================================================================== RCS file: /cvs/j3d-core/src/native/ogl/NativeConfigTemplate3D.c,v retrieving revision 1.2 diff -u -r1.2 NativeConfigTemplate3D.c --- src/native/ogl/NativeConfigTemplate3D.c 4 Aug 2004 05:36:53 -0000 1.2 +++ src/native/ogl/NativeConfigTemplate3D.c 30 Aug 2004 06:24:59 -0000 @@ -22,7 +22,7 @@ #include "gldefs.h" -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) #include #include #include @@ -35,7 +35,7 @@ /* check if the extension is supported */ extern int isExtensionSupported(const char *allExtensions, const char *extension); -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) XVisualInfo *findVisualInfoSwitchDoubleBufferAndStereo(jlong display, jint screen, Index: src/native/ogl/NativeScreenInfo.c =================================================================== RCS file: /cvs/j3d-core/src/native/ogl/NativeScreenInfo.c,v retrieving revision 1.1 diff -u -r1.1 NativeScreenInfo.c --- src/native/ogl/NativeScreenInfo.c 9 Jun 2004 04:25:24 -0000 1.1 +++ src/native/ogl/NativeScreenInfo.c 30 Aug 2004 06:24:59 -0000 @@ -21,7 +21,7 @@ #include "gldefs.h" -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) #include #include #include @@ -31,7 +31,7 @@ #include #endif -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) /* * Class: javax_media_j3d_NativeScreenInfo * Method: openDisplay Index: src/native/ogl/NativeWSInfo.c =================================================================== RCS file: /cvs/j3d-core/src/native/ogl/NativeWSInfo.c,v retrieving revision 1.1 diff -u -r1.1 NativeWSInfo.c --- src/native/ogl/NativeWSInfo.c 9 Jun 2004 04:25:25 -0000 1.1 +++ src/native/ogl/NativeWSInfo.c 30 Aug 2004 06:24:59 -0000 @@ -21,7 +21,7 @@ #include "gldefs.h" -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) #include #include #include Index: src/native/ogl/gl_1_2.h =================================================================== RCS file: /cvs/j3d-core/src/native/ogl/gl_1_2.h,v retrieving revision 1.1 diff -u -r1.1 gl_1_2.h --- src/native/ogl/gl_1_2.h 9 Jun 2004 04:25:30 -0000 1.1 +++ src/native/ogl/gl_1_2.h 30 Aug 2004 06:24:59 -0000 @@ -95,7 +95,7 @@ #endif #ifndef GL_ARB_multisample -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) #define GLX_SAMPLE_BUFFERS_ARB 100000 #define GLX_SAMPLES_ARB 100001 #endif Index: src/native/ogl/gldefs.h =================================================================== RCS file: /cvs/j3d-core/src/native/ogl/gldefs.h,v retrieving revision 1.1 diff -u -r1.1 gldefs.h --- src/native/ogl/gldefs.h 9 Jun 2004 04:25:31 -0000 1.1 +++ src/native/ogl/gldefs.h 30 Aug 2004 06:24:59 -0000 @@ -23,7 +23,7 @@ #include #include -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) #define GLX_GLEXT_PROTOTYPES #define GLX_GLXEXT_PROTOTYPES #include @@ -302,7 +302,7 @@ #define J3D_RGBA javax_media_j3d_Texture_RGBA #ifndef D3D -#if defined(SOLARIS) || defined(__linux__) +#if defined(SOLARIS) || defined(__linux__) || defined(__FreeBSD__) extern void APIENTRY glBlendColor (GLclampf, GLclampf, GLclampf, GLclampf); extern void APIENTRY glBlendColorEXT (GLclampf, GLclampf, GLclampf, GLclampf); extern void APIENTRY glColorTable (GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *); --45Z9DzgjV8m4Oswq-- From owner-freebsd-java@FreeBSD.ORG Mon Aug 30 19:27:00 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F06F316A4CE for ; Mon, 30 Aug 2004 19:27:00 +0000 (GMT) Received: from misty.eyesbeyond.com (glewis.dsl.xmission.com [166.70.56.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F85043D54 for ; Mon, 30 Aug 2004 19:27:00 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.12.11/8.12.11) with ESMTP id i7UJQxod052378 for ; Mon, 30 Aug 2004 13:26:59 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id i7UJQwKP052377 for freebsd-java@freebsd.org; Mon, 30 Aug 2004 13:26:58 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Mon, 30 Aug 2004 13:26:58 -0600 From: Greg Lewis To: freebsd-java@freebsd.org Message-ID: <20040830192658.GA52365@misty.eyesbeyond.com> References: <20040830184548.GA51796@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="EVF5PPMfhYS0aIcm" Content-Disposition: inline In-Reply-To: <20040830184548.GA51796@misty.eyesbeyond.com> User-Agent: Mutt/1.4.2.1i X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Re: Native Java3D X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2004 19:27:01 -0000 --EVF5PPMfhYS0aIcm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Aug 30, 2004 at 12:45:48PM -0600, Greg Lewis wrote: > If anyone is interested, please grab the source code and apply the attached > patch to the j3d-core sub-project. Then just follow the build and use > instructions as normal. D'oh. You also need the attached tarball unpacked in j3d-core. These are new files required for the build. Sorry 'bout that... -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org --EVF5PPMfhYS0aIcm-- From owner-freebsd-java@FreeBSD.ORG Mon Aug 30 20:52:16 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CC2716A4CE for ; Mon, 30 Aug 2004 20:52:16 +0000 (GMT) Received: from misty.eyesbeyond.com (glewis.dsl.xmission.com [166.70.56.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDBF543D69 for ; Mon, 30 Aug 2004 20:52:15 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.12.11/8.12.11) with ESMTP id i7UKqEAP053127 for ; Mon, 30 Aug 2004 14:52:15 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id i7UKqEWv053126 for freebsd-java@freebsd.org; Mon, 30 Aug 2004 14:52:14 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Mon, 30 Aug 2004 14:52:14 -0600 From: Greg Lewis To: freebsd-java@freebsd.org Message-ID: <20040830205214.GA53027@misty.eyesbeyond.com> References: <20040830184548.GA51796@misty.eyesbeyond.com> <20040830192658.GA52365@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040830192658.GA52365@misty.eyesbeyond.com> User-Agent: Mutt/1.4.2.1i Subject: Re: Native Java3D X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2004 20:52:16 -0000 On Mon, Aug 30, 2004 at 01:26:58PM -0600, Greg Lewis wrote: > On Mon, Aug 30, 2004 at 12:45:48PM -0600, Greg Lewis wrote: > > If anyone is interested, please grab the source code and apply the attached > > patch to the j3d-core sub-project. Then just follow the build and use > > instructions as normal. > > D'oh. You also need the attached tarball unpacked in j3d-core. These are > new files required for the build. Sorry 'bout that... Looks like the attachment was stripped. You can get the diff and the tarball at http://www.eyesbeyond.com/freebsddom/java/j3d-core.diff http://www.eyesbeyond.com/freebsddom/java/j3d-core.tar.gz -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-java@FreeBSD.ORG Tue Aug 31 00:34:01 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70DAA16A4CE for ; Tue, 31 Aug 2004 00:34:01 +0000 (GMT) Received: from bsd.ultra-secure.de (bsd.ultra-secure.de [62.146.20.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65C7143D4C for ; Tue, 31 Aug 2004 00:34:00 +0000 (GMT) (envelope-from rainer@ultra-secure.de) Received: (qmail 27979 invoked by uid 80); 31 Aug 2004 00:33:57 -0000 Received: from 217.232.241.161 (SquirrelMail authenticated user rainer@ultra-secure.de); by www.ultra-secure.de with HTTP; Tue, 31 Aug 2004 02:33:57 +0200 (CEST) Message-ID: <24021.217.232.241.161.1093912437.squirrel@217.232.241.161> Date: Tue, 31 Aug 2004 02:33:57 +0200 (CEST) From: "Rainer Duffner" To: java@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: javamail - distfile unavailable ? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2004 00:34:01 -0000 Hi, the URL in the Makefile leads nowhere. Looking around the SUN-Website, there seems to have been a little update to the javamail package, so that the current file is javamail-1_3_1-upd.zip Can someone confirm this ? http://java.sun.com/products/javamail/downloads/index.html Thanks in advance, Rainer From owner-freebsd-java@FreeBSD.ORG Tue Aug 31 00:40:02 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7691516A4CE for ; Tue, 31 Aug 2004 00:40:02 +0000 (GMT) Received: from bsd.ultra-secure.de (bsd.ultra-secure.de [62.146.20.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C60B43D49 for ; Tue, 31 Aug 2004 00:40:01 +0000 (GMT) (envelope-from rainer@ultra-secure.de) Received: (qmail 28183 invoked by uid 80); 31 Aug 2004 00:40:01 -0000 Received: from 217.232.241.161 (SquirrelMail authenticated user rainer@ultra-secure.de); by www.ultra-secure.de with HTTP; Tue, 31 Aug 2004 02:40:00 +0200 (CEST) Message-ID: <24115.217.232.241.161.1093912800.squirrel@217.232.241.161> Date: Tue, 31 Aug 2004 02:40:00 +0200 (CEST) From: "Rainer Duffner" To: java@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: JavaBeans Activation Framework (java/jaf): distfile unavailable/not current X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2004 00:40:02 -0000 HI, not unlike the javamail distfile problem, this file also seems to have changed on the server recently. It's called jaf-1_0_2-upd.zip now. http://java.sun.com/products/javabeans/glasgow/jaf.html Can anybody look into this and confirm or refute my claims ? ;-) cheers, Rainer From owner-freebsd-java@FreeBSD.ORG Tue Aug 31 02:08:05 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7160016A4CE for ; Tue, 31 Aug 2004 02:08:05 +0000 (GMT) Received: from lakermmtao12.cox.net (lakermmtao12.cox.net [68.230.240.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7DE843D45 for ; Tue, 31 Aug 2004 02:08:04 +0000 (GMT) (envelope-from Thomas.Hermann@cox.net) Received: from [192.168.1.2] (really [68.102.112.132]) by lakermmtao12.cox.net (InterMail vM.6.01.03.02.01 201-2131-111-104-103-20040709) with ESMTP id <20040831020800.IZZN10626.lakermmtao12.cox.net@[192.168.1.2]> for ; Mon, 30 Aug 2004 22:08:00 -0400 From: "Thomas M. Hermann" To: freebsd-java@FreeBSD.org Content-Type: multipart/mixed; boundary="=-bch+Wpkq/6UBCHGw87bz" Message-Id: <1093918161.34617.17.camel@daedalus.542.wifi.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 30 Aug 2004 21:09:22 -0500 X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Math.pow(a,b) Bug X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2004 02:08:05 -0000 --=-bch+Wpkq/6UBCHGw87bz Content-Type: text/plain Content-Transfer-Encoding: 7bit java.lang.Math.pow(a,b) incorrectly returns a positive value when a negative value is raise to an odd integer. This occurs with the jdk-1.4.2p6_4, which applies patchset 6. The attached file will demonstrate the error. The problem appears to be corrected by rebuilding the JVM with the following correction: --- e_pow.c.orig Mon Aug 30 21:01:45 2004 +++ e_pow.c Mon Aug 30 21:01:01 2004 @@ -173,7 +173,7 @@ } /* (x<0)**(non-int) is NaN */ - if(((((u_int32_t)hx>>31)+1)|yisint)==0) return (x-x)/(x-x); + if(((((int32_t)hx>>31)+1)|yisint)==0) return (x-x)/(x-x); /* |y| is huge */ if(iy>0x41e00000) { /* if |y| > 2**31 */ Furthermore, examining the experimental patchset, it appears that the following patch also corrects the error: 2004-07-08 Thursday 20:09 glewis * j2se/src/share/native/java/lang/fdlibm/src/e_pow.c: . Merge in a fix recently added to FreeBSD's math library (taken from fdlibm-5.3): "Fixed the sign of the result in some overflow and underflow cases (ones where the exponent is an odd integer and the base is negative)." I've not yet run this through the compatibility test suite, so this change may be backed out if the suite relies on the broken behaviour. If I had the compatibility test suite, I would be willing to apply the experimental patchset and perform the test. At the moment, I am not willing to apply the patchset without being able to test the results. Please email me with any questions or suggestions. Best regards, Tom H. -- --------------------------------- -- Thomas M. Hermann -- Thomas.Hermann AT cox DOT net --------------------------------- --=-bch+Wpkq/6UBCHGw87bz-- From owner-freebsd-java@FreeBSD.ORG Tue Aug 31 06:38:56 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2F4016A4CE for ; Tue, 31 Aug 2004 06:38:56 +0000 (GMT) Received: from smtp13.wxs.nl (smtp13.wxs.nl [195.121.6.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5832C43D2F for ; Tue, 31 Aug 2004 06:38:56 +0000 (GMT) (envelope-from ronald-freebsd8@klop.yi.org) Received: from ronald.echteman.nl (ip51cdc5d2.speed.planet.nl [81.205.197.210]) by smtp13.wxs.nlSMTP id <0I3A00BMGT4VPK@smtp13.wxs.nl> for java@freebsd.org; Tue, 31 Aug 2004 08:38:55 +0200 (CEST) Received: (qmail 9104 invoked from network); Tue, 31 Aug 2004 06:38:53 +0000 Received: from unknown (HELO laptop.thuis.klop.ws) (192.168.1.4) by ronald.echteman.nl with SMTP; Tue, 31 Aug 2004 06:38:53 +0000 Received: (qmail 734 invoked from network); Tue, 31 Aug 2004 06:38:44 +0000 Received: from unknown (HELO guido.thuis.klop.ws) (192.168.0.2) by 192.168.0.16 with SMTP; Tue, 31 Aug 2004 06:38:44 +0000 Received: (qmail 669 invoked from network); Tue, 31 Aug 2004 06:38:31 +0000 Received: from localhost.thuis.klop.ws (HELO outgoing.local) (127.0.0.1) by localhost.thuis.klop.ws with SMTP; Tue, 31 Aug 2004 06:38:31 +0000 Date: Tue, 31 Aug 2004 08:38:30 +0200 From: Ronald Klop In-reply-to: <24115.217.232.241.161.1093912800.squirrel@217.232.241.161> To: java@freebsd.org Message-id: MIME-version: 1.0 Content-type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 Content-transfer-encoding: 7BIT User-Agent: Opera M2/7.54 (FreeBSD, build 751) References: <24115.217.232.241.161.1093912800.squirrel@217.232.241.161> Subject: Re: JavaBeans Activation Framework (java/jaf): distfile unavailable/not current X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2004 06:38:56 -0000 On Tue, 31 Aug 2004 02:40:00 +0200 (CEST), Rainer Duffner wrote: > HI, > > not unlike the javamail distfile problem, this file also seems to have > changed on the server recently. > It's called jaf-1_0_2-upd.zip now. > > http://java.sun.com/products/javabeans/glasgow/jaf.html > > > Can anybody look into this and confirm or refute my claims ? > ;-) I've seen this also. The best thing is to update the port and send a PR. Or send an e-mail to the maintainer of the port. Ronald. -- Ronald Klop Amsterdam, The Netherlands From owner-freebsd-java@FreeBSD.ORG Tue Aug 31 10:04:13 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 379C816A4DD; Tue, 31 Aug 2004 10:04:12 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83D5043D58; Tue, 31 Aug 2004 10:04:11 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id i7V9HRsR032165; Tue, 31 Aug 2004 12:17:27 +0300 Received: from localhost (achill@localhost)i7V9HRJr032161; Tue, 31 Aug 2004 12:17:27 +0300 Date: Tue, 31 Aug 2004 12:17:27 +0300 (EEST) From: Achilleus Mantzios To: FreeBSD-gnats-submit@freebsd.org In-Reply-To: <200408301142.i7UBg4iE001421@smadev.internal.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-java@freebsd.org Subject: Re: java/71146: jdk 1.4.2-p6 jboss,eclipse problems X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2004 10:04:14 -0000 It seems that the jboss issue is more general. -server does not work. (stalls consuming CPU cycles) Running jboss without -server seems to go ok. -- -Achilleus From owner-freebsd-java@FreeBSD.ORG Tue Aug 31 10:10:33 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17A8B16A4CE for ; Tue, 31 Aug 2004 10:10:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC3C243D39 for ; Tue, 31 Aug 2004 10:10:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i7VAAWHm033396 for ; Tue, 31 Aug 2004 10:10:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7VAAWh4033395; Tue, 31 Aug 2004 10:10:32 GMT (envelope-from gnats) Date: Tue, 31 Aug 2004 10:10:32 GMT Message-Id: <200408311010.i7VAAWh4033395@freefall.freebsd.org> To: freebsd-java@FreeBSD.org From: Achilleus Mantzios Subject: Re: java/71146: jdk 1.4.2-p6 jboss,eclipse problems X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Achilleus Mantzios List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2004 10:10:33 -0000 The following reply was made to PR java/71146; it has been noted by GNATS. From: Achilleus Mantzios To: FreeBSD-gnats-submit@freebsd.org Cc: freebsd-java@freebsd.org Subject: Re: java/71146: jdk 1.4.2-p6 jboss,eclipse problems Date: Tue, 31 Aug 2004 12:17:27 +0300 (EEST) It seems that the jboss issue is more general. -server does not work. (stalls consuming CPU cycles) Running jboss without -server seems to go ok. -- -Achilleus From owner-freebsd-java@FreeBSD.ORG Tue Aug 31 19:53:05 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C6ED16A4CF for ; Tue, 31 Aug 2004 19:53:05 +0000 (GMT) Received: from misty.eyesbeyond.com (glewis.dsl.xmission.com [166.70.56.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CE8443D1D for ; Tue, 31 Aug 2004 19:53:04 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i7VJr3kf077471; Tue, 31 Aug 2004 13:53:03 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id i7VJr1qR077470; Tue, 31 Aug 2004 13:53:01 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Tue, 31 Aug 2004 13:53:01 -0600 From: Greg Lewis To: Timo Geusch , freebsd-java@freebsd.org Message-ID: <20040831195301.GA77383@misty.eyesbeyond.com> References: <20040829080816.GA86993@odie.unix-consult.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040829080816.GA86993@odie.unix-consult.com> User-Agent: Mutt/1.4.2.1i Subject: Re: Problem building JDK-1.3.1p9 on recent -current (patch included) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2004 19:53:05 -0000 On Sun, Aug 29, 2004 at 09:08:16AM +0100, Timo Geusch wrote: > Apologies if this is a known problem... > > Building JDK13 on -current cvsup'd yesterday fails as the newer C++ compiler > doesn't like some of the C++ code in the plugin directory - see attached error > message. > > The patch fixes the error for me, unfortunately I don't have a scratch > releng_4 box handy to rebuild the JDK there in order to verify that the patch > doesn't break compilation with the older code. The patch itself is simple > enough, it appears that the 'offending' code is already in place but was > commented out. Thanks. I verified the patch against gcc 2.95.4 and have committed it. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-java@FreeBSD.ORG Tue Aug 31 20:52:39 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 710F016A4CE for ; Tue, 31 Aug 2004 20:52:39 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 84EB643D48 for ; Tue, 31 Aug 2004 20:52:38 +0000 (GMT) (envelope-from andreas.kohn@gmx.net) Received: (qmail 25248 invoked by uid 65534); 31 Aug 2004 20:52:37 -0000 Received: from unknown (EHLO [212.204.44.203]) (212.204.44.203) by mail.gmx.net (mp003) with SMTP; 31 Aug 2004 22:52:37 +0200 X-Authenticated: #2431876 From: Andreas Kohn To: Greg Lewis In-Reply-To: <20040830205214.GA53027@misty.eyesbeyond.com> References: <20040830184548.GA51796@misty.eyesbeyond.com> <20040830192658.GA52365@misty.eyesbeyond.com> <20040830205214.GA53027@misty.eyesbeyond.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-hYrqSY0RQqFrryvj6ZKf" Message-Id: <1093985545.58059.14.camel@klamath.ankon.de.eu.org> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 31 Aug 2004 22:52:25 +0200 cc: freebsd-java@freebsd.org Subject: Re: Native Java3D [Samples hang] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2004 20:52:39 -0000 --=-hYrqSY0RQqFrryvj6ZKf Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2004-08-30 at 22:52, Greg Lewis wrote: > On Mon, Aug 30, 2004 at 01:26:58PM -0600, Greg Lewis wrote: > > On Mon, Aug 30, 2004 at 12:45:48PM -0600, Greg Lewis wrote: > > > If anyone is interested, please grab the source code and apply the at= tached > > > patch to the j3d-core sub-project. Then just follow the build and us= e > > > instructions as normal. > >=20 > > D'oh. You also need the attached tarball unpacked in j3d-core. These = are > > new files required for the build. Sorry 'bout that... >=20 > Looks like the attachment was stripped. You can get the diff and the > tarball at >=20 > http://www.eyesbeyond.com/freebsddom/java/j3d-core.diff > http://www.eyesbeyond.com/freebsddom/java/j3d-core.tar.gz I can compile it without problems. But running sample applications gives only a gray window. I compiled vecmath, copied the jar to /usr/local/share/java/classes, compiled j3d-core, copied both jar's to /usr/local/share/java/classes, and the libj3dcore-ogl.so & libj3dutils.so from build/freebsd-i586/opt/lib/i386 to /usr/local/lib. I can see no errors when running the samples: $java -cp /usr/local/share/java/classes/j3dcore.jar:/usr/local/share/java/classes/j3d= utils.jar:. HelloUniverse Java 3D pre-release version: 1.3.2-build5-experimental 8/30/04 11:41:53 PM CEST [program seem to hang, does not react on clicks or keypresses.] The hung process is in state "RUN" according to top, it uses only minimal amount of CPU. I need to kill -KILL the process to get rid of it. -- Machine information: AMD Athlon 1200, 256M RAM, nVidia Geforce 2 MX (32M) with binary nvidia 6113 drivers. X.Org 6.7.9.902 (compiled from sources). Two monitors attached (TV-Out and CRT). Direct Rendering is working, glxgears gives rotating accelerated gears. A tomcat is running on the machine, no other java processes. Libmap.conf maps -lpthread to -lc_r.=20 FreeBSD klamath.ankon.de.eu.org 6.0-CURRENT FreeBSD 6.0-CURRENT #14: Mon Aug 23 01:20:04 CEST 2004 =20 root@klamath.ankon.de.eu.org:/usr/obj/usr/src/sys/KLAMATH i386 How can I help? Regards, -- Andreas --=-hYrqSY0RQqFrryvj6ZKf Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBBNOUIYucd7Ow1ygwRAgJMAJwPZB9jbxdWz5qAlS285P5hXKyNugCbBYJ8 M6kmoEGITnz8Shpb89IjCyI= =EMXo -----END PGP SIGNATURE----- --=-hYrqSY0RQqFrryvj6ZKf-- From owner-freebsd-java@FreeBSD.ORG Tue Aug 31 21:07:36 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0507216A4CE for ; Tue, 31 Aug 2004 21:07:36 +0000 (GMT) Received: from misty.eyesbeyond.com (glewis.dsl.xmission.com [166.70.56.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE8C643D2F for ; Tue, 31 Aug 2004 21:07:33 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i7VL7Og5078705; Tue, 31 Aug 2004 15:07:27 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id i7VL7JJN078704; Tue, 31 Aug 2004 15:07:19 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Tue, 31 Aug 2004 15:07:18 -0600 From: Greg Lewis To: Andreas Kohn Message-ID: <20040831210718.GA78658@misty.eyesbeyond.com> References: <20040830184548.GA51796@misty.eyesbeyond.com> <20040830192658.GA52365@misty.eyesbeyond.com> <20040830205214.GA53027@misty.eyesbeyond.com> <1093985545.58059.14.camel@klamath.ankon.de.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1093985545.58059.14.camel@klamath.ankon.de.eu.org> User-Agent: Mutt/1.4.2.1i cc: freebsd-java@freebsd.org Subject: Re: Native Java3D [Samples hang] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2004 21:07:36 -0000 On Tue, Aug 31, 2004 at 10:52:25PM +0200, Andreas Kohn wrote: > On Mon, 2004-08-30 at 22:52, Greg Lewis wrote: > > On Mon, Aug 30, 2004 at 01:26:58PM -0600, Greg Lewis wrote: > > > On Mon, Aug 30, 2004 at 12:45:48PM -0600, Greg Lewis wrote: > > > > If anyone is interested, please grab the source code and apply the attached > > > > patch to the j3d-core sub-project. Then just follow the build and use > > > > instructions as normal. > > > > > > D'oh. You also need the attached tarball unpacked in j3d-core. These are > > > new files required for the build. Sorry 'bout that... > > > > Looks like the attachment was stripped. You can get the diff and the > > tarball at > > > > http://www.eyesbeyond.com/freebsddom/java/j3d-core.diff > > http://www.eyesbeyond.com/freebsddom/java/j3d-core.tar.gz > > I can compile it without problems. But running sample applications gives > only a gray window. > > I compiled vecmath, copied the jar to /usr/local/share/java/classes, > compiled j3d-core, copied both jar's to /usr/local/share/java/classes, > and the libj3dcore-ogl.so & libj3dutils.so from > build/freebsd-i586/opt/lib/i386 to /usr/local/lib. > > I can see no errors when running the samples: > > $java -cp > /usr/local/share/java/classes/j3dcore.jar:/usr/local/share/java/classes/j3dutils.jar:. HelloUniverse > > Java 3D pre-release version: 1.3.2-build5-experimental 8/30/04 11:41:53 > PM CEST > [program seem to hang, does not react on clicks or keypresses.] > > > The hung process is in state "RUN" according to top, it uses only > minimal amount of CPU. I need to kill -KILL the process to get rid of > it. > > -- > Machine information: > AMD Athlon 1200, 256M RAM, nVidia Geforce 2 MX (32M) with binary nvidia > 6113 drivers. X.Org 6.7.9.902 (compiled from sources). Two monitors > attached (TV-Out and CRT). > Direct Rendering is working, glxgears gives rotating accelerated gears. > A tomcat is running on the machine, no other java processes. Libmap.conf > maps -lpthread to -lc_r. > > FreeBSD klamath.ankon.de.eu.org 6.0-CURRENT FreeBSD 6.0-CURRENT #14: Mon > Aug 23 01:20:04 CEST 2004 > root@klamath.ankon.de.eu.org:/usr/obj/usr/src/sys/KLAMATH i386 > > How can I help? If you send it a SIGQUIT (I think) do you get a stack trace? IIRC you can do this with Ctrl-\. Alternatively, can you try running things with java_g under gdb and get a trace from there? Does using libkse change the behaviour at all? My set up is very different 4.10, XFree86-4.4. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-java@FreeBSD.ORG Tue Aug 31 23:57:16 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8090E16A4CF for ; Tue, 31 Aug 2004 23:57:16 +0000 (GMT) Received: from hawat.cc.ubbcluj.ro (Hawat.CC.UBBCluj.Ro [193.226.40.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id B94EB43D1F for ; Tue, 31 Aug 2004 23:57:15 +0000 (GMT) (envelope-from dano@hawat.cc.ubbcluj.ro) Received: from hawat.cc.ubbcluj.ro (hawat [127.0.0.1]) by hawat.cc.ubbcluj.ro (8.13.1/8.13.1) with ESMTP id i7V9gTxR066087 for ; Tue, 31 Aug 2004 12:52:29 +0300 (EEST) (envelope-from dano@hawat.cc.ubbcluj.ro) Received: from localhost (dano@localhost)i7V9gTgV066084 for ; Tue, 31 Aug 2004 12:42:29 +0300 (EEST) (envelope-from dano@hawat.cc.ubbcluj.ro) Date: Tue, 31 Aug 2004 12:42:29 +0300 (EEST) From: Comsa Daniel To: freebsd-java@freebsd.org Message-ID: <20040831120745.L66028@hawat.cc.ubbcluj.ro> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Java Communication API for FreeBSD Input Stream Problem X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2004 23:57:16 -0000 Hi. I have a problem regarding the Java Communication API for FreeBSD port. One slight difference from a normal instalation of the JDK and the Java Communication port, is that i haven't installed the JDK. i have tried severel times to install it from the ports, but i got an error. (sorry, i can't provide you the error). I tried using the linux jdk allready installed, but when i try to install the Java Communication port i got an error regarding the jndi library. Anyway, i have copied a JDK instalation binaries from another FreeBSD machine, and then the comm port compiled and installed succesfully. I've just though i should mention this. I have search the net for a solution to this matter, posted messeges on forums, but still nothing. I'm a newbie regarding FreeBSD, but i think that it might be a problem in the libSerial.so module. A friend of mine suggested me to send you an email, so here it goes. I have an aplication that connects to a mobile phone via serial port. I want then to send a SMS, using at commands. The problem is that the end of the SMS is marked by the CTRL-Z character (ASCII 26). When i send this character to the OutputStream, the InputStream hungs up. It shows that there are bytes available for read, but when i try to read from the stream, it returns -1. Other AT commands are working fine. The code is: ... props.load(new FileInputStream("sms.properties")); portName = props.getProperty("serial_port_name"); center = props.getProperty("message_center"); CommPortIdentifier portID = CommPortIdentifier.getPortIdentifier( portName); SerialPort port = (SerialPort) portID.open("Alarm Server", 100); port.setSerialPortParams(19200, SerialPort.DATABITS_8, SerialPort.STOPBITS_1, SerialPort.PARITY_NONE); port.setFlowControlMode(SerialPort.FLOWCONTROL_NONE); in = port.getInputStream(); out = new BufferedOutputStream(port.getOutputStream()); Thread.sleep(3000); ... private static String sendMessageText(String command) throws Exception { byte b = 0x1A; //CTRL-Z character synchronized(sincron){ Logger.log("Sending: "+command); out.write(command.getBytes()); out.write(b); out.flush(); String response = read(); Logger.log("Response: "+response); return response; } } private static String sendAT(String command) throws Exception { synchronized (sincron) { Logger.log("AT: "+command); out.write((command+"\r\n").getBytes()); out.flush(); String response = read(); Logger.log("Response: "+response); return response; } } private static String read() throws Exception { int n, i; char c; String answer = new String(""); System.out.println("Reading ..."); do { Thread.sleep(100); } while (!(in.available()>0)); for (i = 0; i < 5; i++) { while (in.available()>0) { System.out.println("Available: "+in.available()); n = in.read(); if (n != -1) { c = (char) n; answer = answer + c; Thread.sleep(1); Thread.sleep(1); }else break } } Thread.sleep(100); } return answer.trim(); } to send the SMS i use this code: public static void sendSMS(String number, String text) { String result; Logger.log("Trying to send to : " + number + "\n\t\t" sendAT("AT+CMGS=\"" + number + "\""); result = sendMessageText(text); Logger.log("I've got: " + result); } normaly, it shoud return on the InputStream OK and a message number if the SMS was succesfully sent or ERROR if there was an error after i send the CTRL-Z, the (InputStream) in.available() returns 20, and when i try to read it reads -1 if i use minicom (equivalent with windows's hyperterminal), it works just fine. I realy don't know what to do. I have tried everything crossed my mind, and other's minds. If you can take a look, and suggest a solution, i would apriciate it. Sorry if i've waisted your time with this question. Best Regards, Daniel Comsa From owner-freebsd-java@FreeBSD.ORG Wed Sep 1 07:15:38 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0272C16A4CE for ; Wed, 1 Sep 2004 07:15:38 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF0FF43D49 for ; Wed, 1 Sep 2004 07:15:36 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id i816SusR002145 for ; Wed, 1 Sep 2004 09:28:56 +0300 Received: from localhost (achill@localhost)i816Su4a002141 for ; Wed, 1 Sep 2004 09:28:56 +0300 Date: Wed, 1 Sep 2004 09:28:56 +0300 (EEST) From: Achilleus Mantzios To: java@freebsd.org In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: 1.4.2p6 build failure, build success and run problems X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2004 07:15:38 -0000 Since 5.3-BETA2 has gcc3.4.2 as default and kse is now renamed to libpthread and libpthread is now default (entry 20040303,20040130 in UPDATING) and since 5.3 is due on October, and since i got zero feedback for this problem, and in case something is not completely screwd up in my system, i'd like to ask if someone runs 1.4.2p6 on a recently cvsup'd -CURRENT (with libpthread,gcc34), using -server switch (e.g jboss), or happily using eclipse. My intuition says this is not a threading lib problem. Your feedback is invaluable. (Note, i did MEM checks, CPU temp checks, DISK cheks, and rebuilt world,kernel,cvsuped ports and rebuild jdk14 at least 3 times). -- -Achilleus From owner-freebsd-java@FreeBSD.ORG Wed Sep 1 07:24:05 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 713EB16A4CE for ; Wed, 1 Sep 2004 07:24:05 +0000 (GMT) Received: from oxyd.caraldi.com (caraldi.com [195.137.249.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id D391B43D54 for ; Wed, 1 Sep 2004 07:24:04 +0000 (GMT) (envelope-from jbq@anyware-tech.com) Received: from anyware12.anyware (unknown [84.96.21.10]) by oxyd.caraldi.com (Postfix) with ESMTP id 37EA1206E for ; Wed, 1 Sep 2004 09:24:01 +0200 (CEST) Received: by anyware12.anyware (Postfix, from userid 615) id 3B5F86AD9; Wed, 1 Sep 2004 09:24:01 +0200 (CEST) Date: Wed, 1 Sep 2004 09:24:01 +0200 From: Jean-Baptiste Quenot To: freebsd-java@freebsd.org Message-ID: <20040901072358.GA45042@anyware12.anyware> Mail-Followup-To: freebsd-java@freebsd.org References: <20040831120745.L66028@hawat.cc.ubbcluj.ro> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tThc/1wpZn/ma/RB" Content-Disposition: inline In-Reply-To: <20040831120745.L66028@hawat.cc.ubbcluj.ro> User-Agent: Mutt/1.5.6i Subject: Re: Java Communication API for FreeBSD Input Stream Problem X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2004 07:24:05 -0000 --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Comsa Daniel: > I have a problem regarding the Java Communication API for FreeBSD > port. What port do you use? comms/java-commapi? You may want to give a try to RXTX, I have ported it to FreeBSD: http://caraldi.com/jbq/ports/rxtx/ http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/65396 Basically, RXTX is an open-source implementation of Java Comm API, and AFAICT it works right out of the box! See contrib/SimpleRead.java in the source distribution for a simple example that just works. If you will to use it, could you please consider mentioning it to freebsd-java so that the port gets committed into the FreeBSD ports tree? HTH, --=20 Jean-Baptiste Quenot http://caraldi.com/jbq/ --tThc/1wpZn/ma/RB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBNXkO9xx3BCMc9gsRApe+AJkBTuV0ipHkMiLi9wfe9P32/VEzewCdHHtx Mw3mlrpLMT/H/PQOiRfVfMI= =hqwz -----END PGP SIGNATURE----- --tThc/1wpZn/ma/RB-- From owner-freebsd-java@FreeBSD.ORG Wed Sep 1 07:36:37 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42E3116A4CE for ; Wed, 1 Sep 2004 07:36:37 +0000 (GMT) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73D6643D53 for ; Wed, 1 Sep 2004 07:36:33 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id i817aOP8025566; Wed, 1 Sep 2004 10:36:24 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.52] (edgar.ebs.gr [10.1.1.52]) by ebs.gr (8.12.11/8.12.11) with ESMTP id i817aIkj004767; Wed, 1 Sep 2004 10:36:20 +0300 (EEST) (envelope-from past@ebs.gr) Message-ID: <41357BEA.4080200@ebs.gr> Date: Wed, 01 Sep 2004 10:36:10 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Achilleus Mantzios References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: java@freebsd.org Subject: Re: 1.4.2p6 build failure, build success and run problems X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2004 07:36:37 -0000 Achilleus Mantzios wrote: > Since 5.3-BETA2 has gcc3.4.2 as default and kse is now renamed to > libpthread and libpthread is now default > (entry 20040303,20040130 in UPDATING) > and since 5.3 is due on October, and since i got zero feedback > for this problem, and in case something is not completely > screwd up in my system, > i'd like to ask if someone runs 1.4.2p6 on a recently cvsup'd > -CURRENT (with libpthread,gcc34), using -server switch (e.g jboss), or > happily using eclipse. > > My intuition says this is not a threading lib problem. > Your feedback is invaluable. > > (Note, i did MEM checks, CPU temp checks, DISK cheks, > and rebuilt world,kernel,cvsuped ports and rebuild jdk14 > at least 3 times). I have been following your reports, but I can't reproduce your problem at the moment. My BETA2 -current system has a jdk built before the new compiler import and I can successfully run eclipse and jboss. If you can use a jdk compiled with the previous gcc it would be interesting to see whether this fixes things for you. Otherwise I will definitely recompile my jdk port at some point in the future and try to reproduce your problem, but I don't know when I'll get around to it. Cheers, Panagiotis From owner-freebsd-java@FreeBSD.ORG Wed Sep 1 07:55:07 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 523BD16A4CE for ; Wed, 1 Sep 2004 07:55:07 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3239243D2D for ; Wed, 1 Sep 2004 07:55:06 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id i8178IsR002242; Wed, 1 Sep 2004 10:08:18 +0300 Received: from localhost (achill@localhost)i8178I0r002238; Wed, 1 Sep 2004 10:08:18 +0300 Date: Wed, 1 Sep 2004 10:08:18 +0300 (EEST) From: Achilleus Mantzios To: Panagiotis Astithas In-Reply-To: <41357BEA.4080200@ebs.gr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: java@freebsd.org Subject: Re: 1.4.2p6 build failure, build success and run problems X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2004 07:55:07 -0000 O kyrios Panagiotis Astithas egrapse stis Sep 1, 2004 : > Achilleus Mantzios wrote: > > > Since 5.3-BETA2 has gcc3.4.2 as default and kse is now renamed to > > libpthread and libpthread is now default > > (entry 20040303,20040130 in UPDATING) > > and since 5.3 is due on October, and since i got zero feedback > > for this problem, and in case something is not completely > > screwd up in my system, > > i'd like to ask if someone runs 1.4.2p6 on a recently cvsup'd > > -CURRENT (with libpthread,gcc34), using -server switch (e.g jboss), or > > happily using eclipse. > > > > My intuition says this is not a threading lib problem. > > Your feedback is invaluable. > > > > (Note, i did MEM checks, CPU temp checks, DISK cheks, > > and rebuilt world,kernel,cvsuped ports and rebuild jdk14 > > at least 3 times). > > I have been following your reports, but I can't reproduce your problem > at the moment. My BETA2 -current system has a jdk built before the new > compiler import and I can successfully run eclipse and jboss. If you can > use a jdk compiled with the previous gcc it would be interesting to see > whether this fixes things for you. Otherwise I will definitely recompile > my jdk port at some point in the future and try to reproduce your > problem, but I don't know when I'll get around to it. Hmm, i can still run an old jdk1.4.2p5 built on 5.1-RELEASE without problems with the new libpthread in libmap.conf ( [root@smadev bin]# ldd /usr/local/jdk1.4.2p5/bin/java /usr/local/jdk1.4.2p5/bin/java: libc_r.so.5 => /usr/lib/libpthread.so.1 (0x28084000) libc.so.5 => /lib/libc.so.5 (0x280a8000) ) I think (am not sure) it was built (on 5.1-RELEASE) with gcc3.2.2. If you could sometime backup your current jdk1.4.2p6 build, and try remaking jdk1.4.2p6, and tell me your results, that would be great. > > Cheers, > > Panagiotis > -- -Achilleus From owner-freebsd-java@FreeBSD.ORG Wed Sep 1 09:34:07 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A45F216A4CE for ; Wed, 1 Sep 2004 09:34:07 +0000 (GMT) Received: from ctb-mesg6.saix.net (ctb-mesg6.saix.net [196.25.240.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7E5343D41 for ; Wed, 1 Sep 2004 09:34:06 +0000 (GMT) (envelope-from me@byron.me.uk) Received: from [192.168.1.6] (rrba-177-188.telkomadsl.co.za [165.165.177.188]) by ctb-mesg6.saix.net (Postfix) with ESMTP id 1EB115803F6 for ; Wed, 1 Sep 2004 11:34:03 +0200 (SAST) Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-java@freebsd.org From: Byron Schlemmer Date: Wed, 1 Sep 2004 11:33:33 +0200 X-Mailer: Apple Mail (2.619) Subject: Tomcat 3.3 / JDK 1.4.2 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2004 09:34:07 -0000 Hi all, I was wondering if someone might spot an obvious mistake with how I've installed jakarta-tomcat-3.3.2 on my 5.2.1-RELEASE server with jdk-1.4.2p6_4 installed. Basically I run /usr/local/etc/rc.d/020.jakarta-tomcat3.sh start and I see this in the stderr.log file : Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory at org.apache.tomcat.util.compat.Jdk11Compat.(Jdk11Compat.java:34) at org.apache.tomcat.startup.Main.(Main.java:111) Now I've included the following in the /usr/local/etc/rc.d/020.jakarta-tomcat3.sh script : JAVA_HOME=/usr/local/jdk1.4.2; export JAVA_HOME TOMCAT_HOME=/usr/local/jakarta-tomcat3.3; export TOMCAT_HOME CLASSPATH=$TOMCAT_HOME/lib:$TOMCAT_HOME/lib/common/commons-logging- api.jar; export CLASSPATH In an attempt to make this work but for the life of me I can't get this to work. Any suggestions? : Byron From owner-freebsd-java@FreeBSD.ORG Wed Sep 1 14:26:47 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C0C316A4CE for ; Wed, 1 Sep 2004 14:26:47 +0000 (GMT) Received: from arabica.esil.univ-mrs.fr (arabica.esil.univ-mrs.fr [139.124.41.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3368843D31 for ; Wed, 1 Sep 2004 14:26:46 +0000 (GMT) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from arabica.esil.univ-mrs.fr (localhost.esil.univ-mrs.fr [127.0.0.1])i81EQi2C080760 for ; Wed, 1 Sep 2004 16:26:44 +0200 (CEST) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: (from rv@localhost) by arabica.esil.univ-mrs.fr (8.12.10/8.12.10/Submit) id i81EQheC080759 for freebsd-java@freebsd.org; Wed, 1 Sep 2004 16:26:43 +0200 (CEST) (envelope-from herve.quiroz@esil.univ-mrs.fr) X-Authentication-Warning: arabica.esil.univ-mrs.fr: rv set sender to herve.quiroz@esil.univ-mrs.fr using -f Date: Wed, 1 Sep 2004 16:26:43 +0200 From: Herve Quiroz To: freebsd-java@freebsd.org Message-ID: <20040901142643.GA80717@arabica.esil.univ-mrs.fr> Mail-Followup-To: freebsd-java@freebsd.org References: <20040831120745.L66028@hawat.cc.ubbcluj.ro> <20040901072358.GA45042@anyware12.anyware> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040901072358.GA45042@anyware12.anyware> User-Agent: Mutt/1.4.2.1i Subject: Re: Java Communication API for FreeBSD Input Stream Problem X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2004 14:26:47 -0000 Jean-Baptiste, On Wed, Sep 01, 2004 at 09:24:01AM +0200, Jean-Baptiste Quenot wrote: > You may want to give a try to RXTX, I have ported it to FreeBSD: > > http://caraldi.com/jbq/ports/rxtx/ > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/65396 > > Basically, RXTX is an open-source implementation of Java Comm API, and > AFAICT it works right out of the box! See contrib/SimpleRead.java in > the source distribution for a simple example that just works. > > If you will to use it, could you please consider mentioning it to > freebsd-java so that the port gets committed into the FreeBSD ports > tree? I'll handle the PR ASAP (I'm working on fixing javamail and jaf ATM). Still, as I am not quite used to Comm API, I would be glad if other people could test the port and report on the list (just as you said) so we can get this commited. Herve From owner-freebsd-java@FreeBSD.ORG Wed Sep 1 14:29:02 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3459016A4CE for ; Wed, 1 Sep 2004 14:29:02 +0000 (GMT) Received: from arabica.esil.univ-mrs.fr (arabica.esil.univ-mrs.fr [139.124.41.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B82E43D46 for ; Wed, 1 Sep 2004 14:29:01 +0000 (GMT) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from arabica.esil.univ-mrs.fr (localhost.esil.univ-mrs.fr [127.0.0.1])i81ET02C080771 for ; Wed, 1 Sep 2004 16:29:00 +0200 (CEST) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: (from rv@localhost) by arabica.esil.univ-mrs.fr (8.12.10/8.12.10/Submit) id i81ET0VN080770 for freebsd-java@FreeBSD.ORG; Wed, 1 Sep 2004 16:29:00 +0200 (CEST) (envelope-from herve.quiroz@esil.univ-mrs.fr) X-Authentication-Warning: arabica.esil.univ-mrs.fr: rv set sender to herve.quiroz@esil.univ-mrs.fr using -f Date: Wed, 1 Sep 2004 16:29:00 +0200 From: Herve Quiroz To: freebsd-java@FreeBSD.ORG Message-ID: <20040901142900.GB80717@arabica.esil.univ-mrs.fr> Mail-Followup-To: freebsd-java@FreeBSD.ORG References: <24115.217.232.241.161.1093912800.squirrel@217.232.241.161> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Subject: Re: JavaBeans Activation Framework (java/jaf): distfile unavailable/not current X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2004 14:29:02 -0000 On Tue, Aug 31, 2004 at 08:38:30AM +0200, Ronald Klop wrote: > On Tue, 31 Aug 2004 02:40:00 +0200 (CEST), Rainer Duffner > wrote: > >not unlike the javamail distfile problem, this file also seems to have > >changed on the server recently. > >It's called jaf-1_0_2-upd.zip now. > > > >http://java.sun.com/products/javabeans/glasgow/jaf.html > > > > > >Can anybody look into this and confirm or refute my claims ? > >;-) > > I've seen this also. The best thing is to update the port and send a PR. > Or send an e-mail to the maintainer of the port. I'm working on both ports (jaf and javamail). They should be fixed in a short while. Herve From owner-freebsd-java@FreeBSD.ORG Thu Sep 2 01:10:37 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AB8316A4CE for ; Thu, 2 Sep 2004 01:10:37 +0000 (GMT) Received: from turing.morons.org (turing.morons.org [209.237.229.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45B5D43D46 for ; Thu, 2 Sep 2004 01:10:37 +0000 (GMT) (envelope-from freebsd@spatula.net) Received: by turing.morons.org (Postfix, from userid 1001) id 28BE1A92A; Wed, 1 Sep 2004 18:10:37 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by turing.morons.org (Postfix) with ESMTP id 024A4A928 for ; Wed, 1 Sep 2004 18:10:36 -0700 (PDT) Date: Wed, 1 Sep 2004 18:10:36 -0700 (PDT) From: Nick Johnson X-X-Sender: spatula@turing.morons.org To: freebsd-java@freebsd.org Message-ID: <20040901175727.I46718@turing.morons.org> X-what-happen: someone set up us the bomb X-Message-Flags: Spatula Precedence: special-delivery MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: FreeBsdCrypt updated X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2004 01:10:37 -0000 Alas, I don't have the time to make a proper port of this (but if someone else wants to, please do feel free) but since there's an update and folks may find this useful, I thought I'd mention it anyway. FreeBsdCrypt can be found at http://spatula.net/software/FreeBsdCrypt-1.1.jar . This contains an implementation of FreeBSD-style MD5 crypt, which many have found useful when trying to integrate Java stuff with FreeBSD stuff, or migrating from other languages to servlets, or whatever. The jar contains all the API docs, source code, and the complied class. Usage is pretty simple anyway: String result = FreeBsdCrypt.crypt("password", "salt"); The major change in this version is correcting the way the class name is capitalized. It needed to start with an uppercase letter since it's a class name, and then Pascal-casing the rest of it. Consensus on the web seems to be that acronyms of 3 letters or more are to be Pascal-cased. Nick -- "The aptly-named morons.org is an obscenity-laced screed..." -- Robert P. Lockwood, Catholic League director of research Nick Johnson, version 2.1 http://web.morons.org/ From owner-freebsd-java@FreeBSD.ORG Thu Sep 2 07:00:37 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B21DC16A4CE for ; Thu, 2 Sep 2004 07:00:37 +0000 (GMT) Received: from cocoa.syncrontech.com (cocoa-e0.syncrontech.com [62.71.8.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C858B43D1F for ; Thu, 2 Sep 2004 07:00:35 +0000 (GMT) (envelope-from ari@suutari.iki.fi) Received: from guinness.syncrontech.com (guinness.syncrontech.com [62.71.8.19])i8270SWw079558; Thu, 2 Sep 2004 10:00:29 +0300 (EEST) (envelope-from ari@suutari.iki.fi) Received: from suutari.iki.fi (coffee.syncrontech.com [62.71.8.37]) i8270R0V062848; Thu, 2 Sep 2004 10:00:27 +0300 (EEST) (envelope-from ari@suutari.iki.fi) Message-ID: <4136C50B.2050906@suutari.iki.fi> Date: Thu, 02 Sep 2004 10:00:27 +0300 From: Ari Suutari User-Agent: Mozilla Thunderbird 0.5 (X11/20040310) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Herve Quiroz References: <20040831120745.L66028@hawat.cc.ubbcluj.ro> <20040901072358.GA45042@anyware12.anyware> <20040901142643.GA80717@arabica.esil.univ-mrs.fr> In-Reply-To: <20040901142643.GA80717@arabica.esil.univ-mrs.fr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.30 (www . roaringpenguin . com / mimedefang) X-Scanned-By: MIMEDefang 2.24 (www . roaringpenguin . com / mimedefang) cc: freebsd-java@freebsd.org Subject: Re: Java Communication API for FreeBSD Input Stream Problem X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2004 07:00:37 -0000 Hi, Herve Quiroz wrote: > Jean-Baptiste, > > On Wed, Sep 01, 2004 at 09:24:01AM +0200, Jean-Baptiste Quenot wrote: > >>You may want to give a try to RXTX, I have ported it to FreeBSD: >> >>http://caraldi.com/jbq/ports/rxtx/ >>http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/65396 >> >>Basically, RXTX is an open-source implementation of Java Comm API, and >>AFAICT it works right out of the box! See contrib/SimpleRead.java in >>the source distribution for a simple example that just works. >> I kind of missed this thread before. However, current rxtx version has problems how it handles the JNI pointer inside it's C code. This might or might not be a showstopper (might crash VM when it hits). The rxtx author is aware of the problem, but I don't know if it has been fixed. I was hoping that I would no longer have to maintain FreeBSD commapi and tried to use RXTX to talk to dallas 1-wire devices (see www.ibutton.com). I was hit by this bug and I decided to continue using FreeBSD commapi since it looked that the fix for rxtx was not coming soon. Ari S. From owner-freebsd-java@FreeBSD.ORG Thu Sep 2 07:16:15 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1103F16A4CF for ; Thu, 2 Sep 2004 07:16:15 +0000 (GMT) Received: from cocoa.syncrontech.com (cocoa-e0.syncrontech.com [62.71.8.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4957443D55 for ; Thu, 2 Sep 2004 07:16:14 +0000 (GMT) (envelope-from ari@suutari.iki.fi) Received: from guinness.syncrontech.com (guinness.syncrontech.com [62.71.8.19])i827GBWw079608; Thu, 2 Sep 2004 10:16:11 +0300 (EEST) (envelope-from ari@suutari.iki.fi) Received: from suutari.iki.fi (coffee.syncrontech.com [62.71.8.37]) i827GA0V064102; Thu, 2 Sep 2004 10:16:10 +0300 (EEST) (envelope-from ari@suutari.iki.fi) Message-ID: <4136C8BA.4020403@suutari.iki.fi> Date: Thu, 02 Sep 2004 10:16:10 +0300 From: Ari Suutari User-Agent: Mozilla Thunderbird 0.5 (X11/20040310) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ari Suutari References: <20040831120745.L66028@hawat.cc.ubbcluj.ro> <20040901072358.GA45042@anyware12.anyware> <20040901142643.GA80717@arabica.esil.univ-mrs.fr> <4136C50B.2050906@suutari.iki.fi> In-Reply-To: <4136C50B.2050906@suutari.iki.fi> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.30 (www . roaringpenguin . com / mimedefang) X-Scanned-By: MIMEDefang 2.24 (www . roaringpenguin . com / mimedefang) cc: dano@hawat.cc.ubbcluj.ro cc: freebsd-java@freebsd.org Subject: Re: Java Communication API for FreeBSD Input Stream Problem X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2004 07:16:15 -0000 Hi, I read the original problem from archives. If the original poster could comment which freebsd-commapi version he was using ? I have currently version 0.6 ready, which fixes some errors I made when I converted the C code to use select(2) instead of poll(2). These might be the reason for odd behaviour. Ari S. From owner-freebsd-java@FreeBSD.ORG Thu Sep 2 23:18:38 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79F5816A4CF; Thu, 2 Sep 2004 23:18:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 570C143D2F; Thu, 2 Sep 2004 23:18:38 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i82NIcLX009526; Thu, 2 Sep 2004 23:18:38 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i82NIcbZ009522; Thu, 2 Sep 2004 23:18:38 GMT (envelope-from linimon) Date: Thu, 2 Sep 2004 23:18:38 GMT From: Mark Linimon Message-Id: <200409022318.i82NIcbZ009522@freefall.freebsd.org> To: brvdboss@spymac.com, linimon@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: ports/71078: Update port: java/eclipse-pmd upgrade to support eclipse3 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2004 23:18:38 -0000 Synopsis: Update port: java/eclipse-pmd upgrade to support eclipse3 State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Thu Sep 2 23:17:52 GMT 2004 State-Changed-Why: Please submit port updates in diff -u format as versus the current port. This makes it much easier for ports committers to understand what is being changed. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=71078 From owner-freebsd-java@FreeBSD.ORG Fri Sep 3 08:07:50 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BA7C16A4CE for ; Fri, 3 Sep 2004 08:07:50 +0000 (GMT) Received: from www.enhyper.com (mailgate.enhyper.com [62.49.250.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80B4743D3F for ; Fri, 3 Sep 2004 08:07:49 +0000 (GMT) (envelope-from iang@iang.org) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by www.enhyper.com (8.11.6/8.11.6) with SMTP id i8387R227534; Fri, 3 Sep 2004 09:07:32 +0100 X-Authentication-Warning: www.enhyper.com: localhost.localdomain [127.0.0.1] didn't use HELO protocol Message-ID: <4138266F.4070203@iang.org> Date: Fri, 03 Sep 2004 09:08:15 +0100 From: Ian Grigg User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org References: <20040901175727.I46718@turing.morons.org> In-Reply-To: <20040901175727.I46718@turing.morons.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: FreeBsdCrypt updated X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2004 08:07:50 -0000 Just as a sort of heads-up on this and not to anyone in particular, MD5 and a host of other older hashing algorithms were shifted into the "broken" basked a couple of weeks ago at the Crypto conference [1]. Whether this means a given relying system, like Crypt, can be breached in practical circumstances is currently under debate, and depends highly on the use and import of the message digest within the system. From what I recall of Crypt, it isn't likely to be much of a threat there as the password list is still "hard to get". But, the message is clear: time to switch. Probably, the best thing to do is to switch to SHA1, which is unbroken (having a specific defence against the cracks announced mid august). But, a word of caution: there is a sort of uncertainty about how long SHA1 will last, and SHA-256 is maybe the next thing to aim at. But to double that caution, SHA-256 is the same construction as SHA-1, so there are thoughts that it is time for a whole new generation. So, the software systems engineer's viewpoint is this: migrate to a system where a few hashes can be accepted, and that way more migratibility can be built in. That is, relying on one message digest is no longer acceptable. As an example, taken from my company's software, we use textual forms like SHA:ABC123 SHA256:abc123 and we use binary forms with OpenPGP single byte numbers before the binary (RFC 2440: 0x02 == SHA1, 0x08 == SHA256). iang [1] Some of the detail of the conference is collected here: http://www.financialcryptography.com/mt/archives/000199.html Nick Johnson wrote: > FreeBsdCrypt can be found at > http://spatula.net/software/FreeBsdCrypt-1.1.jar . This contains an > implementation of FreeBSD-style MD5 crypt, which many have found useful > when trying to integrate Java stuff with FreeBSD stuff, or migrating from > other languages to servlets, or whatever. > > The jar contains all the API docs, source code, and the complied class. > Usage is pretty simple anyway: > > String result = FreeBsdCrypt.crypt("password", "salt"); > > The major change in this version is correcting the way the class name is > capitalized. It needed to start with an uppercase letter since it's a > class name, and then Pascal-casing the rest of it. Consensus on the web > seems to be that acronyms of 3 letters or more are to be Pascal-cased. > > Nick > From owner-freebsd-java@FreeBSD.ORG Fri Sep 3 09:38:19 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D0D616A4CE for ; Fri, 3 Sep 2004 09:38:19 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 4993743D1F for ; Fri, 3 Sep 2004 09:38:18 +0000 (GMT) (envelope-from andreas.kohn@gmx.net) Received: (qmail 7243 invoked by uid 65534); 3 Sep 2004 09:38:16 -0000 Received: from unknown (EHLO [212.204.44.203]) (212.204.44.203) by mail.gmx.net (mp019) with SMTP; 03 Sep 2004 11:38:16 +0200 X-Authenticated: #2431876 From: Andreas Kohn To: Greg Lewis In-Reply-To: <20040831210718.GA78658@misty.eyesbeyond.com> References: <20040830184548.GA51796@misty.eyesbeyond.com> <20040830192658.GA52365@misty.eyesbeyond.com> <20040830205214.GA53027@misty.eyesbeyond.com> <1093985545.58059.14.camel@klamath.ankon.de.eu.org> <20040831210718.GA78658@misty.eyesbeyond.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-BBWRroCXx/aPEoSBSoZQ" Message-Id: <1094204294.1062.23.camel@klamath.ankon.de.eu.org> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 03 Sep 2004 11:38:14 +0200 cc: freebsd-java@freebsd.org Subject: Re: Native Java3D [Samples hang] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2004 09:38:19 -0000 --=-BBWRroCXx/aPEoSBSoZQ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2004-08-31 at 23:07, Greg Lewis wrote: > On Tue, Aug 31, 2004 at 10:52:25PM +0200, Andreas Kohn wrote: > > On Mon, 2004-08-30 at 22:52, Greg Lewis wrote: > > > On Mon, Aug 30, 2004 at 01:26:58PM -0600, Greg Lewis wrote: > > > > On Mon, Aug 30, 2004 at 12:45:48PM -0600, Greg Lewis wrote: > > > > > If anyone is interested, please grab the source code and apply th= e attached > > > > > patch to the j3d-core sub-project. Then just follow the build an= d use > > > > > instructions as normal. > > > >=20 > > > > D'oh. You also need the attached tarball unpacked in j3d-core. Th= ese are > > > > new files required for the build. Sorry 'bout that... > > >=20 > > > Looks like the attachment was stripped. You can get the diff and the > > > tarball at > > >=20 > > > http://www.eyesbeyond.com/freebsddom/java/j3d-core.diff > > > http://www.eyesbeyond.com/freebsddom/java/j3d-core.tar.gz > >=20 > > I can compile it without problems. But running sample applications give= s > > only a gray window. > >=20 > > I compiled vecmath, copied the jar to /usr/local/share/java/classes, > > compiled j3d-core, copied both jar's to /usr/local/share/java/classes, > > and the libj3dcore-ogl.so & libj3dutils.so from > > build/freebsd-i586/opt/lib/i386 to /usr/local/lib. > >=20 > > I can see no errors when running the samples: > >=20 > > $java -cp > > /usr/local/share/java/classes/j3dcore.jar:/usr/local/share/java/classes= /j3dutils.jar:. HelloUniverse > >=20 > > Java 3D pre-release version: 1.3.2-build5-experimental 8/30/04 11:41:53 > > PM CEST > > [program seem to hang, does not react on clicks or keypresses.] > >=20 > >=20 > > The hung process is in state "RUN" according to top, it uses only > > minimal amount of CPU. I need to kill -KILL the process to get rid of > > it. > >=20 > > -- > > Machine information: > > AMD Athlon 1200, 256M RAM, nVidia Geforce 2 MX (32M) with binary nvidia > > 6113 drivers. X.Org 6.7.9.902 (compiled from sources). Two monitors > > attached (TV-Out and CRT). > > Direct Rendering is working, glxgears gives rotating accelerated gears. > > A tomcat is running on the machine, no other java processes. Libmap.con= f > > maps -lpthread to -lc_r.=20 > >=20 > > FreeBSD klamath.ankon.de.eu.org 6.0-CURRENT FreeBSD 6.0-CURRENT #14: Mo= n > > Aug 23 01:20:04 CEST 2004 =20 > > root@klamath.ankon.de.eu.org:/usr/obj/usr/src/sys/KLAMATH i386 > >=20 > > How can I help? >=20 > If you send it a SIGQUIT (I think) do you get a stack trace? IIRC you ca= n > do this with Ctrl-\. Alternatively, can you try running things with java= _g > under gdb and get a trace from there? Didn't manage to get a trace with Ctrl-\. It looked like java ignored that signal. (No reaction visible at all) I didn't try the gdb/java_g thing, becuase I had a strong feeling the using libpthread would perhaps work. If you like, I can try to do it. (But read on, good things will happen) >=20 > Does using libkse change the behaviour at all? Yes it does. With libpthread-threading (which now works after some recompilation and the new nvidia-drivers) I have to change the command line for running the samples to also include "vecmath.jar". ---8<--- [klamath] /storage/java3d/j3d-examples/src/HelloUniverse>java -cp /usr/local/share/java/classes/j3dcore.jar:/usr/local/share/java/classes/j3d= utils.jar:. HelloUniverse Java 3D pre-release version: 1.3.2-build5-experimental 8/30/04 11:41:53 PM CEST java.lang.NoClassDefFoundError: javax/vecmath/Tuple3d at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:141) at javax.media.j3d.MasterControl.class$(Unknown Source) at javax.media.j3d.MasterControl.(Unknown Source) at javax.media.j3d.VirtualUniverse.createMC(Unknown Source) at javax.media.j3d.VirtualUniverse.(Unknown Source) at HelloUniverse.init(HelloUniverse.java:99) at com.sun.j3d.utils.applet.MainFrame.run(Unknown Source) at java.lang.Thread.run(Thread.java:534) -->8---- My *guess* would be that with libc_r it never came to the point of loading vecmath-related classes. Strange. The window still stays gray with vecmath.jar in the -cp. *But* about 2 seconds after the window appeared, I get a Java VM fault. See the attached log file for details. It seems to be related to the nvidia driver, so I tried something from the readme which helped for some linux apps.=20 > export __GL_SINGLE_THREADED=3D1 > java -cp ... HelloUniverse And now it worked! I saw a colored spinning cube. So it might be good to include a pkg-message with the upcoming port to refer people to this variable if they are using the nvidia drivers. Here's an excerpt from nvidia's readme: --- Known Issues: the Linux OpenGL library, when run in linux compatibility mode on FreeBSD, may have difficulties determining if the application is multithreaded. As the resulting warning suggestions, it may help to set the environment variable __GL_SINGLE_THREADED (eg: `setenv __GL_SINGLE_THREADED 1`). Please see the FAQ entry "Why can the Linux compatibility libraries not correctly determine if they are used in a multithreaded application?" for details and a better solution. --- --- Q: Why can the Linux compatibility libraries not correctly determine if they are used in a multithreaded application? A: The Linux compatibility libraries are not able to correctly determine if they are used in a multithreaded application because the %gs segment register is not initialized correctly for Linux compatibility. The __GL_SINGLE_THREADED environment variable (set to "1") can be used to work around this issue, but at the cost of thread-safeness. --- (the full readme is available at http://download.nvidia.com/freebsd/1.0-6113/README.txt ) Thank you. Best Regards, -- Andreas --=-BBWRroCXx/aPEoSBSoZQ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBBODuFYucd7Ow1ygwRAqueAJ41W7FRFX7o5Hcma/okC0UFWS4tyQCdFtn2 qikoMpYyKowZSbyF+6RyOCw= =22pd -----END PGP SIGNATURE----- --=-BBWRroCXx/aPEoSBSoZQ-- From owner-freebsd-java@FreeBSD.ORG Fri Sep 3 09:41:26 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EE5316A4CE for ; Fri, 3 Sep 2004 09:41:26 +0000 (GMT) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 665FB43D1D for ; Fri, 3 Sep 2004 09:41:25 +0000 (GMT) (envelope-from andreas.kohn@gmx.net) Received: (qmail 9057 invoked by uid 65534); 3 Sep 2004 09:41:24 -0000 Received: from unknown (EHLO [212.204.44.203]) (212.204.44.203) by mail.gmx.net (mp003) with SMTP; 03 Sep 2004 11:41:24 +0200 X-Authenticated: #2431876 From: Andreas Kohn To: Greg Lewis In-Reply-To: <1094204294.1062.23.camel@klamath.ankon.de.eu.org> References: <20040830184548.GA51796@misty.eyesbeyond.com> <20040830192658.GA52365@misty.eyesbeyond.com> <20040830205214.GA53027@misty.eyesbeyond.com> <1093985545.58059.14.camel@klamath.ankon.de.eu.org> <20040831210718.GA78658@misty.eyesbeyond.com> <1094204294.1062.23.camel@klamath.ankon.de.eu.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-UdUpomUWaCip0DEVR40L" Message-Id: <1094204477.1062.26.camel@klamath.ankon.de.eu.org> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 03 Sep 2004 11:41:18 +0200 cc: freebsd-java@freebsd.org Subject: Re: Native Java3D [Samples hang] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2004 09:41:26 -0000 --=-UdUpomUWaCip0DEVR40L Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2004-09-03 at 11:38, Andreas Kohn wrote: > *But* about 2 seconds after the window appeared, I get a Java VM fault. > See the attached log file for details. Yeah. If I had attached it. http://andreas.syndrom23.de/dump/HelloUniverse.log Regards, Andreas. --=-UdUpomUWaCip0DEVR40L Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBBODw9Yucd7Ow1ygwRAlYqAJ94Y/o/KTUm93RhbNtcZ/YQSVroiwCbBMpq mUeoxwEzYjB5VwYK1YdnN1c= =Mcd+ -----END PGP SIGNATURE----- --=-UdUpomUWaCip0DEVR40L-- From owner-freebsd-java@FreeBSD.ORG Fri Sep 3 10:02:07 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A77F916A4CE; Fri, 3 Sep 2004 10:02:07 +0000 (GMT) Received: from outmx004.isp.belgacom.be (outmx004.isp.belgacom.be [195.238.2.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id C52C143D54; Fri, 3 Sep 2004 10:02:06 +0000 (GMT) (envelope-from brvdboss@spymac.com) Received: from outmx004.isp.belgacom.be (localhost [127.0.0.1]) with ESMTP id i83A1vu7017954; Fri, 3 Sep 2004 12:01:57 +0200 (envelope-from ) Received: from Noisy.localdomain.local (134.116-200-80.adsl.skynet.be [80.200.116.134])with SMTP id i83A1tW0017917; Fri, 3 Sep 2004 12:01:55 +0200 (envelope-from ) Date: Fri, 3 Sep 2004 12:01:55 +0200 From: Bruno Van Den Bossche To: freebsd-gnats-submit@FreeBSD.org Message-Id: <20040903120155.60e356de.brvdboss@spymac.com> In-Reply-To: <200409022318.i82NIcbZ009522@freefall.freebsd.org> References: <200409022318.i82NIcbZ009522@freefall.freebsd.org> Organization: Me, Myself & I X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: linimon@FreeBSD.org cc: freebsd-java@FreeBSD.org Subject: Re: ports/71078: Update port: java/eclipse-pmd upgrade to support eclipse3 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2004 10:02:07 -0000 On Thu, 2 Sep 2004 23:18:38 GMT Mark Linimon wrote: [...] > State-Changed-Why: > Please submit port updates in diff -u format as versus the current > port. This makes it much easier for ports committers to understand > what is being changed. Thanks. Sorry about that. Bruno Fix: diff -u eclipse-pmd.ori/Makefile eclipse-pmd/Makefile --- eclipse-pmd.ori/Makefile Fri Sep 3 11:38:04 2004 +++ eclipse-pmd/Makefile Fri Sep 3 11:38:36 2004 @@ -1,40 +1,72 @@ # New ports collection makefile for: eclipse-pmd # Date created: October 3, 2003 -# Whom: Bruno Van Den Bossche +# Whom: Bruno Van Den Bossche # -# $FreeBSD: ports/java/eclipse-pmd/Makefile,v 1.3 2004/08/17 10:25:48 kris Exp $ +# $FreeBSD$ # PORTNAME= pmd -PORTVERSION= 1.1.2 +PORTVERSION= 2.0.5.v3 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pmd PKGNAMEPREFIX= eclipse- -DISTNAME= pmd-eclipse-bin-${PORTVERSION} +DISTNAME= pmd-eclipse3-site-2.0.5 DIST_SUBDIR= eclipse MAINTAINER= java@FreeBSD.org COMMENT= Scan Java source code and look for potential problems -IGNORE= is too hard to adopt Eclipse 3.0 +RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse NO_BUILD= yes NO_WRKSUBDIR= yes USE_ZIP= yes +USE_JAVA= yes CPIO?= cpio --quiet -pdmu -R -PLUGIN_DIR= "net.sourceforge.pmd.eclipse_${PORTVERSION}" +PMDVERSION= 1.8.0.v3 -PLIST_SUB+= PLUGIN_DIR="${PLUGIN_DIR}" +PLUGIN_CORE_DIR="net.sourceforge.pmd.core_${PMDVERSION}" +PLUGIN_PMD_DIR= "net.sourceforge.pmd.eclipse_${PORTVERSION}" + +PLIST_SUB+= PLUGIN_PMD_DIR="${PLUGIN_PMD_DIR}" \ + PLUGIN_CORE_DIR="${PLUGIN_CORE_DIR}" + +post-extract: + cd ${WRKDIR}/features && ${MKDIR} ${PLUGIN_PMD_DIR} \ + && ${CP} ${PLUGIN_PMD_DIR}.jar ${PLUGIN_PMD_DIR} \ + && cd ${PLUGIN_PMD_DIR} \ + && ${JAR} xvf ${PLUGIN_PMD_DIR}.jar \ + && ${RM} ${PLUGIN_PMD_DIR}.jar + + cd ${WRKDIR}/plugins && ${MKDIR} ${PLUGIN_PMD_DIR} \ + && ${CP} ${PLUGIN_PMD_DIR}.jar ${PLUGIN_PMD_DIR} \ + && cd ${PLUGIN_PMD_DIR} \ + && ${JAR} xvf ${PLUGIN_PMD_DIR}.jar \ + && ${RM} ${PLUGIN_PMD_DIR}.jar + + cd ${WRKDIR}/plugins && ${MKDIR} ${PLUGIN_CORE_DIR} \ + && ${CP} ${PLUGIN_CORE_DIR}.jar ${PLUGIN_CORE_DIR} \ + && cd ${PLUGIN_CORE_DIR} \ + && ${JAR} xvf ${PLUGIN_CORE_DIR}.jar \ + && ${RM} ${PLUGIN_CORE_DIR}.jar do-install: @${MKDIR} ${PREFIX}/eclipse @${MKDIR} ${PREFIX}/eclipse/plugins - @${MKDIR} ${PREFIX}/eclipse/plugins/${PLUGIN_DIR} - cd ${WRKSRC}/${PLUGIN_DIR} && ${FIND} . \ + @${MKDIR} ${PREFIX}/eclipse/plugins/${PLUGIN_PMD_DIR} + @${MKDIR} ${PREFIX}/eclipse/plugins/${PLUGIN_CORE_DIR} + @${MKDIR} ${PREFIX}/eclipse/features/${PLUGIN_PMD_DIR} + cd ${WRKDIR}/features/${PLUGIN_PMD_DIR} && ${FIND} . \ + | ${CPIO} ${SHAREOWN}:${SHAREGRP} \ + ${PREFIX}/eclipse/features/${PLUGIN_PMD_DIR} + cd ${WRKDIR}/plugins/${PLUGIN_PMD_DIR} && ${FIND} . \ + | ${CPIO} ${SHAREOWN}:${SHAREGRP} \ + ${PREFIX}/eclipse/plugins/${PLUGIN_PMD_DIR} + cd ${WRKDIR}/plugins/${PLUGIN_CORE_DIR} && ${FIND} . \ | ${CPIO} ${SHAREOWN}:${SHAREGRP} \ - ${PREFIX}/eclipse/plugins/${PLUGIN_DIR} + ${PREFIX}/eclipse/plugins/${PLUGIN_CORE_DIR} .include diff -u eclipse-pmd.ori/distinfo eclipse-pmd/distinfo --- eclipse-pmd.ori/distinfo Fri Sep 3 11:38:04 2004 +++ eclipse-pmd/distinfo Fri Sep 3 11:38:36 2004 @@ -1,2 +1,2 @@ -MD5 (eclipse/pmd-eclipse-bin-1.1.2.zip) = cd46079fc6c98e4bc6ff2586eb654353 -SIZE (eclipse/pmd-eclipse-bin-1.1.2.zip) = 3808789 +MD5 (eclipse/pmd-eclipse3-site-2.0.5.zip) = 2031c18c9e3875809064df1eb192058e +SIZE (eclipse/pmd-eclipse3-site-2.0.5.zip) = 4267395 diff -u eclipse-pmd.ori/pkg-plist eclipse-pmd/pkg-plist --- eclipse-pmd.ori/pkg-plist Fri Sep 3 11:38:04 2004 +++ eclipse-pmd/pkg-plist Fri Sep 3 11:38:36 2004 @@ -1,41 +1,52 @@ -eclipse/plugins/%%PLUGIN_DIR%%/CHANGELOG.txt -eclipse/plugins/%%PLUGIN_DIR%%/LICENSE.txt -eclipse/plugins/%%PLUGIN_DIR%%/README.txt -eclipse/plugins/%%PLUGIN_DIR%%/RELNOTES.txt -eclipse/plugins/%%PLUGIN_DIR%%/TODO.txt -eclipse/plugins/%%PLUGIN_DIR%%/build.properties -eclipse/plugins/%%PLUGIN_DIR%%/doc.zip -eclipse/plugins/%%PLUGIN_DIR%%/icons/error.gif -eclipse/plugins/%%PLUGIN_DIR%%/icons/file.gif -eclipse/plugins/%%PLUGIN_DIR%%/icons/info.gif -eclipse/plugins/%%PLUGIN_DIR%%/icons/pmd-icon-16.gif -eclipse/plugins/%%PLUGIN_DIR%%/icons/pmd-icon-32.gif -eclipse/plugins/%%PLUGIN_DIR%%/icons/prio_1.gif -eclipse/plugins/%%PLUGIN_DIR%%/icons/prio_2.gif -eclipse/plugins/%%PLUGIN_DIR%%/icons/prio_3.gif -eclipse/plugins/%%PLUGIN_DIR%%/icons/prio_4.gif -eclipse/plugins/%%PLUGIN_DIR%%/icons/prio_5.gif -eclipse/plugins/%%PLUGIN_DIR%%/icons/prj.gif -eclipse/plugins/%%PLUGIN_DIR%%/icons/remvio.gif -eclipse/plugins/%%PLUGIN_DIR%%/icons/warn.gif -eclipse/plugins/%%PLUGIN_DIR%%/lib/commons-logging.jar -eclipse/plugins/%%PLUGIN_DIR%%/lib/jaxen-core-1.0-fcs.jar -eclipse/plugins/%%PLUGIN_DIR%%/lib/log4j-1.2.8.jar -eclipse/plugins/%%PLUGIN_DIR%%/lib/pmd-1.2.1.jar -eclipse/plugins/%%PLUGIN_DIR%%/lib/saxpath-1.0-fcs.jar -eclipse/plugins/%%PLUGIN_DIR%%/log4j.xml -eclipse/plugins/%%PLUGIN_DIR%%/messages.properties -eclipse/plugins/%%PLUGIN_DIR%%/nl/fr/messages.properties -eclipse/plugins/%%PLUGIN_DIR%%/plugin.properties -eclipse/plugins/%%PLUGIN_DIR%%/plugin.xml -eclipse/plugins/%%PLUGIN_DIR%%/plugin_fr.properties -eclipse/plugins/%%PLUGIN_DIR%%/pmd-eclipse.jar -eclipse/plugins/%%PLUGIN_DIR%%/toc.xml -@dirrm eclipse/plugins/%%PLUGIN_DIR%%/nl/fr -@dirrm eclipse/plugins/%%PLUGIN_DIR%%/nl -@dirrm eclipse/plugins/%%PLUGIN_DIR%%/lib -@dirrm eclipse/plugins/%%PLUGIN_DIR%%/icons -@dirrm eclipse/plugins/%%PLUGIN_DIR%% -@unexec rmdir %D/eclipse/plugins 2>/dev/null || true -@unexec rmdir %D/eclipse/features 2>/dev/null || true -@unexec rmdir %D/eclipse 2>/dev/null || true +eclipse/features/%%PLUGIN_PMD_DIR%%/feature.properties +eclipse/features/%%PLUGIN_PMD_DIR%%/feature.xml +eclipse/features/%%PLUGIN_PMD_DIR%%/pmd_logo_small.jpg +eclipse/plugins/%%PLUGIN_CORE_DIR%%/doc.zip +eclipse/plugins/%%PLUGIN_CORE_DIR%%/lib/jaxen-core-1.0-fcs.jar +eclipse/plugins/%%PLUGIN_CORE_DIR%%/lib/pmd-1.8.jar +eclipse/plugins/%%PLUGIN_CORE_DIR%%/lib/saxpath-1.0-fcs.jar +eclipse/plugins/%%PLUGIN_CORE_DIR%%/plugin.properties +eclipse/plugins/%%PLUGIN_CORE_DIR%%/plugin.xml +eclipse/plugins/%%PLUGIN_CORE_DIR%%/plugin_fr.properties +eclipse/plugins/%%PLUGIN_CORE_DIR%%/toc.xml +eclipse/plugins/%%PLUGIN_PMD_DIR%%/CHANGELOG.txt +eclipse/plugins/%%PLUGIN_PMD_DIR%%/LICENSE.txt +eclipse/plugins/%%PLUGIN_PMD_DIR%%/README.txt +eclipse/plugins/%%PLUGIN_PMD_DIR%%/RELNOTES.txt +eclipse/plugins/%%PLUGIN_PMD_DIR%%/TODO.txt +eclipse/plugins/%%PLUGIN_PMD_DIR%%/about.ini +eclipse/plugins/%%PLUGIN_PMD_DIR%%/doc.zip +eclipse/plugins/%%PLUGIN_PMD_DIR%%/icons/error.gif +eclipse/plugins/%%PLUGIN_PMD_DIR%%/icons/file.gif +eclipse/plugins/%%PLUGIN_PMD_DIR%%/icons/info.gif +eclipse/plugins/%%PLUGIN_PMD_DIR%%/icons/pmd-icon-16.gif +eclipse/plugins/%%PLUGIN_PMD_DIR%%/icons/pmd-icon-32.gif +eclipse/plugins/%%PLUGIN_PMD_DIR%%/icons/prio_1.gif +eclipse/plugins/%%PLUGIN_PMD_DIR%%/icons/prio_2.gif +eclipse/plugins/%%PLUGIN_PMD_DIR%%/icons/prio_3.gif +eclipse/plugins/%%PLUGIN_PMD_DIR%%/icons/prio_4.gif +eclipse/plugins/%%PLUGIN_PMD_DIR%%/icons/prio_5.gif +eclipse/plugins/%%PLUGIN_PMD_DIR%%/icons/prj.gif +eclipse/plugins/%%PLUGIN_PMD_DIR%%/icons/remvio.gif +eclipse/plugins/%%PLUGIN_PMD_DIR%%/icons/warn.gif +eclipse/plugins/%%PLUGIN_PMD_DIR%%/lib/commons-logging.jar +eclipse/plugins/%%PLUGIN_PMD_DIR%%/lib/log4j-1.2.8.jar +eclipse/plugins/%%PLUGIN_PMD_DIR%%/log4j.dtd +eclipse/plugins/%%PLUGIN_PMD_DIR%%/log4j.xml +eclipse/plugins/%%PLUGIN_PMD_DIR%%/messages.properties +eclipse/plugins/%%PLUGIN_PMD_DIR%%/nl/fr/messages.properties +eclipse/plugins/%%PLUGIN_PMD_DIR%%/nl/fr/welcome.xml +eclipse/plugins/%%PLUGIN_PMD_DIR%%/plugin.properties +eclipse/plugins/%%PLUGIN_PMD_DIR%%/plugin.xml +eclipse/plugins/%%PLUGIN_PMD_DIR%%/plugin_fr.properties +eclipse/plugins/%%PLUGIN_PMD_DIR%%/pmd-eclipse.jar +eclipse/plugins/%%PLUGIN_PMD_DIR%%/toc.xml +eclipse/plugins/%%PLUGIN_PMD_DIR%%/welcome.xml +@dirrm eclipse/plugins/%%PLUGIN_PMD_DIR%%/nl/fr +@dirrm eclipse/plugins/%%PLUGIN_PMD_DIR%%/nl +@dirrm eclipse/plugins/%%PLUGIN_PMD_DIR%%/lib +@dirrm eclipse/plugins/%%PLUGIN_PMD_DIR%%/icons +@dirrm eclipse/plugins/%%PLUGIN_PMD_DIR%% +@dirrm eclipse/plugins/%%PLUGIN_CORE_DIR%%/lib +@dirrm eclipse/plugins/%%PLUGIN_CORE_DIR%% +@dirrm eclipse/features/%%PLUGIN_PMD_DIR%% From owner-freebsd-java@FreeBSD.ORG Fri Sep 3 10:10:32 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C491216A4D1 for ; Fri, 3 Sep 2004 10:10:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A03D043D4C for ; Fri, 3 Sep 2004 10:10:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i83AAW5M004571 for ; Fri, 3 Sep 2004 10:10:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i83AAWt9004568; Fri, 3 Sep 2004 10:10:32 GMT (envelope-from gnats) Date: Fri, 3 Sep 2004 10:10:32 GMT Message-Id: <200409031010.i83AAWt9004568@freefall.freebsd.org> To: freebsd-java@FreeBSD.org From: Bruno Van Den Bossche Subject: Re: ports/71078: Update port: java/eclipse-pmd upgrade to support eclipse3 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bruno Van Den Bossche List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2004 10:10:32 -0000 The following reply was made to PR ports/71078; it has been noted by GNATS. From: Bruno Van Den Bossche To: freebsd-gnats-submit@FreeBSD.org Cc: linimon@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: ports/71078: Update port: java/eclipse-pmd upgrade to support eclipse3 Date: Fri, 3 Sep 2004 12:01:55 +0200 On Thu, 2 Sep 2004 23:18:38 GMT Mark Linimon wrote: [...] > State-Changed-Why: > Please submit port updates in diff -u format as versus the current > port. This makes it much easier for ports committers to understand > what is being changed. Thanks. Sorry about that. Bruno Fix: diff -u eclipse-pmd.ori/Makefile eclipse-pmd/Makefile --- eclipse-pmd.ori/Makefile Fri Sep 3 11:38:04 2004 +++ eclipse-pmd/Makefile Fri Sep 3 11:38:36 2004 @@ -1,40 +1,72 @@ # New ports collection makefile for: eclipse-pmd # Date created: October 3, 2003 -# Whom: Bruno Van Den Bossche +# Whom: Bruno Van Den Bossche # -# $FreeBSD: ports/java/eclipse-pmd/Makefile,v 1.3 2004/08/17 10:25:48 kris Exp $ +# $FreeBSD$ # PORTNAME= pmd -PORTVERSION= 1.1.2 +PORTVERSION= 2.0.5.v3 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pmd PKGNAMEPREFIX= eclipse- -DISTNAME= pmd-eclipse-bin-${PORTVERSION} +DISTNAME= pmd-eclipse3-site-2.0.5 DIST_SUBDIR= eclipse MAINTAINER= java@FreeBSD.org COMMENT= Scan Java source code and look for potential problems -IGNORE= is too hard to adopt Eclipse 3.0 +RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse NO_BUILD= yes NO_WRKSUBDIR= yes USE_ZIP= yes +USE_JAVA= yes CPIO?= cpio --quiet -pdmu -R -PLUGIN_DIR= "net.sourceforge.pmd.eclipse_${PORTVERSION}" +PMDVERSION= 1.8.0.v3 -PLIST_SUB+= PLUGIN_DIR="${PLUGIN_DIR}" +PLUGIN_CORE_DIR="net.sourceforge.pmd.core_${PMDVERSION}" +PLUGIN_PMD_DIR= "net.sourceforge.pmd.eclipse_${PORTVERSION}" + +PLIST_SUB+= PLUGIN_PMD_DIR="${PLUGIN_PMD_DIR}" \ + PLUGIN_CORE_DIR="${PLUGIN_CORE_DIR}" + +post-extract: + cd ${WRKDIR}/features && ${MKDIR} ${PLUGIN_PMD_DIR} \ + && ${CP} ${PLUGIN_PMD_DIR}.jar ${PLUGIN_PMD_DIR} \ + && cd ${PLUGIN_PMD_DIR} \ + && ${JAR} xvf ${PLUGIN_PMD_DIR}.jar \ + && ${RM} ${PLUGIN_PMD_DIR}.jar + + cd ${WRKDIR}/plugins && ${MKDIR} ${PLUGIN_PMD_DIR} \ + && ${CP} ${PLUGIN_PMD_DIR}.jar ${PLUGIN_PMD_DIR} \ + && cd ${PLUGIN_PMD_DIR} \ + && ${JAR} xvf ${PLUGIN_PMD_DIR}.jar \ + && ${RM} ${PLUGIN_PMD_DIR}.jar + + cd ${WRKDIR}/plugins && ${MKDIR} ${PLUGIN_CORE_DIR} \ + && ${CP} ${PLUGIN_CORE_DIR}.jar ${PLUGIN_CORE_DIR} \ + && cd ${PLUGIN_CORE_DIR} \ + && ${JAR} xvf ${PLUGIN_CORE_DIR}.jar \ + && ${RM} ${PLUGIN_CORE_DIR}.jar do-install: @${MKDIR} ${PREFIX}/eclipse @${MKDIR} ${PREFIX}/eclipse/plugins - @${MKDIR} ${PREFIX}/eclipse/plugins/${PLUGIN_DIR} - cd ${WRKSRC}/${PLUGIN_DIR} && ${FIND} . \ + @${MKDIR} ${PREFIX}/eclipse/plugins/${PLUGIN_PMD_DIR} + @${MKDIR} ${PREFIX}/eclipse/plugins/${PLUGIN_CORE_DIR} + @${MKDIR} ${PREFIX}/eclipse/features/${PLUGIN_PMD_DIR} + cd ${WRKDIR}/features/${PLUGIN_PMD_DIR} && ${FIND} . \ + | ${CPIO} ${SHAREOWN}:${SHAREGRP} \ + ${PREFIX}/eclipse/features/${PLUGIN_PMD_DIR} + cd ${WRKDIR}/plugins/${PLUGIN_PMD_DIR} && ${FIND} . \ + | ${CPIO} ${SHAREOWN}:${SHAREGRP} \ + ${PREFIX}/eclipse/plugins/${PLUGIN_PMD_DIR} + cd ${WRKDIR}/plugins/${PLUGIN_CORE_DIR} && ${FIND} . \ | ${CPIO} ${SHAREOWN}:${SHAREGRP} \ - ${PREFIX}/eclipse/plugins/${PLUGIN_DIR} + ${PREFIX}/eclipse/plugins/${PLUGIN_CORE_DIR} .include diff -u eclipse-pmd.ori/distinfo eclipse-pmd/distinfo --- eclipse-pmd.ori/distinfo Fri Sep 3 11:38:04 2004 +++ eclipse-pmd/distinfo Fri Sep 3 11:38:36 2004 @@ -1,2 +1,2 @@ -MD5 (eclipse/pmd-eclipse-bin-1.1.2.zip) = cd46079fc6c98e4bc6ff2586eb654353 -SIZE (eclipse/pmd-eclipse-bin-1.1.2.zip) = 3808789 +MD5 (eclipse/pmd-eclipse3-site-2.0.5.zip) = 2031c18c9e3875809064df1eb192058e +SIZE (eclipse/pmd-eclipse3-site-2.0.5.zip) = 4267395 diff -u eclipse-pmd.ori/pkg-plist eclipse-pmd/pkg-plist --- eclipse-pmd.ori/pkg-plist Fri Sep 3 11:38:04 2004 +++ eclipse-pmd/pkg-plist Fri Sep 3 11:38:36 2004 @@ -1,41 +1,52 @@ -eclipse/plugins/%%PLUGIN_DIR%%/CHANGELOG.txt -eclipse/plugins/%%PLUGIN_DIR%%/LICENSE.txt -eclipse/plugins/%%PLUGIN_DIR%%/README.txt -eclipse/plugins/%%PLUGIN_DIR%%/RELNOTES.txt -eclipse/plugins/%%PLUGIN_DIR%%/TODO.txt -eclipse/plugins/%%PLUGIN_DIR%%/build.properties -eclipse/plugins/%%PLUGIN_DIR%%/doc.zip -eclipse/plugins/%%PLUGIN_DIR%%/icons/error.gif -eclipse/plugins/%%PLUGIN_DIR%%/icons/file.gif -eclipse/plugins/%%PLUGIN_DIR%%/icons/info.gif -eclipse/plugins/%%PLUGIN_DIR%%/icons/pmd-icon-16.gif -eclipse/plugins/%%PLUGIN_DIR%%/icons/pmd-icon-32.gif -eclipse/plugins/%%PLUGIN_DIR%%/icons/prio_1.gif -eclipse/plugins/%%PLUGIN_DIR%%/icons/prio_2.gif -eclipse/plugins/%%PLUGIN_DIR%%/icons/prio_3.gif -eclipse/plugins/%%PLUGIN_DIR%%/icons/prio_4.gif -eclipse/plugins/%%PLUGIN_DIR%%/icons/prio_5.gif -eclipse/plugins/%%PLUGIN_DIR%%/icons/prj.gif -eclipse/plugins/%%PLUGIN_DIR%%/icons/remvio.gif -eclipse/plugins/%%PLUGIN_DIR%%/icons/warn.gif -eclipse/plugins/%%PLUGIN_DIR%%/lib/commons-logging.jar -eclipse/plugins/%%PLUGIN_DIR%%/lib/jaxen-core-1.0-fcs.jar -eclipse/plugins/%%PLUGIN_DIR%%/lib/log4j-1.2.8.jar -eclipse/plugins/%%PLUGIN_DIR%%/lib/pmd-1.2.1.jar -eclipse/plugins/%%PLUGIN_DIR%%/lib/saxpath-1.0-fcs.jar -eclipse/plugins/%%PLUGIN_DIR%%/log4j.xml -eclipse/plugins/%%PLUGIN_DIR%%/messages.properties -eclipse/plugins/%%PLUGIN_DIR%%/nl/fr/messages.properties -eclipse/plugins/%%PLUGIN_DIR%%/plugin.properties -eclipse/plugins/%%PLUGIN_DIR%%/plugin.xml -eclipse/plugins/%%PLUGIN_DIR%%/plugin_fr.properties -eclipse/plugins/%%PLUGIN_DIR%%/pmd-eclipse.jar -eclipse/plugins/%%PLUGIN_DIR%%/toc.xml -@dirrm eclipse/plugins/%%PLUGIN_DIR%%/nl/fr -@dirrm eclipse/plugins/%%PLUGIN_DIR%%/nl -@dirrm eclipse/plugins/%%PLUGIN_DIR%%/lib -@dirrm eclipse/plugins/%%PLUGIN_DIR%%/icons -@dirrm eclipse/plugins/%%PLUGIN_DIR%% -@unexec rmdir %D/eclipse/plugins 2>/dev/null || true -@unexec rmdir %D/eclipse/features 2>/dev/null || true -@unexec rmdir %D/eclipse 2>/dev/null || true +eclipse/features/%%PLUGIN_PMD_DIR%%/feature.properties +eclipse/features/%%PLUGIN_PMD_DIR%%/feature.xml +eclipse/features/%%PLUGIN_PMD_DIR%%/pmd_logo_small.jpg +eclipse/plugins/%%PLUGIN_CORE_DIR%%/doc.zip +eclipse/plugins/%%PLUGIN_CORE_DIR%%/lib/jaxen-core-1.0-fcs.jar +eclipse/plugins/%%PLUGIN_CORE_DIR%%/lib/pmd-1.8.jar +eclipse/plugins/%%PLUGIN_CORE_DIR%%/lib/saxpath-1.0-fcs.jar +eclipse/plugins/%%PLUGIN_CORE_DIR%%/plugin.properties +eclipse/plugins/%%PLUGIN_CORE_DIR%%/plugin.xml +eclipse/plugins/%%PLUGIN_CORE_DIR%%/plugin_fr.properties +eclipse/plugins/%%PLUGIN_CORE_DIR%%/toc.xml +eclipse/plugins/%%PLUGIN_PMD_DIR%%/CHANGELOG.txt +eclipse/plugins/%%PLUGIN_PMD_DIR%%/LICENSE.txt +eclipse/plugins/%%PLUGIN_PMD_DIR%%/README.txt +eclipse/plugins/%%PLUGIN_PMD_DIR%%/RELNOTES.txt +eclipse/plugins/%%PLUGIN_PMD_DIR%%/TODO.txt +eclipse/plugins/%%PLUGIN_PMD_DIR%%/about.ini +eclipse/plugins/%%PLUGIN_PMD_DIR%%/doc.zip +eclipse/plugins/%%PLUGIN_PMD_DIR%%/icons/error.gif +eclipse/plugins/%%PLUGIN_PMD_DIR%%/icons/file.gif +eclipse/plugins/%%PLUGIN_PMD_DIR%%/icons/info.gif +eclipse/plugins/%%PLUGIN_PMD_DIR%%/icons/pmd-icon-16.gif +eclipse/plugins/%%PLUGIN_PMD_DIR%%/icons/pmd-icon-32.gif +eclipse/plugins/%%PLUGIN_PMD_DIR%%/icons/prio_1.gif +eclipse/plugins/%%PLUGIN_PMD_DIR%%/icons/prio_2.gif +eclipse/plugins/%%PLUGIN_PMD_DIR%%/icons/prio_3.gif +eclipse/plugins/%%PLUGIN_PMD_DIR%%/icons/prio_4.gif +eclipse/plugins/%%PLUGIN_PMD_DIR%%/icons/prio_5.gif +eclipse/plugins/%%PLUGIN_PMD_DIR%%/icons/prj.gif +eclipse/plugins/%%PLUGIN_PMD_DIR%%/icons/remvio.gif +eclipse/plugins/%%PLUGIN_PMD_DIR%%/icons/warn.gif +eclipse/plugins/%%PLUGIN_PMD_DIR%%/lib/commons-logging.jar +eclipse/plugins/%%PLUGIN_PMD_DIR%%/lib/log4j-1.2.8.jar +eclipse/plugins/%%PLUGIN_PMD_DIR%%/log4j.dtd +eclipse/plugins/%%PLUGIN_PMD_DIR%%/log4j.xml +eclipse/plugins/%%PLUGIN_PMD_DIR%%/messages.properties +eclipse/plugins/%%PLUGIN_PMD_DIR%%/nl/fr/messages.properties +eclipse/plugins/%%PLUGIN_PMD_DIR%%/nl/fr/welcome.xml +eclipse/plugins/%%PLUGIN_PMD_DIR%%/plugin.properties +eclipse/plugins/%%PLUGIN_PMD_DIR%%/plugin.xml +eclipse/plugins/%%PLUGIN_PMD_DIR%%/plugin_fr.properties +eclipse/plugins/%%PLUGIN_PMD_DIR%%/pmd-eclipse.jar +eclipse/plugins/%%PLUGIN_PMD_DIR%%/toc.xml +eclipse/plugins/%%PLUGIN_PMD_DIR%%/welcome.xml +@dirrm eclipse/plugins/%%PLUGIN_PMD_DIR%%/nl/fr +@dirrm eclipse/plugins/%%PLUGIN_PMD_DIR%%/nl +@dirrm eclipse/plugins/%%PLUGIN_PMD_DIR%%/lib +@dirrm eclipse/plugins/%%PLUGIN_PMD_DIR%%/icons +@dirrm eclipse/plugins/%%PLUGIN_PMD_DIR%% +@dirrm eclipse/plugins/%%PLUGIN_CORE_DIR%%/lib +@dirrm eclipse/plugins/%%PLUGIN_CORE_DIR%% +@dirrm eclipse/features/%%PLUGIN_PMD_DIR%% From owner-freebsd-java@FreeBSD.ORG Fri Sep 3 13:10:04 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 293E416A4CE for ; Fri, 3 Sep 2004 13:10:04 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38B9543D2D for ; Fri, 3 Sep 2004 13:10:03 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id i83CNMCC003503; Fri, 3 Sep 2004 15:23:22 +0300 Received: from localhost (achill@localhost)i83CNKw1003499; Fri, 3 Sep 2004 15:23:21 +0300 Date: Fri, 3 Sep 2004 15:23:20 +0300 (EEST) From: Achilleus Mantzios To: Panagiotis Astithas In-Reply-To: <41357BEA.4080200@ebs.gr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: java@freebsd.org Subject: Re: 1.4.2p6 build failure, build success and run problems X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2004 13:10:04 -0000 I think we definately have at least a -server problem with gcc 3.4.2 I installed jdk1.4.2p6 on a 5.2.1-RELEASE spare machine. It run -server fine. I upgraded to RELENG_5 (5.3-BETA2). It still run fine. (As Panagiotis confirmed). I did a fresh build of jdk1.4.2p6. Now -server stalls as it does on my main dev machine. It must be a gcc 3.4(.2) problem and i wouldnt be surprised if this is the cause of eclipse failure too. Maybe lang/gcc33 should be in BUILD_DEPENDS and used instead of base's gcc3.4.2, or else the problems must be resolved in less than 1 month :( -- -Achilleus From owner-freebsd-java@FreeBSD.ORG Fri Sep 3 13:29:21 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E008E16A4CE for ; Fri, 3 Sep 2004 13:29:21 +0000 (GMT) Received: from MAIL.AD.Berry.edu (mail.berry.edu [66.20.28.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A01E43D31 for ; Fri, 3 Sep 2004 13:29:21 +0000 (GMT) (envelope-from sbenzel@berry.edu) Received: from berry.edu ([10.16.232.128]) by MAIL.AD.Berry.edu with Microsoft SMTPSVC(5.0.2195.6713); Fri, 3 Sep 2004 09:29:21 -0400 Message-ID: <413871F4.1000405@berry.edu> Date: Fri, 03 Sep 2004 09:30:28 -0400 From: Steve Benzel User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031030 X-Accept-Language: en-us, en MIME-Version: 1.0 To: java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 03 Sep 2004 13:29:21.0005 (UTC) FILETIME=[052DD1D0:01C491BA] Subject: jdk14 location X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2004 13:29:22 -0000 Greetings, I am a new freebsd user and am having some difficulties locating the java ports. Could you please tell me the exact location (for i386) of the jdk14 port on ftp.freebsd.org. Thank you Steve Benzel sbenzel@berry.edu From owner-freebsd-java@FreeBSD.ORG Fri Sep 3 13:52:11 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8620416A4CE for ; Fri, 3 Sep 2004 13:52:11 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45B5643D2D for ; Fri, 3 Sep 2004 13:52:10 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i83DpwUU077394 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 3 Sep 2004 14:51:59 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)i83Dpwcp077393; Fri, 3 Sep 2004 14:51:58 +0100 (BST) (envelope-from matthew) Date: Fri, 3 Sep 2004 14:51:58 +0100 From: Matthew Seaman To: Steve Benzel Message-ID: <20040903135158.GA23032@happy-idiot-talk.infracaninophile.co.uk> References: <413871F4.1000405@berry.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UlVJffcvxoiEqYs2" Content-Disposition: inline In-Reply-To: <413871F4.1000405@berry.edu> User-Agent: Mutt/1.4.2.1i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.6 (smtp.infracaninophile.co.uk [IPv6:::1]); Fri, 03 Sep 2004 14:51:59 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: java@freebsd.org Subject: Re: jdk14 location X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2004 13:52:11 -0000 --UlVJffcvxoiEqYs2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 03, 2004 at 09:30:28AM -0400, Steve Benzel wrote: > I am a new freebsd user and am having some difficulties > locating the java ports. Could you please tell me the exact > location (for i386) of the jdk14 port on ftp.freebsd.org. I assume you mean: http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/jdk14/ The only wat to FTP that from one of the FreeBSD servers is to grab the ports.tar.gz snapshot from: ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports/ports.tar.gz which is a snapshot of the ports tree created on a daily basis. However, that's the *whole* ports tree (all 11,000 odd ports), and as the README.TXT file in that directory on the FTP sites says, using cvsup(1) to maintain an up to date copy of the ports tree is way more efficient. See: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html If however you're after a pre-compiled *package* of java/jdk14, then you're out of luck I'm afraid. Licensing restrictions (ie. the FreeBSD project not having an OEM License agreement with Sun to distribute J2SE 1.4.2 software) means that the only way to get hold of java/jdk14 is to sign up to the Sun Community Source License, download the source code and a whole pile of FreeBSD specific patches and compile the whole thing yourself. The java/jdk14 port will instruct you on exactly what to do, and take care of all of the details of compilation and installation. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --UlVJffcvxoiEqYs2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBOHb+iD657aJF7eIRAiSBAJwNGq5I7KMNqPDIgsBsXv+XbzrcwACaA9iX JytkR8KkwcMbQTVvSn4OLKk= =O0Lb -----END PGP SIGNATURE----- --UlVJffcvxoiEqYs2-- From owner-freebsd-java@FreeBSD.ORG Fri Sep 3 16:57:44 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D43C16A4CE for ; Fri, 3 Sep 2004 16:57:44 +0000 (GMT) Received: from smtpa1.aruba.it (smtpa1.aruba.it [62.149.128.191]) by mx1.FreeBSD.org (Postfix) with SMTP id 6861043D1D for ; Fri, 3 Sep 2004 16:57:43 +0000 (GMT) (envelope-from michelangelo@sempliva.com) Received: (qmail 21628 invoked from network); 3 Sep 2004 16:57:38 -0000 Received: from unknown (HELO cartesio.birbo.net) (michelangelo@sempliva.com@82.51.78.89) by smtpa1.aruba.it with SMTP; 3 Sep 2004 16:57:38 -0000 From: Michelangelo Organization: sempliva To: java@freebsd.org Date: Fri, 3 Sep 2004 18:57:45 +0200 User-Agent: KMail/1.7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200409031857.45953.michelangelo@sempliva.com> X-Spam-Rating: smtpa1.aruba.it 1.6.2 0/1000/N Subject: J2SE 5.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2004 16:57:44 -0000 Hello friends, it may be a stupid question... but is there any "plan" to make Java 5.0 (Tiger) work on FreeBSD 5x natively? -- /* Rem tene, verba sequentur * C Ya, Michelangelo * Jabber: michelangelo@jabber.linux.it * GnuPG Key Available (0xAAEBB136) */ From owner-freebsd-java@FreeBSD.ORG Fri Sep 3 19:43:07 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6640316A4CE for ; Fri, 3 Sep 2004 19:43:07 +0000 (GMT) Received: from geops.geophys.washington.edu (geops.geophys.washington.edu [128.95.16.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41F2143D2D for ; Fri, 3 Sep 2004 19:43:07 +0000 (GMT) (envelope-from les@ess.washington.edu) Received: from localhost by geops.geophys.washington.edu (8.9.1/UW-NDC Revision: 2.30v8.8) id MAA16781; Fri, 3 Sep 2004 12:43:07 -0700 (PDT) Date: Fri, 3 Sep 2004 12:43:06 -0700 (PDT) From: Robert Leslie X-X-Sender: les@geops.geophys.washington.edu To: java@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: jdk14 build failure X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2004 19:43:07 -0000 can anyone help me with this one? # uname -a FreeBSD 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 3 10:53:38 GMT 2003 root@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC i386 the build fails make here: >>>Recursively making html32dtd html32dtd @ Thu Sep 2 21:39:38 PDT 2004 ... gmake[4]: Entering directory `/usr/ports/java/jdk14/work/j2se/make/javax/swing/html32dtd' gmake make-html32dtd gmake[5]: Entering directory `/usr/ports/java/jdk14/work/j2se/make/javax/swing/html32dtd' /bin/mkdir -p /usr/ports/java/jdk14/work/control/build/bsd-i586/tmp/javax/swing/html/dtbuilder/obj /bin/mkdir -p /usr/ports/java/jdk14/work/control/build/bsd-i586/tmp/javax/swing/html/dtbuilder/dtdgenclasses rm -f /usr/ports/java/jdk14/work/control/build/bsd-i586/tmp/javax/swing/html/dtbuilder/.classes.list if [ -s /usr/ports/java/jdk14/work/control/build/bsd-i586/tmp/javax/swing/html/dtbuilder/.classes.list ] ; \ then /usr/ports/java/jdk14/work/control/build/bsd-i586/bin/javac -J-XX:ThreadStackSize=768 -J-Xms64m -J-Xmx256m -J-Xmax f1 -classpath /usr/ports/java/jdk14/work/control/build/bsd-i586/classes -bootclasspath "/usr/ports/java/jdk14/work/contr ol/build/bsd-i586/lib/jce.jar:/usr/ports/java/jdk14/work/control/build/bsd-i586/lib/jsse.jar" -sourcepath "/usr/ports/ja va/jdk14/work/control/build/bsd-i586/gensrc:../../../../src/solaris/classes:../../../../src/share/classes" -d /usr/ports /java/jdk14/work/control/build/bsd-i586/tmp/javax/swing/html/dtbuilder/dtdgenclasses -source 1.4 \ ../../../tools/dtdbuilder/PublicMapping.java ../../../tools/dtdbuilder/DTDParser.java ../../../tools/dtdbuilder/DTDI nputStream.java ../../../tools/dtdbuilder/DTDBuilder.java ; \ fi rm -f /usr/ports/java/jdk14/work/control/build/bsd-i586/classes/javax/swing/text/html/parser/html32.bdtd (/usr/ports/java/jdk14/work/control/build/bsd-i586/bin/java -ms16m -mx64m \ -classpath "/usr/ports/java/jdk14/work/control/build/bsd-i586/tmp/javax/swing/html/dtbuilder/dtdgenclasses:" \ -Ddtd_home=../../../tools/dtdbuilder/dtds \ dtdbuilder.DTDBuilder html32 > /usr/ports/java/jdk14/work/control/build/bsd-i586/classes/javax/swing/text/html/p arser/html32.bdtd) || exit 1 [Parsed DTD html32 in 517ms] Abort trap (core dumped) gmake[5]: *** [/usr/ports/java/jdk14/work/control/build/bsd-i586/classes/javax/swing/text/html/parser/html32.bdtd] Error 1 gmake[5]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/javax/swing/html32dtd' gmake[4]: *** [swing-html32dtd] Error 2 gmake[4]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/javax/swing/html32dtd' gmake[3]: *** [html32dtd] Error 1 gmake[3]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/javax/swing' gmake[2]: *** [all] Error 1 gmake[2]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/javax' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make' gmake: *** [j2se-build] Error 2 *** Error code 2 Stop in /usr/ports/java/jdk14. -- les -- R. "les" Leslie Seismic Systems Technologist Pacific Northwest Seismograph Network University of Washington Earth and Space Sciences (206) 543-8276 les@ess.washington.edu From owner-freebsd-java@FreeBSD.ORG Fri Sep 3 20:29:54 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33BE916A4CE; Fri, 3 Sep 2004 20:29:54 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CF9743D41; Fri, 3 Sep 2004 20:29:54 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) i83KTrnr075234; Fri, 3 Sep 2004 20:29:53 GMT (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i83KTrGV075230; Fri, 3 Sep 2004 20:29:53 GMT (envelope-from nork) Date: Fri, 3 Sep 2004 20:29:53 GMT From: Norikatsu Shigemura Message-Id: <200409032029.i83KTrGV075230@freefall.freebsd.org> To: brvdboss@spymac.com, nork@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: ports/71078: Update port: java/eclipse-pmd upgrade to support eclipse3 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2004 20:29:54 -0000 Synopsis: Update port: java/eclipse-pmd upgrade to support eclipse3 State-Changed-From-To: feedback->closed State-Changed-By: nork State-Changed-When: Fri Sep 3 20:29:40 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=71078 From owner-freebsd-java@FreeBSD.ORG Fri Sep 3 20:50:26 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 775DC16A4D8; Fri, 3 Sep 2004 20:50:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5222A43D2F; Fri, 3 Sep 2004 20:50:26 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) i83KoQgV076966; Fri, 3 Sep 2004 20:50:26 GMT (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i83KoPoh076962; Fri, 3 Sep 2004 20:50:25 GMT (envelope-from nork) Date: Fri, 3 Sep 2004 20:50:25 GMT From: Norikatsu Shigemura Message-Id: <200409032050.i83KoPoh076962@freefall.freebsd.org> To: gldisater@gldis.ca, nork@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: ports/70145: [SHAR] new port for eclipse plugin Quantum (adds SQL editor and DB access) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2004 20:50:26 -0000 Synopsis: [SHAR] new port for eclipse plugin Quantum (adds SQL editor and DB access) State-Changed-From-To: feedback->closed State-Changed-By: nork State-Changed-When: Fri Sep 3 20:49:37 GMT 2004 State-Changed-Why: Committed, thanks. Next time, please portlint clean! :-) SEE ALSO: /usr/ports/devel/portlint http://www.freebsd.org/cgi/query-pr.cgi?pr=70145 From owner-freebsd-java@FreeBSD.ORG Fri Sep 3 20:54:41 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC15416A4D6; Fri, 3 Sep 2004 20:54:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E82D43D1F; Fri, 3 Sep 2004 20:54:39 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) i83KsdkF077212; Fri, 3 Sep 2004 20:54:39 GMT (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i83KsdkG077208; Fri, 3 Sep 2004 20:54:39 GMT (envelope-from nork) Date: Fri, 3 Sep 2004 20:54:39 GMT From: Norikatsu Shigemura Message-Id: <200409032054.i83KsdkG077208@freefall.freebsd.org> To: gldisater@gldis.ca, nork@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: ports/70146: [SHAR] new port for eclipse plugin Checkstyle X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2004 20:54:41 -0000 Synopsis: [SHAR] new port for eclipse plugin Checkstyle State-Changed-From-To: feedback->closed State-Changed-By: nork State-Changed-When: Fri Sep 3 20:54:27 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=70146 From owner-freebsd-java@FreeBSD.ORG Fri Sep 3 21:02:29 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C384516A4CE; Fri, 3 Sep 2004 21:02:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A734443D3F; Fri, 3 Sep 2004 21:02:29 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) i83L2ToC077496; Fri, 3 Sep 2004 21:02:29 GMT (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i83L2T7l077492; Fri, 3 Sep 2004 21:02:29 GMT (envelope-from nork) Date: Fri, 3 Sep 2004 21:02:29 GMT From: Norikatsu Shigemura Message-Id: <200409032102.i83L2T7l077492@freefall.freebsd.org> To: sugimura@jp.FreeBSD.org, nork@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: ports/70441: [new port] java/eclipse-sqlexplorer X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2004 21:02:29 -0000 Synopsis: [new port] java/eclipse-sqlexplorer State-Changed-From-To: open->closed State-Changed-By: nork State-Changed-When: Fri Sep 3 21:02:16 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=70441 From owner-freebsd-java@FreeBSD.ORG Fri Sep 3 21:06:44 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B09C516A4D6; Fri, 3 Sep 2004 21:06:44 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94ED743D2F; Fri, 3 Sep 2004 21:06:44 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) i83L6ige081356; Fri, 3 Sep 2004 21:06:44 GMT (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i83L6ip7081352; Fri, 3 Sep 2004 21:06:44 GMT (envelope-from nork) Date: Fri, 3 Sep 2004 21:06:44 GMT From: Norikatsu Shigemura Message-Id: <200409032106.i83L6ip7081352@freefall.freebsd.org> To: sugimura@jp.FreeBSD.org, nork@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: java/71148: [new port] java/eclipse-log4e X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2004 21:06:44 -0000 Synopsis: [new port] java/eclipse-log4e State-Changed-From-To: open->closed State-Changed-By: nork State-Changed-When: Fri Sep 3 21:06:35 GMT 2004 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=71148 From owner-freebsd-java@FreeBSD.ORG Fri Sep 3 21:30:09 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76B4216A4CE for ; Fri, 3 Sep 2004 21:30:09 +0000 (GMT) Received: from misty.eyesbeyond.com (glewis.dsl.xmission.com [166.70.56.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E8E843D4C for ; Fri, 3 Sep 2004 21:30:09 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i83LU3ua013507; Fri, 3 Sep 2004 15:30:04 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id i83LU38x013506; Fri, 3 Sep 2004 15:30:03 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Fri, 3 Sep 2004 15:30:02 -0600 From: Greg Lewis To: Robert Leslie Message-ID: <20040903213002.GA13453@misty.eyesbeyond.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: java@freebsd.org Subject: Re: jdk14 build failure X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2004 21:30:09 -0000 On Fri, Sep 03, 2004 at 12:43:06PM -0700, Robert Leslie wrote: > can anyone help me with this one? Just type 'make' again and it will succeed. For some reason this will very occasionally abort the first time through. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-java@FreeBSD.ORG Fri Sep 3 21:31:11 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9219916A4CE for ; Fri, 3 Sep 2004 21:31:11 +0000 (GMT) Received: from misty.eyesbeyond.com (glewis.dsl.xmission.com [166.70.56.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24F3143D3F for ; Fri, 3 Sep 2004 21:31:11 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i83LV91W013532; Fri, 3 Sep 2004 15:31:10 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id i83LV9aK013531; Fri, 3 Sep 2004 15:31:09 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Fri, 3 Sep 2004 15:31:08 -0600 From: Greg Lewis To: Michelangelo Message-ID: <20040903213108.GB13453@misty.eyesbeyond.com> References: <200409031857.45953.michelangelo@sempliva.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200409031857.45953.michelangelo@sempliva.com> User-Agent: Mutt/1.4.2.1i cc: java@freebsd.org Subject: Re: J2SE 5.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2004 21:31:11 -0000 On Fri, Sep 03, 2004 at 06:57:45PM +0200, Michelangelo wrote: > Hello friends, > > it may be a stupid question... but is there any "plan" to make Java 5.0 > (Tiger) work on FreeBSD 5x natively? Yes. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org