From owner-freebsd-java@FreeBSD.ORG Mon Feb 18 06:42:59 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95F5016A417 for ; Mon, 18 Feb 2008 06:42:59 +0000 (UTC) (envelope-from martines@rochester.rr.com) Received: from ms-smtp-03.nyroc.rr.com (ms-smtp-03.nyroc.rr.com [24.24.2.57]) by mx1.freebsd.org (Postfix) with ESMTP id 6BCBE13C455 for ; Mon, 18 Feb 2008 06:42:59 +0000 (UTC) (envelope-from martines@rochester.rr.com) Received: from domain.crafts4life.com (cpe-66-66-102-155.rochester.res.rr.com [66.66.102.155]) by ms-smtp-03.nyroc.rr.com (8.13.6/8.13.6) with ESMTP id m1I5pD5Y001895 for ; Mon, 18 Feb 2008 00:51:13 -0500 (EST) Received: from localhost (localhost.crafts4life.com [127.0.0.1]) by domain.crafts4life.com (Postfix) with ESMTP id AD3EC75E40C for ; Mon, 18 Feb 2008 00:51:12 -0500 (EST) Received: from [127.0.0.1] (SAURON-XP.crafts4life.com [192.168.1.247]) by domain.crafts4life.com (Postfix) with ESMTP id 2C0F475E3A1 for ; Mon, 18 Feb 2008 00:50:55 -0500 (EST) Message-ID: <47B91CB4.2090501@rochester.rr.com> Date: Mon, 18 Feb 2008 00:50:44 -0500 From: Eduard Martinescu User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Scanned: by amavisd 0.1 Subject: Compile error X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Feb 2008 06:42:59 -0000 I'm trying to get the latest version of jdk 1.6 compiled/installed on my FreeBSD system, but I'm running into a compile error while building the port. Last few lines included below, and I think it is tied to the problem with the 'ls' command. Is it just a problem because I'm running an old version of FreeBSD? FreeBSD domain.crafts4life.com 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 [ hare/vm/prims/jvmtiEnv.cpp ../generated/jvmtifiles/jvmtiEnvStub.cpp ../generated/jvmtifiles/jvmtiEnvRecommended.cpp Generating ../generated/jvmtifiles/jvmti.h /usr/local/diablo-jdk1.5.0/bin/java -classpath ../generated/jvmtifiles jvmtiGen -IN /usr/ports/java/jdk16/work/hotspot/src/share/vm/prims/jvmti.xml -XSL /usr/ports/java/jdk16/work/hotspot/src/share/vm/prims/jvmtiH.xsl -OUT ../generated/jvmtifiles/jvmti.h gmake[5]: Leaving directory `/usr/ports/java/jdk16/work/control/build/bsd-i586/hotspot/outputdir/bsd_i486_compiler2/product' /bin/ls: Argument list too long gmake[5]: Entering directory `/usr/ports/java/jdk16/work/control/build/bsd-i586/hotspot/outputdir/bsd_i486_compiler2/product' if [ -d /usr/ports/java/jdk16/work/hotspot/agent -a "i486" != "ia64" ] ; then \ gmake -f sa.make ../generated/sa-jdi.jar; \ fi /bin/ls: Argument list too long gmake[6]: Entering directory `/usr/ports/java/jdk16/work/control/build/bsd-i586/hotspot/outputdir/bsd_i486_compiler2/product' if [ "/usr/local/diablo-jdk1.5.0" = "" ]; then \ echo "ALT_BOOTDIR, BOOTDIR or JAVA_HOME needs to be defined to build SA"; \ exit 1; \ fi echo "Making ../generated/sa-jdi.jar" Making ../generated/sa-jdi.jar if [ ! -d ../generated/saclasses ] ; then \ mkdir -p ../generated/saclasses; \ fi /usr/local/diablo-jdk1.5.0/bin/javac -source 1.4 -classpath /usr/local/diablo-jdk1.5.0/lib/tools.jar -g -d ../generated/saclasses javac: no source files Usage: javac where possible options include: -g Generate all debugging info -g:none Generate no debugging info -g:{lines,vars,source} Generate only some debugging info -nowarn Generate no warnings -verbose Output messages about what the compiler is doing -deprecation Output source locations where deprecated APIs are used -classpath Specify where to find user class files -cp Specify where to find user class files -sourcepath Specify where to find input source files -bootclasspath Override location of bootstrap class files -extdirs Override location of installed extensions -endorseddirs Override location of endorsed standards path -d Specify where to place generated class files -encoding Specify character encoding used by source files -source Provide source compatibility with specified release -target Generate class files for specific VM version -version Version information -help Print a synopsis of standard options -X Print a synopsis of nonstandard options -J Pass directly to the runtime system gmake[6]: *** [../generated/sa-jdi.jar] Error 2 gmake[6]: Leaving directory `/usr/ports/java/jdk16/work/control/build/bsd-i586/hotspot/outputdir/bsd_i486_compiler2/product' gmake[5]: *** [all] Error 2 gmake[5]: Leaving directory `/usr/ports/java/jdk16/work/control/build/bsd-i586/hotspot/outputdir/bsd_i486_compiler2/product' gmake[4]: *** [sa_stuff] Error 2 gmake[4]: Leaving directory `/usr/ports/java/jdk16/work/control/build/bsd-i586/hotspot/outputdir/bsd_i486_compiler2/product' gmake[3]: *** [product] Error 2 gmake[3]: Leaving directory `/usr/ports/java/jdk16/work/control/build/bsd-i586/hotspot/outputdir' gmake[2]: *** [generic_build2] Error 2 gmake[2]: Leaving directory `/usr/ports/java/jdk16/work/hotspot/make' gmake[1]: *** [product] Error 2 gmake[1]: Leaving directory `/usr/ports/java/jdk16/work/hotspot/make' gmake: *** [hotspot-build] Error 2 *** Error code 2 Stop in /usr/ports/java/jdk16. *** Error code 1 From owner-freebsd-java@FreeBSD.ORG Mon Feb 18 11:07:12 2008 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB3A416A4AB for ; Mon, 18 Feb 2008 11:07:12 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BA6B413C448 for ; Mon, 18 Feb 2008 11:07:12 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1IB7CgV039460 for ; Mon, 18 Feb 2008 11:07:12 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1IB7CoB039456 for freebsd-java@FreeBSD.org; Mon, 18 Feb 2008 11:07:12 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 18 Feb 2008 11:07:12 GMT Message-Id: <200802181107.m1IB7CoB039456@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-java@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-java@FreeBSD.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Feb 2008 11:07:12 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- s ports/60083 java java/jdk14 - Unsafe use of getaddrinfo in jvm 1.4.2-p5 o java/105482 java diablo-jdk1.5.0/jdk-1.5.0 java.nio.Selector bug o java/110912 java Java krb5 client leaks UDP connections o java/112595 java Java appletviewer frequently hangs (kse_release loop) o ports/113467 java Multiple "missing return value" errors building JDK on o java/114644 java tomcat goes out of PermSpace, jvm crashes o java/118496 java Eclipse packages do not work with 6.3-RC1/amd64 o java/118956 java eclipse and netbeans break on diablo-jdk15 o ports/119732 java java/linux-sun-jre16: linux-sun-jre16 plugin doesn't w 9 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/56928 java jce-aba port should install to $JAVA_HOME/jre/lib/ext f java/62837 java linux-sun-jdk14 executables hang with COMPAT_LINUX in o ports/84742 java make ports/java/jdk14 use dynamic Motif librarires o java/97461 java Diablo JDK does not report Update level in a format su o ports/113751 java java/linux-sun-jdk15: linux-sun-jdk-1.5.0.12,2 - java o ports/115279 java [UPDATE] java/java3d to 1.5.1 o java/115773 java [request] java.nio channel selectors should use kqueue o ports/116082 java java/linux-sun-jdk16 jconsole is unable to connect to o java/116667 java linux-sun-javac1.4 hangs on SMP o ports/116841 java cannot build java/jdk16 by using java/linux-sun-jdk16 o ports/118088 java java/eclipse-devel: The path of Variable Exec= in fil o java/119063 java An unexpected error has been detected by Java Runtime o java/119654 java jdk 1.6: java.awt.SplashScreen#getSplashScreen throws o java/120146 java netbeans 6.0 crash on amd64 14 problems total. From owner-freebsd-java@FreeBSD.ORG Tue Feb 19 00:51:06 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7398C16A417 for ; Tue, 19 Feb 2008 00:51:06 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (chen.org.nz [202.89.146.5]) by mx1.freebsd.org (Postfix) with ESMTP id 2F1EE13C43E for ; Tue, 19 Feb 2008 00:51:05 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id D218E28494; Tue, 19 Feb 2008 13:51:04 +1300 (NZDT) Date: Tue, 19 Feb 2008 13:51:04 +1300 From: Jonathan Chen To: freebsd-java@freebsd.org Message-ID: <20080219005104.GA72436@osiris.chen.org.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: java/eclipse and jdk1.6 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2008 00:51:06 -0000 Hi all, I'm currently trying out java/eclipse with jdk16 on RELENG_7/i386, and am experiencing a crash whenever I try to do a "File > Open File". Eclipse does *not* crash with jdk15. Is anyone else seeing this, or have any suggestions for workarounds? Cheers. -- Jonathan Chen ---------------------------------------------------------------------- "With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead." -- RFC 1925 From owner-freebsd-java@FreeBSD.ORG Tue Feb 19 07:34:03 2008 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA8DE16A417 for ; Tue, 19 Feb 2008 07:34:02 +0000 (UTC) (envelope-from mmz-6144java=freebsd.org@magerr.combzmail.jp) Received: from r1227.ps.combzmail.jp (f71.combzmail.jp [211.133.130.187]) by mx1.freebsd.org (Postfix) with SMTP id 739A813C4CE for ; Tue, 19 Feb 2008 07:34:02 +0000 (UTC) (envelope-from mmz-6144java=freebsd.org@magerr.combzmail.jp) Received: (qmail 1034 invoked by uid 509); 19 Feb 2008 16:34:01 +0900 Date: 19 Feb 2008 16:34:01 +0900 Message-ID: <20080219073401.1033.qmail@r1227.ps.combzmail.jp> To: java@freebsd.org From: =?ISO-2022-JP?B?GyRCN3w+XiRHJUklaiE8JWAlMiVDJUgbKEI=?= X-Ip: 559232461352440 Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit X-MagazineId: 6144 X-uId: 6746235745484258645285711008 X-Sender: CombzMailSender X-Url: http://www.combzmail.jp/ Cc: Subject: =?iso-2022-jp?b?GyRCIXkheiF5JDMkbCRPJGIkJiQqNmI7fSRBJEskSiRsGyhC?= =?iso-2022-jp?b?GyRCJGtKdUgiJGQhQSEqIXkheiF5GyhC?= X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2008 07:34:03 -0000 $B!y(,(B^$B!{(B^-$B!y(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,!y(B $B!!!y!y!!$b$&!!LY$+$i$J$$$J$s$F$$$o$;$^$;$s!*!!!y!y(B $B$"$J$?$,$b$7!"<}F~$r7n<}#1#0#0K|1_$d#1#0#0#0K|1_$K$7$F!"(B $BIT0B$JKhF|$H%5%h%J%i$7$?$$$J$i!"$7$+$b<+M3$J;~4V$r^@83h"v!z!y(B $B!!!!!!!!!!!!!!!!!!7|>^(Bde$B%I%j!<%`%2%C%H!!!!(B http://fficenow.web.fc2.com/ $B!!!D!D!D!D!D!D!D!D!D!D!D!D!D!D!D!D!D!D!D!D!D!D!D!D!D!D!D!D!D!D!D!D!D(B $B!!!!!!!y!z!y$3$l$O$b$&$*6b;}$A$K$J$l$kJuH"$d!A!*!y!z!y(B $B!!!!!!!!!!!!(B http://happy2007.blog.shinobi.jp/ $B".".".".".".".".".".".".".".".".".".".".".".".".".".".".".".".".".".".".(B $B!y!z!y!y!z!y!y!z!y!y!z!y!y!z!y!y!z!y!y!z!y!y!z!y!y!z!y!y!y!z!y(B $B;d$O!"$3$N%S%8%M%9$r;O$a$F(B1$B7nL\$K(B25$BK|1_!"(B $B#2%v7nL\$O(B48$BK|1_!"#3%v7nL\$K$O(B62$BK|(B8$B@i1_!"#4%v7nL\$K$O!&!&!&(B $B#1#1#8K|#9@i1_$N<}F~$rD:$-$^$7$?(B(^^)v$B$-$A$s$H7k2L$,=P$F$$$^$9!*(B $B$3$l$O4V@Z$l$b$J$$;vR2p$7$?$i!VM'C#$,$$$J$/$J$C$?!W(B $B!y%$%s%?!<%M%C%H$G@kEA$7$F$b!";W$&$h$&$K$$$+$J$$(B $B$=$N$h$&$JJ}!9$,!"$J$<;d$?$A$N%S%8%M%9$K6=L#$r$b$A(B $B%S%8%M%9%A%'%s%8$7$FMh$k$N$G$7$g$&!)(B $B0JA0$N%S%8%M%9$G$O7k2L$,=P$J$+$C$?!#(B $B;W$&$h$&$K%S%8%M%9$r?J9T$G$-$J$+$C$?!#(B $B!!(B $B!!!!(Bhttp://39.go2.jp $B$=$3$G!Z$D$$$KF|K\=iEP>l!*![2h4|E*%7%9%F%`$N>R2p$G$9!#(B $B$b$A$m$sM'?M!&CN?M$N4+M6$OI,MW$"$j$^$;$s!#(B $B%;%_%J!<$d%$%Y%s%H$N;22C$bI,MW$"$j$^$;$s!#(B $B:_Bp%Y!<%9$N%S%8%M%9$J$N$G!"6u$$$?;~4V$rM-8zMxMQ$7$F9b<}F~(B[$B#G#E#T!*(B] $B$7$+$b@=IJ$rHNGd$9$kI,MW$,$"$j$^$;$s!#$@$+$i:_8K$K$J$i$J$$$s$G$9!#(B $B$=$s$J;]$$OC$,$"$k$+!*$H;W$$$NJ}!&!&!&;d$b$=$&;W$$$^$7$?!#(B $B!!!!!!!!"-!!!!!!!!!!"-!!!!!!!!!!"-(B $B!!!!!!(Bhttp://happy2007.blog.shinobi.jp/$B!!(B $B!!!!(B $B!!(B $B!!!;(B $BK\Ev$K9b<}F~$,M_$7$$$G$9$+!)(B $B!;(B $BK\Ev$K$*6b;}$A$K@.$j$?$$$G$9$+!)(B $B!;(B $BK\Ev$K:#$N@83h$+$iC&=P$7$?$$$G$9$+!)(B $B!;(B $BK\Ev$KL4$r3p$($?$$$H;W$C$F$$$^$9$+!)(B $B!y!z!y9TF0$r5/$3$5$J$$$H2?$bJQ$o$j$^$;$s!y!z!y(B $B0B?4$7$F$/$@$5$$!#;dC#$K$O$9$P$i$7$$%7%9%F%`$H$9$P$i$7$$Cg4V$,$$$^$9!#(B $B$*$3$E$+$$E*$JI{6H$H$7$F!"$b$A$m$sK\6H$H$7$F$b:GE,$G$9!#(B $BG/Np!&?&6H$OLd$$$^$;$s!#$7$?$$$"$J$?$r!"40A4$K%5%]!<%H$7$^$9!#(B $BI,$:A*$s$GNI$+$C$?$H;W$($h$&$K7k2L$r=P$7$^$9!#(B $B!!!!!!??7u$JJ}$N$_;qNA@A5a$7$F$_$F2<$5$$!#(B $B!!!!!!!!!!"-!!!!!!!!!!"-!!!!!!!!!!"-(B $B!!(B http://g-revo.com/hp9ssl/?c=305092 $B!y(,(B^$B!{(B^-$B!y(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,!y(B $B!!(B $B!!!!!!!!!!!!(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B $B!!!!!!!!!!!!(B $B!!(B $B!ZLH@U;v9`Ey5Z$SCm0U;v9`![(B $B!!!!(B $B!!!!!!!!!!!!(B $B!!(B $B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B $BK\%a!<%k%^%,%8%s7G:\$K4X$9$k>pJs$K4X$7$F$O0l@Z@UG$$rIi$$$^$;$s!#(B $B7G:\$OK!N'$d8x=xNIB/$KH?$9$kFbMF$O7G:\$G$-$^$;$s!#(B $B7G:\FbMF$K4X$7$F$OEv;v@\8r>D!"7@LsDy7k!"2r7hEy$r$7$F2<$5$$!#(B $B7G:\FbMF$K4X$7$F$$$+$J$kB;32$K4X$7$F$b0l@Z@UG$$rIi$$$+$M$^$9!#(B $B7G:\FbMF$K4X$9$k$*Ld$$9g$o$;$O=PMh$^$;$s!#(B $B"(Ev%^%,%8%s$O9XFI$NN;2r$rD:$$$F$$$kJ}$K$N$_G[?.$7$F$$$^$9!#(B $B0l3gEj9F%5%$%HMM!"L5NAEj9FMM(B($B7G<(HD$b4^$`!K$+$i$NEj9F$OMxMQ5,Ls$K$h$j(B $BBeM}EPO?$5$;$FD:$$$F$*$j$^$9!#G[?.3NG'$O%a%k%^%,$K$F$*4j$$CW$7$^$9!#(B $B!y(,(B^$B!{(B^-$B!y(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,!y(B ************************************************************************ $B:G8e$^$G$*FI$_$$$?$@$-$"$j$,$H$&$4$6$$$^$9!#(B ************************************************************************ $B%^%,%8%sL>!'!Z7|>^(Bde$B%I%j!<%`%2%C%H![(B $B9XFI2r=|!'(B $B2<5-$N#U#R#L$h$j#H#P$XF~$j2r=|$7$F$/$@$5$$!#!JBeM}2r=|$O9T$C$F$*$j$^$;$s!K(B $B8=:_$NH/9TIt?t(B $B!'(B51,346 $BIt(B $BH/9T^(Bde$B%I%j!<%`%2%C%H1?1D;vL36I![(B $B%[!<%`%Z!<%8!'(B http://fficenow.web.fc2.com/ $B$*Ld$$9g$o$;!'(B $B%5%$%HFb$NLd$$9g$o$;%U%)!<%`$h$j$*4j$$CW$7$^$9!#(B $B!y(,(B^$B!{(B^-$B!y(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,!y(B From owner-freebsd-java@FreeBSD.ORG Tue Feb 19 11:33:21 2008 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E10B16A475 for ; Tue, 19 Feb 2008 11:33:21 +0000 (UTC) (envelope-from errorlogs4+inclub=89=22034@accessmail.jp) Received: from mm-smtp1.accessmail.jp (mm-smtp1.accessmail.jp [210.169.251.165]) by mx1.freebsd.org (Postfix) with ESMTP id B59FC13C4EC for ; Tue, 19 Feb 2008 11:33:20 +0000 (UTC) (envelope-from errorlogs4+inclub=89=22034@accessmail.jp) Received: from mm-smtp1.accessmail.jp (mm-smtp1.accessmail.jp [210.169.251.165]) by mm-smtp1.accessmail.jp (Postfix) with ESMTP id 7957038C10A for ; Tue, 19 Feb 2008 20:12:08 +0900 (JST) Message-ID: <22133575.1203419528496.marioda4@ybb.ne.jp> Date: Tue, 19 Feb 2008 20:12:08 +0900 (JST) From: INCLUB To: java@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-pk: inclub X-mgno: 89 X-num: 22034 X-Mailer: AccessMail engine Cc: Subject: =?iso-2022-jp?b?GyRCIVobKEJJTkNMVUIbJEIkTiVhJWslXiUsJCpKdT5wGyhC?= =?iso-2022-jp?b?GyRCSnMhWyFKJS8lOElVJC0hSxsoQk5PLjIyNC0bJEIjSCNUI00bKEI=?= =?iso-2022-jp?b?GyRCI0w9LEZAJDckXiQ7JHMkKyEpGyhC?= X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2008 11:33:21 -0000 ********************************************************************** $B!!!!!!!!!!!!!!!!!!!!!!(B $B!!!!!!!!!!!!!!!!!!!Z(BINCLUB$B$N%a%k%^%,$*Ju>pJs![!J$/$8IU$-!K(B $B!!!!!!!!!!!!!!!!!!!!!!"!5.J}$N%S%8%M%9%Q!<%H%J!<$G$9"!(B ********************************************************************** $B!!!!!!!!!!!z!V$/$8!W$KEv$?$l$PM-NAFH@j9-9p$,#32sL5NA$GG[?.$G$-$^$9(B $B!!!!!!!!!!!!!V$/$8!W$O%a%k%^%,$N:G8e$NJ}$K$"$j$^$9!J#1F|#32s$^$G!K(B java@freebsd.org$BMM(B $B!z!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a(BTOP$B!a!z(B $B!!!!!!!!"#$"$J$?$N2T$2$k%M%C%H%S%8%M%9$N3+6H$r;Y1g$$$?$7$^$9"#(B $B!!(B $B!z$3$N%=%U%H$G@kEAHq$O1J5WE*$KL5NA!*JF9q:G6/=85R%D!<%k?JDhCf!*!z(B $B!zJF9q:G@hC<5;=Q3+H/$N5f6K$N%$%s%?!<%M%C%H=85R%D!<%k$,?k$KF|K\>eN&!*(B $B!z<+F0E*$K!VI4!&@i!&K|!WC10L$N:G>e5i$No$N%a!<%k$H$7$FAw?.$G$-$k!*!*(B $B!z$3$N%=%U%H$,$"$l$P@kEAHqMQ$O1J5WE*$K!VL5NA!W!*?2$F$$$k4V$b2TF0!*(B $B!!(B $B"#!V%^!<%1%F%$%s%0@oN,!W"!Gd$l$k;E3]$1"!$K$D$$$F$O(B $B"#(B $B!!!!(B $B"-!!"-!!"-(B $B!!(B $B>\:Y;qNA(B($BL5NA(B) http://edc.magic-biz.net/index.php?ref=1202$B!!!!!!!!!!!!(B $B!z!a(BTOP$B!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!z(B $B!!!!!!!!!!!!!!!!(BINCLUB$B$O$"$J$?$N%S%8%M%9$r1~1g$7$^$9(B $B!!!!!!!!!!!!$I$s$I$sEj9F$7$F$/$@$5$$$M!*$*BT$A$7$F$$$^$9(B $B!z!a(BPR$B!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!z(B $B!!!!!!!!!!!!!!!z%^%8%'%9%F%#!z$G:#G/$O4hD%$j$^$;$s$+!)(B $BAG@2$i$7$$Js=7%W%i%s!"AG@2$i$7$$@=IJ!"7n!9$N7PHq!"$I$l$r$H$C$F$b:G9b(B $B!!H~MF%8%'%k!V%*!<%I%;%j%e!<%k!W@v4i8e$N$*Q?e!&F}1U!&%/%j!<%`!&H~MF1U!&%Q%C%/!&2pJs4["M!!(Bhttp://www2s.biglobe.ne.jp/~marutoku/index.html INCLUB$B$G$O!"$_$J$5$^$NEj9F$*BT$A$7$F$$$^$9(B $B!!!!!!"-!!"-!!"-!!"-(B $B!{(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!!{(B $B!!3'MM$NEj9F$r$*BT$A$7$F$$$^$9(B $B!vL5NAEj9F$O$3$A$i$+$i"M!!(Bhttp://www.formpro.jp/form.php?fid=21660 $B!!$*5$7Z$K$I$&$>!!(B $B!v8z2LH472$NFH@j9-9p$OM-NA$K$J$j$^$9$,!"BgJQ$*0B$/@_Dj$7$F$$$^$9$N$G(B $B!!@'Hs$4MxMQ$7$F$/$@$5$$!#(BTOP$B9-9p$bMQ0U$7$F$$$^$9!#(B $B!!M-NA9-9p?=$79~$_!!!!!!"M!!(Bhttp://marioda.net/melmaga/yuryoumm $B!{(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!!{(B INCLUB$B$N0f>e$G$9(B $B:#F|$O#H#P4X78$N$*OC$G$9(B $B$"$J$?$O#H#P$O;}$C$F$^$9$+!)(B $B:#$O$[$H$s$I$NJ}$OL5NA%V%m%0$H$+#H#P$r(B $B$*;}$A$G$9$M(B $B$G$b!"5,@)$bB?$$$7#H#T#M#L$NCN<1$,$J$$$H(B $B$J$+$J$+;W$$DL$j$N%Z!<%8$,:n$l$J$$$G$9$M(B $B$=$3$G3J0B$K#H#P$r:n@.$7$F$/$l$k(B $B$H$3$m$,$"$k$s$G$9(B $B$"$J$?$,5$$KF~$k$^$G=$@5$7$F$/$l$^$9$h(B $BDL>o!{K|1_$b$+$+$j$^$9$,!"$o$:$+!o(B1,980$B1_(B $B$G:n$C$F$/$l$^$9(B $B"M!!(Bhttp://www.e-fines.info/hp/top.cgi?sid=inclub $B<+J,$G:n$j$?$$$1$I!":#0l#H#T#M#L$,(B $B$o$+$i$J$$$J$"!*$H!"$$$&J}$K$O(B $B0l=54V$"$l$P=,F@$G$-$^$9$h(B $B%$%s%?!<%M%C%H%S%8%M%9$K6=L#$N$"$k?M$,!"(B $B:G=i$N0lJb$rF'$_$@$9$N$r%5%]!<%H$9$k(Be-Book $B%^%K%e%"%k(B $B#1=54V$G%[!<%`%Z!<%8:n$j$K$O7g$+$;$J$$(B $B#H#T#M#L8@8l$N4pAC$N4pAC$rJY6/$9$k$3$H$,$G$-$^$9(B $BL54|8B%a!<%k%5%]!<%HIU$-$G$9(B $B$3$A$i$b$$$?$l$j$D$/$;$j$G$9(B $B"#!!e$2%"%C%W$N$*uBV$GEP>l!*!*(B $B$7$+$b!"(B60$BF|4VJV6bJ]>ZIU$-$G$9!J(B\4,900$B1_!K(B $B"M!!(Bhttp://123direct.info/tracking/af/38818/bEooF2Ov/ $B$J$*$bGd>e?-$P$7$?$$J}$K$O(B $B$d$O$j!"5\@nL@$5$s$N#D#V#D$G$7$g$&!*!*(B $B"#!!(BDVD$B#2KgAH!!6KHk%;%_%J!ZIU$-$G$9!J(B\9,800$B1_!K(B $B"M!!(Bhttp://123direct.info/tracking/af/38818/OYbOJFXm/ $B$$$:$l$b=i?4e$2$5$l$k>&:`$P$+$j$G$9(B $B!|(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!!|(B $B"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!(B $B!!!!!!!!!!!!!!!}:#F|$b!V$*$_$/$8!W$r0z$-$^$7$g$&!}(B $B!!!!!!!!!!!!!!(B $B!zEv$?$k$+$J!*!*$3$A$i$r%]%A$C$H!z(B $B!!!!!!!!!!!!(Bhttp://bi-max.net/kuji/kuji.cgi?id=inclub $B"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!(B $B!|(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!!|(B $BL5NAEj9F#1(B $B"!!~"!!~(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!!~"!!~"!(B $B!!!!!!!!!!(B $B"#G=NO$N$J$$#5#1:P$N;d$,!"2T$$$G$$$kI{6H$G$9!*"#(B $B"!!~"!!~(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!!~"!!~"!(B $BG=NO!";q3J$b!"?ML.$b$J$$!"$=$7$F;~4V$b$J$$$1$l$I!&!&!&(B $B$=$s$J;d$,!"$3$N%[!<%`%Z!<%8$r8+$F!";E;vBN83%$%Y%s%H$X9T$C$F$_$F!&!&(B $BBgJQ$J<}F~$r2T$$$G$$$k!"IaDL$N$*$8$5$s!"$*$P$5$s$,$?$/$5$s(B $B$$$i$C$7$c$k$3$H$,J,$+$j!&!&!&(B $B$=$7$F!"?M$K$H$F$b4n$P$l$k;E;v$G$"$k$3$H$bJ,$+$j$^$7$?!#(B $B$=$l$,$-$C$+$1$G!&!&!&:#$O#5#0Be$N$3$N;d$b2T$$$G$$$kI{6H$H$O!)(B $B$*CN$j$K$J$j$?$$J}!"$I$&$>(B $B"M(B http://www.yanto.net/undebt/chris/ $B!|!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!|(B $BL5NAEj9F#2(B $B"!!~"!!~(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!!~"!!~"!(B $B!!!!!!!!!!(B $B!!!!!!"#Fn3$EEE49bLn;3%U%j!<%5!<%S%C%/"#(B $B"!!~"!!~(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!!~"!!~"!(B $B!!!!!!!!9bLn;3$KK,$M$kEEhl=j!'Fn3$$J$s$P1X$N$[$+(B $B!!!!!!!!!!#J#T#B!&F|K\N99T!&6a5&F|K\%D!<%j%9%HpJs>&:`!z(B $B9XF~e$rG\A}$5$;$k#7$D$N8\5R?4M}!Y(B $B"!FCE5#3(B $B!X(BINCLUB$B$K$*$^$+$;!Y(B $B:GDc#2$D!"$*IU$1$7$^$9(B $B!v9XF~8e$KAw$i$l$F$/$k%a!<%k!J%$%s%U%)%H%C%W$+$i$N7h:Q40N;$N0FFb!K(B $B$r$=$N$^$^(B[INCLUB$B;vL36I(B]$B$^$GE>Aw$7$F$/$@$5$$(B $B%a!<%k$r3NG'e5-$NFCE5(B2$B$D$r%9%0$K$*Aw$j$7$^$9(B $B"#(B $B>pJs5/6H%P%H%k%m%o%$%d%k(B $B_@ED>:!u5\@nL@$3$l$,;d$?$A$N=P$7$?7kO@$G$9(B $B!&!H=i?4&IJ$,$J$/$F$b2T$0%F%/%K%C%/(B $B!&!H%9!<%Q!<%"%U%#%j%(%$%?!<$,6CX3$7!"<;EJ$9$k$[$I$NHNGdNO(B $B!&!H=i?4e7hDj$K$J$k$=$&$G$9$N$G!"5^$$$G$43NG'$/$@$5$$(B $B"#!!%"%U%#%j%(%$%H%\!<%$!!"#(B $B!Z40A4<+F02=![=85R!&%"%U%#%j%(%$%H%D!<%k(B $B!X%"%U%#%j%(%$%H%\!<%$!Y(B $B$[$C$?$i$+$7$G<+F0=85R$7$F$/$l$F!"?2$F$F$b%"%U%#%j%(%$%HJs=7$,(B $B;![;a$N!VD6!W5/6HK!(B $BFbMFE*$K$O!">pJs5/6H$N%^%K%e%"%k$G$9$,!"(B $B$=$3$iJU$K$h$/$"$k!V0lH/8B$j$N%N%&%O%&!W$G$O$J$/!"(B $B%S%8%M%9$r9=C[$7$F!V0l@82T$.$D$E$1$k%N%&%O%&!W$K(B $B$J$C$F$$$^$9(B http://www.infotop.jp/click.php?aid=53933&iid=13470 $B"#!Z%@%$%(%C%H$r$7$J$/$F$b!"%(%9%F$K9T$+$J$/$F$b>.4i$K$J$kJ}K!![(B $B8z2L$,$J$1$l$P!ZA43[JV6bJ]>ZIU$-![$G$9(B $B$?$@$7!"@hCe#3#0#0L>MM8BDj$G$9$N$G$*5^$.$/$@$5$$(B http://www.infotop.jp/click.php?aid=53933&iid=16788 $B"!(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,"!(B $B"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!(B $B(.(,(/(.(,(/(.(,(/(.(,(/!!!!!!!!!|HqMQ0l@ZITMW$N%S%8%M%9>pJs!*(B $B(-NI(-(-IJ(-(-&IJ$,!"$"$J$?$N@.8y$r%5%]!<%H$$$?$7$^$9!!!d!d!!!!(B $B!VNIIJe$G>&IJHNGd$r$7$?$$J}$H!"$=$N>&IJ$N@kEA9-9p$r(B $B$7$F<}1W$r>e$2$?$$$H9M$($F$*$i$l$kJ}$N66EO$7$r$9$k%5%$%H$G$9!#(B $B!!?M5$$N%"%U%#%j%(!<%H%5%$%H(B $B>\:Y$O!!"-"-"-"-"-"-"-(B $B"*!!(Bhttp://www.syatyu.net/shop/index.cgi?s=900&id=s2225501 $B"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!!~"!(B $B"!(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,"!(B $B!|!!;d$b:rF|9XF~$7$^$7$?!!!|(B $B%?%$%H%k$O>.$P$+$K$7$F$$$k$1$I!"Cf?H$O:G9b$K$D$+$($^$9(B $B#S#E#OBP:v$G$-$F$$$J$/$C$F$b!"(BYahoo$B!"(BGoogle$B$N8!:w>e0L(B $B$KI=<($5$l$kJ}K!$,>\$7$/2r@b$5$l$F$k$h!*!*(B $B$o$+$j$d$9$/$C$F!"$9$0$K%V%m%0$b#2$D:n@.$7$^$7$?$h(B $B$H$K$+$/8+$F$/$@$5$$(B $B"#$[$C$?$i$+$7%"%[%j%(%$%H#2"#(B $B%"%U%#%j%(%$%H$O$b$&2T$2$J$$$H9+$G$O8@$o$l$F$$$^$9$,!&!&!&(B $B$G$b!"$3$l$C$F!"7k6I!"(B $B:F8=@-$N$J$$>&:`$rGc$C$F!"(B $B2T$2$J$+$C$??M$?$A$,8@$C$F$k$@$1$J$N$G$9!#(B $B$=$3$N!Z!!:F8=@-!!![$C$F$H$3$m$K5$$,$D$+$J$$$H(B $B$$$/$i>&:`$K$D$.9~$s$G$b!"$^$C$?$/2T$2$J$$$s$G$9$h$M!#(B $B5U$K$=$N!Z!!:F8=@-!!![$K5$$,$D$/$H!"(B $BM>M5$G2T$2$k$s$G$9$h!#%[%s%H$K!#(B $B8=pJs>&:`$O@h9TZ5r$K!"$^$C$?$/$N=i?4Z5r!!(B $B"M!!(Bhttp://www.infotop.jp/click.php?aid=53933&iid=7218 $B"#!Z!!DI?-!!![(B $B$A$g$C$H$7$?;~4V$N9g4V$K%V%m%0$r:n$C$F$*$1$P(B $BCN$i$J$$$&$A$KGd$l$F$$$/$s$G$9$h!#(B $B7n#1K|1_$b2T$2$J$$$H8@$o$l$F$$$k%"%U%#%j%(%$%H$N@$3&$G(B $B$"$J$?$b;d$?$A$H0l=o$K!"$^$:$O!Z!!#5K|1_!!![(B $B$[$C$?$i$+$7$G2T$$$G$_$^$;$s$+!)(B $B!z$[$C$?$i$+$7%"%[%j%(%$%H#2!z(B $B"M!!(Bhttp://www.infotop.jp/click.php?aid=53933&iid=7218 $B:G8e$^$G$*FI$_$$$?$@$$$F$"$j$,$H$&$4$6$$$^$9(Bm(_ _)m $B$=$l$G$O$3$N$X$s$G<:Ni$7$^$9(B $B!|!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!|(B $B"!$*Ju>pJs$G$9(B http://marioda.blog105.fc2.com/ $B"!%^%8%'%9%F%#(B http://marioda.net/majesuty $B"!(BINCLUB$B$N#H#P(B http://marioda.net/ $B!z$b$7$b(BShopping https://www.moshimo.com/top/106083 $B!zH~!A#M#A#X"v(B http://realmarket.jp/26445/1000357412101/ $B!z>pJs%S%8%M%9(B http://blotop.jp/mario46/ $B!|!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!|(B $BEv%a%k%^%,$O(B $B!zL5NA%l%]!<%H$4MxMQ$5$l$?J}(B $B!zL5NA0l3g%5%$%H$K$4Ej9F$5$l$?J}(B $B!|>e5-%5%$%H$KEj9F!&EPO?$5$l$?J}$K$bG[?.$5$;$FD:$$$F$*$j$^$9(B $B!!EPO?2r=|$O2<5-#U#R#L$+$i!"$4<+?H$G$*4j$$$7$^$9(B $B!{!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!{(B $B3'MM$NEj9F$r$*BT$A$7$F$$$^$9(B $B!vL5NAEj9F$O$3$A$i$+$i"M!!(Bhttp://www.formpro.jp/form.php?fid=21660 $B!!(B $B$*5$7Z$K$I$&$>!!(B $B!v8z2LH472$NFH@j9-9p$OM-NA$K$J$j$^$9$,!"BgJQ$*0B$/@_Dj$7$F$$$^$9$N$G(B $B!!(B $B@'Hs$4MxMQ$7$F$/$@$5$$!#(BTOP$B9-9p$bMQ0U$7$F$$$^$9!#(B $B!vM-NA9-9p?=$79~$_!!!!!!"M!!(Bhttp://marioda.net/melmaga/yuryoumm $B!v9XFIEPO?!u2r=|$O$3$A$i"M!!(Bhttp://marioda.net/melmaga/incubmm $B!v6u%a!<%kEPO?$O$3$A$i(B $B"M!!(Bj+245@accessmail.jp $B!v%P%C%/%J%s%P!<$O$3$A$i(B $B!!"M!!(Bhttp://accessmail.jp/public/bn2.php3?pk=%A1%F0inclub ********************************************************************** $B!!!!!!!!!!!!!!!!!!!!!!(B $B!!!!!!!!!!!!!!!!!!!Z(BINCLUB$B$N%a%k%^%,$*Ju>pJs![!J$/$8IU$-!K(B $B!!!!!!!!!!!!!!!!!!!!!!"!5.J}$N%S%8%M%9%Q!<%H%J!<$G$9"!(B ********************************************************************** $B$40U8+$O$3$A$i$X!!(BINCLUB$B;vL36I!!(B marioda4@ybb.ne.jp $B5.J}$b%a%k%^%,H/9T$G$-$^$9(B $B!!!!!!!!"M!!(Bhttp://www.accessmail.jp/index.php3?ad=%A1%F0inclub From owner-freebsd-java@FreeBSD.ORG Tue Feb 19 11:44:51 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6AF6016A421 for ; Tue, 19 Feb 2008 11:44:51 +0000 (UTC) (envelope-from question_it@smsacfriends.com) Received: from smtp768.sms.ac (smtp768.sms.ac [208.69.96.168]) by mx1.freebsd.org (Postfix) with ESMTP id 4981713C459 for ; Tue, 19 Feb 2008 11:44:51 +0000 (UTC) (envelope-from question_it@smsacfriends.com) DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=k1; d=smsacfriends.com; b=tK73p5tTbrKgjeQ6MI94u9hieCpHPfrwGtpclxzFgs8O9OoFxD03KbaZT2OnKpz0nuQpH4MEE0td J9tU4DSxxhb7T/4/tvj1ppv4tCMcDqXq6z7kAzDiFyrxQOmcCSbk3yNaKmHWxkKP4seb1gqvPIHQ vv9UY6opUOmySY1gqEY=; Received: from APPMSMQMAIL01.colo.sms.ac (10.1.2.85) by smtp768.sms.ac (PowerMTA(TM) v3.2r21) id hnb0n20h5q8u for ; Tue, 19 Feb 2008 03:45:52 -0800 (envelope-from ) Received: from APPMSMQMAIL01 ([127.0.0.1]) by APPMSMQMAIL01.colo.sms.ac with Microsoft SMTPSVC(6.0.3790.1830); Tue, 19 Feb 2008 03:12:48 -0800 from: "Question It" to: freebsd-java@freebsd.org date: 19 Feb 2008 03:12:48 -0800 content-transfer-encoding: quoted-printable Message-ID: X-OriginalArrivalTime: 19 Feb 2008 11:16:20.0168 (UTC) FILETIME=[DA5EBC80:01C872E8] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Jessica has asked you a question on FanBox X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2008 11:44:51 -0000 = =0D=0A=0D=0A=0D=0A= =0D=0A=0D=0A =0D=0A Jessica= asked you a question. [1]View the question and answer it. =0D=0A =0D=0A FanBox.com is the web-based= desktop that instantly turns every computer into your computer.= It includes over 10,000 web applications and games to choose from, including= the Question It application. =0D=0A This email= was sent by Jessica while using the Question It application on FanBox.= Go [2]here to learn more or stop receiving emails from= friends using Question It. FanBox: 255 G Street #723, San Diego, CA 92101,= USA =0D=0A =0D=0A 3D"" =0D=0A=0D=0A=0D=0A References 1. 3D"http://www.sms.ac/WidgetAPI/Service.ashx?version=3D1&Method=3DGoToMyWidget&FROMeUid=3DARxI7Q3yxXJ8DGsqejI1TQ=3D=3D&eWid=3DKO7kd3aLplJrKkBpaarhhg=3D=3D&AssocData=3Dj5yDEdGCpAs3vQQDW2EM+Q=3D=3D&source=3DViralWidgetEmail&encemail=3D2VPPvcB5nSy19YlCM0b16xkXtD2VKrzQcKSLpCkceqs=3D&mlid=3D756627359"= 2. 3D"http://www.fanbox.com/socnet/EmailStat.aspx?cmp=3DEMC-WCE_1007_FBX&xyz=3D4&lit=3D5&me=3DxAr3pqujU0kBSGmCF6dKsg=3D=3D&fan=3DARxI7Q3yxXJ8DGsqejI1TQ=3D=3D&opg=3Dhttp://profile.fanbox.com/Preferences/Main.aspx?open=3DemailPref"= From owner-freebsd-java@FreeBSD.ORG Tue Feb 19 12:58:37 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41BEF16A421 for ; Tue, 19 Feb 2008 12:58:37 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (unknown [IPv6:2001:610:1908:1000:204:23ff:feb5:7e66]) by mx1.freebsd.org (Postfix) with ESMTP id B160713C45E for ; Tue, 19 Feb 2008 12:58:36 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from lux.student.utwente.nl (lux.student.utwente.nl [130.89.170.81]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id m1JCwO3x007638; Tue, 19 Feb 2008 13:58:24 +0100 From: Pieter de Goeje To: freebsd-java@freebsd.org Date: Tue, 19 Feb 2008 13:58:23 +0100 User-Agent: KMail/1.9.7 References: <20080219005104.GA72436@osiris.chen.org.nz> In-Reply-To: <20080219005104.GA72436@osiris.chen.org.nz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802191358.24154.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact servicedesk@icts.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Subject: Re: java/eclipse and jdk1.6 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2008 12:58:37 -0000 On Tuesday 19 February 2008, Jonathan Chen wrote: > Hi all, > > I'm currently trying out java/eclipse with jdk16 on RELENG_7/i386, and > am experiencing a crash whenever I try to do a "File > Open File". Eclipse > does *not* crash with jdk15. Is anyone else seeing this, or have any > suggestions for workarounds? > > Cheers. Check out this thread: http://docs.freebsd.org/cgi/mid.cgi?200802112312.10253.pieter -- Pieter de Goeje From owner-freebsd-java@FreeBSD.ORG Tue Feb 19 21:30:32 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 635D916A418 for ; Tue, 19 Feb 2008 21:30:32 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (chen.org.nz [202.89.146.5]) by mx1.freebsd.org (Postfix) with ESMTP id 0B94A13C4E8 for ; Tue, 19 Feb 2008 21:30:32 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 0C61A284A4; Wed, 20 Feb 2008 10:30:31 +1300 (NZDT) Date: Wed, 20 Feb 2008 10:30:31 +1300 From: Jonathan Chen To: Pieter de Goeje Message-ID: <20080219213031.GB85220@osiris.chen.org.nz> References: <20080219005104.GA72436@osiris.chen.org.nz> <200802191358.24154.pieter@degoeje.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200802191358.24154.pieter@degoeje.nl> User-Agent: Mutt/1.4.2.3i Cc: freebsd-java@freebsd.org Subject: Re: java/eclipse and jdk1.6 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2008 21:30:32 -0000 Hi Pieter, On Tue, Feb 19, 2008 at 01:58:23PM +0100, Pieter de Goeje wrote: > On Tuesday 19 February 2008, Jonathan Chen wrote: > > Hi all, > > > > I'm currently trying out java/eclipse with jdk16 on RELENG_7/i386, and > > am experiencing a crash whenever I try to do a "File > Open File". Eclipse > > does *not* crash with jdk15. Is anyone else seeing this, or have any > > suggestions for workarounds? > > > > Cheers. > > Check out this thread: > > http://docs.freebsd.org/cgi/mid.cgi?200802112312.10253.pieter I had already searched the archives before I reported the problem, and your patch only affects java/eclipse-devel, and not java/eclipse. The code in java/eclipse doesn't appear to use realpath at all. Looking over your patch, it looks like your fix will fix the crash I have been experiencing with jdk15 + eclipse-devel combo as well. Maybe it's time to move from java/eclipse to java/eclipse-devel... Have you had much success in pushing the patch upstream? It may be an idea to put this into the java/eclipse-devel port until the upstream source decides to accept it. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- If you're right 90% of the time, why quibble about the remaining 3%? From owner-freebsd-java@FreeBSD.ORG Wed Feb 20 00:12:04 2008 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B91216A418 for ; Wed, 20 Feb 2008 00:12:04 +0000 (UTC) (envelope-from contrib@maisondubonheur.com) Received: from postfix2-g20.free.fr (postfix2-g20.free.fr [212.27.60.43]) by mx1.freebsd.org (Postfix) with ESMTP id 4D67D13C459 for ; Wed, 20 Feb 2008 00:12:04 +0000 (UTC) (envelope-from contrib@maisondubonheur.com) Received: from smtp6-g19.free.fr (smtp6-g19.free.fr [212.27.42.36]) by postfix2-g20.free.fr (Postfix) with ESMTP id BD99C2387218 for ; Tue, 19 Feb 2008 22:49:24 +0100 (CET) Received: from smtp6-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp6-g19.free.fr (Postfix) with ESMTP id 2F2EA5FDAE; Wed, 20 Feb 2008 00:49:58 +0100 (CET) Received: from barnabe.la_playa (www.maisondubonheur.com [88.162.228.239]) by smtp6-g19.free.fr (Postfix) with SMTP id CC2BF5FD56; Wed, 20 Feb 2008 00:49:57 +0100 (CET) Date: Wed, 20 Feb 2008 00:49:57 +0100 From: Alain TAUCH To: java@freebsd.org Message-Id: <20080220004957.27a4bcac.contrib@maisondubonheur.com> X-Mailer: Sylpheed version 0.9.10 (GTK+ 1.2.10; i386-portbld-freebsd4.4) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart=_Wed__20_Feb_2008_00_49_57_+0100_stIXCFoQn.7Tp+kB" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: freebsd linux-sun-jre16 update for 6u4 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Feb 2008 00:12:04 -0000 This is a multi-part message in MIME format. --Multipart=_Wed__20_Feb_2008_00_49_57_+0100_stIXCFoQn.7Tp+kB Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi, Since the current version is 1.6.0-4 on sun website, I had to go with it. Attached is the diff I used. HTH, -- Alain --Multipart=_Wed__20_Feb_2008_00_49_57_+0100_stIXCFoQn.7Tp+kB-- From owner-freebsd-java@FreeBSD.ORG Wed Feb 20 01:33:33 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5710A16A409 for ; Wed, 20 Feb 2008 01:33:33 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.freebsd.org (Postfix) with ESMTP id 0D49613C474 for ; Wed, 20 Feb 2008 01:33:32 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by tydfam.jp (8.14.2/8.14.2) with ESMTP id m1K1WCiU054168; Wed, 20 Feb 2008 10:32:13 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Wed, 20 Feb 2008 10:32:13 +0900 (JST) Message-Id: <20080220.103213.233678772.ken@tydfam.jp> To: jonc@chen.org.nz, pieter@degoeje.nl From: ken In-Reply-To: <20080219213031.GB85220@osiris.chen.org.nz> References: <20080219005104.GA72436@osiris.chen.org.nz> <200802191358.24154.pieter@degoeje.nl> <20080219213031.GB85220@osiris.chen.org.nz> X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.92/5888/Wed Feb 20 06:20:07 2008 on daemon.sub.tydfam.jp X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=9.5 tests=ALL_TRUSTED autolearn=failed version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on daemon.sub.tydfam.jp Cc: freebsd-eclipse@freebsd.org, glewis@eyebeyond.com, freebsd-java@freebsd.org Subject: Re: java/eclipse and jdk1.6 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Feb 2008 01:33:33 -0000 Hi! I ported eclipse 3.3.1 to FreeBSD and Greg registered it as eclipse-devel in ports tree. I updated eclipse-devel to 3.3.1.1 which is the latest stable version and am about ready to ask Greg to update the eclipse-devel. I recognized the bug pieter@degoeje.nl pointed out in 3.3.1.1, too and included it to my eclipse-devel tree. You'll find updated one at http://www.tydfam.jp/eclipse-devel3311.tgz for your review. From owner-freebsd-java@FreeBSD.ORG Wed Feb 20 01:40:13 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1550216A404 for ; Wed, 20 Feb 2008 01:40:13 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.freebsd.org (Postfix) with ESMTP id A6A8813C4DB for ; Wed, 20 Feb 2008 01:40:12 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by tydfam.jp (8.14.2/8.14.2) with ESMTP id m1K1e3oP054530; Wed, 20 Feb 2008 10:40:03 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Wed, 20 Feb 2008 10:40:03 +0900 (JST) Message-Id: <20080220.104003.1611650675.ken@tydfam.jp> To: jonc@chen.org.nz From: ken In-Reply-To: <20080219213031.GB85220@osiris.chen.org.nz> References: <20080219005104.GA72436@osiris.chen.org.nz> <200802191358.24154.pieter@degoeje.nl> <20080219213031.GB85220@osiris.chen.org.nz> X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.92/5888/Wed Feb 20 06:20:07 2008 on daemon.sub.tydfam.jp X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=9.5 tests=ALL_TRUSTED autolearn=failed version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on daemon.sub.tydfam.jp Cc: pieter@degoeje.nl, freebsd-java@freebsd.org Subject: Re: java/eclipse and jdk1.6 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Feb 2008 01:40:13 -0000 One another point. SWT part of patch in eclipse-devel was imported from /usr/ports/x11-toolkits/swt-devel. Hence, the same bug might exist in /usr/ports/x11-toolkits/swt-devel. From owner-freebsd-java@FreeBSD.ORG Wed Feb 20 02:39:05 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B134916A400; Wed, 20 Feb 2008 02:39:05 +0000 (UTC) (envelope-from mbowie@buzmo.com) Received: from mail190.messagelabs.com (mail190.messagelabs.com [216.82.249.51]) by mx1.freebsd.org (Postfix) with ESMTP id 6C06013C459; Wed, 20 Feb 2008 02:39:05 +0000 (UTC) (envelope-from mbowie@buzmo.com) X-VirusChecked: Checked X-Env-Sender: mbowie@buzmo.com X-Msg-Ref: server-3.tower-190.messagelabs.com!1203473545!13005402!1 X-StarScan-Version: 5.5.12.14.2; banners=-,-,- X-Originating-IP: [69.12.11.76] Received: (qmail 27249 invoked from network); 20 Feb 2008 02:12:25 -0000 Received: from smtp0.dfw.fabriclabs.com (HELO smtp0.dfw.fabriclabs.com) (69.12.11.76) by server-3.tower-190.messagelabs.com with AES256-SHA encrypted SMTP; 20 Feb 2008 02:12:25 -0000 Received: from [192.168.10.111] (adsl-70-234-82-212.dsl.irvnca.sbcglobal.net [70.234.82.212]) (authenticated bits=0) by smtp0.dfw.fabriclabs.com (8.13.7/8.13.6) with ESMTP id m1K2BXvD067986; Tue, 19 Feb 2008 20:11:34 -0600 (CST) (envelope-from mbowie@buzmo.com) Message-ID: <47BB8C82.2000909@buzmo.com> Date: Tue, 19 Feb 2008 18:12:18 -0800 From: Mike Bowie User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: ken References: <20080219005104.GA72436@osiris.chen.org.nz> <200802191358.24154.pieter@degoeje.nl> <20080219213031.GB85220@osiris.chen.org.nz> <20080220.103213.233678772.ken@tydfam.jp> In-Reply-To: <20080220.103213.233678772.ken@tydfam.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: pieter@degoeje.nl, freebsd-java@freebsd.org, glewis@eyebeyond.com, freebsd-eclipse@freebsd.org Subject: Re: java/eclipse and jdk1.6 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Feb 2008 02:39:05 -0000 ken wrote: > Hi! > I ported eclipse 3.3.1 to FreeBSD and Greg registered it as eclipse-devel in ports tree. > I updated eclipse-devel to 3.3.1.1 which is the latest stable version and am about ready to ask Greg to update the eclipse-devel. > I recognized the bug pieter@degoeje.nl pointed out in 3.3.1.1, too and included it to my eclipse-devel tree. > > You'll find updated one at http://www.tydfam.jp/eclipse-devel3311.tgz for your review. > > > > _______________________________________________ > freebsd-eclipse@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-eclipse > To unsubscribe, send any mail to "freebsd-eclipse-unsubscribe@freebsd.org" Hey Ken, Nice progress... glad to see you're still at it! Greg: I know you mentioned holding 3.3 in -devel until the plugin ports could be updated... is there anything happening, or likely to for that matter? Ganymede will be upon us in no time and I for one would like to see the ports get a little closer to "catch ye monkey" rather than losing round. I don't know how people would feel about setting a target date and those which aren't ready for 3.3 could be reassigned as requiring 3.2; not a ideal solution by any means; but nor is having the ports tree stuck on 3.2 perpetually. I use a very limited set of plugins and those which I do use are all installed via update sites, so my actual experience with the plugin ports is about nil... perhaps someone closer to those projects might have a more enlightened view. Cheers all, Mike. From owner-freebsd-java@FreeBSD.ORG Wed Feb 20 02:50:02 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78CB016A401 for ; Wed, 20 Feb 2008 02:50:02 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (chen.org.nz [202.89.146.5]) by mx1.freebsd.org (Postfix) with ESMTP id 2BDF413C45D for ; Wed, 20 Feb 2008 02:50:02 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 2C53B28494; Wed, 20 Feb 2008 15:50:01 +1300 (NZDT) Date: Wed, 20 Feb 2008 15:50:01 +1300 From: Jonathan Chen To: ken Message-ID: <20080220025001.GA88212@osiris.chen.org.nz> References: <20080219005104.GA72436@osiris.chen.org.nz> <200802191358.24154.pieter@degoeje.nl> <20080219213031.GB85220@osiris.chen.org.nz> <20080220.104003.1611650675.ken@tydfam.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080220.104003.1611650675.ken@tydfam.jp> User-Agent: Mutt/1.4.2.3i Cc: pieter@degoeje.nl, freebsd-java@freebsd.org Subject: Re: java/eclipse and jdk1.6 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Feb 2008 02:50:02 -0000 On Wed, Feb 20, 2008 at 10:40:03AM +0900, ken wrote: > One another point. > > SWT part of patch in eclipse-devel was imported from /usr/ports/x11-toolkits/swt-devel. Hence, the same bug might exist in /usr/ports/x11-toolkits/swt-devel. The last time I built and tried Azureus, (which uses swt-devel) about a month ago, the program crashed when trying to bring up a file dialog. So, I would venture to say that Ken is right. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- Opportunities are seldom labeled From owner-freebsd-java@FreeBSD.ORG Wed Feb 20 04:14:33 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0D7616A415; Wed, 20 Feb 2008 04:14:33 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4247113C4EA; Wed, 20 Feb 2008 04:14:31 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by tydfam.jp (8.14.2/8.14.2) with ESMTP id m1K4D4jo060655; Wed, 20 Feb 2008 13:13:04 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Wed, 20 Feb 2008 13:13:04 +0900 (JST) Message-Id: <20080220.131304.-345497826.ken@tydfam.jp> To: mbowie@buzmo.com From: ken In-Reply-To: <47BB8C82.2000909@buzmo.com> References: <20080219213031.GB85220@osiris.chen.org.nz> <20080220.103213.233678772.ken@tydfam.jp> <47BB8C82.2000909@buzmo.com> X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.92/5889/Wed Feb 20 11:09:56 2008 on daemon.sub.tydfam.jp X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=9.5 tests=ALL_TRUSTED autolearn=failed version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on daemon.sub.tydfam.jp Cc: pieter@degoeje.nl, freebsd-java@freebsd.org, glewis@eyebeyond.com, freebsd-eclipse@freebsd.org Subject: Re: java/eclipse and jdk1.6 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Feb 2008 04:14:33 -0000 Mike, Yea, I am surviving... I am using it and touching it every time I have a problem. So, it is a turtle walk... About plugins; I know that JBossTools GUI which requires newer version of xulrunner does not work properly. Also, GUI editor of eclipse may/may not work. I am not sure if it is updated recently or not, though. I understand that Eclipse schedules to update every spring and fall. And next version for spring will be 3.4 (now it is 3.4M5). So, we may better settle the port before the new release comes in. I see that we have emacs (22), emacs21 and emacs-devel in /usr/ports/editors, and I feel that it is suggestiong the way we manage eclipse under /usr/ports/java - current version = eclipse, previous version = eclipseXX, and next version = eclipse-devel. From owner-freebsd-java@FreeBSD.ORG Wed Feb 20 06:51:11 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 171D716A401; Wed, 20 Feb 2008 06:51:11 +0000 (UTC) (envelope-from mbowie@buzmo.com) Received: from mail190.messagelabs.com (mail190.messagelabs.com [216.82.249.51]) by mx1.freebsd.org (Postfix) with ESMTP id C251F13C447; Wed, 20 Feb 2008 06:51:10 +0000 (UTC) (envelope-from mbowie@buzmo.com) X-VirusChecked: Checked X-Env-Sender: mbowie@buzmo.com X-Msg-Ref: server-15.tower-190.messagelabs.com!1203490269!30708293!1 X-StarScan-Version: 5.5.12.14.2; banners=-,-,- X-Originating-IP: [69.12.11.77] Received: (qmail 30442 invoked from network); 20 Feb 2008 06:51:09 -0000 Received: from smtp1.dfw.fabriclabs.com (HELO smtp1.dfw.fabriclabs.com) (69.12.11.77) by server-15.tower-190.messagelabs.com with AES256-SHA encrypted SMTP; 20 Feb 2008 06:51:09 -0000 Received: from [192.168.10.111] (adsl-70-234-82-212.dsl.irvnca.sbcglobal.net [70.234.82.212]) (authenticated bits=0) by smtp1.dfw.fabriclabs.com (8.13.7/8.13.6) with ESMTP id m1K6or42019392; Wed, 20 Feb 2008 00:50:54 -0600 (CST) (envelope-from mbowie@buzmo.com) Message-ID: <47BBCDD8.4020305@buzmo.com> Date: Tue, 19 Feb 2008 22:51:04 -0800 From: Mike Bowie User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: ken References: <20080219213031.GB85220@osiris.chen.org.nz> <20080220.103213.233678772.ken@tydfam.jp> <47BB8C82.2000909@buzmo.com> <20080220.131304.-345497826.ken@tydfam.jp> In-Reply-To: <20080220.131304.-345497826.ken@tydfam.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: pieter@degoeje.nl, freebsd-java@freebsd.org, glewis@eyebeyond.com, freebsd-eclipse@freebsd.org Subject: Re: java/eclipse and jdk1.6 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Feb 2008 06:51:11 -0000 ken wrote: > Mike, > Yea, I am surviving... > I am using it and touching it every time I have a problem. So, it is a turtle walk... > About plugins; > I know that JBossTools GUI which requires newer version of xulrunner does not work properly. Also, GUI editor of eclipse may/may not work. I am not sure if it is updated recently or not, though. > > I understand that Eclipse schedules to update every spring and fall. And next version for spring will be 3.4 (now it is 3.4M5). So, we may better settle the port before the new release comes in. > I see that we have emacs (22), emacs21 and emacs-devel in /usr/ports/editors, and I feel that it is suggestiong the way we manage eclipse under /usr/ports/java - current version = eclipse, previous version = eclipseXX, and next version = eclipse-devel. > > Ken, That sounds like a reasonable proposition and clearly it's a model already in use. IIRC, there was also mention previously of moving all of the "eclipse bits" to /usr/ports/eclipse... although it's late and the details escape me at this moment. I think perhaps Dan suggested it... I'll have to scan the archives. (Or someone can chime in.) Perhaps this is something that could be considered at the same time, if changes are being made. I'll give 3.3.1.1 a try tomorrow at the office and will let you know how it goes! Thanks for your superb work... I for one am most appreciative! Mike. From owner-freebsd-java@FreeBSD.ORG Thu Feb 21 10:55:26 2008 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5B7716A402 for ; Thu, 21 Feb 2008 10:55:26 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id A38F713C45A for ; Thu, 21 Feb 2008 10:55:26 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from webmail.alpha-tierchen.de (port-212-202-40-215.dynamic.qsc.de [212.202.40.215]) by mx02.qsc.de (Postfix) with ESMTP id 0047B16C01C3 for ; Thu, 21 Feb 2008 11:33:15 +0100 (CET) Received: from 192.168.1.2 (SquirrelMail authenticated user bkoenig) by webmail.alpha-tierchen.de with HTTP; Thu, 21 Feb 2008 11:33:13 +0100 (CET) Message-ID: <53298.192.168.1.2.1203589993.squirrel@webmail.alpha-tierchen.de> Date: Thu, 21 Feb 2008 11:33:13 +0100 (CET) From: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= To: java@freebsd.org User-Agent: SquirrelMail/1.4.13 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: Subject: SableVM X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2008 10:55:26 -0000 Hello, someone you may already have played with SableVM (java/sablevm), a fast and small Java virtual machine. Most likely you noticed poor stability, i.e. segmentation faults and unexpected behaviour. These failures were caused by libffi and persisted as long as the port exists. I fixed the libffi port and as far as I can say it works without problems. Hereby I like to announce that SableVM works quite nice on i386 and amd64 now and I would like to receive some feedback. Please test sablevm-1.13_1 with libffi-3.0.1. Regards Björn From owner-freebsd-java@FreeBSD.ORG Thu Feb 21 11:19:40 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A6BF16A50B for ; Thu, 21 Feb 2008 11:19:40 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id 23EA613C4CE for ; Thu, 21 Feb 2008 11:19:39 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 838 invoked from network); 21 Feb 2008 04:52:58 -0600 Received: from 124-170-152-28.dyn.iinet.net.au (HELO localhost) (124.170.152.28) by sigma.octantis.com.au with (DHE-RSA-AES128-SHA encrypted) SMTP; 21 Feb 2008 04:52:58 -0600 Date: Thu, 21 Feb 2008 21:52:55 +1100 From: Norberto Meijome To: Jonathan Chen Message-ID: <20080221215255.6e7f5753@meijome.net> In-Reply-To: <20080219005104.GA72436@osiris.chen.org.nz> References: <20080219005104.GA72436@osiris.chen.org.nz> X-Mailer: Claws Mail 3.3.0 (GTK+ 2.12.8; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org Subject: Re: java/eclipse and jdk1.6 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2008 11:19:40 -0000 On Tue, 19 Feb 2008 13:51:04 +1300 Jonathan Chen wrote: > I'm currently trying out java/eclipse with jdk16 on RELENG_7/i386, and > am experiencing a crash whenever I try to do a "File > Open File". Eclipse > does *not* crash with jdk15. Is anyone else seeing this, or have any > suggestions for workarounds? FWIW, I haven't had any issue with eclipse as you describe. FreeBSD ayiin.octantis.com.au 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #17: Thu Feb 21 00:05:35 EST 2008 root@ayiin.octantis.com.au:/usr/obj/usr/src/sys/AYIIN i386 $ pkg_info | grep jdk jdk-1.5.0.14p8,1 Java Development Kit 1.5.0 jdk-1.6.0.3p4 Java Development Kit 1.6.0 $ env | grep -i java JAVAVM_OPTS_javaws=-J-Djava.net.preferIPv4Stack=true JAVAVM_OPTS_java=-Djava.net.preferIPv4Stack=true JAVA_VERSION=1.6 $ pkg_info | grep eclip eclipse-3.2.2_1 An open extensible IDE for anything and nothing in particul I've just finished upgrading JDK 1.[56] , but it used to work fine too in the previous patchset... I run XFCE, no KDE libraries in sight,but plenty of gnome / gtk ones. HIH, B _________________________ {Beto|Norberto|Numard} Meijome "Great spirits have often encountered violent opposition from mediocre minds." Albert Einstein I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-java@FreeBSD.ORG Thu Feb 21 11:34:38 2008 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07E9C16A402 for ; Thu, 21 Feb 2008 11:34:38 +0000 (UTC) (envelope-from nino80@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id C0F2213C4E1 for ; Thu, 21 Feb 2008 11:34:37 +0000 (UTC) (envelope-from nino80@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so3679344pyb.10 for ; Thu, 21 Feb 2008 03:34:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=MIGM1taJvz4jdsu79X4cEC3EQd/IXev0hZIfSrO7iS8=; b=Egh+D2+gDLigeizUv7c5aNsgFteO9VY5OOU471a1yUA381hHCK3E2gPhk3ic8VHDSQUPTxA1foFD+xTZzJ6NkiLzcDA1cAVfxrlypsU+PJ5atT/BakpiEmYkMCmGX99z4XO6JTbvc22KMa7LPcovKnDobR/oXM2AXU0bPDdumkE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=k6fMoJz/lByR3QF8Wqvv5BE534pS8yVvbP6tBgL3nMBi3ONYfB2dpd7pS2qnROEAYyzu34ArjcHu2ba78JMIyfC0+8o+YJCzU02FblNA53VG9I4juaQ9GB0GGILwH0Dn6gh24+rrvE8TIu0l7/g76gLtibyRM9rLVw8hIvx4QXI= Received: by 10.141.75.6 with SMTP id c6mr6607697rvl.43.1203591989989; Thu, 21 Feb 2008 03:06:29 -0800 (PST) Received: by 10.141.28.10 with HTTP; Thu, 21 Feb 2008 03:06:29 -0800 (PST) Message-ID: <92bcbda50802210306g307a58c1ma3e316ec5a460714@mail.gmail.com> Date: Thu, 21 Feb 2008 12:06:29 +0100 From: "n j" To: freebsd-java@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Java section on www.freebsd.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2008 11:34:38 -0000 Hello, I noticed that information on http://www.freebsd.org/java/ are very out of date. Especially, I'm missing JDK6 information which is in its 4th patchset from http://www.freebsd.org/java/newsflash.html. Any interest in updating the web pages (at least information that JDK6 port exists) or pointers on how to do it myself? Regards, -- Nino From owner-freebsd-java@FreeBSD.ORG Thu Feb 21 12:03:39 2008 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C33216A403; Thu, 21 Feb 2008 12:03:39 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from bene1.itea.ntnu.no (bene1.itea.ntnu.no [IPv6:2001:700:300:3::56]) by mx1.freebsd.org (Postfix) with ESMTP id 4D5CB13C468; Thu, 21 Feb 2008 12:03:38 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by bene1.itea.ntnu.no (Postfix) with ESMTP id 6434D16C786; Thu, 21 Feb 2008 13:03:36 +0100 (CET) Received: from carrot.studby.ntnu.no (unknown [IPv6:2001:700:300:3::185]) by bene1.itea.ntnu.no (Postfix) with ESMTP id E3F9A16C57A; Thu, 21 Feb 2008 13:03:33 +0100 (CET) Date: Thu, 21 Feb 2008 13:03:33 +0100 From: Ulf Lilleengen To: glewis@FreeBSD.org Message-ID: <20080221120333.GA36004@carrot.studby.ntnu.no> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9amGYk9869ThD9tj" Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) X-Virus-Scanned: Debian amavisd-new at bene1.itea.ntnu.no Cc: java@FreeBSD.org Subject: [PATCH] Javavmwrapper defaulting to bsd.java.mk wrong? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2008 12:03:39 -0000 --9amGYk9869ThD9tj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello, As I was trying to use jdk16 and diablo-jdk15 on the same machine, it would always default to jdk15. I figured the javavmwrapper script tries to use the bsd.java.mk PREFERRED_VERSION to determine this. This lead me to question if there is any good reason that bsd.java.mk should be checked before the versions set in javavms? Attached is a patch which adds "support" for Java 1.6 to the wrapper script, but also changes the order in how the java version to be used is. I'm no big user of java, so I'm not sure if there is a reason for the old behaviour, so excuse me if this is wrong. --=20 Ulf Lilleengen --9amGYk9869ThD9tj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHvWiUCILg8nMIdCURAqdIAJ46a50kvWNLX5p1U3ho3pCcRJFzZQCfSsXa /0X8QJjoBrnzt9hEWlBBPuY= =KZLn -----END PGP SIGNATURE----- --9amGYk9869ThD9tj-- From owner-freebsd-java@FreeBSD.ORG Thu Feb 21 12:52:34 2008 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60B0516A406 for ; Thu, 21 Feb 2008 12:52:34 +0000 (UTC) (envelope-from tommyhp2@yahoo.com) Received: from web38206.mail.mud.yahoo.com (web38206.mail.mud.yahoo.com [209.191.124.149]) by mx1.freebsd.org (Postfix) with SMTP id DD60E13C4DD for ; Thu, 21 Feb 2008 12:52:33 +0000 (UTC) (envelope-from tommyhp2@yahoo.com) Received: (qmail 96778 invoked by uid 60001); 21 Feb 2008 12:25:53 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=Y3ebOIVfaqf8mM9vc4IU8/8flIYcQlQBmjH/Y1TRawFpNBRcfvsMBQDgfq+vAtdqI9448Jzgnxz8FAxzNIs9MelKGAQ1tLKTHqn41XvDtr6Fmd2nAZRWVwZPYzZ1Q9m7eU/lPDpl5eBSn2drYn3ZOLdv2fwFxYZgwz9kGs2BCUQ=; X-YMail-OSG: 8UVswWYVM1nxIqnQ1uwx4GMYvElYHkgHHLjLT.vWYiBKAZMPlB3IUUquda1ETuQHknQfcY4QUoR9504uZKEiXUS9YRqqcGPyt5WhncpM7Rwj.DQrj4c- Received: from [24.227.124.250] by web38206.mail.mud.yahoo.com via HTTP; Thu, 21 Feb 2008 04:25:52 PST Date: Thu, 21 Feb 2008 04:25:52 -0800 (PST) From: Tommy Pham To: Ulf Lilleengen , glewis@FreeBSD.org In-Reply-To: <20080221120333.GA36004@carrot.studby.ntnu.no> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <953154.96699.qm@web38206.mail.mud.yahoo.com> Cc: java@FreeBSD.org Subject: Re: [PATCH] Javavmwrapper defaulting to bsd.java.mk wrong? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2008 12:52:34 -0000 --- Ulf Lilleengen wrote: > Hello, > > As I was trying to use jdk16 and diablo-jdk15 on the same machine, it > would > always default to jdk15. I figured the javavmwrapper script tries to > use the > bsd.java.mk PREFERRED_VERSION to determine this. This lead me to > question if > there is any good reason that bsd.java.mk should be checked before > the > versions set in javavms? > > Attached is a patch which adds "support" for Java 1.6 to the wrapper > script, > but also changes the order in how the java version to be used is. I'm > no big > user of java, so I'm not sure if there is a reason for the old > behaviour, so > excuse me if this is wrong. > > -- > Ulf Lilleengen > Hi, I did had this problem too at one point then I comment out the diablo-jdk1.5 in /usr/local/java/javavms like this: /usr/local/jdk1.5.0/bin/java # FREEBSD-JDK1.5.0 # /usr/local/diablo-jdk1.5.0/bin/java # DiabloCaffe1.5.0 There after I install a port requiring java like maven, I see it finds ===> Installing for maven-1.0.2_1 ===> maven-1.0.2_1 depends on executable: java - found ===> maven-1.0.2_1 depends on file: /usr/local/jdk1.5.0/bin/java - found ===> Generating temporary packing list Where as before, it always refer to diablo jdk. I don't know if this is causing any issues for other java apps but glassfish runs good for me to certain extent :) Hope this helps, Tommy From owner-freebsd-java@FreeBSD.ORG Thu Feb 21 13:04:44 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C267416A400; Thu, 21 Feb 2008 13:04:44 +0000 (UTC) (envelope-from dan@rucci.org) Received: from mta3.srv.hcvlny.cv.net (mta3.srv.hcvlny.cv.net [167.206.4.198]) by mx1.freebsd.org (Postfix) with ESMTP id 9646B13C4D5; Thu, 21 Feb 2008 13:04:44 +0000 (UTC) (envelope-from dan@rucci.org) Received: from smurfbsd.warganizer.com (ool-182dc652.dyn.optonline.net [24.45.198.82]) by mta3.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JWL00G959LVB2S0@mta3.srv.hcvlny.cv.net>; Thu, 21 Feb 2008 07:34:43 -0500 (EST) Received: from smurfbsd.warganizer.com (localhost [127.0.0.1]) by smurfbsd.warganizer.com (8.14.2/8.14.2) with ESMTP id m1LCYdw6028249; Thu, 21 Feb 2008 07:34:40 -0500 (EST envelope-from dan@rucci.org) Date: Thu, 21 Feb 2008 07:34:39 -0500 From: Daniel Rucci In-reply-to: <47BBCDD8.4020305@buzmo.com> To: Mike Bowie Message-id: <47BD6FDF.2070603@rucci.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.6 References: <20080219213031.GB85220@osiris.chen.org.nz> <20080220.103213.233678772.ken@tydfam.jp> <47BB8C82.2000909@buzmo.com> <20080220.131304.-345497826.ken@tydfam.jp> <47BBCDD8.4020305@buzmo.com> User-Agent: Thunderbird 2.0.0.9 (X11/20080202) Cc: ken , freebsd-eclipse@freebsd.org, glewis@eyebeyond.com, pieter@degoeje.nl, freebsd-java@freebsd.org Subject: Re: java/eclipse and jdk1.6 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2008 13:04:44 -0000 Mike Bowie wrote: > Ken, > > That sounds like a reasonable proposition and clearly it's a model > already in use. IIRC, there was also mention previously of moving all > of the "eclipse bits" to /usr/ports/eclipse... although it's late and > the details escape me at this moment. I think perhaps Dan suggested > it... I'll have to scan the archives. (Or someone can chime in.) > Perhaps this is something that could be considered at the same time, if > changes are being made. Well my 2 cents.. An argument against retaining java as the main category for eclipse and most of its plugins. The porters handbook suggests using ports/java/ as the main category for ports directly related to the java language [1]. With that said, the main category for the base eclipse ports would probably go in devel. Ports like those related to sql/databases could have their main category be set as database and the pydev eclipse feature in python, etc. Although it follows the suggestion of the handbook, we are then losing our neat folder containing _almost_ all of the eclipse ports, which could be viewed as a regression. Checking how something like zope handles this, they mention zope as their second category, this doesn't create a zope/ folder in my ports directory but the category is created on the website so perhaps theres a way to access this directly on the system as well. In any case, theres about 40 ports related to eclipse, it wouldn't be the smallest category. Is there a guideline for what justifies a new category? [1] http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-categories.html From owner-freebsd-java@FreeBSD.ORG Fri Feb 22 02:45:50 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2707316A402 for ; Fri, 22 Feb 2008 02:45:50 +0000 (UTC) (envelope-from mika@async.caltech.edu) Received: from async.async.caltech.edu (async.async.caltech.edu [131.215.39.1]) by mx1.freebsd.org (Postfix) with ESMTP id 0D8AA13C44B for ; Fri, 22 Feb 2008 02:45:49 +0000 (UTC) (envelope-from mika@async.caltech.edu) Received: from camembert.async.caltech.edu (root@camembert.async.caltech.edu [131.215.39.91]) by async.async.caltech.edu (8.11.0/8.11.0) with ESMTP id m1M27I041005; Thu, 21 Feb 2008 18:07:18 -0800 (PST) (envelope-from mika@camembert.async.caltech.edu) Received: from camembert.async.caltech.edu (k-9@localhost [127.0.0.1]) by camembert.async.caltech.edu (8.13.1/8.13.1) with ESMTP id m1M27I9r080073; Thu, 21 Feb 2008 18:07:18 -0800 (PST) (envelope-from mika@camembert.async.caltech.edu) Message-Id: <200802220207.m1M27I9r080073@camembert.async.caltech.edu> To: freebsd-java@freebsd.org Date: Thu, 21 Feb 2008 18:07:18 -0800 From: Mika Nystrom Cc: mika@camembert.async.caltech.edu Subject: Memory leak in 1.5.0 JVM X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 02:45:50 -0000 Hello there freebsd-java, I am running a binary downloaded 1.5.0 JVM on a FreeBSD 5.5 system: (167)rover:~/levinc/memleak>java -version java version "1.5.0" Java(TM) 2 Runtime Environment, Standard Edition (build diablo-1.5.0-b01) Java HotSpot(TM) Client VM (build diablo-1.5.0_07-b01, mixed mode) (168)rover:~/levinc/memleak>uname -a FreeBSD rover 5.5-RELEASE FreeBSD 5.5-RELEASE #4: Sat Nov 17 12:13:24 PST 2007 mika@rover:/usr/src/sys/i386/compile/ROVER i386 I have found the following program to leak memory on FreeBSD, but not on Windows with same Java 1.6.0, nor on Debian with gij 1.4.2: class Leakq { private static class MyThread extends Thread { public void run() { } } public static void main (String[] args) { for(;;) { (new MyThread()).start(); } } } Best regards, Mika Nystrom mika@alum.mit.edu From owner-freebsd-java@FreeBSD.ORG Fri Feb 22 03:10:03 2008 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43BC916A404 for ; Fri, 22 Feb 2008 03:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 20B6E13C455 for ; Fri, 22 Feb 2008 03:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1M3A3Ig019508 for ; Fri, 22 Feb 2008 03:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1M3A2DH019507; Fri, 22 Feb 2008 03:10:02 GMT (envelope-from gnats) Resent-Date: Fri, 22 Feb 2008 03:10:02 GMT Resent-Message-Id: <200802220310.m1M3A2DH019507@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, Andrew Reilly Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC74816A402 for ; Fri, 22 Feb 2008 03:08:35 +0000 (UTC) (envelope-from andrew@areilly.bpa.nu) Received: from omta02ps.mx.bigpond.com (omta02ps.mx.bigpond.com [144.140.83.154]) by mx1.freebsd.org (Postfix) with ESMTP id 4E40B13C45E for ; Fri, 22 Feb 2008 03:08:34 +0000 (UTC) (envelope-from andrew@areilly.bpa.nu) Received: from oaamta04ps.mx.bigpond.com ([124.188.162.219]) by omta02ps.mx.bigpond.com with ESMTP id <20080222030833.TZBB5615.omta02ps.mx.bigpond.com@oaamta04ps.mx.bigpond.com> for ; Fri, 22 Feb 2008 03:08:33 +0000 Received: from areilly.bpa.nu ([124.188.162.219]) by oaamta04ps.mx.bigpond.com with ESMTP id <20080222030832.GDIN8735.oaamta04ps.mx.bigpond.com@areilly.bpa.nu> for ; Fri, 22 Feb 2008 03:08:32 +0000 Received: (qmail 86795 invoked by uid 501); 22 Feb 2008 03:08:20 -0000 Message-Id: <20080222030820.86794.qmail@areilly.bpa.nu> Date: 22 Feb 2008 03:08:20 -0000 From: Andrew Reilly To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: java/120959: sablevm-classpath did not build/install from ports X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andrew Reilly List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 03:10:03 -0000 >Number: 120959 >Category: java >Synopsis: sablevm-classpath did not build/install from ports >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 22 03:10:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Andrew Reilly >Release: FreeBSD 7.0-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD duncan.reilly.home 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #2: Thu Feb 21 16:18:10 EST 2008 root@duncan:/usr/obj/usr/src/sys/DUNCAN amd64 Machine is an Athlon64-X2 with 3G RAM >Description: In response to Bjo"rn Ko"nig's e-mail about SableVM going, I tried to install from ports. The SableVM itself seems to have built OK, but the -classpath dependency broke thusly: gmake[3]: Entering directory `/usr/ports/java/sablevm-classpath/work/sablevm-classpath-1.13/lib' true top_builddir=.. top_srcdir=.. /bin/sh ./gen-classlist.sh standard Adding java source files from srcdir '..'. Adding java source files from VM directory ../vm/reference mkdir -p /usr/local/lib/sablevm/{lib,jre/lib} unlink /usr/local/lib/sablevm/jre/lib/rt.jar unlink: /usr/local/lib/sablevm/jre/lib/rt.jar: No such file or directory gmake[3]: [install-data-hook] Error 1 (ignored) for f in libclasspath.jar resources.jar ; do \ rm -f /usr/local/lib/sablevm/{lib,jre/lib}/$f ; \ ln -s /usr/local/share/sablevm-classpath/$f /usr/local/lib/sablevm/lib/$f ; \ ln -s ../../lib/$f /usr/local/lib/sablevm/jre/lib/$f ; \ done ln: /usr/local/lib/sablevm/lib/libclasspath.jar: No such file or directory ln: /usr/local/lib/sablevm/jre/lib/libclasspath.jar: No such file or directory ln: /usr/local/lib/sablevm/lib/resources.jar: No such file or directory ln: /usr/local/lib/sablevm/jre/lib/resources.jar: No such file or directory gmake[3]: *** [install-data-hook] Error 1 gmake[3]: Leaving directory `/usr/ports/java/sablevm-classpath/work/sablevm-classpath-1.13/lib' gmake[2]: *** [install-data-am] Error 2 gmake[2]: Leaving directory `/usr/ports/java/sablevm-classpath/work/sablevm-classpath-1.13/lib' gmake[1]: *** [install-am] Error 2 gmake[1]: Leaving directory `/usr/ports/java/sablevm-classpath/work/sablevm-classpath-1.13/lib' gmake: *** [install-recursive] Error 1 *** Error code 2 Stop in /usr/ports/java/sablevm-classpath. *** Error code 1 Stop in /usr/ports/java/sablevm. *** Error code 1 Stop in /usr/ports/java/sablevm. >How-To-Repeat: cd /usr/ports/java/sablevm; sudo make install clean >Fix: Looks as though the install script isn't quite right. Don't know how to fix, sorry. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-java@FreeBSD.ORG Fri Feb 22 03:16:46 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EC2F16A400 for ; Fri, 22 Feb 2008 03:16:46 +0000 (UTC) (envelope-from sbaskinger@lumeta.com) Received: from MAIL.corp.lumeta.com (hercules.lumeta.com [65.246.245.23]) by mx1.freebsd.org (Postfix) with ESMTP id 3FF4D13C458 for ; Fri, 22 Feb 2008 03:16:45 +0000 (UTC) (envelope-from sbaskinger@lumeta.com) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Thu, 21 Feb 2008 22:02:09 -0500 Message-ID: <78ED28FACE63744386D68D8A9D1CF5D449F3@MAIL.corp.lumeta.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Memory leak in 1.5.0 JVM Thread-Index: Ach0/Q/uCkqm6ZqtR02oxNeVd8ZnjAAAkCnl References: <200802220207.m1M27I9r080073@camembert.async.caltech.edu> From: "Samuel R. Baskinger" To: "Mika Nystrom" , Cc: mika@camembert.async.caltech.edu Subject: RE: Memory leak in 1.5.0 JVM X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 03:16:46 -0000 Do you get the same results if you put a System.gc() after your thread = spawn? Perhaps you are just out-running the garbage collector. :) I tried this on the diablog-jdk 1.5 on amd64 bsd and it runs quite = nicely unmodified. [sam@bob ~]$ java -version java version "1.5.0" Java(TM) 2 Runtime Environment, Standard Edition (build = diablo-1.5.0-b01) Java HotSpot(TM) 64-Bit Server VM (build diablo-1.5.0_07-b01, mixed = mode) [sam@bob ~]$=20 Sam -----Original Message----- From: owner-freebsd-java@freebsd.org on behalf of Mika Nystrom Sent: Thu 2/21/2008 9:07 PM To: freebsd-java@freebsd.org Cc: mika@camembert.async.caltech.edu Subject: Memory leak in 1.5.0 JVM =20 Hello there freebsd-java, I am running a binary downloaded 1.5.0 JVM on a FreeBSD 5.5 system: (167)rover:~/levinc/memleak>java -version java version "1.5.0" Java(TM) 2 Runtime Environment, Standard Edition (build = diablo-1.5.0-b01) Java HotSpot(TM) Client VM (build diablo-1.5.0_07-b01, mixed mode) (168)rover:~/levinc/memleak>uname -a FreeBSD rover 5.5-RELEASE FreeBSD 5.5-RELEASE #4: Sat Nov 17 12:13:24 = PST 2007 mika@rover:/usr/src/sys/i386/compile/ROVER i386 I have found the following program to leak memory on FreeBSD, but not on = Windows with same Java 1.6.0, nor on Debian with gij 1.4.2: class Leakq { private static class MyThread extends Thread { public void run()=20 { } } public static void main (String[] args) { for(;;) { (new MyThread()).start(); } } } Best regards, Mika Nystrom mika@alum.mit.edu _______________________________________________ freebsd-java@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-java To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" From owner-freebsd-java@FreeBSD.ORG Fri Feb 22 03:30:02 2008 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC9A216A403 for ; Fri, 22 Feb 2008 03:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BDDFF13C469 for ; Fri, 22 Feb 2008 03:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1M3U2jt021707 for ; Fri, 22 Feb 2008 03:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1M3U2Du021704; Fri, 22 Feb 2008 03:30:02 GMT (envelope-from gnats) Date: Fri, 22 Feb 2008 03:30:02 GMT Message-Id: <200802220330.m1M3U2Du021704@freefall.freebsd.org> To: freebsd-java@FreeBSD.org From: Andrew Reilly Cc: Subject: Re: java/120959: sablevm-classpath did not build/install from ports X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andrew Reilly List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 03:30:02 -0000 The following reply was made to PR java/120959; it has been noted by GNATS. From: Andrew Reilly To: bug-followup@FreeBSD.org, areilly@bigpond.net.au Cc: Subject: Re: java/120959: sablevm-classpath did not build/install from ports Date: Fri, 22 Feb 2008 14:25:55 +1100 Actually, that was really easy to fix. A script was trying to do this: mkdir -p /usr/local/lib/sablevm/{lib,jre/lib} which doesn't work in our /bin/sh. (Where does it work? Zsh?) I made the directories manually, and the installation proceeded properly. The fix is to replace that line with two: mkdir -p /usr/local/lib/sablevm/lib mkdir -p /usr/local/lib/sablevm/jre/lib Not sure where, though... -- Andrew From owner-freebsd-java@FreeBSD.ORG Fri Feb 22 05:42:08 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24BA616A404 for ; Fri, 22 Feb 2008 05:42:08 +0000 (UTC) (envelope-from mika@async.caltech.edu) Received: from async.async.caltech.edu (async.async.caltech.edu [131.215.39.1]) by mx1.freebsd.org (Postfix) with ESMTP id 0DA1713C46B for ; Fri, 22 Feb 2008 05:42:07 +0000 (UTC) (envelope-from mika@async.caltech.edu) Received: from camembert.async.caltech.edu (root@camembert.async.caltech.edu [131.215.39.91]) by async.async.caltech.edu (8.11.0/8.11.0) with ESMTP id m1M5g7042745; Thu, 21 Feb 2008 21:42:07 -0800 (PST) (envelope-from mika@camembert.async.caltech.edu) Received: from camembert.async.caltech.edu (k-9@localhost [127.0.0.1]) by camembert.async.caltech.edu (8.13.1/8.13.1) with ESMTP id m1M5g7Qq085021; Thu, 21 Feb 2008 21:42:07 -0800 (PST) (envelope-from mika@camembert.async.caltech.edu) Message-Id: <200802220542.m1M5g7Qq085021@camembert.async.caltech.edu> To: Nick Johnson In-Reply-To: Your message of "Thu, 21 Feb 2008 19:05:02 PST." <20080221190430.U2617@turing> Date: Thu, 21 Feb 2008 21:42:07 -0800 From: Mika Nystrom Cc: freebsd-java@freebsd.org Subject: Re: Memory leak in 1.5.0 JVM X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 05:42:08 -0000 Nick Johnson writes: >What happens if you add a thread.join()? > > Nick What do you know.. the leak goes away. Also the program uses 1/3 as much memory to start with (RES: 12M vs. 40M). Mika > >On Thu, 21 Feb 2008, Mika Nystrom wrote: > >> Hello there freebsd-java, >> >> I am running a binary downloaded 1.5.0 JVM on a FreeBSD 5.5 system: >> >> (167)rover:~/levinc/memleak>java -version >> java version "1.5.0" >> Java(TM) 2 Runtime Environment, Standard Edition (build diablo-1.5.0-b01) >> Java HotSpot(TM) Client VM (build diablo-1.5.0_07-b01, mixed mode) >> (168)rover:~/levinc/memleak>uname -a >> FreeBSD rover 5.5-RELEASE FreeBSD 5.5-RELEASE #4: Sat Nov 17 12:13:24 PST 2007 mika@rover:/usr/src/sys/i386/compile/ROVER i386 >> >> I have found the following program to leak memory on FreeBSD, but not on Windows with same Java 1.6.0, nor on Debian with gij 1.4.2: >> >> class Leakq { >> >> private static class MyThread extends Thread { >> public void run() >> { >> >> } >> } >> >> public static void main (String[] args) >> { >> for(;;) { >> (new MyThread()).start(); >> } >> } >> } >> >> Best regards, >> Mika Nystrom >> mika@alum.mit.edu >> _______________________________________________ >> freebsd-java@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-java >> To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" >> > >-- >"Courage isn't just a matter of not being frightened, you know. It's being > afraid and doing what you have to do anyway." > Doctor Who - Planet of the Daleks >This message has been brought to you by Nick Johnson 2.3b1 and the number 6. >http://healerNick.com/ http://morons.org/ http://spatula.net/ From owner-freebsd-java@FreeBSD.ORG Fri Feb 22 05:49:20 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C37ED16A403 for ; Fri, 22 Feb 2008 05:49:20 +0000 (UTC) (envelope-from mika@async.caltech.edu) Received: from async.async.caltech.edu (async.async.caltech.edu [131.215.39.1]) by mx1.freebsd.org (Postfix) with ESMTP id 9368213C4CE for ; Fri, 22 Feb 2008 05:49:20 +0000 (UTC) (envelope-from mika@async.caltech.edu) Received: from camembert.async.caltech.edu (root@camembert.async.caltech.edu [131.215.39.91]) by async.async.caltech.edu (8.11.0/8.11.0) with ESMTP id m1M5nK042788; Thu, 21 Feb 2008 21:49:20 -0800 (PST) (envelope-from mika@camembert.async.caltech.edu) Received: from camembert.async.caltech.edu (k-9@localhost [127.0.0.1]) by camembert.async.caltech.edu (8.13.1/8.13.1) with ESMTP id m1M5nJhd085207; Thu, 21 Feb 2008 21:49:20 -0800 (PST) (envelope-from mika@camembert.async.caltech.edu) Message-Id: <200802220549.m1M5nJhd085207@camembert.async.caltech.edu> To: "Samuel R. Baskinger" In-Reply-To: Your message of "Thu, 21 Feb 2008 22:02:09 EST." <78ED28FACE63744386D68D8A9D1CF5D449F3@MAIL.corp.lumeta.com> Date: Thu, 21 Feb 2008 21:49:19 -0800 From: Mika Nystrom Cc: freebsd-java@freebsd.org Subject: Re: Memory leak in 1.5.0 JVM X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 05:49:20 -0000 No, that does seem to fix it, also. Of course, I have no idea how many times slower System.gc() is than thread.start()... Out-running the garbage collector? I'm not used to Java, but in Modula-3, the garbage collector gets called when you allocate memory, is that not how it works in Java? Hmmm...! I am testing this code because I am having some trouble with a long-running server, which spaws a few new threads every two seconds using Quartz, and I can't for the life of me see why its memory usage is growing over time (it runs out of its 300 megs after about two hours). But it could be something completely different in that program, of course. Mika class Leakq { private static class MyThread extends Thread { public void run() { } } public static void main (String[] args) { for(;;) { Thread t = new MyThread(); t.start(); /*try { t.join(); } catch (Exception ex) { ; }*/ System.gc(); } } } "Samuel R. Baskinger" writes: > >Do you get the same results if you put a System.gc() after your thread spawn? Perhaps you are just out-running the garbage collector. :) > >I tried this on the diablog-jdk 1.5 on amd64 bsd and it runs quite nicely unmodified. > >[sam@bob ~]$ java -version >java version "1.5.0" >Java(TM) 2 Runtime Environment, Standard Edition (build diablo-1.5.0-b01) >Java HotSpot(TM) 64-Bit Server VM (build diablo-1.5.0_07-b01, mixed mode) >[sam@bob ~]$ > >Sam > >-----Original Message----- >From: owner-freebsd-java@freebsd.org on behalf of Mika Nystrom >Sent: Thu 2/21/2008 9:07 PM >To: freebsd-java@freebsd.org >Cc: mika@camembert.async.caltech.edu >Subject: Memory leak in 1.5.0 JVM > >Hello there freebsd-java, > >I am running a binary downloaded 1.5.0 JVM on a FreeBSD 5.5 system: > >(167)rover:~/levinc/memleak>java -version >java version "1.5.0" >Java(TM) 2 Runtime Environment, Standard Edition (build diablo-1.5.0-b01) >Java HotSpot(TM) Client VM (build diablo-1.5.0_07-b01, mixed mode) >(168)rover:~/levinc/memleak>uname -a >FreeBSD rover 5.5-RELEASE FreeBSD 5.5-RELEASE #4: Sat Nov 17 12:13:24 PST 2007 mika@rover:/usr/src/sys/i386/compile/ROVER i386 > >I have found the following program to leak memory on FreeBSD, but not on Windows with same Java 1.6.0, nor on Debian with gij 1.4.2: > >class Leakq { > > private static class MyThread extends Thread { > public void run() > { > > } > } > > public static void main (String[] args) > { > for(;;) { > (new MyThread()).start(); > } > } >} > > Best regards, > Mika Nystrom > mika@alum.mit.edu >_______________________________________________ >freebsd-java@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-java >To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" From owner-freebsd-java@FreeBSD.ORG Fri Feb 22 06:19:35 2008 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9BF0316A402 for ; Fri, 22 Feb 2008 06:19:35 +0000 (UTC) (envelope-from andrew@areilly.bpa.nu) Received: from qsrv03ps.mx.bigpond.com (qsrv03ps.mx.bigpond.com [144.140.82.183]) by mx1.freebsd.org (Postfix) with ESMTP id 3338613C442 for ; Fri, 22 Feb 2008 06:19:34 +0000 (UTC) (envelope-from andrew@areilly.bpa.nu) Received: from oaamta02ps.mx.bigpond.com ([124.188.162.219]) by omta05ps.mx.bigpond.com with ESMTP id <20080222031320.CNT2309.omta05ps.mx.bigpond.com@oaamta02ps.mx.bigpond.com> for ; Fri, 22 Feb 2008 03:13:20 +0000 Received: from areilly.bpa.nu ([124.188.162.219]) by oaamta02ps.mx.bigpond.com with ESMTP id <20080222031314.DWNG4098.oaamta02ps.mx.bigpond.com@areilly.bpa.nu> for ; Fri, 22 Feb 2008 03:13:14 +0000 Received: (qmail 87354 invoked by uid 501); 22 Feb 2008 03:12:57 -0000 Date: Fri, 22 Feb 2008 14:12:57 +1100 From: Andrew Reilly To: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= Message-ID: <20080222031257.GA86828@duncan.reilly.home> References: <53298.192.168.1.2.1203589993.squirrel@webmail.alpha-tierchen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <53298.192.168.1.2.1203589993.squirrel@webmail.alpha-tierchen.de> User-Agent: Mutt/1.4.2.3i X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A090202.47BE3DC9.01FD,ss=1,fgs=0 Cc: java@freebsd.org Subject: Re: SableVM X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 06:19:35 -0000 On Thu, Feb 21, 2008 at 11:33:13AM +0100, Björn König wrote: > someone you may already have played with SableVM (java/sablevm), a fast > and small Java virtual machine. Most likely you noticed poor stability, > i.e. segmentation faults and unexpected behaviour. These failures were > caused by libffi and persisted as long as the port exists. I fixed the > libffi port and as far as I can say it works without problems. Thanks for that! I have been interested in SableVM for a while, and used it long ago, but it hasn't worked on my amd64 machine, ever. I'm keen to try it. Is it still being developed or maintained? For a while the main web site wasn't available, and there was some talk about it merging into the Apache JVM project, but I don't know what's happened, there. > Hereby I like to announce that SableVM works quite nice on i386 and amd64 > now and I would like to receive some feedback. Please test sablevm-1.13_1 > with libffi-3.0.1. The SableVM itself appears to have built OK from ports, but the classpath did not install properly. I've just submitted a PR about it: http://www.freebsd.org/cgi/query-pr.cgi?pr=120959 Thoughts? Cheers, -- Andrew From owner-freebsd-java@FreeBSD.ORG Fri Feb 22 06:43:07 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29A4516A406 for ; Fri, 22 Feb 2008 06:43:07 +0000 (UTC) (envelope-from freebsd@spatula.net) Received: from turing.morons.org (turing.morons.org [208.96.51.42]) by mx1.freebsd.org (Postfix) with ESMTP id 0C41313C45D for ; Fri, 22 Feb 2008 06:43:06 +0000 (UTC) (envelope-from freebsd@spatula.net) Received: from localhost (localhost.morons.org [127.0.0.1]) by turing.morons.org (Postfix) with ESMTP id 98739170DA; Thu, 21 Feb 2008 22:29:38 -0800 (PST) X-DomainKeys: Sendmail DomainKeys Filter v0.6.0 turing.morons.org 98739170DA DomainKey-Signature: a=rsa-sha1; s=selector1; d=spatula.net; c=nofws; q=dns; h=date:from:to:cc:subject:in-reply-to:message-id:references; b=RmPp8aMSXba/Cnw3yG+41lrSxWPMgw9ntsiaLClJyS+SCYOUqzZjIIlKQv+br5Jo+ crohJ7ix46V9tI0oDxg/SoycfYb2vuo4rtWT10C2bue6E17XnE9wAepGPEa49xIKBHK Z5VWYha+ovHwI02F9KGo5uHuVchEQI7E4ZMrDZ8= X-DKIM: Sendmail DKIM Filter v2.4.2 turing.morons.org 98739170DA DKIM-Signature: v=1; a=rsa-sha1; c=simple/simple; d=spatula.net; s=selector1; t=1203661778; bh=yoUYsiaP4/YaP71x+7V8QQfjF5Y=; h=X-Virus-Scanned:Date:From:X-X-Sender:To:cc:Subject:In-Reply-To: Message-ID:References:MIME-Version:Content-Type; b=KrYJ+0SbUfXIbcg AUGXKNTvSEoyVkCAVlHQ1mp785Qt0bHHdOoNohSwMX1NHL0sJv8CV9osxMyH/3GSX+I YpvnxNRYlzTz72gKiRj3+I4IH5ucGVkpEx1Wu8CWTvsxz6LMkpB5Q6D4VAqRtvEE1Of bwd9PE/vOhhlP22Tqw18qw= X-Virus-Scanned: amavisd-new at morons.org Received: from turing.morons.org ([127.0.0.1]) by localhost (turing.morons.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yuF92zAejNMa; Thu, 21 Feb 2008 22:29:37 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by turing.morons.org (Postfix) with ESMTP; Thu, 21 Feb 2008 22:29:37 -0800 (PST) Date: Thu, 21 Feb 2008 22:29:37 -0800 (PST) From: Nick Johnson X-X-Sender: spatula@turing To: Mika Nystrom In-Reply-To: <200802220549.m1M5nJhd085207@camembert.async.caltech.edu> Message-ID: <20080221222313.O2617@turing> References: <200802220549.m1M5nJhd085207@camembert.async.caltech.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-java@freebsd.org Subject: Re: Memory leak in 1.5.0 JVM X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 06:43:07 -0000 On Thu, 21 Feb 2008, Mika Nystrom wrote: > Out-running the garbage collector? I'm not used to Java, but in > Modula-3, the garbage collector gets called when you allocate memory, > is that not how it works in Java? In a word, no. Garbage collection in Java is asynchronous. In the Sun JVM there are several different garbage collection strategies. The default strategy uses multiple "generations"-- a "new" generation for short-lived objects; those objects that live through a new generation collection get promoted to one of many "survivor" spaces, and those that survive collection there (either because of time or exhausting the size of the survivor space) get promoted to the "tenured" or "old" generation. Then there's a "permanent" generation for classes and other stuff. If you just sit and watch the memory size of a JVM process, it might appear to be "leaking" memory, but what's happening under the hood is far more complicated than that. The JVM will also grow to accomodate the amount of memory it has needed to allocate, but won't necessarily -shrink- again once those objects are garbage collected. In a long-running process, chances are that if a program needed 256M once, it's going to need it again. To get a real good idea of what's going on under the hood, look at tools like jvmstat and visualgc. This document will give you a much more detailed view than my rough outline here: http://java.sun.com/docs/hotspot/gc5.0/gc_tuning_5.html Nick -- "Courage isn't just a matter of not being frightened, you know. It's being afraid and doing what you have to do anyway." Doctor Who - Planet of the Daleks This message has been brought to you by Nick Johnson 2.3b1 and the number 6. http://healerNick.com/ http://morons.org/ http://spatula.net/ From owner-freebsd-java@FreeBSD.ORG Fri Feb 22 09:10:03 2008 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8D0316A408 for ; Fri, 22 Feb 2008 09:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BCC6213C47E for ; Fri, 22 Feb 2008 09:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1M9A3Su049823 for ; Fri, 22 Feb 2008 09:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1M9A3ww049822; Fri, 22 Feb 2008 09:10:03 GMT (envelope-from gnats) Date: Fri, 22 Feb 2008 09:10:03 GMT Message-Id: <200802220910.m1M9A3ww049822@freefall.freebsd.org> To: freebsd-java@FreeBSD.org From: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= Cc: Subject: Re: java/120959: sablevm-classpath did not build/install from ports X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 09:10:03 -0000 The following reply was made to PR java/120959; it has been noted by GNATS. From: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= To: areilly@bigpond.net.au Cc: bug-followup@FreeBSD.org Subject: Re: java/120959: sablevm-classpath did not build/install from ports Date: Fri, 22 Feb 2008 10:00:27 +0100 (CET) Hello, the problem is known to me. It happens if archivers/zip is installed. Here is a quick workaround: execute pkg_delete zip\* and 'make clean install' for java/sablevm-classpath again. The background is that sablevm-classpath tries to create a zip archive of the whole class library if zip is available. Now you have a zip archive in /usr/local/share/sablevm-classpath which is not listed in pkg-plist. Your explanation regarding the shell is correct, it's a bashism. Fixing the Makefile is already on my to-do list. I'll submit a patch soon. Björn From owner-freebsd-java@FreeBSD.ORG Fri Feb 22 10:30:21 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96ED316A406 for ; Fri, 22 Feb 2008 10:30:21 +0000 (UTC) (envelope-from mika@async.caltech.edu) Received: from async.async.caltech.edu (async.async.caltech.edu [131.215.39.1]) by mx1.freebsd.org (Postfix) with ESMTP id 6862213C448 for ; Fri, 22 Feb 2008 10:30:21 +0000 (UTC) (envelope-from mika@async.caltech.edu) Received: from camembert.async.caltech.edu (root@camembert.async.caltech.edu [131.215.39.91]) by async.async.caltech.edu (8.11.0/8.11.0) with ESMTP id m1MAUK045715; Fri, 22 Feb 2008 02:30:20 -0800 (PST) (envelope-from mika@camembert.async.caltech.edu) Received: from camembert.async.caltech.edu (k-9@localhost [127.0.0.1]) by camembert.async.caltech.edu (8.13.1/8.13.1) with ESMTP id m1MAUKPX092160; Fri, 22 Feb 2008 02:30:20 -0800 (PST) (envelope-from mika@camembert.async.caltech.edu) Message-Id: <200802221030.m1MAUKPX092160@camembert.async.caltech.edu> To: Nick Johnson In-Reply-To: Your message of "Thu, 21 Feb 2008 22:29:37 PST." <20080221222313.O2617@turing> Date: Fri, 22 Feb 2008 02:30:20 -0800 From: Mika Nystrom Cc: mika@camembert.async.caltech.edu, freebsd-java@freebsd.org Subject: Re: Memory leak in 1.5.0 JVM X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 10:30:21 -0000 Hi Nick, Thanks for the explanation! I guess I can just chalk up another reason on my list of reasons "why I would never use Java for anything I care about [given the choice]". Better garbage collectors were described by Dijkstra et al... now 30 years ago. This is what my NOP-program does after allocating a gigabyte (only takes a couple of minutes on a Q6600): Exception in thread "main" java.lang.OutOfMemoryError: unable to create new native thread at java.lang.Thread.start0(Native Method) at java.lang.Thread.start(Thread.java:574) at Leakq.main(Leakq.java:14) Mika Nick Johnson writes: >On Thu, 21 Feb 2008, Mika Nystrom wrote: > >> Out-running the garbage collector? I'm not used to Java, but in >> Modula-3, the garbage collector gets called when you allocate memory, >> is that not how it works in Java? > >In a word, no. Garbage collection in Java is asynchronous. In the Sun >JVM there are several different garbage collection strategies. The >default strategy uses multiple "generations"-- a "new" generation for >short-lived objects; those objects that live through a new generation >collection get promoted to one of many "survivor" spaces, and those that survive collection there (either because of time or exhausting the size of >the survivor space) get promoted to the "tenured" or "old" generation. >Then there's a "permanent" generation for classes and other stuff. > >If you just sit and watch the memory size of a JVM process, it might >appear to be "leaking" memory, but what's happening under the hood is far >more complicated than that. The JVM will also grow to accomodate the >amount of memory it has needed to allocate, but won't necessarily -shrink- >again once those objects are garbage collected. In a long-running >process, chances are that if a program needed 256M once, it's going to >need it again. > >To get a real good idea of what's going on under the hood, look at tools >like jvmstat and visualgc. > >This document will give you a much more detailed view than my rough >outline here: > > http://java.sun.com/docs/hotspot/gc5.0/gc_tuning_5.html > > Nick > > >-- >"Courage isn't just a matter of not being frightened, you know. It's being > afraid and doing what you have to do anyway." > Doctor Who - Planet of the Daleks >This message has been brought to you by Nick Johnson 2.3b1 and the number 6. >http://healerNick.com/ http://morons.org/ http://spatula.net/ From owner-freebsd-java@FreeBSD.ORG Fri Feb 22 14:13:11 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAF6416A403 for ; Fri, 22 Feb 2008 14:13:11 +0000 (UTC) (envelope-from sbaskinger@lumeta.com) Received: from MAIL.corp.lumeta.com (hercules.lumeta.com [65.246.245.23]) by mx1.freebsd.org (Postfix) with ESMTP id AA02413C457 for ; Fri, 22 Feb 2008 14:13:10 +0000 (UTC) (envelope-from sbaskinger@lumeta.com) Received: from [65.246.246.54] ([65.246.246.54]) by MAIL.corp.lumeta.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 22 Feb 2008 09:13:09 -0500 Message-ID: <47BED875.4090906@lumeta.com> Date: Fri, 22 Feb 2008 09:13:09 -0500 From: Sam Baskinger Organization: Lumeta Corporation User-Agent: Thunderbird 2.0.0.9 (X11/20071120) MIME-Version: 1.0 To: Mika Nystrom References: <200802220549.m1M5nJhd085207@camembert.async.caltech.edu> In-Reply-To: <200802220549.m1M5nJhd085207@camembert.async.caltech.edu> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 22 Feb 2008 14:13:09.0473 (UTC) FILETIME=[0D3F7510:01C8755D] Cc: freebsd-java@freebsd.org Subject: [O/T] Re: Memory leak in 1.5.0 JVM X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 14:13:12 -0000 Slightly off topic, here is a link to Sun's Java 1.5.0 garbage collector. http://java.sun.com/j2se/1.5.0/docs/guide/vm/gc-ergonomics.html ... and here is the Java 5.0 GC tuning guide... http://java.sun.com/docs/hotspot/gc5.0/gc_tuning_5.html Interesting reading, but I doubt it holds the solution to the bad behavior your seeing. :( Sam Mika Nystrom wrote: > No, that does seem to fix it, also. Of course, I have no idea how > many times slower System.gc() is than thread.start()... > > Out-running the garbage collector? I'm not used to Java, but in > Modula-3, the garbage collector gets called when you allocate memory, > is that not how it works in Java? > > Hmmm...! > > I am testing this code because I am having some trouble with a > long-running server, which spaws a few new threads every two seconds > using Quartz, and I can't for the life of me see why its memory > usage is growing over time (it runs out of its 300 megs after about > two hours). But it could be something completely different in that > program, of course. > > Mika > > class Leakq { > > private static class MyThread extends Thread { > public void run() > { > > } > } > > public static void main (String[] args) > { > for(;;) { > Thread t = new MyThread(); > t.start(); > /*try { t.join(); } catch (Exception ex) { ; }*/ > System.gc(); > } > } > } > > > "Samuel R. Baskinger" writes: > >> Do you get the same results if you put a System.gc() after your thread spawn? Perhaps you are just out-running the garbage collector. :) >> >> I tried this on the diablog-jdk 1.5 on amd64 bsd and it runs quite nicely unmodified. >> >> [sam@bob ~]$ java -version >> java version "1.5.0" >> Java(TM) 2 Runtime Environment, Standard Edition (build diablo-1.5.0-b01) >> Java HotSpot(TM) 64-Bit Server VM (build diablo-1.5.0_07-b01, mixed mode) >> [sam@bob ~]$ >> >> Sam >> >> -----Original Message----- >> From: owner-freebsd-java@freebsd.org on behalf of Mika Nystrom >> Sent: Thu 2/21/2008 9:07 PM >> To: freebsd-java@freebsd.org >> Cc: mika@camembert.async.caltech.edu >> Subject: Memory leak in 1.5.0 JVM >> >> Hello there freebsd-java, >> >> I am running a binary downloaded 1.5.0 JVM on a FreeBSD 5.5 system: >> >> (167)rover:~/levinc/memleak>java -version >> java version "1.5.0" >> Java(TM) 2 Runtime Environment, Standard Edition (build diablo-1.5.0-b01) >> Java HotSpot(TM) Client VM (build diablo-1.5.0_07-b01, mixed mode) >> (168)rover:~/levinc/memleak>uname -a >> FreeBSD rover 5.5-RELEASE FreeBSD 5.5-RELEASE #4: Sat Nov 17 12:13:24 PST 2007 mika@rover:/usr/src/sys/i386/compile/ROVER i386 >> >> I have found the following program to leak memory on FreeBSD, but not on Windows with same Java 1.6.0, nor on Debian with gij 1.4.2: >> >> class Leakq { >> >> private static class MyThread extends Thread { >> public void run() >> { >> >> } >> } >> >> public static void main (String[] args) >> { >> for(;;) { >> (new MyThread()).start(); >> } >> } >> } >> >> Best regards, >> Mika Nystrom >> mika@alum.mit.edu >> _______________________________________________ >> freebsd-java@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-java >> To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" >> > > -- Sam Baskinger Software Engineer Lumeta - Securing the Network in the Face of Change sbaskinger@lumeta.com 732.357.3545 (office) 732.564.0731 (fax) Lumeta Corporation 220 Davidson Ave, 4th Floor Somerset, NJ 08873 www.lumeta.com From owner-freebsd-java@FreeBSD.ORG Fri Feb 22 18:20:48 2008 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3ABE16A402; Fri, 22 Feb 2008 18:20:48 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B4A4A13C455; Fri, 22 Feb 2008 18:20:48 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1MIKmQs095676; Fri, 22 Feb 2008 18:20:48 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1MIKm7u095672; Fri, 22 Feb 2008 18:20:48 GMT (envelope-from linimon) Date: Fri, 22 Feb 2008 18:20:48 GMT Message-Id: <200802221820.m1MIKm7u095672@freefall.freebsd.org> To: sbrabez@gmail.com, linimon@FreeBSD.org, freebsd-java@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/118088: java/eclipse-devel: The path of Variable Exec= in files/eclipse.desktop in not good X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 18:20:48 -0000 Synopsis: java/eclipse-devel: The path of Variable Exec= in files/eclipse.desktop in not good State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Fri Feb 22 18:20:20 UTC 2008 State-Changed-Why: Submitter notes that the problem was solved in a different way. http://www.freebsd.org/cgi/query-pr.cgi?pr=118088 From owner-freebsd-java@FreeBSD.ORG Fri Feb 22 20:20:06 2008 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 814BD16A400 for ; Fri, 22 Feb 2008 20:20:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7A8DC13C4D5 for ; Fri, 22 Feb 2008 20:20:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1MKK6DU007323 for ; Fri, 22 Feb 2008 20:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1MKK6K1007322; Fri, 22 Feb 2008 20:20:06 GMT (envelope-from gnats) Date: Fri, 22 Feb 2008 20:20:06 GMT Message-Id: <200802222020.m1MKK6K1007322@freefall.freebsd.org> To: freebsd-java@FreeBSD.org From: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= Cc: Subject: Re: java/120959: sablevm-classpath did not build/install from ports X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 20:20:06 -0000 The following reply was made to PR java/120959; it has been noted by GNATS. From: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= To: areilly@bigpond.net.au Cc: bug-followup@freebsd.org Subject: Re: java/120959: sablevm-classpath did not build/install from ports Date: Fri, 22 Feb 2008 21:14:33 +0100 (CET) ------=_20080222211433_99087 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit It's necessary to update java/sablevm too. ------=_20080222211433_99087 Content-Type: application/octet-stream; name="ports-java-sablevm.diff" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="ports-java-sablevm.diff" ZGlmZiAtLWdpdCBwb3J0cy9qYXZhL3NhYmxldm0vTWFrZWZpbGUgcG9ydHMvamF2YS9zYWJsZXZt L01ha2VmaWxlCmluZGV4IGRmMmU2MTEuLmVlOTY1NzMgMTAwNjQ0Ci0tLSBwb3J0cy9qYXZhL3Nh Ymxldm0vTWFrZWZpbGUKKysrIHBvcnRzL2phdmEvc2FibGV2bS9NYWtlZmlsZQpAQCAtMzMsNyAr MzMsNyBAQCBDT05GTElDVFM9CWNsYXNzcGF0aC0qCiAuaW5jbHVkZSA8YnNkLnBvcnQucHJlLm1r PgogCiAuaWYgIWRlZmluZWQoV0lUSE9VVF9TVk1DUCkKLVJVTl9ERVBFTkRTKz0JJHtMT0NBTEJB U0V9L3NoYXJlL3NhYmxldm0tY2xhc3NwYXRoL2phdmEvbGFuZy9PYmplY3QuY2xhc3M6JHtQT1JU U0RJUn0vamF2YS9zYWJsZXZtLWNsYXNzcGF0aAorUlVOX0RFUEVORFMrPQkke0xPQ0FMQkFTRX0v bGliL3NhYmxldm0tY2xhc3NwYXRoL2xpYmphdmFsYW5nLnNvOiR7UE9SVFNESVJ9L2phdmEvc2Fi bGV2bS1jbGFzc3BhdGgKIC5lbmRpZgogCiAuaWYgIWRlZmluZWQoV0lUSE9VVF9NQU4pCg== ------=_20080222211433_99087-- From owner-freebsd-java@FreeBSD.ORG Sat Feb 23 01:04:54 2008 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0604B16A405; Sat, 23 Feb 2008 01:04:54 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D714513C442; Sat, 23 Feb 2008 01:04:53 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1N14rfR030098; Sat, 23 Feb 2008 01:04:53 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1N14rSB030094; Sat, 23 Feb 2008 01:04:53 GMT (envelope-from linimon) Date: Sat, 23 Feb 2008 01:04:53 GMT Message-Id: <200802230104.m1N14rSB030094@freefall.freebsd.org> To: areilly@bigpond.net.au, linimon@FreeBSD.org, freebsd-java@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/120959: java/sablevm-classpath did not build/install from ports X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Feb 2008 01:04:54 -0000 Old Synopsis: sablevm-classpath did not build/install from ports New Synopsis: java/sablevm-classpath did not build/install from ports State-Changed-From-To: open->analyzed State-Changed-By: linimon State-Changed-When: Sat Feb 23 01:03:01 UTC 2008 State-Changed-Why: Maintainer is aware of the problem and is working on it. http://www.freebsd.org/cgi/query-pr.cgi?pr=120959 From owner-freebsd-java@FreeBSD.ORG Sat Feb 23 13:54:12 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B49A216A401 for ; Sat, 23 Feb 2008 13:54:12 +0000 (UTC) (envelope-from diizzyy@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id 392D613C447 for ; Sat, 23 Feb 2008 13:54:12 +0000 (UTC) (envelope-from diizzyy@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so167773uge.37 for ; Sat, 23 Feb 2008 05:54:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=h/YDcbn9BxVzEFoDqeAUjlOfH24NOCpIhnLl8LO9x4Q=; b=UDYfClCkeq+OGb3/ZAl0QhRTwUMv5M61P9ENa4f/Kzvn5VZg+KhiJpUrqUMiwPyNMaf3mwJxkzgl0X0Na7hNtei5r1JWh6ayNjcmazUGWhgBbyzwGgDsFZFS8dnVcM2qCtEV4X3r6yc0DSrrDgr4lBlgiV3YF5npUNwTD/7befo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=KsS2mFdDSPYWIlj2tYDoq0Z2NDa4YxY6bnMFIXShYuMxdG9kn0EsqzcwCcXqKyMuwfRRjXL0kAR8ub/vMji1VqFgOG43fT/PcwOHrLKD3TFRiTaaZzVAe1IcRMI1vaapXtG19C1nH0Qe0ekIOmcsmxyZFVT9+tydFJvm7CBMN+4= Received: by 10.67.122.10 with SMTP id z10mr436030ugm.44.1203773278238; Sat, 23 Feb 2008 05:27:58 -0800 (PST) Received: from ?192.168.1.10? ( [213.226.81.70]) by mx.google.com with ESMTPS id u1sm1216278uge.14.2008.02.23.05.27.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 23 Feb 2008 05:27:57 -0800 (PST) Message-ID: <47C01F84.4050800@gmail.com> Date: Sat, 23 Feb 2008 14:28:36 +0100 From: Daniel Engberg User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Java JDK 1.6p4 and Azureus X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Feb 2008 13:54:12 -0000 Hi, I browsed earlier archives and found someone who had similar issues. What happens is that Azureus starts fine, adds torrents without any errors, connects to a few peers/seeders and then idles. It doesnt fetch any pieces or gives any errors. I've tried the diablo packages/ports (1.5 and 1.6) without any success, and the older patchset 3 with the same result. Does anyone know a workaround? In case anyone is wondering I'm running the CLI/WebUI interface(s). Systeminfo: FreeBSD 7.0-RC1 (AMD64) Java(TM) SE Runtime Environment (build 1.6.0_03-p4-root_23_feb_2008_13_12-b00) Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_03-p4-root_23_feb_2008_13_12-b00, mixed mode) Thanks in advance //Daniel