From owner-freebsd-java@FreeBSD.ORG Sun May 1 11:28:11 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23DBA16A4CE for ; Sun, 1 May 2005 11:28:11 +0000 (GMT) Received: from turing.morons.org (turing.morons.org [209.237.229.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9402C43D1F for ; Sun, 1 May 2005 11:28:10 +0000 (GMT) (envelope-from freebsd@spatula.net) Received: by turing.morons.org (Postfix, from userid 1001) id 74A1DA92B; Sun, 1 May 2005 04:28:10 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by turing.morons.org (Postfix) with ESMTP id 705B5A920 for ; Sun, 1 May 2005 04:28:10 -0700 (PDT) Date: Sun, 1 May 2005 04:28:10 -0700 (PDT) From: Nick Johnson X-X-Sender: spatula@turing.morons.org To: freebsd-java@freebsd.org Message-ID: <20050501041231.L4015@turing.morons.org> X-what-happen: someone set up us the bomb X-Message-Flags: Spatula Precedence: special-delivery MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: VM crash X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 May 2005 11:28:11 -0000 This is the first VM crash I've had in ages, but the last four times were also caused during a System.arraycopy at the same PC. I've munged the proprietary information a bit; I don't think the crash had to do with that code. The line it was executing at the time was this: data.append(String.valueOf(System.currentTimeMillis())); ("data" is a poorly-name StringBuffer) java version "1.4.2-p6" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-p6-spatula_21_apr_2004_14_05) Java HotSpot(TM) Client VM (build 1.4.2-p6-spatula_21_apr_2004_14_05, mixed mode) Running with this command line: /usr/local/jdk14/bin/java -server -Djava.net.preferIPv4Stack=true -Xmx384m -Xms384m -verbosegc -XX:+PrintGCDetails -XX:NewSize=192m -XX:PermSize=16m -showversion -XX:+UseConcMarkSweepGC Following are the error log and the stack trace. Unexpected Signal : 11 occurred at PC=0x2864972E Function=_ZN14typeArrayKlass10copy_arrayEP12arrayOopDesciS1_iiP6Thread+0x1E Library=/web/contrib/java-p6/control/build/bsd-i586/lib/i386/server/libjvm.so Current Java thread: at java.lang.System.arraycopy(Native Method) at java.lang.String.(String.java:201) at java.lang.Long.toString(Long.java:237) at java.lang.Long.toString(Long.java:93) at java.lang.String.valueOf(String.java:2250) at net.spatula.news.x.x(x.java:73) at net.spatula.news.x.x(x.java:60) at _errors._errmsg__jsp._jspService(_errmsg__jsp.java:38) at com.caucho.jsp.JavaPage.service(JavaPage.java:75) at com.caucho.jsp.Page.subservice(Page.java:506) at com.caucho.server.http.FilterChainPage.doFilter(FilterChainPage.java:182) at com.oreilly.javaxslt.util.StylesheetFilter.doFilter(Unknown Source) at com.caucho.server.http.FilterChainFilter.doFilter(FilterChainFilter.java:88) at net.spatula.news.x.x(x.java:41) at com.caucho.server.http.FilterChainFilter.doFilter(FilterChainFilter.java:88) at com.caucho.server.http.Invocation.service(Invocation.java:315) at com.caucho.server.http.RunnerRequest.handleRequest(RunnerRequest.java:346) at com.caucho.server.http.RunnerRequest.handleConnection(RunnerRequest.java:274) at com.caucho.server.TcpConnection.run(TcpConnection.java:139) at java.lang.Thread.run(Thread.java:534) Dynamic libraries: 0x8048000 /usr/local/jdk14/bin/java 0x2806c000 /usr/lib/libc_r.so.4 0x28123000 /web/contrib/java-p6/control/build/bsd-i586/lib/i386/server/libjvm.so 0x28787000 /usr/lib/libm.so.2 0x287a2000 /web/contrib/java-p6/control/build/bsd-i586/lib/i386/native_threads/libhpi.so 0x287b0000 /web/contrib/java-p6/control/build/bsd-i586/lib/i386/libverify.so 0x287c2000 /web/contrib/java-p6/control/build/bsd-i586/lib/i386/libjava.so 0x287e1000 /web/contrib/java-p6/control/build/bsd-i586/lib/i386/libzip.so 0x4d489000 /web/resin-2.1.13/libexec/libresin.so 0x4d48e000 /usr/lib/libssl.so.3 0x4d4bd000 /usr/lib/libcrypto.so.3 0x4d5b4000 /web/contrib/java-p6/control/build/bsd-i586/lib/i386/libnet.so 0x2804e000 /usr/libexec/ld-elf.so.1 Heap at VM Abort: Heap def new generation total 196480K, used 78509K [0x2c580000, 0x38580000, 0x38580000) eden space 196352K, 39% used [0x2c580000, 0x3122b6e0, 0x38540000) from space 128K, 0% used [0x38560000, 0x38560000, 0x38580000) to space 128K, 0% used [0x38540000, 0x38540000, 0x38560000) concurrent mark-sweep generation total 196608K, used 77800K [0x38580000, 0x44580000, 0x44580000) concurrent-mark-sweep perm gen total 16384K, used 12972K [0x44580000, 0x45580000, 0x48580000) Local Time = Sat Apr 30 23:10:44 2005 Elapsed Time = 84298 # # HotSpot Virtual Machine Error : 11 # Error ID : 4F530E43505002F1 # Please report this error to # freebsd-java@FreeBSD.org mailing list # Here's the stack dump from gdb (ignoring the part that handled the signal) #7 0x280bd586 in _thread_sig_handler () from /usr/lib/libc_r.so.4 #8 0xbfbfffac in ?? () #9 0x28502516 in JVM_ArrayCopy () from /web/contrib/java-p6/control/build/bsd-i586/lib/i386/server/libjvm.so #10 0x2a52f7a8 in ?? () #11 0x00000014 in ?? () #12 0x4458e5e0 in ?? () Cannot access memory at address 0x1 Nick -- "The aptly-named morons.org is an obscenity-laced screed..." -- Robert P. Lockwood, Catholic League director of research Nick Johnson, version 2.1 http://web.morons.org/ From owner-freebsd-java@FreeBSD.ORG Mon May 2 11:01:53 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 208F116A4FB for ; Mon, 2 May 2005 11:01:53 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8121F43D5A for ; Mon, 2 May 2005 11:01:52 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j42B1qQR030191 for ; Mon, 2 May 2005 11:01:52 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j42B1pPr030185 for freebsd-java@freebsd.org; Mon, 2 May 2005 11:01:51 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 2 May 2005 11:01:51 GMT Message-Id: <200505021101.j42B1pPr030185@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-java@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2005 11:01:53 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [2002/05/13] ports/38018 java www/jakarta-tomcat4: make passing of JVM f [2002/05/13] ports/38020 java www/jakarta-tomcat4: stop tomcat via java o [2004/05/01] java/66151 java JBuilderX (sun jvm 1.4.1 builtin) crashes f [2004/07/13] java/68972 java unpack crashes during make install of lin o [2004/07/27] ports/69675 java Eclipse slow typing o [2004/09/22] ports/72014 java Eclipse doesn't work (SigBus 10) if it ha o [2004/12/06] ports/74760 java javavmwrapper messes up amavisd-new f [2004/12/21] ports/75348 java Tomcat port overwrites server.xml config o [2005/01/24] java/76631 java any port linux-*-jdk12 will core dump if o [2005/03/04] ports/78396 java Java 1.4 fails to compile under FreeBSD 4 10 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [2003/09/16] ports/56928 java jce-aba port should install to $JAVA_HOME f [2003/11/21] ports/59571 java improvements of www/jakarta-tomcat4[1] Ma o [2004/08/11] java/70292 java jdk14 compile problem f [2004/11/24] ports/74344 java [proposal] tomcat41ctl: support for passi o [2004/12/16] ports/75143 java There is no way to specify jvm parameters 5 problems total. From owner-freebsd-java@FreeBSD.ORG Mon May 2 17:34:59 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58A5D16A4CE for ; Mon, 2 May 2005 17:34:59 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21A5143D46 for ; Mon, 2 May 2005 17:34:58 +0000 (GMT) (envelope-from elferdo@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1401070wra for ; Mon, 02 May 2005 10:34:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:reply-to:to:content-type:date:message-id:mime-version:x-mailer; b=YYmsQDwxh4/Cl4XfKLb4x/O8i+wOMvLBytUQK0xsOfGA/rdycrwVI5FMb69eFScEB0B9JAlJsD3USRxkK+0Sm/qO1KOEeef733Zc8WCbFTJbLm/LCqMTVioZVknvSld/AYiqy6tD65xJ+ARlJJrwTUUI36oQZQklMt6BiEjbwIc= Received: by 10.54.10.54 with SMTP id 54mr678747wrj; Mon, 02 May 2005 10:34:57 -0700 (PDT) Received: from localhost.localdomain ([217.2.241.239]) by mx.gmail.com with ESMTP id 45sm137582wri.2005.05.02.10.34.56; Mon, 02 May 2005 10:34:57 -0700 (PDT) From: Fernando Herrero =?ISO-8859-1?Q?Carr=F3n?= To: freebsd-java@FreeBSD.org Content-Type: multipart/mixed; boundary="=-6+cVGIi8VpsyymwhqZQl" Date: Mon, 02 May 2005 19:34:51 +0200 Message-Id: <1115055291.843.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.2.0 FreeBSD GNOME Team Port X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: JVM signal log X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: elferdo@gmail.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2005 17:34:59 -0000 --=-6+cVGIi8VpsyymwhqZQl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I have just installed eclipse from ports and when I tried to start it from a console, the splash screen appeared but suddenly dumped core. Some more info about my system: FreeBSD ayla 5.4-STABLE FreeBSD 5.4-STABLE #2: Sat Apr 16 14:02:54 CEST 2005 root@ayla:/usr/obj/usr/src/sys/AYLA i386 jdk-1.4.2p7 I send the log attached. Greetings, Fernando Herrero CarrĂ³n --=-6+cVGIi8VpsyymwhqZQl-- From owner-freebsd-java@FreeBSD.ORG Mon May 2 19:07:32 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9072616A4D0 for ; Mon, 2 May 2005 19:07:32 +0000 (GMT) Received: from smtp5.dti.ne.jp (smtp5.dti.ne.jp [202.216.228.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8006643D2F for ; Mon, 2 May 2005 19:07:31 +0000 (GMT) (envelope-from t-nozawa@pluto.dti.ne.jp) Received: from 172.21.1.27 (m-prob3.st.wakwak.ne.jp [61.115.123.241]) by smtp5.dti.ne.jp (3.10s) with ESMTP id j42J7UuO015896 for ; Tue, 3 May 2005 04:07:30 +0900 (JST) From: Toshiaki Nozawa To: java@FreeBSD.org Date: Tue, 3 May 2005 04:01:15 +0900 User-Agent: KMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200505030401.15821.t-nozawa@pluto.dti.ne.jp> Subject: ports/java/java3d problem report X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2005 19:07:32 -0000 Hello. I will use the result of your effort always welcome. pkg-message-libmap displayed with make install of ports/java/java3d seems not to be suitable for FreeBSD 5.3-RELEASE. The execution result in this state is shown as follows. ----- execution ----- tos@nozt41> uname -a FreeBSD nozt41.t-nozawa 5.3-RELEASE-p10 FreeBSD 5.3-RELEASE-p10 #0: Sun May 1 12:35:00 JST 2005 tos@nozt41.t-nozawa:/usr/obj/usr/ src/sys/GENERIC i386 tos@nozt41> cd /usr/local/share/java/java3d/demo/HelloUniverse/ tos@nozt41> java HelloUniverse java.lang.UnsatisfiedLinkError: /usr/local/jdk1.4.2/jre/lib/i386/ libJ3D.so: Shared object "libm.so.2" not found, required by "libJ3D.so" at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1477) at java.lang.Runtime.loadLibrary0(Runtime.java:788) at java.lang.System.loadLibrary(System.java:834) at javax.media.j3d.MasterControl$22.run(MasterControl.java:894) at java.security.AccessController.doPrivileged(Native Method) at javax.media.j3d.MasterControl.loadLibraries(MasterControl.java:891) at javax.media.j3d.VirtualUniverse.(VirtualUniverse.java:229) at HelloUniverse.init(HelloUniverse.java:94) at com.sun.j3d.utils.applet.MainFrame.run(MainFrame.java:262) at java.lang.Thread.run(Thread.java:534) ----- execution ----- Because libm.so.2 did not exist, it operated safely with libm.so.3 (two places). ----- /etc/libmap.conf ----- [/usr/local/jdk1.4.2/jre/lib/i386/libJ3D.so] libdl.so.2 pluginwrapper/java3d.so libm.so.6 libm.so.3 libnsl.so.1 pluginwrapper/java3d.so libpthread.so.0 pluginwrapper/java3d.so libc.so.6 pluginwrapper/java3d.so [/usr/local/jdk1.4.2/jre/lib/i386/libJ3DUtils.so] libpthread.so.0 pluginwrapper/java3d.so libc.so.6 pluginwrapper/java3d.so [/usr/local/jdk1.4.2/jre/lib/i386/libj3daudio.so] libm.so.6 libm.so.3 libnsl.so.1 pluginwrapper/java3d_snd.so libpthread.so.0 pluginwrapper/java3d_snd.so libc.so.6 pluginwrapper/java3d_snd.so ----- /etc/libmap.conf ----- Toshiaki Nozawa From owner-freebsd-java@FreeBSD.ORG Tue May 3 13:32:39 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49B4816A4CE for ; Tue, 3 May 2005 13:32:39 +0000 (GMT) Received: from mail505.nifty.com (mail505.nifty.com [202.248.37.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DEE143D62 for ; Tue, 3 May 2005 13:32:38 +0000 (GMT) (envelope-from daigu@pop02.odn.ne.jp) Received: from ellenor (ntkngw109048.kngw.nt.ftth.ppp.infoweb.ne.jp [220.219.107.48])by mail505.nifty.com with SMTP id j43DWAie009665 for ; Tue, 3 May 2005 22:32:12 +0900 Message-Id: <200505031332.j43DWAie009665@mail505.nifty.com> MIME-Version: 1.0 Date: Tue, 03 May 2005 22:32:02 +0900 X-Mailer: Denshin 8 Go V32.1.5.1 on Windows 5.01.2600 Service Pack 2 X-My-Real-Login-Name: aah00700; smtp.nifty.com From: "DAIGU" To: java@freebsd.org Subject: ports/Javamail-1.3.2 update X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2005 13:32:39 -0000 Hi! My name is T.Tamura (DAIGU) I found javamail's update. So, It's easy to change Ports/java/javamail. Please use, if very well. ============= BEGIN ================================== diff javamail/Makefile javamail132/Makefile 9c9 < PORTVERSION= 1.3.1 --- > PORTVERSION= 1.3.2 13c13 < DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g}-upd --- > DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g} 26c26 < DOWNLOAD_URL= http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=7515-java_mail-1.3.1-oth-JPR&SiteId=JSC&TransactionId=noreg --- > DOWNLOAD_URL= http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=7515-java_mail-1.3.2-oth-JPR&SiteId=JSC&TransactionId=noreg diff javamail/distinfo javamail132/distinfo 1,2c1,3 < MD5 (javamail-1_3_1-upd.zip) = a83fa4102e7a1441d7c1046015675f46 < SIZE (javamail-1_3_1-upd.zip) = 2270699 --- > MD5 (javamail-1_3_2.zip) = e65b92fde398f472cbe4cb12c69303fe > SIZE (javamail-1_3_2.zip) = 2348764 > Only in javamail132: work ============== END =================================== From owner-freebsd-java@FreeBSD.ORG Tue May 3 17:57:01 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F9F316A4D0 for ; Tue, 3 May 2005 17:57:01 +0000 (GMT) Received: from misty.eyesbeyond.com (glewis.dsl.xmission.com [166.70.56.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A00A43D80 for ; Tue, 3 May 2005 17:57:00 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.13.3/8.13.3) with ESMTP id j43Hurw4057103; Tue, 3 May 2005 11:56:53 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.13.3/8.13.3/Submit) id j43HuqYC057102; Tue, 3 May 2005 11:56:52 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Tue, 3 May 2005 11:56:52 -0600 From: Greg Lewis To: DAIGU Message-ID: <20050503175652.GA56806@misty.eyesbeyond.com> References: <200505031332.j43DWAie009665@mail505.nifty.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200505031332.j43DWAie009665@mail505.nifty.com> User-Agent: Mutt/1.4.2.1i cc: java@freebsd.org Subject: Re: ports/Javamail-1.3.2 update X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2005 17:57:01 -0000 Hi, On Tue, May 03, 2005 at 10:32:02PM +0900, DAIGU wrote: > My name is T.Tamura (DAIGU) > I found javamail's update. > So, It's easy to change Ports/java/javamail. > > Please use, if very well. Thank you for the update! It tested ok except for one small change to the download URL and I've committed it. Just for future reference, its usually better to submit such updates via the send-pr command rather than directly to the mailing list. That way they can't get lost. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-java@FreeBSD.ORG Wed May 4 03:25:59 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0C6C16A4CF for ; Wed, 4 May 2005 03:25:59 +0000 (GMT) Received: from pop-a065c32.pas.sa.earthlink.net (pop-a065c32.pas.sa.earthlink.net [207.217.121.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90DAE43D1F for ; Wed, 4 May 2005 03:25:59 +0000 (GMT) (envelope-from kwsn@earthlink.net) Received: from dialup-4.240.51.134.dial1.phoenix1.level3.net ([4.240.51.134] helo=jonnyv.kwsn.lan) by pop-a065c32.pas.sa.earthlink.net with esmtp (Exim 3.36 #10) id 1DTAVl-0001C7-00; Tue, 03 May 2005 20:25:22 -0700 From: Jon Kuster To: Greg Lewis In-Reply-To: <20050426231007.GA33227@misty.eyesbeyond.com> References: <324cec6d05041712065a3ff926@mail.gmail.com> <20050420145915.GC78133@misty.eyesbeyond.com> <1114063800.12807.17.camel@jonnyv.kwsn.lan> <20050426231007.GA33227@misty.eyesbeyond.com> Content-Type: text/plain Date: Tue, 03 May 2005 20:25:07 -0700 Message-Id: <1115177107.31355.21.camel@jonnyv.kwsn.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: Toby Murray cc: freebsd-java@freebsd.org Subject: Re: java crashing when load average is high X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kwsn@earthlink.net List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2005 03:25:59 -0000 On Tue, 2005-04-26 at 17:10 -0600, Greg Lewis wrote: > Hi Jon, > > On Wed, Apr 20, 2005 at 11:10:00PM -0700, Jon Kuster wrote: > > Native x86 1.4 went straight into the loop. Native x86 1.5 immediately > > segfaulted - even on `java -version`. I removed all java-related ports > > and linux ports, then reinstalled linux_base-8 and linux-sun-jdk14 and > > tried to build jdk15 again. That build hung. I tried it again this > > afternoon and somehow, it succeeded (after manual intervention when the > > build craps out on a spectacularly long command, but I expected that). > > Just exactly what was that manual intervention? Did you split up the > command that failed? Compressed versions of the command, long with the build logs are available here: http://ni.kwsn.net/~jonnyv/java/ build.out.bz2 is the first half of the build up until the failed command. fail.sh.bz2 is the command itself. build.out.cont.bz2 is the second half of the build after running fail.sh. That's being hosted on the box in question, and it seems to have developed a kernel panic during shipping, so it might be up and down while we troubleshoot it. -Jon From owner-freebsd-java@FreeBSD.ORG Fri May 6 04:24:50 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1393B16A4CE for ; Fri, 6 May 2005 04:24:50 +0000 (GMT) Received: from web54603.mail.yahoo.com (web54603.mail.yahoo.com [68.142.225.187]) by mx1.FreeBSD.org (Postfix) with SMTP id 8B63943D6A for ; Fri, 6 May 2005 04:24:49 +0000 (GMT) (envelope-from kingsfool2003@yahoo.com) Received: (qmail 88530 invoked by uid 60001); 6 May 2005 04:24:49 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=JH+glfnYRoNHC/uOEH28F66yM8Sr+wiF4Pt31is9zINzid1+95BlGOUgLdA1/4f5I2L+Aeabi6WeSPH/SRXG+5dOKHjYFEEU1XRaJzQtMJL1XYDiq4dlcMmgt/7ftkPm/Qps7JSR+c9RHH0sMFm+7P7OOqYNfpmb0rueHc5MBkg= ; Message-ID: <20050506042449.88528.qmail@web54603.mail.yahoo.com> Received: from [65.93.70.29] by web54603.mail.yahoo.com via HTTP; Thu, 05 May 2005 21:24:48 PDT Date: Thu, 5 May 2005 21:24:48 -0700 (PDT) From: kings fool To: freebsd-java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: running tomcat on freebsd X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2005 04:24:50 -0000 Hi, I am really not trying to start a war here but would like to know the experiences of others running java & tomcat on freebsd vs linux. I have recently become a freebsd convert and am convined it is superior to linux in most respects. However in the past I was involved in running tomcat apps on linux and there were no linux-java issues. I am now considering developing and running tomcat apps on freebsd. But looking at the activity on this mailing list, it seems that it could be problematic and time consuming, given the issues with Sun. On linux i just had to unzip the jdk, set CLASS_PATH and JAVA_HOME and away I went. I am just wondering if it is worth the time and trouble and if there are constant stability issues to contend with after you get the java and tomcat ports installed and runnig. And I am guessing that upgrading jvms in the future would be a nightmare. Does anyone have linux and freebsd java experience to advise with? Thanks. __________________________________ Yahoo! Mail Mobile Take Yahoo! Mail with you! Check email on your mobile phone. http://mobile.yahoo.com/learn/mail From owner-freebsd-java@FreeBSD.ORG Fri May 6 05:38:03 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CA1916A4CE for ; Fri, 6 May 2005 05:38:03 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB66B43D8A for ; Fri, 6 May 2005 05:38:02 +0000 (GMT) (envelope-from clking@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so823079wri for ; Thu, 05 May 2005 22:38:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IBeYXITqHwh5UmEH8BPP6c1NikArf+2/hNcNXKGKF0R/nUVkG64NqwYtvec8ZBzB5xqekjhf30RvBKRbPrZKM3OdE4r7V3RxgQOrkCEc9SJv/OtlhaIYQ8uV16qOhvvfaaR6ANemPaL9mrTODiYpcrmHzRpf3W6FsZT2GpmU618= Received: by 10.54.21.69 with SMTP id 69mr604151wru; Thu, 05 May 2005 22:38:02 -0700 (PDT) Received: by 10.54.54.47 with HTTP; Thu, 5 May 2005 22:38:02 -0700 (PDT) Message-ID: <4efa3971050505223821c08ee7@mail.gmail.com> Date: Fri, 6 May 2005 13:38:02 +0800 From: "Charlie C.L. King" To: kings fool In-Reply-To: <20050506042449.88528.qmail@web54603.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050506042449.88528.qmail@web54603.mail.yahoo.com> cc: freebsd-java@freebsd.org Subject: Re: running tomcat on freebsd X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Charlie C.L. King" List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2005 05:38:03 -0000 IMHO, it would be better to try it out(as long as you have time). I am currently running Tomcat 5.5 (using native jdk1.5.0, thanks to the excellent jobs done by Greg and Alexey:)) on my FreeBSD box, which is running 5.3-RELEASE (with a PIII-800Mhz CPU and 512MB PC-133 SDRAM). It was metioned on the list there is possible startup regression when using jdk1.5 installed from the ports. But anyway, I got it running pretty well except some problems considering java itself, particularly the jakarta project. So far as I run the Liferay Enterprise Portal Professional, I don't see anything weird. Well, that's my situation. Hopefully this could help. And yes, FreeBSD is superior:). But sorry, on Linux, I've never tried again since I did my project using Tomcat5.0 and jdk1.4.2 two years ago. --=20 Regards, Charlie From owner-freebsd-java@FreeBSD.ORG Fri May 6 08:51:12 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D85F716A4CF for ; Fri, 6 May 2005 08:51:12 +0000 (GMT) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17D9A43D31 for ; Fri, 6 May 2005 08:51:11 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j468p8Tf062600; Fri, 6 May 2005 11:51:08 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.200] (pptp.ebs.gr [10.1.1.200]) by ebs.gr (8.12.11/8.12.11) with ESMTP id j468p4f9024813; Fri, 6 May 2005 11:51:05 +0300 (EEST) (envelope-from past@ebs.gr) Received: from 127.0.0.1 (AVG SMTP 7.0.308 [266.11.5]); Fri, 06 May 2005 11:50:49 +0300 Message-ID: <427B2FE9.1080805@ebs.gr> Date: Fri, 06 May 2005 11:50:49 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: kings fool References: <20050506042449.88528.qmail@web54603.mail.yahoo.com> In-Reply-To: <20050506042449.88528.qmail@web54603.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-java@freebsd.org Subject: Re: running tomcat on freebsd X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2005 08:51:13 -0000 kings fool wrote: > Hi, > > I am really not trying to start a war here but would > like to know the experiences of others running java & > tomcat on freebsd vs linux. > > I have recently become a freebsd convert and am > convined it is superior to linux in most respects. > However in the past I was involved in running tomcat > apps on linux and there were no linux-java issues. > > I am now considering developing and running tomcat > apps on freebsd. But looking at the activity on this > mailing list, it seems that it could be problematic > and time consuming, given the issues with Sun. On > linux i just had to unzip the jdk, set CLASS_PATH and > JAVA_HOME and away I went. > > I am just wondering if it is worth the time and > trouble and if there are constant stability issues to > contend with after you get the java and tomcat ports > installed and runnig. And I am guessing that > upgrading jvms in the future would be a nightmare. > > Does anyone have linux and freebsd java experience to > advise with? > > Thanks. As for upgrading, YMMV, but I've done more than a dozen jdk port installations and upgrades for various systems in recent years and I hadn't had a problem once. As for stability issues, I've had as many jvm crashes as on my Windows systems. Of course when using the exeprimental/alpha/developer's-only jdk15 port then these should be expected, but if you don't care for it, why not use the time-proven jdk14 port? Cheers, Panagiotis From owner-freebsd-java@FreeBSD.ORG Fri May 6 09:03:24 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F7AB16A4CF for ; Fri, 6 May 2005 09:03:24 +0000 (GMT) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 263AB43D88 for ; Fri, 6 May 2005 09:03:24 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so448093nzo for ; Fri, 06 May 2005 02:03:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dXi0+TdeZaPhHJTIakGO18ipaKqZ/r33jvHGQCmrrL7qokyvYwgbujYk/qcm6X9r8gTeYN9YyFTPx+7jcB479wSeEzuZmVMcmhxF4M4KxOgvJ84HVqo1SOH0s2Y2a+KKxXw06X2fd2XdlBQGS/Jxcu25O1d9MiipH69houWd6/U= Received: by 10.36.88.19 with SMTP id l19mr545440nzb; Fri, 06 May 2005 02:03:23 -0700 (PDT) Received: by 10.36.48.9 with HTTP; Fri, 6 May 2005 02:03:23 -0700 (PDT) Message-ID: <810a540e05050602032c3ab233@mail.gmail.com> Date: Fri, 6 May 2005 03:03:23 -0600 From: Pat Maddox To: FreeBSD Java In-Reply-To: <427B2FE9.1080805@ebs.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050506042449.88528.qmail@web54603.mail.yahoo.com> <427B2FE9.1080805@ebs.gr> Subject: Re: running tomcat on freebsd X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pat Maddox List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2005 09:03:24 -0000 I've run both Tomcat and JBoss on JDK14 for a couple months now. Been very stable so far. On 5/6/05, Panagiotis Astithas wrote: > kings fool wrote: > > Hi, > > > > I am really not trying to start a war here but would > > like to know the experiences of others running java & > > tomcat on freebsd vs linux. > > > > I have recently become a freebsd convert and am > > convined it is superior to linux in most respects. > > However in the past I was involved in running tomcat > > apps on linux and there were no linux-java issues. > > > > I am now considering developing and running tomcat > > apps on freebsd. But looking at the activity on this > > mailing list, it seems that it could be problematic > > and time consuming, given the issues with Sun. On > > linux i just had to unzip the jdk, set CLASS_PATH and > > JAVA_HOME and away I went. > > > > I am just wondering if it is worth the time and > > trouble and if there are constant stability issues to > > contend with after you get the java and tomcat ports > > installed and runnig. And I am guessing that > > upgrading jvms in the future would be a nightmare. > > > > Does anyone have linux and freebsd java experience to > > advise with? > > > > Thanks. >=20 > As for upgrading, YMMV, but I've done more than a dozen jdk port > installations and upgrades for various systems in recent years and I > hadn't had a problem once. >=20 > As for stability issues, I've had as many jvm crashes as on my Windows > systems. Of course when using the exeprimental/alpha/developer's-only > jdk15 port then these should be expected, but if you don't care for it, > why not use the time-proven jdk14 port? >=20 > Cheers, >=20 > Panagiotis >=20 > _______________________________________________ > 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 Sat May 7 03:06:07 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B19B16A4D6 for ; Sat, 7 May 2005 03:06:07 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id A51B343D6B for ; Sat, 7 May 2005 03:06:06 +0000 (GMT) (envelope-from mohneyj@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so674346wra for ; Fri, 06 May 2005 20:06:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=oV0cePgdtfnDZLS2bJ84UwIBaIyCeDH+FYXik+Wj2E7MH6fuRWLbi1LSWatgvpIfJmzO+gLCel3n4zuUbPLGLeX4d18eKV3FzhKWaLsL9/Bz7ZaposTtu1sIECDldnZevQHt0TTMR2c+DIypbHw9cmHhyJvNqDBKUhPIYzMIL5E= Received: by 10.54.30.40 with SMTP id d40mr1214258wrd; Fri, 06 May 2005 20:06:06 -0700 (PDT) Received: by 10.54.153.9 with HTTP; Fri, 6 May 2005 20:06:06 -0700 (PDT) Message-ID: Date: Fri, 6 May 2005 23:06:06 -0400 From: Jeff Mohney To: freebsd-java@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: jakarta commons daemon port X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jeff Mohney List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2005 03:06:07 -0000 hello, I've been looking around for a fbsd jakarta commons daemon port. i see that they have a binary build available, but it unfortunatelly doens't fit my needs:( Does anyone know where I could find that port :-/ or if anyone is working on it? thx! From owner-freebsd-java@FreeBSD.ORG Sat May 7 21:33:13 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E815D16A4DE for ; Sat, 7 May 2005 21:33:13 +0000 (GMT) Received: from mail.dokom.net (mail.dokom.net [195.253.8.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83C4843DA8 for ; Sat, 7 May 2005 21:33:13 +0000 (GMT) (envelope-from colloid.silver@dokom.net) Received: from [85.22.28.194] (helo=dslnet.85-22-28.ip194.dokom.de) by mail.dokom.net with esmtp (Exim 4.34) id 1DUWv9-0005xt-RA for freebsd-java@freebsd.org; Sat, 07 May 2005 23:33:11 +0200 From: elTheo To: freebsd-java@freebsd.org Date: Sat, 7 May 2005 23:33:39 +0200 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200505072333.39926.colloid.silver@dokom.net> Subject: Aother very good API for porting to FreeBSD..... X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2005 21:33:14 -0000 http://www.japi.de/ Best regards Theo from Germany From owner-freebsd-java@FreeBSD.ORG Sat May 7 23:19:26 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F17616A4DD for ; Sat, 7 May 2005 23:19:26 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id D442943D5E for ; Sat, 7 May 2005 23:19:25 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 420F0513B2; Sat, 7 May 2005 16:19:25 -0700 (PDT) Date: Sat, 7 May 2005 16:19:25 -0700 From: Kris Kennaway To: java@FreeBSD.org Message-ID: <20050507231925.GD39220@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="iVCmgExH7+hIHJ1A" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: [kris@FreeBSD.org: cvs commit: ports/java/eclipse Makefile] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2005 23:19:26 -0000 --iVCmgExH7+hIHJ1A Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, Kris ----- Forwarded message from Kris Kennaway ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org Delivered-To: kris@freebsd.org Delivered-To: ports-committers@freebsd.org From: Kris Kennaway Date: Sat, 7 May 2005 23:07:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/eclipse Makefile X-FreeBSD-CVS-Branch: HEAD Precedence: bulk X-Loop: FreeBSD.ORG X-UIDL: GZF"!1=3DP!!G)W"!A=3DT"! X-Bogosity: No, tests=3Dbogofilter, spamicity=3D0.000000, version=3D0.92.8 kris 2005-05-07 23:07:18 UTC FreeBSD ports repository Modified files: java/eclipse Makefile=20 Log: BROKEN: Incomplete pkg-plist =20 Revision Changes Path 1.31 +2 -0 ports/java/eclipse/Makefile http://cvsweb.FreeBSD.org/ports/java/eclipse/Makefile.diff?r1=3D1.30&r2=3D1= .31 | =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D | RCS file: /usr/local/www/cvsroot/FreeBSD/ports/java/eclipse/Makefile,v | retrieving revision 1.30 | retrieving revision 1.31 | diff -u -p -r1.30 -r1.31 | --- ports/java/eclipse/Makefile 2005/03/12 10:51:56 1.30 | +++ ports/java/eclipse/Makefile 2005/05/07 23:07:18 1.31 | @@ -2,7 +2,7 @@ | # Date created: March 7, 2003 | # Whom: various members of freebsd-java | # | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/java/eclipse/Makefile,v= 1.30 2005/03/12 10:51:56 marcus Exp $ | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/java/eclipse/Makefile,v= 1.31 2005/05/07 23:07:18 kris Exp $ | # | =20 | PORTNAME=3D eclipse | @@ -20,6 +20,8 @@ COMMENT=3D An open extensible IDE for anyt | BUILD_DEPENDS=3D ant:${PORTSDIR}/devel/apache-ant \ | zip:${PORTSDIR}/archivers/zip | BUILD_DEPENDS+=3D ${EXTRACT_DEPENDS} | + | +BROKEN=3D Incomplete pkg-plist | =20 | ONLY_FOR_ARCHS=3D i386 | USE_GMAKE=3D yes ----- End forwarded message ----- --iVCmgExH7+hIHJ1A Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCfUz8Wry0BWjoQKURArsRAKD/ZL6khm1nN+JsCVvNieyumZWdeACgvt5n 2wvr+oTL6K07EY2koc5X9Ls= =9ryi -----END PGP SIGNATURE----- --iVCmgExH7+hIHJ1A--