From owner-freebsd-java@FreeBSD.ORG Mon Aug 16 01:09:51 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B39816A4CE; Mon, 16 Aug 2004 01:09:51 +0000 (GMT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DDC243D1F; Mon, 16 Aug 2004 01:09:51 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.11/8.12.11) with ESMTP id i7G19h7f001375; Sun, 15 Aug 2004 18:09:47 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200408160109.i7G19h7f001375@gw.catspoiler.org> Date: Sun, 15 Aug 2004 18:09:43 -0700 (PDT) From: Don Lewis To: phantom@FreeBSD.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: java@FreeBSD.org Subject: [patch] jdk14 build fails with recent -CURRENT make changes 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, 16 Aug 2004 01:09:51 -0000 The recent changes to make in 5.2-CURRENT to use MAKEFLAGS breaks the jdk14 build. The problem is that a value for ARCH gets passed in MAKEFLAGS that can't be overridden in work/hotspot/build/bsd/Makefile. Sanity check passed. /bin/mkdir -p ../build/bsd-i386/hotspot-i386/tmp (cd ./../build/bsd-i386/hotspot-i386/tmp; \ gmake -f /usr/ports/java/jdk14/work/hotspot/build/bsd/Makefile product \ HOTSPOT_BUILD_VERSION=1.4.2-p6-dl_13_aug_2004_04_35 LP64=1 GAMMADIR=/usr/ports/java/jdk14/work/hotspot ; ) gmake[1]: Entering directory `/usr/ports/java/jdk14/work/control/build/bsd-i386/hotspot-i386/tmp' sh /usr/ports/java/jdk14/work/hotspot/build/bsd/makefiles/buildATree.sh compiler2 /usr/ports/java/jdk14/work/hotspot bsd i386 /usr/ports/java/jdk14/work/hotspot/build/bsd/makefiles/buildATree.sh: cannot open /usr/ports/java/jdk14/work/hotspot/build/bsd/platform_i386: No such file or directory gmake[1]: *** [bsd_i386_compiler2/product] Error 2 gmake[1]: Leaving directory `/usr/ports/java/jdk14/work/control/build/bsd-i386/hotspot-i386/tmp' gmake: *** [product] Error 2 *** Error code 2 Stop in /usr/ports/java/jdk14. Here is a quick patch: Index: java/jdk14/Makefile =================================================================== RCS file: /home/ncvs/ports/java/jdk14/Makefile,v retrieving revision 1.78 diff -u -r1.78 Makefile --- java/jdk14/Makefile 5 Mar 2004 13:43:40 -0000 1.78 +++ java/jdk14/Makefile 15 Aug 2004 23:51:14 -0000 @@ -94,7 +94,8 @@ LANG="C" \ JAVA_HOME="" \ CLASSPATH="" \ - LD_LIBRARY_PATH="" + LD_LIBRARY_PATH="" \ + MAKEFLAGS="" .if defined(MINIMAL) MAKE_ENV+= NO_PLUGIN="YES" \ NO_JAVAWS="YES" From owner-freebsd-java@FreeBSD.ORG Mon Aug 16 11:03:04 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AE2916A4CE for ; Mon, 16 Aug 2004 11:03:04 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F93543D1D for ; Mon, 16 Aug 2004 11:03:04 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i7GB34xl096942 for ; Mon, 16 Aug 2004 11:03:04 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7GB33IS096926 for freebsd-java@freebsd.org; Mon, 16 Aug 2004 11:03:03 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 16 Aug 2004 11:03:03 GMT Message-Id: <200408161103.i7GB33IS096926@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, 16 Aug 2004 11:03:04 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/04/13] ports/65479 java ports reinstall ignores ${MAKE_ARGS} o [2004/05/01] java/66151 java JBuilderX (sun jvm 1.4.1 builtin) crashes o [2004/07/13] java/68972 java unpack crashes during make install of lin o [2004/07/27] ports/69675 java Eclipse slow typing 4 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/10/18] ports/44251 java new port textproc/xml-stylebook: create J f [2003/07/30] ports/55032 java java/jdk13: SVr4 emulation interferes wit s [2003/09/16] ports/56928 java jce-aba port should install to $JAVA_HOME o [2004/02/14] java/62837 java linux-sun-jdk14 executables hang with COM o [2004/04/08] ports/65335 java [PATCH] java/jdk14: use bsd.java.mk for J o [2004/04/12] ports/65465 java Eclipse has no fonts with recent pango, c o [2004/08/05] java/70053 java [update port] java/eclipse-emf o [2004/08/06] java/70056 java [update port] java/eclipse-vep o [2004/08/06] java/70057 java [update port] java/eclipse-vep-examples o [2004/08/07] java/70145 java [SHAR] new port for eclipse plugin Quantu o [2004/08/07] java/70146 java [SHAR] new port for eclipse plugin Checks o [2004/08/11] java/70292 java jdk14 compile problem o [2004/08/14] java/70441 java [new port] java/eclipse-sqlexplorer 13 problems total. From owner-freebsd-java@FreeBSD.ORG Tue Aug 17 10:16:39 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70AD016A4CE for ; Tue, 17 Aug 2004 10:16:39 +0000 (GMT) Received: from ylpvm29.prodigy.net (ylpvm29-ext.prodigy.net [207.115.57.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07C5C43D39 for ; Tue, 17 Aug 2004 10:16:39 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-67-115-74-195.dsl.lsan03.pacbell.net [67.115.74.195]) i7HAGRNW007492 for ; Tue, 17 Aug 2004 06:16:28 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 32760513CA; Tue, 17 Aug 2004 03:16:31 -0700 (PDT) Date: Tue, 17 Aug 2004 03:16:30 -0700 From: Kris Kennaway To: java@FreeBSD.org Message-ID: <20040817101630.GA41131@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qDbXVdCdHGoSgWSk" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: [ports-i386@pointyhat.freebsd.org: jdk-1.4.2p6_4 failed on i386 5] 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, 17 Aug 2004 10:16:39 -0000 --qDbXVdCdHGoSgWSk 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? Kris ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org Delivered-To: kris@freebsd.org Date: Tue, 17 Aug 2004 09:34:19 GMT From: User Ports-i386 To: kris@FreeBSD.org Subject: jdk-1.4.2p6_4 failed on i386 5 X-UIDL: ETp"!N%`"!>nC"!l"h!! X-Bogosity: No, tests=3Dbogofilter, spamicity=3D0.000000, version=3D0.92.4 Patching file j2se/src/solaris/native/sun/awt/awt_wm.h using Plan A... Hunk #1 succeeded at 26. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: j2se/src/solaris/native/sun/awt/canvas.c |=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: /var/jcvs/javasrc_1_4_scsl/j2se/src/solaris/native/sun/awt/canva= s.c,v |retrieving revision 1.1.1.3 |retrieving revision 1.6 |diff -u -r1.1.1.3 -r1.6 |--- j2se/src/solaris/native/sun/awt/canvas.c 22 Oct 2003 23:03:47 -0000 1.= 1.1.3 |+++ j2se/src/solaris/native/sun/awt/canvas.c 27 Oct 2003 12:16:41 -0000 1.6 -------------------------- Patching file j2se/src/solaris/native/sun/awt/canvas.c using Plan A... Hunk #1 succeeded at 1341. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: j2se/src/solaris/native/sun/awt/extutil.h |=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: /var/jcvs/javasrc_1_4_scsl/j2se/src/solaris/native/sun/awt/extut= il.h,v |retrieving revision 1.1.1.1 |retrieving revision 1.3 |diff -u -r1.1.1.1 -r1.3 |--- j2se/src/solaris/native/sun/awt/extutil.h 8 Jun 2002 04:46:42 -0000 1.= 1.1.1 |+++ j2se/src/solaris/native/sun/awt/extutil.h 6 Jun 2003 15:31:41 -0000 1.3 -------------------------- Patching file j2se/src/solaris/native/sun/awt/extutil.h using Plan A... Hunk #1 succeeded at 29. Hunk #2 succeeded at 219. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: j2se/src/solaris/native/sun/awt/fontpath.c |=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: /var/jcvs/javasrc_1_4_scsl/j2se/src/solaris/native/sun/awt/fontp= ath.c,v |retrieving revision 1.1.1.3 |retrieving revision 1.6 |diff -u -r1.1.1.3 -r1.6 |--- j2se/src/solaris/native/sun/awt/fontpath.c 22 Oct 2003 23:03:47 -0000 = 1.1.1.3 |+++ j2se/src/solaris/native/sun/awt/fontpath.c 27 Oct 2003 12:16:41 -0000 = 1.6 -------------------------- Patching file j2se/src/solaris/native/sun/awt/fontpath.c using Plan A... Hunk #1 succeeded at 9. Hunk #2 succeeded at 494. Hunk #3 succeeded at 511. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: j2se/src/solaris/native/sun/awt/panoramiXext.h |=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: /var/jcvs/javasrc_1_4_scsl/j2se/src/solaris/native/sun/awt/panor= amiXext.h,v |retrieving revision 1.1.1.1 |retrieving revision 1.3 |diff -u -r1.1.1.1 -r1.3 |--- j2se/src/solaris/native/sun/awt/panoramiXext.h 8 Jun 2002 04:46:43 -00= 00 1.1.1.1 |+++ j2se/src/solaris/native/sun/awt/panoramiXext.h 6 Jun 2003 15:31:41 -00= 00 1.3 -------------------------- Patching file j2se/src/solaris/native/sun/awt/panoramiXext.h using Plan A... Hunk #1 succeeded at 28. Hunk #2 succeeded at 51. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: j2se/src/solaris/native/sun/awt/panoramiXproto.h |=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: /var/jcvs/javasrc_1_4_scsl/j2se/src/solaris/native/sun/awt/panor= amiXproto.h,v |retrieving revision 1.1.1.1 |retrieving revision 1.3 |diff -u -r1.1.1.1 -r1.3 |--- j2se/src/solaris/native/sun/awt/panoramiXproto.h 8 Jun 2002 04:46:43 -= 0000 1.1.1.1 |+++ j2se/src/solaris/native/sun/awt/panoramiXproto.h 6 Jun 2003 15:31:41 -= 0000 1.3 -------------------------- Patching file j2se/src/solaris/native/sun/awt/panoramiXproto.h using Plan A= ... Hunk #1 succeeded at 25. Hunk #2 succeeded at 193. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: j2se/src/solaris/native/sun/awt/font/nrScalerContext.cpp |=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: /var/jcvs/javasrc_1_4_scsl/j2se/src/solaris/native/sun/awt/font/= nrScalerContext.cpp,v |retrieving revision 1.1.1.3 |retrieving revision 1.6 |diff -u -r1.1.1.3 -r1.6 |--- j2se/src/solaris/native/sun/awt/font/nrScalerContext.cpp 22 Oct 2003 2= 3:03:47 -0000 1.1.1.3 |+++ j2se/src/solaris/native/sun/awt/font/nrScalerContext.cpp 27 Oct 2003 1= 2:16:42 -0000 1.6 -------------------------- Patching file j2se/src/solaris/native/sun/awt/font/nrScalerContext.cpp usin= g Plan A... Hunk #1 succeeded at 838. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: j2se/src/solaris/native/sun/awt/medialib/mlib_ImageCopy_Bit.c |=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: /var/jcvs/javasrc_1_4_scsl/j2se/src/solaris/native/sun/awt/media= lib/mlib_ImageCopy_Bit.c,v |retrieving revision 1.1.1.2 |retrieving revision 1.4 |diff -u -r1.1.1.2 -r1.4 |--- j2se/src/solaris/native/sun/awt/medialib/mlib_ImageCopy_Bit.c 22 Oct 2= 003 23:03:47 -0000 1.1.1.2 |+++ j2se/src/solaris/native/sun/awt/medialib/mlib_ImageCopy_Bit.c 6 Nov 20= 03 13:51:05 -0000 1.4 -------------------------- Patching file j2se/src/solaris/native/sun/awt/medialib/mlib_ImageCopy_Bit.c= using Plan A... Hunk #1 succeeded at 30. Hunk #2 succeeded at 62. Hunk #3 succeeded at 74. Hunk #4 succeeded at 91. Hunk #5 succeeded at 100. Hunk #6 succeeded at 115. Hunk #7 succeeded at 136. Hunk #8 succeeded at 144. Hunk #9 succeeded at 166. Hunk #10 succeeded at 180. Hunk #11 succeeded at 293. Hunk #12 succeeded at 305. Hunk #13 succeeded at 322. Hunk #14 succeeded at 331. Hunk #15 succeeded at 346. Hunk #16 succeeded at 367. Hunk #17 succeeded at 375. Hunk #18 succeeded at 398. Hunk #19 succeeded at 412. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: j2se/src/solaris/native/sun/awt/medialib/mlib_ImageLookUp_Bit.c |=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: /var/jcvs/javasrc_1_4_scsl/j2se/src/solaris/native/sun/awt/media= lib/mlib_ImageLookUp_Bit.c,v |retrieving revision 1.1.1.2 |retrieving revision 1.4 |diff -u -r1.1.1.2 -r1.4 |--- j2se/src/solaris/native/sun/awt/medialib/mlib_ImageLookUp_Bit.c 22 Oct= 2003 23:03:48 -0000 1.1.1.2 |+++ j2se/src/solaris/native/sun/awt/medialib/mlib_ImageLookUp_Bit.c 6 Nov = 2003 13:51:05 -0000 1.4 -------------------------- Patching file j2se/src/solaris/native/sun/awt/medialib/mlib_ImageLookUp_Bit= .c using Plan A... Hunk #1 succeeded at 68. Hunk #2 succeeded at 106. Hunk #3 succeeded at 205. Hunk #4 succeeded at 221. Hunk #5 succeeded at 268. Hunk #6 succeeded at 326. Hunk #7 succeeded at 370. Hunk #8 succeeded at 473. Hunk #9 succeeded at 518. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: j2se/src/solaris/native/sun/awt/robot_child/list.c |=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: /var/jcvs/javasrc_1_4_scsl/j2se/src/solaris/native/sun/awt/robot= _child/list.c,v |retrieving revision 1.1.1.2 |retrieving revision 1.5 |diff -u -r1.1.1.2 -r1.5 |--- j2se/src/solaris/native/sun/awt/robot_child/list.c 22 Oct 2003 23:03:5= 0 -0000 1.1.1.2 |+++ j2se/src/solaris/native/sun/awt/robot_child/list.c 27 Oct 2003 12:16:4= 2 -0000 1.5 -------------------------- Patching file j2se/src/solaris/native/sun/awt/robot_child/list.c using Plan= A... Hunk #1 succeeded at 44. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: j2se/src/solaris/native/sun/awt/robot_child/robot_proc.c |=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: /var/jcvs/javasrc_1_4_scsl/j2se/src/solaris/native/sun/awt/robot= _child/robot_proc.c,v |retrieving revision 1.1.1.2 |retrieving revision 1.5 |diff -u -r1.1.1.2 -r1.5 |--- j2se/src/solaris/native/sun/awt/robot_child/robot_proc.c 22 Oct 2003 2= 3:03:50 -0000 1.1.1.2 |+++ j2se/src/solaris/native/sun/awt/robot_child/robot_proc.c 27 Oct 2003 1= 2:16:42 -0000 1.5 -------------------------- Patching file j2se/src/solaris/native/sun/awt/robot_child/robot_proc.c usin= g Plan A... Hunk #1 succeeded at 22. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: j2se/src/solaris/native/sun/java2d/j2d_md.h |=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: /var/jcvs/javasrc_1_4_scsl/j2se/src/solaris/native/sun/java2d/j2= d_md.h,v |retrieving revision 1.1.1.2 |retrieving revision 1.6 |diff -u -r1.1.1.2 -r1.6 |--- j2se/src/solaris/native/sun/java2d/j2d_md.h 22 Oct 2003 23:03:50 -0000= 1.1.1.2 |+++ j2se/src/solaris/native/sun/java2d/j2d_md.h 19 Dec 2003 13:33:14 -0000= 1.6 -------------------------- Patching file j2se/src/solaris/native/sun/java2d/j2d_md.h using Plan A... Hunk #1 succeeded at 16. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: j2se/src/solaris/native/sun/net/dns/ResolverConfigurationImpl.c |=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: /var/jcvs/javasrc_1_4_scsl/j2se/src/solaris/native/sun/net/dns/R= esolverConfigurationImpl.c,v |retrieving revision 1.1.1.2 |retrieving revision 1.4 |diff -u -r1.1.1.2 -r1.4 |--- j2se/src/solaris/native/sun/net/dns/ResolverConfigurationImpl.c 22 Oct= 2003 23:03:50 -0000 1.1.1.2 |+++ j2se/src/solaris/native/sun/net/dns/ResolverConfigurationImpl.c 27 Oct= 2003 12:16:42 -0000 1.4 -------------------------- Patching file j2se/src/solaris/native/sun/net/dns/ResolverConfigurationImpl= .c using Plan A... Hunk #1 succeeded at 15. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: j2se/src/solaris/native/sun/nio/ch/DevPollArrayWrapper.c |=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: /var/jcvs/javasrc_1_4_scsl/j2se/src/solaris/native/sun/nio/ch/De= vPollArrayWrapper.c,v |retrieving revision 1.1.1.3 |retrieving revision 1.4 |diff -u -r1.1.1.3 -r1.4 |--- j2se/src/solaris/native/sun/nio/ch/DevPollArrayWrapper.c 22 Oct 2003 2= 3:03:50 -0000 1.1.1.3 |+++ j2se/src/solaris/native/sun/nio/ch/DevPollArrayWrapper.c 27 Oct 2003 1= 2:16:42 -0000 1.4 -------------------------- Patching file j2se/src/solaris/native/sun/nio/ch/DevPollArrayWrapper.c usin= g Plan A... Hunk #1 succeeded at 5. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: j2se/src/solaris/native/sun/nio/ch/FileChannelImpl.c |=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: /var/jcvs/javasrc_1_4_scsl/j2se/src/solaris/native/sun/nio/ch/Fi= leChannelImpl.c,v |retrieving revision 1.1.1.3 |retrieving revision 1.8 |diff -u -r1.1.1.3 -r1.8 |--- j2se/src/solaris/native/sun/nio/ch/FileChannelImpl.c 22 Oct 2003 23:03= :50 -0000 1.1.1.3 |+++ j2se/src/solaris/native/sun/nio/ch/FileChannelImpl.c 27 Oct 2003 12:16= :42 -0000 1.8 -------------------------- Patching file j2se/src/solaris/native/sun/nio/ch/FileChannelImpl.c using Pl= an A... Hunk #1 succeeded at 11. Hunk #2 succeeded at 190. Hunk #3 succeeded at 249. Hunk #4 succeeded at 298. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: j2se/src/solaris/native/sun/nio/ch/FileDispatcher.c |=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: /var/jcvs/javasrc_1_4_scsl/j2se/src/solaris/native/sun/nio/ch/Fi= leDispatcher.c,v |retrieving revision 1.1.1.3 |retrieving revision 1.5 |diff -u -r1.1.1.3 -r1.5 |--- j2se/src/solaris/native/sun/nio/ch/FileDispatcher.c 22 Oct 2003 23:03:= 50 -0000 1.1.1.3 |+++ j2se/src/solaris/native/sun/nio/ch/FileDispatcher.c 27 Oct 2003 12:16:= 42 -0000 1.5 -------------------------- Patching file j2se/src/solaris/native/sun/nio/ch/FileDispatcher.c using Pla= n A... Hunk #1 succeeded at 14. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: j2se/src/solaris/native/sun/nio/ch/NativeThread.c |=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: /var/jcvs/javasrc_1_4_scsl/j2se/src/solaris/native/sun/nio/ch/Na= tiveThread.c,v |retrieving revision 1.1.1.2 |retrieving revision 1.4 |diff -u -r1.1.1.2 -r1.4 |--- j2se/src/solaris/native/sun/nio/ch/NativeThread.c 22 Oct 2003 23:03:50= -0000 1.1.1.2 |+++ j2se/src/solaris/native/sun/nio/ch/NativeThread.c 27 Oct 2003 12:16:42= -0000 1.4 -------------------------- Patching file j2se/src/solaris/native/sun/nio/ch/NativeThread.c using Plan = A... Hunk #1 succeeded at 5. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: j2se/src/solaris/native/sun/nio/ch/Net.c |=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: /var/jcvs/javasrc_1_4_scsl/j2se/src/solaris/native/sun/nio/ch/Ne= t.c,v |retrieving revision 1.1.1.3 |retrieving revision 1.6 |diff -u -r1.1.1.3 -r1.6 |--- j2se/src/solaris/native/sun/nio/ch/Net.c 22 Oct 2003 23:03:50 -0000 1.= 1.1.3 |+++ j2se/src/solaris/native/sun/nio/ch/Net.c 27 Oct 2003 12:16:42 -0000 1.6 -------------------------- Patching file j2se/src/solaris/native/sun/nio/ch/Net.c using Plan A... Hunk #1 succeeded at 283. done =3D=3D=3D> Applying extra patch /a/ports/java/jdk14/files/disable-ipv6.pat= ch =3D=3D=3D> Applying FreeBSD patches for jdk-1.4.2p6_4 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=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 add_pkg expat-1.95.8.tbz fontconfig-2.2.3,1.tbz freetype2-2.1.7_3.tbz gette= xt-0.13.1_1.tbz gmake-3.80_2.tbz imake-6.7.0_2.tbz javavmwrapper-1.5.tbz li= biconv-1.9.2_1.tbz linux-sun-jdk-1.4.2.05.tbz linux_base-7.1_7.tbz m4-1.4.1= .tbz nspr-4.4.1_1.tbz open-motif-2.2.3.tbz perl-5.8.5.tbz pkgconfig-0.15.0_= 1.tbz xorg-libraries-6.7.0_1.tbz zip-2.3_1.tbz adding dependencies pkg_add expat-1.95.8.tbz pkg_add fontconfig-2.2.3,1.tbz Running fc-cache to build fontconfig cache... fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 13 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/100dpi": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/75dpi": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/CID": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/PEX": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/Speedo": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/TTF": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/Type1": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/cyrillic": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/encodings": caching, 0 fonts, 1 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/encodings/large": caching, 0 fonts, 0 d= irs fc-cache: "/usr/X11R6/lib/X11/fonts/latin2": caching, 0 fonts, 2 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/latin2/100dpi": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/latin2/75dpi": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/local": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/misc": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/util": caching, 0 fonts, 0 dirs fc-cache: "/root/.fonts": skipping, no such directory fc-cache: succeeded pkg_add freetype2-2.1.7_3.tbz skipping freetype2-2.1.7_3, already added pkg_add gettext-0.13.1_1.tbz pkg_add gmake-3.80_2.tbz pkg_add imake-6.7.0_2.tbz FlexLexer.h -> FlexLexer.ph _ctype.h -> _ctype.ph _semaphore.h -> _semaphore.ph a.out.h -> a.out.ph aio.h -> aio.ph alias.h -> alias.ph ar.h -> ar.ph archive.h -> archive.ph archive_entry.h -> archive_entry.ph asn1_err.h -> asn1_err.ph assert.h -> assert.ph bitstring.h -> bitstring.ph bluetooth.h -> bluetooth.ph bsdxml.h -> bsdxml.ph bzlib.h -> bzlib.ph calendar.h -> calendar.ph camlib.h -> camlib.ph com_err.h -> com_err.ph com_right.h -> com_right.ph complex.h -> complex.ph cpio.h -> cpio.ph ctype.h -> ctype.ph curses.h -> curses.ph db.h -> db.ph devinfo.h -> devinfo.ph devstat.h -> devstat.ph dialog.h -> dialog.ph dirent.h -> dirent.ph dlfcn.h -> dlfcn.ph elf-hints.h -> elf-hints.ph elf.h -> elf.ph emmintrin.h -> emmintrin.ph err.h -> err.ph errno.h -> errno.ph eti.h -> eti.ph fcntl.h -> fcntl.ph fenv.h -> fenv.ph fetch.h -> fetch.ph float.h -> float.ph floatingpoint.h -> floatingpoint.ph fmtmsg.h -> fmtmsg.ph fnmatch.h -> fnmatch.ph form.h -> form.ph fstab.h -> fstab.ph ftpio.h -> ftpio.ph fts.h -> fts.ph ftw.h -> ftw.ph g2c.h -> g2c.ph getopt.h -> getopt.ph glob.h -> glob.ph gnuregex.h -> gnuregex.ph grp.h -> grp.ph gssapi.h -> gssapi.ph hdb-private.h -> hdb-private.ph hdb-protos.h -> hdb-protos.ph hdb.h -> hdb.ph hdb_asn1.h -> hdb_asn1.ph hdb_err.h -> hdb_err.ph heim_err.h -> heim_err.ph hesiod.h -> hesiod.ph histedit.h -> histedit.ph ieeefp.h -> ieeefp.ph ifaddrs.h -> ifaddrs.ph inttypes.h -> inttypes.ph iso646.h -> iso646.ph k524_err.h -> k524_err.ph kafs.h -> kafs.ph kenv.h -> kenv.ph krb5-protos.h -> krb5-protos.ph krb5-types.h -> krb5-types.ph krb5.h -> krb5.ph krb5_asn1.h -> krb5_asn1.ph krb5_err.h -> krb5_err.ph kvm.h -> kvm.ph langinfo.h -> langinfo.ph libatm.h -> libatm.ph libdisk.h -> libdisk.ph libgen.h -> libgen.ph libgeom.h -> libgeom.ph libufs.h -> libufs.ph libutil.h -> libutil.ph limits.h -> limits.ph link.h -> link.ph linker_set.h -> linker_set.ph locale.h -> locale.ph login_cap.h -> login_cap.ph malloc.h -> malloc.ph math.h -> math.ph md2.h -> md2.ph md4.h -> md4.ph md5.h -> md5.ph memory.h -> memory.ph menu.h -> menu.ph mmintrin.h -> mmintrin.ph monetary.h -> monetary.ph mp.h -> mp.ph mpool.h -> mpool.ph ncurses.h -> ncurses.ph ncurses_dll.h -> ncurses_dll.ph ndbm.h -> ndbm.ph netconfig.h -> netconfig.ph netdb.h -> netdb.ph netgraph.h -> netgraph.ph nl_types.h -> nl_types.ph nlist.h -> nlist.ph nss.h -> nss.ph nsswitch.h -> nsswitch.ph objformat.h -> objformat.ph opie.h -> opie.ph osreldate.h -> osreldate.ph panel.h -> panel.ph paths.h -> paths.ph pcap-int.h -> pcap-int.ph pcap-namedb.h -> pcap-namedb.ph pcap.h -> pcap.ph pmmintrin.h -> pmmintrin.ph poll.h -> poll.ph proc_service.h -> proc_service.ph pthread.h -> pthread.ph pthread_np.h -> pthread_np.ph pwd.h -> pwd.ph radlib.h -> radlib.ph radlib_vs.h -> radlib_vs.ph ranlib.h -> ranlib.ph readpassphrase.h -> readpassphrase.ph regex.h -> regex.ph regexp.h -> regexp.ph resolv.h -> resolv.ph ripemd.h -> ripemd.ph roken-common.h -> roken-common.ph roken.h -> roken.ph rune.h -> rune.ph runetype.h -> runetype.ph sched.h -> sched.ph sdp.h -> sdp.ph search.h -> search.ph semaphore.h -> semaphore.ph setjmp.h -> setjmp.ph sgtty.h -> sgtty.ph sha.h -> sha.ph signal.h -> signal.ph stab.h -> stab.ph stand.h -> stand.ph stdarg.h -> stdarg.ph stdbool.h -> stdbool.ph stddef.h -> stddef.ph stdint.h -> stdint.ph stdio.h -> stdio.ph stdlib.h -> stdlib.ph string.h -> string.ph stringlist.h -> stringlist.ph strings.h -> strings.ph sysexits.h -> sysexits.ph syslog.h -> syslog.ph taclib.h -> taclib.ph tar.h -> tar.ph tcpd.h -> tcpd.ph term.h -> term.ph termcap.h -> termcap.ph termios.h -> termios.ph tgmath.h -> tgmath.ph thread_db.h -> thread_db.ph time.h -> time.ph timeconv.h -> timeconv.ph timers.h -> timers.ph ttyent.h -> ttyent.ph ucontext.h -> ucontext.ph ugidfw.h -> ugidfw.ph ulimit.h -> ulimit.ph unctrl.h -> unctrl.ph unistd.h -> unistd.ph usbhid.h -> usbhid.ph utime.h -> utime.ph utmp.h -> utmp.ph uuid.h -> uuid.ph varargs.h -> varargs.ph vgl.h -> vgl.ph vis.h -> vis.ph wchar.h -> wchar.ph wctype.h -> wctype.ph wordexp.h -> wordexp.ph xmmintrin.h -> xmmintrin.ph ypclnt.h -> ypclnt.ph zconf.h -> zconf.ph zlib.h -> zlib.ph machine/_inttypes.h -> machine/_inttypes.ph machine/_limits.h -> machine/_limits.ph machine/_stdint.h -> machine/_stdint.ph machine/_types.h -> machine/_types.ph machine/acpica_machdep.h -> machine/acpica_machdep.ph machine/apicreg.h -> machine/apicreg.ph machine/apicvar.h -> machine/apicvar.ph machine/apm_bios.h -> machine/apm_bios.ph machine/apm_segments.h -> machine/apm_segments.ph machine/asm.h -> machine/asm.ph machine/asmacros.h -> machine/asmacros.ph machine/atomic.h -> machine/atomic.ph machine/bootinfo.h -> machine/bootinfo.ph machine/bus.h -> machine/bus.ph machine/bus_at386.h -> machine/bus_at386.ph machine/bus_dma.h -> machine/bus_dma.ph machine/bus_memio.h -> machine/bus_memio.ph machine/bus_pc98.h -> machine/bus_pc98.ph machine/bus_pio.h -> machine/bus_pio.ph machine/clock.h -> machine/clock.ph machine/comstats.h -> machine/comstats.ph machine/cpu.h -> machine/cpu.ph machine/cpufunc.h -> machine/cpufunc.ph machine/cputypes.h -> machine/cputypes.ph machine/critical.h -> machine/critical.ph machine/cserial.h -> machine/cserial.ph machine/db_machdep.h -> machine/db_machdep.ph machine/elan_mmcr.h -> machine/elan_mmcr.ph machine/elf.h -> machine/elf.ph machine/endian.h -> machine/endian.ph machine/exec.h -> machine/exec.ph machine/float.h -> machine/float.ph machine/floatingpoint.h -> machine/floatingpoint.ph machine/frame.h -> machine/frame.ph machine/gdb_machdep.h -> machine/gdb_machdep.ph machine/i4b_cause.h -> machine/i4b_cause.ph machine/i4b_debug.h -> machine/i4b_debug.ph machine/i4b_ioctl.h -> machine/i4b_ioctl.ph machine/i4b_rbch_ioctl.h -> machine/i4b_rbch_ioctl.ph machine/i4b_tel_ioctl.h -> machine/i4b_tel_ioctl.ph machine/i4b_trace.h -> machine/i4b_trace.ph machine/ieeefp.h -> machine/ieeefp.ph machine/if_wl_wavelan.h -> machine/if_wl_wavelan.ph machine/in_cksum.h -> machine/in_cksum.ph machine/intr_machdep.h -> machine/intr_machdep.ph machine/ioctl_bt848.h -> machine/ioctl_bt848.ph machine/ioctl_meteor.h -> machine/ioctl_meteor.ph machine/iodev.h -> machine/iodev.ph machine/kdb.h -> machine/kdb.ph machine/legacyvar.h -> machine/legacyvar.ph machine/limits.h -> machine/limits.ph machine/md_var.h -> machine/md_var.ph machine/memdev.h -> machine/memdev.ph machine/metadata.h -> machine/metadata.ph machine/mp_watchdog.h -> machine/mp_watchdog.ph machine/mptable.h -> machine/mptable.ph machine/mtpr.h -> machine/mtpr.ph machine/mutex.h -> machine/mutex.ph machine/npx.h -> machine/npx.ph machine/param.h -> machine/param.ph machine/pcaudioio.h -> machine/pcaudioio.ph machine/pcb.h -> machine/pcb.ph machine/pcb_ext.h -> machine/pcb_ext.ph machine/pci_cfgreg.h -> machine/pci_cfgreg.ph machine/pcpu.h -> machine/pcpu.ph machine/pcvt_ioctl.h -> machine/pcvt_ioctl.ph machine/pecoff_machdep.h -> machine/pecoff_machdep.ph machine/perfmon.h -> machine/perfmon.ph machine/pmap.h -> machine/pmap.ph machine/privatespace.h -> machine/privatespace.ph machine/proc.h -> machine/proc.ph machine/profile.h -> machine/profile.ph machine/psl.h -> machine/psl.ph machine/ptrace.h -> machine/ptrace.ph machine/reg.h -> machine/reg.ph machine/reloc.h -> machine/reloc.ph machine/resource.h -> machine/resource.ph machine/runq.h -> machine/runq.ph machine/segments.h -> machine/segments.ph machine/setjmp.h -> machine/setjmp.ph machine/sf_buf.h -> machine/sf_buf.ph machine/sigframe.h -> machine/sigframe.ph machine/signal.h -> machine/signal.ph machine/smapi.h -> machine/smapi.ph machine/smp.h -> machine/smp.ph machine/smptests.h -> machine/smptests.ph machine/speaker.h -> machine/speaker.ph machine/specialreg.h -> machine/specialreg.ph machine/stdarg.h -> machine/stdarg.ph machine/sysarch.h -> machine/sysarch.ph machine/trap.h -> machine/trap.ph machine/tss.h -> machine/tss.ph machine/ucontext.h -> machine/ucontext.ph machine/varargs.h -> machine/varargs.ph machine/vm86.h -> machine/vm86.ph machine/vmparam.h -> machine/vmparam.ph sys/_iovec.h -> sys/_iovec.ph sys/_label.h -> sys/_label.ph sys/_lock.h -> sys/_lock.ph sys/_mutex.h -> sys/_mutex.ph sys/_null.h -> sys/_null.ph sys/_sigset.h -> sys/_sigset.ph sys/_task.h -> sys/_task.ph sys/_timespec.h -> sys/_timespec.ph sys/_timeval.h -> sys/_timeval.ph sys/_types.h -> sys/_types.ph sys/acct.h -> sys/acct.ph sys/acl.h -> sys/acl.ph sys/agpio.h -> sys/agpio.ph sys/aio.h -> sys/aio.ph sys/alq.h -> sys/alq.ph sys/assym.h -> sys/assym.ph sys/ata.h -> sys/ata.ph sys/bio.h -> sys/bio.ph sys/bitstring.h -> sys/bitstring.ph sys/blist.h -> sys/blist.ph sys/buf.h -> sys/buf.ph sys/bus.h -> sys/bus.ph sys/callout.h -> sys/callout.ph sys/cdefs.h -> sys/cdefs.ph sys/cdio.h -> sys/cdio.ph sys/cdrio.h -> sys/cdrio.ph sys/chio.h -> sys/chio.ph sys/clist.h -> sys/clist.ph sys/clock.h -> sys/clock.ph sys/condvar.h -> sys/condvar.ph sys/conf.h -> sys/conf.ph sys/cons.h -> sys/cons.ph sys/consio.h -> sys/consio.ph sys/copyright.h -> sys/copyright.ph sys/ctype.h -> sys/ctype.ph sys/dataacq.h -> sys/dataacq.ph sys/device_port.h -> sys/device_port.ph sys/devicestat.h -> sys/devicestat.ph sys/digiio.h -> sys/digiio.ph sys/dir.h -> sys/dir.ph sys/dirent.h -> sys/dirent.ph sys/disk.h -> sys/disk.ph sys/disklabel.h -> sys/disklabel.ph sys/diskmbr.h -> sys/diskmbr.ph sys/diskpc98.h -> sys/diskpc98.ph sys/dkstat.h -> sys/dkstat.ph sys/domain.h -> sys/domain.ph sys/dvdio.h -> sys/dvdio.ph sys/elf32.h -> sys/elf32.ph sys/elf64.h -> sys/elf64.ph sys/elf_common.h -> sys/elf_common.ph sys/elf_generic.h -> sys/elf_generic.ph sys/endian.h -> sys/endian.ph sys/errno.h -> sys/errno.ph sys/eui64.h -> sys/eui64.ph sys/event.h -> sys/event.ph sys/eventhandler.h -> sys/eventhandler.ph sys/eventvar.h -> sys/eventvar.ph sys/exec.h -> sys/exec.ph sys/extattr.h -> sys/extattr.ph sys/fbio.h -> sys/fbio.ph sys/fcntl.h -> sys/fcntl.ph sys/fdcio.h -> sys/fdcio.ph sys/file.h -> sys/file.ph sys/filedesc.h -> sys/filedesc.ph sys/filio.h -> sys/filio.ph sys/fnv_hash.h -> sys/fnv_hash.ph sys/gmon.h -> sys/gmon.ph sys/gpt.h -> sys/gpt.ph sys/iconv.h -> sys/iconv.ph sys/imgact.h -> sys/imgact.ph sys/imgact_aout.h -> sys/imgact_aout.ph sys/imgact_elf.h -> sys/imgact_elf.ph sys/inflate.h -> sys/inflate.ph sys/interrupt.h -> sys/interrupt.ph sys/ioccom.h -> sys/ioccom.ph sys/ioctl.h -> sys/ioctl.ph sys/ioctl_compat.h -> sys/ioctl_compat.ph sys/ipc.h -> sys/ipc.ph sys/jail.h -> sys/jail.ph sys/joystick.h -> sys/joystick.ph sys/jumbo.h -> sys/jumbo.ph sys/kbio.h -> sys/kbio.ph sys/kdb.h -> sys/kdb.ph sys/kenv.h -> sys/kenv.ph sys/kernel.h -> sys/kernel.ph sys/kerneldump.h -> sys/kerneldump.ph sys/kobj.h -> sys/kobj.ph sys/kse.h -> sys/kse.ph sys/kthread.h -> sys/kthread.ph sys/ktr.h -> sys/ktr.ph sys/ktrace.h -> sys/ktrace.ph sys/libkern.h -> sys/libkern.ph sys/limits.h -> sys/limits.ph sys/linedisc.h -> sys/linedisc.ph sys/link_aout.h -> sys/link_aout.ph sys/link_elf.h -> sys/link_elf.ph sys/linker.h -> sys/linker.ph sys/linker_set.h -> sys/linker_set.ph sys/lock.h -> sys/lock.ph sys/lockf.h -> sys/lockf.ph sys/lockmgr.h -> sys/lockmgr.ph sys/mac.h -> sys/mac.ph sys/mac_policy.h -> sys/mac_policy.ph sys/malloc.h -> sys/malloc.ph sys/mbpool.h -> sys/mbpool.ph sys/mbuf.h -> sys/mbuf.ph sys/mchain.h -> sys/mchain.ph sys/md4.h -> sys/md4.ph sys/md5.h -> sys/md5.ph sys/mdioctl.h -> sys/mdioctl.ph sys/memrange.h -> sys/memrange.ph sys/mman.h -> sys/mman.ph sys/module.h -> sys/module.ph sys/mount.h -> sys/mount.ph sys/mouse.h -> sys/mouse.ph sys/msg.h -> sys/msg.ph sys/msgbuf.h -> sys/msgbuf.ph sys/mtio.h -> sys/mtio.ph sys/mutex.h -> sys/mutex.ph sys/namei.h -> sys/namei.ph sys/nlist_aout.h -> sys/nlist_aout.ph sys/param.h -> sys/param.ph sys/pciio.h -> sys/pciio.ph sys/pcpu.h -> sys/pcpu.ph sys/pioctl.h -> sys/pioctl.ph sys/pipe.h -> sys/pipe.ph sys/poll.h -> sys/poll.ph sys/power.h -> sys/power.ph sys/priority.h -> sys/priority.ph sys/proc.h -> sys/proc.ph sys/procfs.h -> sys/procfs.ph sys/protosw.h -> sys/protosw.ph sys/ptio.h -> sys/ptio.ph sys/ptrace.h -> sys/ptrace.ph sys/queue.h -> sys/queue.ph sys/random.h -> sys/random.ph sys/reboot.h -> sys/reboot.ph sys/regression.h -> sys/regression.ph sys/resource.h -> sys/resource.ph sys/resourcevar.h -> sys/resourcevar.ph sys/rman.h -> sys/rman.ph sys/rtprio.h -> sys/rtprio.ph sys/runq.h -> sys/runq.ph sys/sbuf.h -> sys/sbuf.ph sys/sched.h -> sys/sched.ph sys/select.h -> sys/select.ph sys/selinfo.h -> sys/selinfo.ph sys/sem.h -> sys/sem.ph sys/sema.h -> sys/sema.ph sys/serial.h -> sys/serial.ph sys/sf_buf.h -> sys/sf_buf.ph sys/shm.h -> sys/shm.ph sys/sigio.h -> sys/sigio.ph sys/signal.h -> sys/signal.ph sys/signalvar.h -> sys/signalvar.ph sys/sleepqueue.h -> sys/sleepqueue.ph sys/smp.h -> sys/smp.ph sys/snoop.h -> sys/snoop.ph sys/socket.h -> sys/socket.ph sys/socketvar.h -> sys/socketvar.ph sys/sockio.h -> sys/sockio.ph sys/soundcard.h -> sys/soundcard.ph sys/stat.h -> sys/stat.ph sys/statvfs.h -> sys/statvfs.ph sys/stddef.h -> sys/stddef.ph sys/stdint.h -> sys/stdint.ph sys/sun_disklabel.h -> sys/sun_disklabel.ph sys/sx.h -> sys/sx.ph sys/syscall.h -> sys/syscall.ph sys/syscallsubr.h -> sys/syscallsubr.ph sys/sysctl.h -> sys/sysctl.ph sys/sysent.h -> sys/sysent.ph sys/syslimits.h -> sys/syslimits.ph sys/syslog.h -> sys/syslog.ph sys/sysproto.h -> sys/sysproto.ph sys/systm.h -> sys/systm.ph sys/taskqueue.h -> sys/taskqueue.ph sys/termios.h -> sys/termios.ph sys/thr.h -> sys/thr.ph sys/tiio.h -> sys/tiio.ph sys/time.h -> sys/time.ph sys/timeb.h -> sys/timeb.ph sys/timepps.h -> sys/timepps.ph sys/timers.h -> sys/timers.ph sys/times.h -> sys/times.ph sys/timespec.h -> sys/timespec.ph sys/timetc.h -> sys/timetc.ph sys/timex.h -> sys/timex.ph sys/tree.h -> sys/tree.ph sys/tty.h -> sys/tty.ph sys/ttychars.h -> sys/ttychars.ph sys/ttycom.h -> sys/ttycom.ph sys/ttydefaults.h -> sys/ttydefaults.ph sys/ttydev.h -> sys/ttydev.ph sys/turnstile.h -> sys/turnstile.ph sys/types.h -> sys/types.ph sys/ucontext.h -> sys/ucontext.ph sys/ucred.h -> sys/ucred.ph sys/uio.h -> sys/uio.ph sys/umtx.h -> sys/umtx.ph sys/un.h -> sys/un.ph sys/unistd.h -> sys/unistd.ph sys/unpcb.h -> sys/unpcb.ph sys/user.h -> sys/user.ph sys/utsname.h -> sys/utsname.ph sys/uuid.h -> sys/uuid.ph sys/vmmeter.h -> sys/vmmeter.ph sys/vnode.h -> sys/vnode.ph sys/wait.h -> sys/wait.ph sys/watchdog.h -> sys/watchdog.ph sys/xrpuio.h -> sys/xrpuio.ph pkg_add javavmwrapper-1.5.tbz pkg_add libiconv-1.9.2_1.tbz skipping libiconv-1.9.2_1, already added pkg_add linux-sun-jdk-1.4.2.05.tbz Un-mounting linprocfs... Re-mounting linproc... Installation of the Linux base system is finished. The Linux kernel mode, which must be enabled for Linux binaries to run, is now enabled. Linux mode can be enabled permanently with the linux_enable variable of rc.conf(5). When using NIS, don't forget to edit yp.conf in /compat/linux/etc. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Warning: This JDK may be unstable. You are advised to use the native FreeBSD JDK, in ports/java/jdk14. This Java VM will attempt to obtain some system information by accessing files in linux's procfs. You must install the Linux emulation procfs filesystem for this to work correctly. The JVM will exhibit various problems otherwise. This can be accomplished by adding the following line to your /etc/fstab file: linprocfs /compat/linux/proc linprocfs rw 0 0 and then, as root, executing the commands: kldload linprocfs mount /compat/linux/proc=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D pkg_add linux_base-7.1_7.tbz skipping linux_base-7.1_7, already added pkg_add m4-1.4.1.tbz pkg_add nspr-4.4.1_1.tbz pkg_add open-motif-2.2.3.tbz pkg_add perl-5.8.5.tbz skipping perl-5.8.5, already added pkg_add pkgconfig-0.15.0_1.tbz skipping pkgconfig-0.15.0_1, already added pkg_add xorg-libraries-6.7.0_1.tbz skipping xorg-libraries-6.7.0_1, already added pkg_add zip-2.3_1.tbz =3D=3D=3D> jdk-1.4.2p6_4 depends on executable: gm4 - found =3D=3D=3D> jdk-1.4.2p6_4 depends on executable: zip - found =3D=3D=3D> jdk-1.4.2p6_4 depends on file: /usr/X11R6/lib/libXm.so - found =3D=3D=3D> jdk-1.4.2p6_4 depends on file: /usr/local/include/nspr/prtypes= .h - found =3D=3D=3D> jdk-1.4.2p6_4 depends on file: /usr/local/linux-sun-jdk1.4.2/b= in/javac - found =3D=3D=3D> jdk-1.4.2p6_4 depends on executable: gmake - found =3D=3D=3D> Configuring for jdk-1.4.2p6_4 =3D=3D=3D> Building for jdk-1.4.2p6_4 # Start of jdk build bsd i386 1.4.2-p6 build started: 04-08-17 09:34 if [ -r ./../../deploy/make/Makefile ]; then \ ( cd ./../../deploy/make; gmake sanity EXTERNALSANITYCONTROL=3Dtrue CONT= ROL_TOPDIR=3D/tmp/a/ports/java/jdk14/work/control CONTROL_TOPDIR_NAME=3Dcon= trol ALT_OUTPUTDIR=3D/tmp/a/ports/java/jdk14/work/control/build/bsd-i386 A= RCH_DATA_MODEL=3D64 MILESTONE=3Dp6 BUILD_NUMBER=3Droot_17_aug_2004_09_34 ; = ); \ fi gmake[1]: Entering directory `/tmp/a/ports/java/jdk14/work/deploy/make' gmake[1]: Leaving directory `/tmp/a/ports/java/jdk14/work/deploy/make' gmake[1]: Entering directory `/tmp/a/ports/java/jdk14/work/j2se/make' gmake[1]: Leaving directory `/tmp/a/ports/java/jdk14/work/j2se/make' Build Machine Information: build machine =3D=20 Build Directory Structure: CWD =3D /tmp/a/ports/java/jdk14/work/control/make TOPDIR =3D ./../.. CONTROL_TOPDIR =3D ./../../control GENERICS_TOPDIR =3D ./../../generics HOTSPOT_TOPDIR =3D ./../../hotspot J2SE_TOPDIR =3D ./../../j2se MOTIF_TOPDIR =3D ./../../motif Hotspot Settings: HOTSPOT_BUILD_JOBS =3D=20 Bootstrap Settings: JAVAWS_BOOTDIR =3D /usr/local/linux-sun-jdk1.4.2=20 BOOTSTRAP J2SDK VERSION: 1.4.2_05 OUTPUTDIR =3D /tmp/a/ports/java/jdk14/work/control/build/bsd-i386=20 Build Tool Settings: UNIXCOMMAND_PATH =3D /bin/=20 COMPILER_PATH =3D /usr/bin/=20 DEVTOOLS_PATH =3D /usr/local/bin/=20 USRBIN_PATH =3D /usr/bin/=20 GCC32_COMPILER_PATH =3D /java/devtools/bsd/gcc3.2/=20 MOZILLA_PATH =3D =20 MOZILLA_HEADERS_PATH =3D =20 MOZILLA_LIBS_PATH =3D =20 CC_VER =3D 3.4.2=20 PATH =3D /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/ust/local/sbin:/u= sr/X11R6/bin=20 Build Directives: PEDANTIC =3D =20 INSANE =3D =20 Build Platform Settings: PLATFORM =3D bsd=20 ARCH =3D i386=20 LIBARCH =3D i386=20 ARCH_FAMILY =3D i386=20 ARCH_DATA_MODEL =3D 64=20 OS_VERSION =3D 5.2-CURRENT=20 TRUE_PLATFORM =3D FreeBSD (5.x CURRENT way) FREE_SPACE =3D 46620696=20 GNU Make Settings: MAKE =3D gmake=20 MAKE VERSION =3D =20 MAKECMDGOALS =3D sanity=20 MAKEFLAGS =3D w -- BUILD_NUMBER=3Droot_17_aug_2004_09_34 MILESTONE=3Dp6 = ARCH_DATA_MODEL=3D64 ALT_OUTPUTDIR=3D/tmp/a/ports/java/jdk14/work/control/b= uild/bsd-i386 CONTROL_TOPDIR_NAME=3Dcontrol CONTROL_TOPDIR=3D/tmp/a/ports/j= ava/jdk14/work/control EXTERNALSANITYCONTROL=3Dtrue ARCH=3Di386 OPSYS=3DFre= eBSD OSREL=3D5.2 OSVERSION=3D502128 PORTOBJFORMAT=3Delf SYSTEMVERSION=3D=20 SHELL =3D /bin/sh=20 Target Build Versions: JAVAWS_VERSION =3D 1.4.2=20 MILESTONE =3D p6=20 BUILD_NUMBER =3D root_17_aug_2004_09_34=20 Bootstrap Settings: BOOTDIR =3D /usr/local/linux-sun-jdk1.4.2=20 BOOTSTRAP J2SDK VERSION: 1.4.2_05 OUTPUTDIR =3D /tmp/a/ports/java/jdk14/work/control/build/bsd-i386=20 Build Tool Settings: UNIXCOMMAND_PATH =3D /bin/=20 COMPILER_PATH =3D /usr/bin/=20 DEVTOOLS_PATH =3D /usr/local/bin/=20 USRBIN_PATH =3D /usr/bin/=20 MOTIF_DIR =3D /usr/X11R6=20 CC_VER =3D 3.4.2=20 ZIP_VER =3D 2.3=20 PATH =3D /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/ust/local/sbin:/u= sr/X11R6/bin=20 Build Directives: USE_ONLY_BOOTDIR_TOOLS =3D =20 USE_HOTSPOT_INTERPRETER_MODE =3D =20 PEDANTIC =3D =20 DEV_ONLY =3D YES=20 J2RE_ONLY =3D =20 NO_DOCS =3D =20 NO_IMAGES =3D =20 TOOLS_ONLY =3D true=20 INSANE =3D =20 Build Platform Settings: PLATFORM =3D bsd=20 ARCH =3D i386=20 LIBARCH =3D i386=20 ARCH_FAMILY =3D i386=20 ARCH_DATA_MODEL =3D 64=20 OS_VERSION =3D 5.2-CURRENT=20 TRUE_PLATFORM =3D FreeBSD (5.x CURRENT way) FREE_SPACE =3D 46620664=20 GNU Make Settings: MAKE =3D gmake=20 MAKE VERSION =3D =20 MAKECMDGOALS =3D sanity=20 MAKEFLAGS =3D =20 SHELL =3D /bin/sh=20 Target Build Versions: JDK_VERSION =3D 1.4.2=20 MILESTONE =3D p6=20 BUILD_NUMBER =3D root_17_aug_2004_09_34=20 External File/Binary Locations: HOTSPOT_SERVER_PATH =3D /tmp/a/ports/java/jdk14/work/control/build/bsd-i= 386/hotspot-i386/server=20 MOTIF_DIR =3D /usr/X11R6=20 CACERTS_FILE =3D ./../src/share/lib/security/cacerts=20 WARNING: Your build environment has the variable DEV_ONLY defined. This will result in a development-only build of the J2SE workspace, lacking the documentation build and installation bundles. =20 Sanity check passed. /bin/mkdir -p ../build/bsd-i386/hotspot-i386/tmp (cd ./../build/bsd-i386/hotspot-i386/tmp; \ gmake -f /tmp/a/ports/java/jdk14/work/hotspot/build/bsd/Makefile product \ HOTSPOT_BUILD_VERSION=3D1.4.2-p6-root_17_aug_2004_09_34 LP64=3D1 GAMMADIR= =3D/tmp/a/ports/java/jdk14/work/hotspot ; ) gmake[1]: Entering directory `/tmp/a/ports/java/jdk14/work/control/build/bs= d-i386/hotspot-i386/tmp' sh /tmp/a/ports/java/jdk14/work/hotspot/build/bsd/makefiles/buildATree.sh c= ompiler2 /tmp/a/ports/java/jdk14/work/hotspot bsd i386 /tmp/a/ports/java/jdk14/work/hotspot/build/bsd/makefiles/buildATree.sh: can= not open /tmp/a/ports/java/jdk14/work/hotspot/build/bsd/platform_i386: No s= uch file or directory gmake[1]: *** [bsd_i386_compiler2/product] Error 2 gmake[1]: Leaving directory `/tmp/a/ports/java/jdk14/work/control/build/bsd= -i386/hotspot-i386/tmp' gmake: *** [product] Error 2 *** Error code 2 Stop in /a/ports/java/jdk14. =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 build ended at Tue Aug 17 09:34:17 UTC 2004 ----- End forwarded message ----- --qDbXVdCdHGoSgWSk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBIdr+Wry0BWjoQKURArLFAKCBHyGanijxdvwpopnMJul/UcBtFACfYQzL /axkNDUbsLwi5Z/JLQOYJ0g= =PhRO -----END PGP SIGNATURE----- --qDbXVdCdHGoSgWSk-- From owner-freebsd-java@FreeBSD.ORG Tue Aug 17 14:05:28 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78D6916A4CE for ; Tue, 17 Aug 2004 14:05:28 +0000 (GMT) Received: from naomi.triera.net (naomi.triera.net [213.161.0.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAED443D72 for ; Tue, 17 Aug 2004 14:05:27 +0000 (GMT) (envelope-from andy@triera.net) Received: from voyager.kksonline.com (cpe1-5-51.cable.triera.net [213.161.5.51]) by naomi.triera.net (Postfix) with ESMTP id E552A17800 for ; Tue, 17 Aug 2004 16:05:55 +0200 (CEST) Message-Id: <6.0.0.22.2.20040817160227.04e23958@pop3.triera.net> X-Sender: arozman@pop3.triera.net X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Tue, 17 Aug 2004 16:05:18 +0200 To: freebsd-java@freebsd.org From: Aleksander Rozman - Andy Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Tomcat and Java system wide crash 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, 17 Aug 2004 14:05:28 -0000 Hi ! I am using java 1.4.2-p5 and I just installed Tomcat 4 (4.1.29) and here is the problem. When I start machine tomcat starts ok, but if I do tomcat41ctl stop and tomcat41ctl start machine crashes. I get that nasty little screen page fault bla bla bla... cause ... java. Did this happen to somebody else, and where could be the problem? Take care, Andy ************************************************************************** * Aleksander Rozman - Andy * Fandoms: E2:EA, SAABer, Trekkie, Earthie * * andy@kksonline.com * Sentinel, BH 90210, True's Trooper, * * andy@atechnet.dhs.org * Heller's Angel, Questie, Legacy, PO5, * * Maribor, Slovenia (Europe) * Profiler, Buffy (Slayerete), Pretender * * ICQ-UIC: 4911125 ********************************************* * PGP key available * http://www.atechnet.dhs.org/~andy/ * ************************************************************************** From owner-freebsd-java@FreeBSD.ORG Tue Aug 17 14:11:44 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BC4C16A4CE for ; Tue, 17 Aug 2004 14:11:44 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB98943D1D for ; Tue, 17 Aug 2004 14:11:42 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id i7HDNw4T031705; Tue, 17 Aug 2004 16:23:58 +0300 Received: from localhost (achill@localhost)i7HDNwY4031701; Tue, 17 Aug 2004 16:23:58 +0300 Date: Tue, 17 Aug 2004 16:23:58 +0300 (EEST) From: Achilleus Mantzios To: Aleksander Rozman - Andy In-Reply-To: <6.0.0.22.2.20040817160227.04e23958@pop3.triera.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-java@freebsd.org Subject: Re: Tomcat and Java system wide crash 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, 17 Aug 2004 14:11:44 -0000 O kyrios Aleksander Rozman - Andy egrapse stis Aug 17, 2004 : > > Hi ! > > I am using java 1.4.2-p5 and I just installed Tomcat 4 (4.1.29) and here is > the problem. When I start machine tomcat starts ok, but if I do > tomcat41ctl stop and tomcat41ctl start machine crashes. I get that nasty > little screen page fault bla bla bla... cause ... java. > Did this happen to somebody else, and where could be the problem? Can you do a memory test (memtest86 will likely reveal any problems, also check your BIOS settings if they are too optimistic about your RAM chip speed)? Maybe tomcat/java accesses some bad addresses. > > Take care, > Andy > > > ************************************************************************** > * Aleksander Rozman - Andy * Fandoms: E2:EA, SAABer, Trekkie, Earthie * > * andy@kksonline.com * Sentinel, BH 90210, True's Trooper, * > * andy@atechnet.dhs.org * Heller's Angel, Questie, Legacy, PO5, * > * Maribor, Slovenia (Europe) * Profiler, Buffy (Slayerete), Pretender * > * ICQ-UIC: 4911125 ********************************************* > * PGP key available * http://www.atechnet.dhs.org/~andy/ * > ************************************************************************** > > _______________________________________________ > 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" > -- -Achilleus From owner-freebsd-java@FreeBSD.ORG Tue Aug 17 21:16:30 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6F9B16A4CE for ; Tue, 17 Aug 2004 21:16:30 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 866EC43D41 for ; Tue, 17 Aug 2004 21:16:30 +0000 (GMT) (envelope-from fdiprete@comcast.net) Received: from thurston.houselan.com (h00608c0009cb.ne.client2.attbi.com[24.128.129.105]) by comcast.net (rwcrmhc12) with ESMTP id <2004081721162901400l8ch2e> (Authid: ); Tue, 17 Aug 2004 21:16:30 +0000 Date: Tue, 17 Aug 2004 17:16:17 -0400 From: Frank DiPRete To: freebsd-java@FreeBSD.org Message-ID: <20040817211617.GA6286@thurston.houselan.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Mailer: Balsa 1.4.4 Lines: 2 Subject: tutorial req - java plugin 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, 17 Aug 2004 21:16:30 -0000 please? From owner-freebsd-java@FreeBSD.ORG Wed Aug 18 06:52:19 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9911616A4CE for ; Wed, 18 Aug 2004 06:52:19 +0000 (GMT) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 776F243D39 for ; Wed, 18 Aug 2004 06:52:19 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from [198.60.22.130] (helo=mgr10.xmission.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 1BxKJ0-0007js-02; Wed, 18 Aug 2004 00:52:18 -0600 Received: from [166.70.56.15] (helo=misty.eyesbeyond.com) by mgr10.xmission.com with esmtp (Exim 4.32) id 1BxKIz-0000yF-Se; Wed, 18 Aug 2004 00:52:18 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i7I6qGoi058867; Wed, 18 Aug 2004 00:52:16 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id i7I6qFCJ058863; Wed, 18 Aug 2004 00:52:15 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Wed, 18 Aug 2004 00:52:15 -0600 From: Greg Lewis To: Kris Kennaway Message-ID: <20040818065215.GA12101@misty.eyesbeyond.com> References: <20040817101630.GA41131@xor.obsecurity.org> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <20040817101630.GA41131@xor.obsecurity.org> User-Agent: Mutt/1.4.2.1i Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mgr10.xmission.com X-Spam-Level: X-Spam-Status: No, hits=-1.5 required=8.0 tests=BAYES_01 autolearn=no version=2.63 X-SA-Exim-Connect-IP: 166.70.56.15 X-SA-Exim-Mail-From: glewis@eyesbeyond.com X-SA-Exim-Version: 4.0 (built Sat, 24 Apr 2004 12:31:30 +0200) X-SA-Exim-Scanned: Yes (on mgr10.xmission.com) cc: java@FreeBSD.org Subject: Re: [ports-i386@pointyhat.freebsd.org: jdk-1.4.2p6_4 failed on i386 5] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2004 06:52:19 -0000 Hi Kris, On Tue, Aug 17, 2004 at 03:16:30AM -0700, Kris Kennaway wrote: > FYI; can you please investigate and/or report to the developers? > > (cd ./../build/bsd-i386/hotspot-i386/tmp; \ > gmake -f /tmp/a/ports/java/jdk14/work/hotspot/build/bsd/Makefile product \ > HOTSPOT_BUILD_VERSION=1.4.2-p6-root_17_aug_2004_09_34 LP64=1 GAMMADIR=/tmp/a/ports/java/jdk14/work/hotspot ; ) > gmake[1]: Entering directory `/tmp/a/ports/java/jdk14/work/control/build/bsd-i386/hotspot-i386/tmp' > sh /tmp/a/ports/java/jdk14/work/hotspot/build/bsd/makefiles/buildATree.sh compiler2 /tmp/a/ports/java/jdk14/work/hotspot bsd i386 > /tmp/a/ports/java/jdk14/work/hotspot/build/bsd/makefiles/buildATree.sh: cannot open /tmp/a/ports/java/jdk14/work/hotspot/build/bsd/platform_i386: No such file or directory > gmake[1]: *** [bsd_i386_compiler2/product] Error 2 > gmake[1]: Leaving directory `/tmp/a/ports/java/jdk14/work/control/build/bsd-i386/hotspot-i386/tmp' > gmake: *** [product] Error 2 > *** Error code 2 > > Stop in /a/ports/java/jdk14. > ================================================================ > build ended at Tue Aug 17 09:34:17 UTC 2004 A patch for this was posted to freebsd-java by truckman a couple of days ago. I'm not sure if Alexey is in a position to commit it at the moment. If not, I will commit it in a few days. -- 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 Aug 18 06:56:23 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4036816A4CE for ; Wed, 18 Aug 2004 06:56:23 +0000 (GMT) Received: from ylpvm15.prodigy.net (ylpvm15-ext.prodigy.net [207.115.57.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAE1743D2F for ; Wed, 18 Aug 2004 06:56:22 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-67-115-74-195.dsl.lsan03.pacbell.net [67.115.74.195]) i7I6uDEU024426; Wed, 18 Aug 2004 02:56:13 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D38E55126E; Tue, 17 Aug 2004 23:56:09 -0700 (PDT) Date: Tue, 17 Aug 2004 23:56:09 -0700 From: Kris Kennaway To: Greg Lewis Message-ID: <20040818065609.GA5542@xor.obsecurity.org> References: <20040817101630.GA41131@xor.obsecurity.org> <20040818065215.GA12101@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2oS5YaxWCcQjTEyO" Content-Disposition: inline In-Reply-To: <20040818065215.GA12101@misty.eyesbeyond.com> User-Agent: Mutt/1.4.2.1i cc: java@FreeBSD.org cc: Kris Kennaway Subject: Re: [ports-i386@pointyhat.freebsd.org: jdk-1.4.2p6_4 failed on i386 5] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2004 06:56:23 -0000 --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 18, 2004 at 12:52:15AM -0600, Greg Lewis wrote: > Hi Kris, >=20 > On Tue, Aug 17, 2004 at 03:16:30AM -0700, Kris Kennaway wrote: > > FYI; can you please investigate and/or report to the developers? > >=20 > > (cd ./../build/bsd-i386/hotspot-i386/tmp; \ > > gmake -f /tmp/a/ports/java/jdk14/work/hotspot/build/bsd/Makefile prod= uct \ > > HOTSPOT_BUILD_VERSION=3D1.4.2-p6-root_17_aug_2004_09_34 LP64=3D1 GAMM= ADIR=3D/tmp/a/ports/java/jdk14/work/hotspot ; ) > > gmake[1]: Entering directory `/tmp/a/ports/java/jdk14/work/control/buil= d/bsd-i386/hotspot-i386/tmp' > > sh /tmp/a/ports/java/jdk14/work/hotspot/build/bsd/makefiles/buildATree.= sh compiler2 /tmp/a/ports/java/jdk14/work/hotspot bsd i386 > > /tmp/a/ports/java/jdk14/work/hotspot/build/bsd/makefiles/buildATree.sh:= cannot open /tmp/a/ports/java/jdk14/work/hotspot/build/bsd/platform_i386: = No such file or directory > > gmake[1]: *** [bsd_i386_compiler2/product] Error 2 > > gmake[1]: Leaving directory `/tmp/a/ports/java/jdk14/work/control/build= /bsd-i386/hotspot-i386/tmp' > > gmake: *** [product] Error 2 > > *** Error code 2 > >=20 > > Stop in /a/ports/java/jdk14. > > =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 > > build ended at Tue Aug 17 09:34:17 UTC 2004 >=20 > A patch for this was posted to freebsd-java by truckman a couple of days > ago. I'm not sure if Alexey is in a position to commit it at the moment. > If not, I will commit it in a few days. Thanks. I'd prefer it to be committed ASAP so we can test the other ports that are blocked by this. Kris --2oS5YaxWCcQjTEyO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBIv2JWry0BWjoQKURAqEzAKCSIpAr2zFdI+jIKSBK9GPMxMcIAgCg0Bt2 S2pbgCZCvZvfywDxhd1UhY4= =0VnT -----END PGP SIGNATURE----- --2oS5YaxWCcQjTEyO-- From owner-freebsd-java@FreeBSD.ORG Wed Aug 18 07:06:49 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2076F16A4D0; Wed, 18 Aug 2004 07:06:49 +0000 (GMT) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED69143D69; Wed, 18 Aug 2004 07:06:48 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from [198.60.22.208] (helo=mgr8.xmission.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 1BxKX2-00015C-02; Wed, 18 Aug 2004 01:06:48 -0600 Received: from [166.70.56.15] (helo=misty.eyesbeyond.com) by mgr8.xmission.com with esmtp (Exim 4.32) id 1BxKX2-00066W-Ql; Wed, 18 Aug 2004 01:06:48 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i7I76lIU059030; Wed, 18 Aug 2004 01:06:47 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id i7I76kXM059029; Wed, 18 Aug 2004 01:06:46 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Wed, 18 Aug 2004 01:06:46 -0600 From: Greg Lewis To: Kris Kennaway Message-ID: <20040818070646.GB51918@misty.eyesbeyond.com> References: <20040817101630.GA41131@xor.obsecurity.org> <20040818065215.GA12101@misty.eyesbeyond.com> <20040818065609.GA5542@xor.obsecurity.org> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <20040818065609.GA5542@xor.obsecurity.org> User-Agent: Mutt/1.4.2.1i Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mgr8.xmission.com X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=8.0 tests=BAYES_00 autolearn=no version=2.63 X-SA-Exim-Connect-IP: 166.70.56.15 X-SA-Exim-Mail-From: glewis@eyesbeyond.com X-SA-Exim-Version: 4.0 (built Sat, 24 Apr 2004 12:31:30 +0200) X-SA-Exim-Scanned: Yes (on mgr8.xmission.com) cc: java@freebsd.org cc: phantom@freebsd.org Subject: Re: [ports-i386@pointyhat.freebsd.org: jdk-1.4.2p6_4 failed on i386 5] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2004 07:06:49 -0000 On Tue, Aug 17, 2004 at 11:56:09PM -0700, Kris Kennaway wrote: > On Wed, Aug 18, 2004 at 12:52:15AM -0600, Greg Lewis wrote: > > A patch for this was posted to freebsd-java by truckman a couple of days > > ago. I'm not sure if Alexey is in a position to commit it at the moment. > > If not, I will commit it in a few days. > > Thanks. I'd prefer it to be committed ASAP so we can test the other > ports that are blocked by this. Done. -- 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 Aug 18 20:16:48 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 387CA16A4CF for ; Wed, 18 Aug 2004 20:16:48 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id B675343D64 for ; Wed, 18 Aug 2004 20:16:47 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by mproxy.gmail.com with SMTP id 74so290323rnk for ; Wed, 18 Aug 2004 13:16:46 -0700 (PDT) Received: by 10.38.102.41 with SMTP id z41mr498895rnb; Wed, 18 Aug 2004 13:16:46 -0700 (PDT) Message-ID: Date: Thu, 19 Aug 2004 04:16:46 +0800 From: Jiawei Ye To: freebsd-java@freebsd.org, freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_32_29792332.1092860206279" Subject: java/eclipse dies starting up X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jiawei Ye List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2004 20:16:48 -0000 ------=_Part_32_29792332.1092860206279 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline On the latest -current (6-current :)), eclipse dies with the attached error. Rebuilding eclipse and gtk does not help. Jiawei Ye ------=_Part_32_29792332.1092860206279 Content-Type: application/octet-stream; name="hs_err_pid26558.log" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="hs_err_pid26558.log" CkFuIHVuZXhwZWN0ZWQgZXhjZXB0aW9uIGhhcyBiZWVuIGRldGVjdGVkIGluIG5hdGl2ZSBjb2Rl IG91dHNpZGUgdGhlIFZNLgpVbmV4cGVjdGVkIFNpZ25hbCA6IDEwIG9jY3VycmVkIGF0IFBDPTB4 MzRERjVDOTkKRnVuY3Rpb249X2d0a190cmVlX3ZpZXdfcXVldWVfZHJhd19ub2RlKzB4MTcxNgpM aWJyYXJ5PS91c3IvWDExUjYvbGliL2xpYmd0ay14MTEtMi4wLnNvLjQwMAoKQ3VycmVudCBKYXZh IHRocmVhZDoKCWF0IG9yZy5lY2xpcHNlLnN3dC5pbnRlcm5hbC5ndGsuT1MuZ3RrX2NvbnRhaW5l cl9hZGQoTmF0aXZlIE1ldGhvZCkKCS0gbG9ja2VkIDwweDMwOTM3NjEwPiAoYSBqYXZhLmxhbmcu Q2xhc3MpCglhdCBvcmcuZWNsaXBzZS5zd3Qud2lkZ2V0cy5UcmVlLmNyZWF0ZUhhbmRsZShUcmVl LmphdmE6MjQ5KQoJYXQgb3JnLmVjbGlwc2Uuc3d0LndpZGdldHMuV2lkZ2V0LmNyZWF0ZVdpZGdl dChXaWRnZXQuamF2YTozMjEpCglhdCBvcmcuZWNsaXBzZS5zd3Qud2lkZ2V0cy5Db250cm9sLmNy ZWF0ZVdpZGdldChDb250cm9sLmphdmE6MzA2KQoJYXQgb3JnLmVjbGlwc2Uuc3d0LndpZGdldHMu U2Nyb2xsYWJsZS5jcmVhdGVXaWRnZXQoU2Nyb2xsYWJsZS5qYXZhOjE0NikKCWF0IG9yZy5lY2xp cHNlLnN3dC53aWRnZXRzLlRyZWUuY3JlYXRlV2lkZ2V0KFRyZWUuamF2YToyODkpCglhdCBvcmcu ZWNsaXBzZS5zd3Qud2lkZ2V0cy5Db250cm9sLjxpbml0PihDb250cm9sLmphdmE6ODYpCglhdCBv cmcuZWNsaXBzZS5zd3Qud2lkZ2V0cy5TY3JvbGxhYmxlLjxpbml0PihTY3JvbGxhYmxlLmphdmE6 NzEpCglhdCBvcmcuZWNsaXBzZS5zd3Qud2lkZ2V0cy5Db21wb3NpdGUuPGluaXQ+KENvbXBvc2l0 ZS5qYXZhOjgyKQoJYXQgb3JnLmVjbGlwc2Uuc3d0LndpZGdldHMuVHJlZS48aW5pdD4oVHJlZS5q YXZhOjg4KQoJYXQgb3JnLmVjbGlwc2UuamZhY2Uudmlld2Vycy5UcmVlVmlld2VyLjxpbml0PihU cmVlVmlld2VyLmphdmE6NjkpCglhdCBvcmcuZWNsaXBzZS51aS52aWV3cy5uYXZpZ2F0b3IuUmVz b3VyY2VOYXZpZ2F0b3IuY3JlYXRlVmlld2VyKFJlc291cmNlTmF2aWdhdG9yLmphdmE6MzA1KQoJ YXQgb3JnLmVjbGlwc2UudWkudmlld3MubmF2aWdhdG9yLlJlc291cmNlTmF2aWdhdG9yLmNyZWF0 ZVBhcnRDb250cm9sKFJlc291cmNlTmF2aWdhdG9yLmphdmE6MjI3KQoJYXQgb3JnLmVjbGlwc2Uu dWkuaW50ZXJuYWwuUGFydFBhbmUkMi5ydW4oUGFydFBhbmUuamF2YToxMzcpCglhdCBvcmcuZWNs aXBzZS5jb3JlLmludGVybmFsLnJ1bnRpbWUuSW50ZXJuYWxQbGF0Zm9ybS5ydW4oSW50ZXJuYWxQ bGF0Zm9ybS5qYXZhOjYxNSkKCWF0IG9yZy5lY2xpcHNlLmNvcmUucnVudGltZS5QbGF0Zm9ybS5y dW4oUGxhdGZvcm0uamF2YTo3NDcpCglhdCBvcmcuZWNsaXBzZS51aS5pbnRlcm5hbC5QYXJ0UGFu ZS5jcmVhdGVDaGlsZENvbnRyb2woUGFydFBhbmUuamF2YToxMzMpCglhdCBvcmcuZWNsaXBzZS51 aS5pbnRlcm5hbC5WaWV3UGFuZS5jcmVhdGVDaGlsZENvbnRyb2woVmlld1BhbmUuamF2YToxMzEp CglhdCBvcmcuZWNsaXBzZS51aS5pbnRlcm5hbC5WaWV3RmFjdG9yeSQxLnJ1bihWaWV3RmFjdG9y eS5qYXZhOjMzNykKCWF0IG9yZy5lY2xpcHNlLmNvcmUuaW50ZXJuYWwucnVudGltZS5JbnRlcm5h bFBsYXRmb3JtLnJ1bihJbnRlcm5hbFBsYXRmb3JtLmphdmE6NjE1KQoJYXQgb3JnLmVjbGlwc2Uu Y29yZS5ydW50aW1lLlBsYXRmb3JtLnJ1bihQbGF0Zm9ybS5qYXZhOjc0NykKCWF0IG9yZy5lY2xp cHNlLnVpLmludGVybmFsLlZpZXdGYWN0b3J5LmJ1c3lSZXN0b3JlVmlldyhWaWV3RmFjdG9yeS5q YXZhOjI1OSkKCWF0IG9yZy5lY2xpcHNlLnVpLmludGVybmFsLlZpZXdGYWN0b3J5JDIucnVuKFZp ZXdGYWN0b3J5LmphdmE6NTE2KQoJYXQgb3JnLmVjbGlwc2Uuc3d0LmN1c3RvbS5CdXN5SW5kaWNh dG9yLnNob3dXaGlsZShCdXN5SW5kaWNhdG9yLmphdmE6NjkpCglhdCBvcmcuZWNsaXBzZS51aS5p bnRlcm5hbC5WaWV3RmFjdG9yeS5yZXN0b3JlVmlldyhWaWV3RmFjdG9yeS5qYXZhOjUxNCkKCWF0 IG9yZy5lY2xpcHNlLnVpLmludGVybmFsLlZpZXdGYWN0b3J5JFZpZXdSZWZlcmVuY2UuZ2V0UGFy dChWaWV3RmFjdG9yeS5qYXZhOjEwMikKCWF0IG9yZy5lY2xpcHNlLnVpLmludGVybmFsLldvcmti ZW5jaFBhZ2UkMS5wcm9wZXJ0eUNoYW5nZShXb3JrYmVuY2hQYWdlLmphdmE6MTMyKQoJYXQgb3Jn LmVjbGlwc2UudWkuaW50ZXJuYWwuTGF5b3V0UGFydC5zZXRWaXNpYmxlKExheW91dFBhcnQuamF2 YToyNjgpCglhdCBvcmcuZWNsaXBzZS51aS5pbnRlcm5hbC5QYXJ0UGFuZS5zZXRWaXNpYmxlKFBh cnRQYW5lLmphdmE6MzE3KQoJYXQgb3JnLmVjbGlwc2UudWkuaW50ZXJuYWwuVmlld1BhbmUuc2V0 VmlzaWJsZShWaWV3UGFuZS5qYXZhOjU2NCkKCWF0IG9yZy5lY2xpcHNlLnVpLmludGVybmFsLnBy ZXNlbnRhdGlvbnMuUHJlc2VudGFibGVQYXJ0LnNldFZpc2libGUoUHJlc2VudGFibGVQYXJ0Lmph dmE6MTIyKQoJYXQgb3JnLmVjbGlwc2UudWkuaW50ZXJuYWwucHJlc2VudGF0aW9ucy5EZWZhdWx0 UGFydFByZXNlbnRhdGlvbi5zZWxlY3RQYXJ0KERlZmF1bHRQYXJ0UHJlc2VudGF0aW9uLmphdmE6 MTExMSkKCWF0IG9yZy5lY2xpcHNlLnVpLmludGVybmFsLlBhcnRTdGFjay5yZWZyZXNoUHJlc2Vu dGF0aW9uU2VsZWN0aW9uKFBhcnRTdGFjay5qYXZhOjk0NikKCWF0IG9yZy5lY2xpcHNlLnVpLmlu dGVybmFsLlBhcnRTdGFjay5zZXRTZWxlY3Rpb24oUGFydFN0YWNrLmphdmE6OTIxKQoJYXQgb3Jn LmVjbGlwc2UudWkuaW50ZXJuYWwuUGFydFN0YWNrLnNob3dQYXJ0KFBhcnRTdGFjay5qYXZhOjEw MjApCglhdCBvcmcuZWNsaXBzZS51aS5pbnRlcm5hbC5QYXJ0U3RhY2suY3JlYXRlQ29udHJvbChQ YXJ0U3RhY2suamF2YTozODMpCglhdCBvcmcuZWNsaXBzZS51aS5pbnRlcm5hbC5QYXJ0U3RhY2su Y3JlYXRlQ29udHJvbChQYXJ0U3RhY2suamF2YTozNjcpCglhdCBvcmcuZWNsaXBzZS51aS5pbnRl cm5hbC5QYXJ0U2FzaENvbnRhaW5lci5jcmVhdGVDb250cm9sKFBhcnRTYXNoQ29udGFpbmVyLmph dmE6NDMyKQoJYXQgb3JnLmVjbGlwc2UudWkuaW50ZXJuYWwuUGVyc3BlY3RpdmVIZWxwZXIuYWN0 aXZhdGUoUGVyc3BlY3RpdmVIZWxwZXIuamF2YToxNTUpCglhdCBvcmcuZWNsaXBzZS51aS5pbnRl cm5hbC5QZXJzcGVjdGl2ZS5vbkFjdGl2YXRlKFBlcnNwZWN0aXZlLmphdmE6NzIyKQoJYXQgb3Jn LmVjbGlwc2UudWkuaW50ZXJuYWwuV29ya2JlbmNoUGFnZS5vbkFjdGl2YXRlKFdvcmtiZW5jaFBh Z2UuamF2YToyMDIwKQoJYXQgb3JnLmVjbGlwc2UudWkuaW50ZXJuYWwuV29ya2JlbmNoV2luZG93 JDQucnVuKFdvcmtiZW5jaFdpbmRvdy5qYXZhOjE4NTgpCglhdCBvcmcuZWNsaXBzZS5zd3QuY3Vz dG9tLkJ1c3lJbmRpY2F0b3Iuc2hvd1doaWxlKEJ1c3lJbmRpY2F0b3IuamF2YTo2OSkKCWF0IG9y Zy5lY2xpcHNlLnVpLmludGVybmFsLldvcmtiZW5jaFdpbmRvdy5zZXRBY3RpdmVQYWdlKFdvcmti ZW5jaFdpbmRvdy5qYXZhOjE4NDUpCglhdCBvcmcuZWNsaXBzZS51aS5pbnRlcm5hbC5Xb3JrYmVu Y2hXaW5kb3cuYnVzeU9wZW5QYWdlKFdvcmtiZW5jaFdpbmRvdy5qYXZhOjQ5OCkKCWF0IG9yZy5l Y2xpcHNlLnVpLmludGVybmFsLldvcmtiZW5jaFdpbmRvdyQzLnJ1bihXb3JrYmVuY2hXaW5kb3cu amF2YToxMDc2KQoJYXQgb3JnLmVjbGlwc2Uuc3d0LmN1c3RvbS5CdXN5SW5kaWNhdG9yLnNob3dX aGlsZShCdXN5SW5kaWNhdG9yLmphdmE6NjkpCglhdCBvcmcuZWNsaXBzZS51aS5pbnRlcm5hbC5X b3JrYmVuY2hXaW5kb3cub3BlblBhZ2UoV29ya2JlbmNoV2luZG93LmphdmE6MTA3MykKCWF0IG9y Zy5lY2xpcHNlLnVpLmludGVybmFsLldvcmtiZW5jaC5vcGVuRmlyc3RUaW1lV2luZG93KFdvcmti ZW5jaC5qYXZhOjk5MikKCWF0IG9yZy5lY2xpcHNlLnVpLmludGVybmFsLldvcmtiZW5jaENvbmZp Z3VyZXIub3BlbkZpcnN0VGltZVdpbmRvdyhXb3JrYmVuY2hDb25maWd1cmVyLmphdmE6MTc0KQoJ YXQgb3JnLmVjbGlwc2UudWkuYXBwbGljYXRpb24uV29ya2JlbmNoQWR2aXNvci5vcGVuV2luZG93 cyhXb3JrYmVuY2hBZHZpc29yLmphdmE6NjU4KQoJYXQgb3JnLmVjbGlwc2UudWkuaW50ZXJuYWwu V29ya2JlbmNoLmluaXQoV29ya2JlbmNoLmphdmE6ODE5KQoJYXQgb3JnLmVjbGlwc2UudWkuaW50 ZXJuYWwuV29ya2JlbmNoLnJ1blVJKFdvcmtiZW5jaC5qYXZhOjEzMjUpCglhdCBvcmcuZWNsaXBz ZS51aS5pbnRlcm5hbC5Xb3JrYmVuY2guY3JlYXRlQW5kUnVuV29ya2JlbmNoKFdvcmtiZW5jaC5q YXZhOjI1NCkKCWF0IG9yZy5lY2xpcHNlLnVpLlBsYXRmb3JtVUkuY3JlYXRlQW5kUnVuV29ya2Jl bmNoKFBsYXRmb3JtVUkuamF2YToxNDEpCglhdCBvcmcuZWNsaXBzZS51aS5pbnRlcm5hbC5pZGUu SURFQXBwbGljYXRpb24ucnVuKElERUFwcGxpY2F0aW9uLmphdmE6OTYpCglhdCBvcmcuZWNsaXBz ZS5jb3JlLmludGVybmFsLnJ1bnRpbWUuUGxhdGZvcm1BY3RpdmF0b3IkMS5ydW4oUGxhdGZvcm1B Y3RpdmF0b3IuamF2YTozMzUpCglhdCBvcmcuZWNsaXBzZS5jb3JlLnJ1bnRpbWUuYWRhcHRvci5F Y2xpcHNlU3RhcnRlci5ydW4oRWNsaXBzZVN0YXJ0ZXIuamF2YToyNzMpCglhdCBvcmcuZWNsaXBz ZS5jb3JlLnJ1bnRpbWUuYWRhcHRvci5FY2xpcHNlU3RhcnRlci5ydW4oRWNsaXBzZVN0YXJ0ZXIu amF2YToxMjkpCglhdCBzdW4ucmVmbGVjdC5OYXRpdmVNZXRob2RBY2Nlc3NvckltcGwuaW52b2tl MChOYXRpdmUgTWV0aG9kKQoJYXQgc3VuLnJlZmxlY3QuTmF0aXZlTWV0aG9kQWNjZXNzb3JJbXBs Lmludm9rZShOYXRpdmVNZXRob2RBY2Nlc3NvckltcGwuamF2YTozOSkKCWF0IHN1bi5yZWZsZWN0 LkRlbGVnYXRpbmdNZXRob2RBY2Nlc3NvckltcGwuaW52b2tlKERlbGVnYXRpbmdNZXRob2RBY2Nl c3NvckltcGwuamF2YToyNSkKCWF0IGphdmEubGFuZy5yZWZsZWN0Lk1ldGhvZC5pbnZva2UoTWV0 aG9kLmphdmE6MzI0KQoJYXQgb3JnLmVjbGlwc2UuY29yZS5sYXVuY2hlci5NYWluLmJhc2ljUnVu KE1haW4uamF2YToxODMpCglhdCBvcmcuZWNsaXBzZS5jb3JlLmxhdW5jaGVyLk1haW4ucnVuKE1h aW4uamF2YTo2NDQpCglhdCBvcmcuZWNsaXBzZS5jb3JlLmxhdW5jaGVyLk1haW4ubWFpbihNYWlu LmphdmE6NjI4KQoKRHluYW1pYyBsaWJyYXJpZXM6CjB4ODA0ODAwMCAJL3Vzci9sb2NhbC9qZGsx LjQuMi8vYmluL2phdmEKMHgyODA4NjAwMCAJL3Vzci9saWIvbGlicHRocmVhZC5zby4xCjB4Mjgw YWIwMDAgCS9saWIvbGliYy5zby41CjB4MjgxOTAwMDAgCS91c3IvbG9jYWwvamRrMS40LjIvanJl L2xpYi9pMzg2L2NsaWVudC9saWJqdm0uc28KMHgyODViMTAwMCAJL3Vzci9saWIvbGlic3RkYysr LnNvLjQKMHgyODY4NzAwMCAJL2xpYi9saWJtLnNvLjIKMHgyODZhMDAwMCAJL3Vzci9sb2NhbC9q ZGsxLjQuMi9qcmUvbGliL2kzODYvbmF0aXZlX3RocmVhZHMvbGliaHBpLnNvCjB4Mjg2YWUwMDAg CS91c3IvbG9jYWwvamRrMS40LjIvanJlL2xpYi9pMzg2L2xpYnZlcmlmeS5zbwoweDI4NmMzMDAw IAkvdXNyL2xvY2FsL2pkazEuNC4yL2pyZS9saWIvaTM4Ni9saWJqYXZhLnNvCjB4Mjg2ZTIwMDAg CS91c3IvbG9jYWwvamRrMS40LjIvanJlL2xpYi9pMzg2L2xpYnppcC5zbwoweDM0NjdmMDAwIAkv dXNyL2xvY2FsL2pkazEuNC4yL2pyZS9saWIvaTM4Ni9saWJuZXQuc28KMHgzNDY5MjAwMCAJL3Vz ci9sb2NhbC9qZGsxLjQuMi9qcmUvbGliL2kzODYvbGlibmlvLnNvCjB4MzRiYjkwMDAgCS91c3Iv bG9jYWwvZWNsaXBzZS9wbHVnaW5zL29yZy5lY2xpcHNlLnN3dC5ndGtfMy4wLjAvb3MvZnJlZWJz ZC94ODYvbGlic3d0LXBpLWd0ay0zMDYyLnNvCjB4MzRiZjEwMDAgCS91c3IvWDExUjYvbGliL2xp Ymd0ay14MTEtMi4wLnNvLjQwMAoweDM0ZWM2MDAwIAkvdXNyL1gxMVI2L2xpYi9saWJnZGsteDEx LTIuMC5zby40MDAKMHgzNGYzODAwMCAJL3Vzci9YMTFSNi9saWIvbGliWHJhbmRyLnNvLjIKMHgz NGYzYzAwMCAJL3Vzci9YMTFSNi9saWIvbGliWGkuc28uNgoweDM0ZjQ0MDAwIAkvdXNyL1gxMVI2 L2xpYi9saWJYaW5lcmFtYS5zby4xCjB4MzRmNDcwMDAgCS91c3IvWDExUjYvbGliL2xpYlhjdXJz b3Iuc28uMQoweDM0ZjUwMDAwIAkvdXNyL2xvY2FsL2xpYi9saWJhdGstMS4wLnNvLjYwMAoweDM0 ZjZiMDAwIAkvdXNyL1gxMVI2L2xpYi9saWJnZGtfcGl4YnVmLTIuMC5zby40MDAKMHgzNGY4MTAw MCAJL3Vzci9YMTFSNi9saWIvbGlicGFuZ294ZnQtMS4wLnNvLjM5OQoweDM0Zjg2MDAwIAkvdXNy L1gxMVI2L2xpYi9saWJYZnQuc28uMgoweDM0Zjk4MDAwIAkvdXNyL2xvY2FsL2xpYi9saWJmcmVl dHlwZS5zby45CjB4MzRmZmYwMDAgCS9saWIvbGliei5zby4yCjB4MzUwMGYwMDAgCS91c3IvWDEx UjYvbGliL2xpYlhyZW5kZXIuc28uMQoweDM1MDE3MDAwIAkvdXNyL1gxMVI2L2xpYi9saWJYZXh0 LnNvLjYKMHgzNTAyNDAwMCAJL3Vzci9YMTFSNi9saWIvbGliZm9udGNvbmZpZy5zby4xCjB4MzUw NGIwMDAgCS91c3IvWDExUjYvbGliL2xpYnBhbmdveC0xLjAuc28uMzk5CjB4MzUwNWYwMDAgCS91 c3IvWDExUjYvbGliL2xpYlgxMS5zby42CjB4MzUxMjUwMDAgCS91c3IvWDExUjYvbGliL2xpYnBh bmdvLTEuMC5zby4zOTkKMHgzNTE1OTAwMCAJL3Vzci9sb2NhbC9saWIvbGliZ29iamVjdC0yLjAu c28uNDAwCjB4MzUxOTgwMDAgCS91c3IvbG9jYWwvbGliL2xpYmdtb2R1bGUtMi4wLnNvLjQwMAow eDM1MTljMDAwIAkvdXNyL2xvY2FsL2xpYi9saWJndGhyZWFkLTIuMC5zby40MDAKMHgzNTFhMDAw MCAJL3Vzci9sb2NhbC9saWIvbGliZ2xpYi0yLjAuc28uNDAwCjB4MzUyMjAwMDAgCS91c3IvbG9j YWwvbGliL2xpYmljb252LnNvLjMKMHgzNTMwZDAwMCAJL3Vzci9YMTFSNi9saWIvbGliWHRzdC5z by42CjB4MzUzMTIwMDAgCS91c3IvbG9jYWwvbGliL2xpYmludGwuc28uNgoweDM1MzFiMDAwIAkv dXNyL1gxMVI2L2xpYi9saWJwYW5nb2Z0Mi0xLjAuc28uMzk5CjB4MzUzM2YwMDAgCS91c3IvbG9j YWwvbGliL2xpYmV4cGF0LnNvLjUKMHgzNTM2MDAwMCAJL3Vzci9YMTFSNi9saWIvWDExL2xvY2Fs ZS9saWIvY29tbW9uL3hsaWJpMThuLnNvLjIKMHgzNTM3NjAwMCAJL3Vzci9sb2NhbC9lY2xpcHNl L3BsdWdpbnMvb3JnLmVjbGlwc2Uuc3d0Lmd0a18zLjAuMC9vcy9mcmVlYnNkL3g4Ni9saWJzd3Qt Z3RrLTMwNjIuc28KMHgzNTNhNDAwMCAJL3Vzci9YMTFSNi9saWIvWDExL2xvY2FsZS9saWIvY29t bW9uL3hpbWNwLnNvLjIKMHgzNTM5ZDAwMCAJL3Vzci9YMTFSNi9saWIvZ3RrLTIuMC8yLjQuMC9p bW1vZHVsZXMvaW0teGltLnNvCjB4MzU0YTIwMDAgCS91c3IvWDExUjYvbGliL3BhbmdvLzEuNC4w L21vZHVsZXMvcGFuZ28tYmFzaWMtZmMuc28KMHgzNjU3ZjAwMCAJL3Vzci9sb2NhbC9lY2xpcHNl L3BsdWdpbnMvb3JnLmVjbGlwc2Uuc3d0Lmd0a18zLjAuMC9vcy9mcmVlYnNkL3g4Ni9saWJzd3Qt YXRrLWd0ay0zMDYyLnNvCjB4MjgwNGUwMDAgCS9saWJleGVjL2xkLWVsZi5zby4xCgpIZWFwIGF0 IFZNIEFib3J0OgpIZWFwCiBkZWYgbmV3IGdlbmVyYXRpb24gICB0b3RhbCA1NzZLLCB1c2VkIDUy MksgWzB4MmM0ODAwMDAsIDB4MmM1MjAwMDAsIDB4MmM5NjAwMDApCiAgZWRlbiBzcGFjZSA1MTJL LCAgOTElIHVzZWQgWzB4MmM0ODAwMDAsIDB4MmM0ZjVjMjgsIDB4MmM1MDAwMDApCiAgZnJvbSBz cGFjZSA2NEssICA4MCUgdXNlZCBbMHgyYzUxMDAwMCwgMHgyYzUxY2YwMCwgMHgyYzUyMDAwMCkK ICB0byAgIHNwYWNlIDY0SywgICAwJSB1c2VkIFsweDJjNTAwMDAwLCAweDJjNTAwMDAwLCAweDJj NTEwMDAwKQogdGVudXJlZCBnZW5lcmF0aW9uICAgdG90YWwgNzYwOEssIHVzZWQgNjcyOEsgWzB4 MmM5NjAwMDAsIDB4MmQwY2UwMDAsIDB4MzA0ODAwMDApCiAgIHRoZSBzcGFjZSA3NjA4SywgIDg4 JSB1c2VkIFsweDJjOTYwMDAwLCAweDJjZmYyMmMwLCAweDJjZmYyNDAwLCAweDJkMGNlMDAwKQog Y29tcGFjdGluZyBwZXJtIGdlbiAgdG90YWwgMTA0OTZLLCB1c2VkIDEwNDkySyBbMHgzMDQ4MDAw MCwgMHgzMGVjMDAwMCwgMHgzNDQ4MDAwMCkKICAgdGhlIHNwYWNlIDEwNDk2SywgIDk5JSB1c2Vk IFsweDMwNDgwMDAwLCAweDMwZWJmM2IwLCAweDMwZWJmNDAwLCAweDMwZWMwMDAwKQoKTG9jYWwg VGltZSA9IFRodSBBdWcgMTkgMDQ6MTI6NTYgMjAwNApFbGFwc2VkIFRpbWUgPSAyNwojCiMgVGhl IGV4Y2VwdGlvbiBhYm92ZSB3YXMgZGV0ZWN0ZWQgaW4gbmF0aXZlIGNvZGUgb3V0c2lkZSB0aGUg Vk0KIwojIEphdmEgVk06IEphdmEgSG90U3BvdChUTSkgQ2xpZW50IFZNICgxLjQuMi1wNi1sZWFm eV8yMV9qdWxfMjAwNF8xNF80OCBtaXhlZCBtb2RlKQojCg== ------=_Part_32_29792332.1092860206279-- From owner-freebsd-java@FreeBSD.ORG Wed Aug 18 21:59:40 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C1C516A4CE for ; Wed, 18 Aug 2004 21:59:40 +0000 (GMT) Received: from smtp.istop.com (dci.doncaster.on.ca [66.11.168.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04A9843D1D for ; Wed, 18 Aug 2004 21:59:40 +0000 (GMT) (envelope-from ean@hedron.org) Received: from [192.168.89.200] (hedron.org [66.11.182.60]) by smtp.istop.com (Postfix) with ESMTP id C0BBD17C4D7 for ; Wed, 18 Aug 2004 17:59:37 -0400 (EDT) From: Ean Kingston To: freebsd-java@freebsd.org Date: Wed, 18 Aug 2004 17:59:39 -0400 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200408181759.39776.ean@hedron.org> Subject: Is there an OpenGL java class that works under 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: Wed, 18 Aug 2004 21:59:40 -0000 Hi, The subject asks what I want to know. I'm fiddling with writing a network based game using Java as the front end, needless to say I'm writing it under FreeBSD. I'm doing this mostly to learn Java but I do want to do it right. Thanks. From owner-freebsd-java@FreeBSD.ORG Wed Aug 18 22:00:12 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D66F16A4CE for ; Wed, 18 Aug 2004 22:00:12 +0000 (GMT) Received: from c0mailgw02.prontomail.com (c0mailgwalt.prontomail.com [207.183.238.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CB8943D41 for ; Wed, 18 Aug 2004 22:00:10 +0000 (GMT) (envelope-from DerekYoung@easy.com) Received: from c0web102 (c0mailgwalt.prontomail.com [207.183.238.110]) by c0mailgw02.prontomail.com (8.11.6/8.11.6) with SMTP id i7IM08314675 for ; Wed, 18 Aug 2004 15:00:08 -0700 X-Version: easygroup 6.3.3.2329.0 X-SenderIP: 68.12.85.50 X-SenderID: 24844284 From: "Derek Young" Message-Id: Date: Wed, 18 Aug 2004 17:05:07 -0500 X-Priority: 3 Priority: Normal X-MSMail-Priority: Normal Content-Type: text/plain; charset=iso-8859-1 To: java@freebsd.org X-Mailer: Web Based Pronto Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: java/eclipse dies starting up X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2004 22:00:12 -0000 I've had the same problem, and complained earlier. It started with gcc 3.4, after I recompiled every port and binary on my system. If you want more fun try doing it WITH_MOTIF on the eclipse build, and you will get malloc error messages complaining about junk porters :) This message was sent from the free private e-mail service by easy.com, the portal site owned by Stelios and the easyGroup. This email service is available to all members of the public to use for personal reasons only. Not all subscribers to this e-mail service are representatives of an easyGroup company. From owner-freebsd-java@FreeBSD.ORG Thu Aug 19 20:24:23 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2285E16A4CE for ; Thu, 19 Aug 2004 20:24:23 +0000 (GMT) Received: from ulysses.noc.ntua.gr (ulysses.noc.ntua.gr [147.102.222.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id E63EF43D48 for ; Thu, 19 Aug 2004 20:24:21 +0000 (GMT) (envelope-from past@netmode.ntua.gr) Received: from netmode.ece.ntua.gr (dolly.netmode.ece.ntua.gr [147.102.13.10]) by ulysses.noc.ntua.gr (8.12.9p1/8.12.9) with ESMTP id i7JKOE0A087114; Thu, 19 Aug 2004 23:24:14 +0300 (EEST) (envelope-from past@netmode.ntua.gr) Received: from [147.102.229.10] (ppp-229-010.dialup.ntua.gr [147.102.229.10]) by netmode.ece.ntua.gr (8.12.10/8.12.8) with ESMTP id i7JKODjI007671; Thu, 19 Aug 2004 23:24:14 +0300 (EEST) (envelope-from past@netmode.ntua.gr) Message-ID: <41250C5D.4020900@netmode.ntua.gr> Date: Thu, 19 Aug 2004 23:23:57 +0300 From: Panagiotis Astithas User-Agent: Mozilla Thunderbird 0.7 (X11/20040702) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derek Young References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: java@freebsd.org Subject: Re: java/eclipse dies starting up X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Aug 2004 20:24:23 -0000 Derek Young wrote: > I've had the same problem, and complained earlier. > It started with gcc 3.4, after I recompiled every > port and binary on my system. > > If you want more fun try doing it WITH_MOTIF on > the eclipse build, and you will get malloc error > messages complaining about junk porters :) I've seen both error reports, but I just found the time to try to reproduce them. I have -current from August 11th (post gcc 3.4), gtk-2.4.4_1 and just rebuilt eclipse. The gtk version of eclipse works like a charm for me. No sig 10's whatsoever. I haven't upgraded gtk to 2.4.7 (and other stuff) yet, but I' ll try it soonish. The motif version works too, although I do get the malloc warnings. Using the 'A' malloc flag shows that they come from the java binary (not rebuilt with gcc 3.4 in my case). The trace I get is kind of crappy, so I'll try rebuilding jdk14 with the new compiler. In any case the problems are never in eclipse code, but either in gtk or java (or some system bug - gcc, ld, threads, etc.). Some suggestions off the top of my head: - check for bad memory (sig 10) - try using binary packages for gtk, eclipse, etc. - try using an older binary package of jdk14, if you have one around - eliminate any strange make.conf settings, such as compiler optimizations and rebuild Cheers, Panagiotis From owner-freebsd-java@FreeBSD.ORG Thu Aug 19 21:28:29 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA20B16A4CE; Thu, 19 Aug 2004 21:28:29 +0000 (GMT) Received: from ulysses.noc.ntua.gr (ulysses.noc.ntua.gr [147.102.222.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC3D143D1F; Thu, 19 Aug 2004 21:28:26 +0000 (GMT) (envelope-from past@netmode.ntua.gr) Received: from netmode.ece.ntua.gr (dolly.netmode.ece.ntua.gr [147.102.13.10]) by ulysses.noc.ntua.gr (8.12.9p1/8.12.9) with ESMTP id i7JLSP0A092632; Fri, 20 Aug 2004 00:28:25 +0300 (EEST) (envelope-from past@netmode.ntua.gr) Received: from [147.102.229.10] (ppp-229-010.dialup.ntua.gr [147.102.229.10]) by netmode.ece.ntua.gr (8.12.10/8.12.8) with ESMTP id i7JLSPjI007943; Fri, 20 Aug 2004 00:28:25 +0300 (EEST) (envelope-from past@netmode.ntua.gr) Message-ID: <41251B68.9000701@netmode.ntua.gr> Date: Fri, 20 Aug 2004 00:28:08 +0300 From: Panagiotis Astithas User-Agent: Mozilla Thunderbird 0.7 (X11/20040702) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: java@freebsd.org Subject: Close ports/65465 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Aug 2004 21:28:29 -0000 Hi, ports/65465 should be closed since eclipse has been upgraded to version 3 and the problem does not exist any more. Cheers, Panagiotis From owner-freebsd-java@FreeBSD.ORG Thu Aug 19 23:46:12 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2490A16A4CE; Thu, 19 Aug 2004 23:46:12 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0527B43D2D; Thu, 19 Aug 2004 23:46:12 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i7JNkBXv066626; Thu, 19 Aug 2004 23:46:11 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7JNkBaj066622; Thu, 19 Aug 2004 23:46:11 GMT (envelope-from linimon) Date: Thu, 19 Aug 2004 23:46:11 GMT From: Mark Linimon Message-Id: <200408192346.i7JNkBaj066622@freefall.freebsd.org> To: gerrit@pmp.uni-hannover.de, linimon@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: ports/65465: Eclipse has no fonts with recent pango, compiling Eclipse coredumps. X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Aug 2004 23:46:12 -0000 Synopsis: Eclipse has no fonts with recent pango, compiling Eclipse coredumps. State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Thu Aug 19 23:45:20 GMT 2004 State-Changed-Why: Panagiotis Astithas reports the problem no longer exists since the upgrade to version 3. http://www.freebsd.org/cgi/query-pr.cgi?pr=65465 From owner-freebsd-java@FreeBSD.ORG Fri Aug 20 02:00:46 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5289116A4CE for ; Fri, 20 Aug 2004 02:00:46 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9D7F43D2D for ; Fri, 20 Aug 2004 02:00:45 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by mproxy.gmail.com with SMTP id 75so191783rnl for ; Thu, 19 Aug 2004 19:00:37 -0700 (PDT) Received: by 10.38.102.15 with SMTP id z15mr1024211rnb; Thu, 19 Aug 2004 19:00:37 -0700 (PDT) Message-ID: Date: Fri, 20 Aug 2004 10:00:37 +0800 From: Jiawei Ye To: Panagiotis Astithas In-Reply-To: <41250C5D.4020900@netmode.ntua.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41250C5D.4020900@netmode.ntua.gr> cc: java@freebsd.org cc: Derek Young Subject: Re: java/eclipse dies starting up X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jiawei Ye List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2004 02:00:46 -0000 On Thu, 19 Aug 2004 23:23:57 +0300, Panagiotis Astithas wrote: > I've seen both error reports, but I just found the time to try to > reproduce them. I have -current from August 11th (post gcc 3.4), > gtk-2.4.4_1 and just rebuilt eclipse. The gtk version of eclipse works > like a charm for me. No sig 10's whatsoever. I haven't upgraded gtk to > 2.4.7 (and other stuff) yet, but I' ll try it soonish. > > The motif version works too, although I do get the malloc warnings. > Using the 'A' malloc flag shows that they come from the java binary (not > rebuilt with gcc 3.4 in my case). The trace I get is kind of crappy, so > I'll try rebuilding jdk14 with the new compiler. > > In any case the problems are never in eclipse code, but either in gtk or > java (or some system bug - gcc, ld, threads, etc.). Some suggestions off > the top of my head: > - check for bad memory (sig 10) > - try using binary packages for gtk, eclipse, etc. > - try using an older binary package of jdk14, if you have one around > - eliminate any strange make.conf settings, such as compiler > optimizations and rebuild > > Cheers, > > Panagiotis I think the problem is gtk 2.4.7 vs your version used(2.4.4). I just rebuilt my jdk14 with the latest gcc3.4 patch yesterday. Everything else works fine. Maybe we should report this back to eclipse bugzilla and see if they are running into the same problem with newer gtk? Jiawei From owner-freebsd-java@FreeBSD.ORG Fri Aug 20 03:02:10 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CA0016A4CE for ; Fri, 20 Aug 2004 03:02:10 +0000 (GMT) Received: from ux13.sp.cs.cmu.edu (UX13.SP.CS.CMU.EDU [128.2.203.57]) by mx1.FreeBSD.org (Postfix) with SMTP id 9E7D643D1D for ; Fri, 20 Aug 2004 03:02:09 +0000 (GMT) (envelope-from Brad_Karp@ux13.sp.cs.cmu.edu) Received: from ux13.sp.cs.cmu.edu ([127.0.0.1]) by ux13.sp.cs.cmu.edu id aa10421; 19 Aug 2004 23:01 EDT From: Brad Karp To: freebsd-java@freebsd.org Date: Thu, 19 Aug 2004 23:01:30 -0400 Sender: Brad_Karp@ux13.sp.cs.cmu.edu Message-Id: <20040820030209.9E7D643D1D@mx1.FreeBSD.org> Subject: getHostName() broken? 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, 20 Aug 2004 03:02:10 -0000 I'm running 4.9-RELEASE, and have built the jdk1.4.2 port using revision 5 of the FreeBSD patch kit. I have a visualization application written in Java by a colleague that I've been running. The application shows nodes in a large-scale distributed system, and allows clicking on a host to show its Internet hostname. The code uses getHostName() to do this. I find that these reverse DNS lookups *all* fail; getHostName() returns a String that is a textual representation of the IP address. (There's no security manager involved here, BTW. The reference for getHostName() says the security manager may check for authorization on getHostName() calls, but I've not changed my Java runtime's security policy from the defaults.) Further poking reveals that *no* outbound DNS queries (traffic destined for UDP or TCP port 53) are being generated for these reverse name lookups! I'm perplexed. Can it really be that InetAddress.getHostName() is broken on FreeBSD? Has anyone seen similar behavior, and if so, can you propose a workaround, apart from linking in C code to do these reverse name lookups? Thanks, -Brad, bkarp@cs.cmu.edu From owner-freebsd-java@FreeBSD.ORG Fri Aug 20 05:55:10 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F96816A4CF for ; Fri, 20 Aug 2004 05:55:10 +0000 (GMT) Received: from quark.rcs.purdue.edu (quark.rcac.purdue.edu [128.210.189.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C64643D45 for ; Fri, 20 Aug 2004 05:55:10 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from quark.rcac.purdue.edu (localhost [127.0.0.1]) by quark.rcs.purdue.edu (8.12.10/8.12.10) with ESMTP id i7K5t9hH091447 for ; Fri, 20 Aug 2004 00:55:09 -0500 (EST) (envelope-from linimon@FreeBSD.org) Date: Fri, 20 Aug 2004 00:55:09 -0500 (EST) Message-Id: <200408200555.i7K5t9hH091447@quark.rcs.purdue.edu> From: linimon@FreeBSD.org To: java@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently marked broken 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, 20 Aug 2004 05:55:10 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we are attempting to notify maintainers of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc3.3, which is much stricter about such things as function declarations, literal strings constants that continue over several physical lines, and forcing the deprecation of antique header files such as varargs.h (we should now be using stdargs.h). The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. If you need help in one or more build environments that you do not have access to, please ask for help on the freebsd-ports mailing list. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The build errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 4.x or 5.x, with target architecture'.) (Note: the dates are included to help you to gauge whether or not the build error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: java/eclipse-langpack broken because: Requires update to 3.0 build errors: none. overview: http://portsmon.firepipe.net/portoverview.py?category=java&portname=eclipse-langpack If these build errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these build errors really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these build errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-java@FreeBSD.ORG Fri Aug 20 07:27:51 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9ABE16A4CE for ; Fri, 20 Aug 2004 07:27:51 +0000 (GMT) Received: from kendy.up.ac.za (kendy.up.ac.za [137.215.101.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9D2C43D1F for ; Fri, 20 Aug 2004 07:27:50 +0000 (GMT) (envelope-from marc@bowtie.nl) Received: from hades.cs.up.ac.za ([137.215.40.17]) by kendy.up.ac.za with esmtp (Exim 4.24) id 1By3oO-0005at-VR for freebsd-java@freebsd.org; Fri, 20 Aug 2004 09:27:44 +0200 Received: (qmail 31820 invoked from network); 20 Aug 2004 09:27:44 +0200 Received: from b040pc123.up.ac.za (HELO ?137.215.40.123?) (137.215.40.123) by hades.cs.up.ac.za with SMTP; 20 Aug 2004 09:27:44 +0200 Message-ID: <4125A7EF.8060803@bowtie.nl> Date: Fri, 20 Aug 2004 09:27:43 +0200 From: Marc van Kempen User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040810 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ean Kingston References: <200408181759.39776.ean@hedron.org> In-Reply-To: <200408181759.39776.ean@hedron.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Scan-Signature: 075be3456426d5e80755e7a8471b0ad4 cc: freebsd-java@freebsd.org Subject: Re: Is there an OpenGL java class that works under 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, 20 Aug 2004 07:27:52 -0000 Ean Kingston wrote: >Hi, > >The subject asks what I want to know. > >I'm fiddling with writing a network based game using Java as the front end, >needless to say I'm writing it under FreeBSD. I'm doing this mostly to learn >Java but I do want to do it right. > >Thanks. >_______________________________________________ >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" > > Look for the java3d stuff, if you use the linux version it should work (also install linux-drm) Regards, Marc.