From owner-freebsd-java@FreeBSD.ORG Sun Jun 27 00:08:38 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C32B516A4CE; Sun, 27 Jun 2004 00:08:38 +0000 (GMT) Received: from ulysses.noc.ntua.gr (ulysses.noc.ntua.gr [147.102.222.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CD7A43D4C; Sun, 27 Jun 2004 00:08:38 +0000 (GMT) (envelope-from past@noc.ntua.gr) Received: from ajax.noc.ntua.gr (ajax.noc.ntua.gr [147.102.220.1]) by ulysses.noc.ntua.gr (8.12.9p1/8.12.9) with ESMTP id i5R07iSi034035; Sun, 27 Jun 2004 03:07:44 +0300 (EEST) (envelope-from past@noc.ntua.gr) Received: from [147.102.229.10] (ppp-229-010.dialup.ntua.gr [147.102.229.10]) by ajax.noc.ntua.gr (8.12.11/8.12.11) with ESMTP id i5R07hkk071969; Sun, 27 Jun 2004 03:07:43 +0300 (EEST) (envelope-from past@noc.ntua.gr) Message-ID: <40DE0FB7.3000606@noc.ntua.gr> Date: Sun, 27 Jun 2004 03:07:19 +0300 From: Panagiotis Astithas Organization: NTUA/NMC User-Agent: Mozilla Thunderbird 0.6 (X11/20040504) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bryan Liesner References: <40CFFE0F.6040403@noc.ntua.gr> <20040616171610.3ad2fde7.nork@FreeBSD.org> <40D982A5.8050701@noc.ntua.gr> <40DE0929.6040509@noc.ntua.gr> <20040626194213.R613@gravy.kishka.net> In-Reply-To: <20040626194213.R613@gravy.kishka.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: java@freebsd.org cc: Norikatsu Shigemura Subject: Re: An alternative Eclipse 3 port X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 00:08:38 -0000 Bryan Liesner wrote: > On Sun, 27 Jun 2004, Panagiotis Astithas wrote: > >> Hello, >> >> I have once again updated the port skeleton at the following URL to >> build the already released final 3.0 version of Eclipse: >> >> http://noc.ntua.gr/~past/freebsd/eclipse3-port.tgz >> >> The WITH_MOTIF option still does not work, although there has been >> some progress. > > > Once again, great work. I built the gnome-less version of the last RC > and it's looking good. One important question - is debugging ever going > to work under FreeBSD 5.x? I'm still getting the same error that no one > has ever answered for me: > > FATAL ERROR in native method: JDWP "util.c" (Mar 9 2004), line 1194: > Unexpected error, error code = 51 (JVMDI_ERROR_NOT_MONITOR_OWNER) > > Once upon a time, I could use Eclipse and actually run stuff under the > debugger. You should be able to have debugging work by using libc_r instead of libpthread, via /etc/libmap.conf Cheers, -- Panagiotis Astithas Electrical & Computer Engineer, PhD Network Management Center National Technical University of Athens, Greece From owner-freebsd-java@FreeBSD.ORG Sun Jun 27 02:15:14 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 6CF5716A4CE; Sun, 27 Jun 2004 02:15:14 +0000 (GMT) Received: from gravy.kishka.net (pcp04097789pcs.neave01.pa.comcast.net [68.81.192.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C53443D41; Sun, 27 Jun 2004 02:15:14 +0000 (GMT) (envelope-from bryan@kishka.net) Received: from gravy.kishka.net (gravy.kishka.net [192.168.1.2]) by gravy.kishka.net (8.12.11/8.12.11) with ESMTP id i5R2EEf8001431; Sat, 26 Jun 2004 22:14:14 -0400 (EDT) (envelope-from bryan@kishka.net) Date: Sat, 26 Jun 2004 22:14:14 -0400 (EDT) From: Bryan Liesner To: Panagiotis Astithas In-Reply-To: <40DE0FB7.3000606@noc.ntua.gr> Message-ID: <20040626220315.W1427@gravy.kishka.net> References: <40CFFE0F.6040403@noc.ntua.gr> <20040616171610.3ad2fde7.nork@FreeBSD.org> <40D982A5.8050701@noc.ntua.gr> <40DE0929.6040509@noc.ntua.gr> <20040626194213.R613@gravy.kishka.net> <40DE0FB7.3000606@noc.ntua.gr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: java@freebsd.org cc: Norikatsu Shigemura Subject: Re: An alternative Eclipse 3 port X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2004 02:15:14 -0000 On Sun, 27 Jun 2004, Panagiotis Astithas wrote: >> Once upon a time, I could use Eclipse and actually run stuff under the >> debugger. > > You should be able to have debugging work by using libc_r instead of > libpthread, via /etc/libmap.conf > > Cheers, Yes, that does work. Thanks again. I'm eagerly awaiting the Motif stuff, but, no rush since the gnome-less build seems to be working so nicely. But hurry up anyway :) -Bryan From owner-freebsd-java@FreeBSD.ORG Mon Jun 28 10:24:32 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 017E716A4CE for ; Mon, 28 Jun 2004 10:24:32 +0000 (GMT) Received: from oxyd.caraldi.com (caraldi.com [195.137.249.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0FA343D45 for ; Mon, 28 Jun 2004 10:24:31 +0000 (GMT) (envelope-from jbq@anyware-tech.com) Received: from anyware12.anyware (lns-th2-4f-81-56-241-65.adsl.proxad.net [81.56.241.65]) by oxyd.caraldi.com (Postfix) with ESMTP id F3A79237E for ; Mon, 28 Jun 2004 12:22:41 +0200 (CEST) Received: by anyware12.anyware (Postfix, from userid 615) id 0508C65A2; Mon, 28 Jun 2004 12:22:41 +0200 (CEST) Date: Mon, 28 Jun 2004 12:22:41 +0200 From: Jean-Baptiste Quenot To: java@freebsd.org Message-ID: <20040628102239.GF66588@anyware12.anyware> Mail-Followup-To: java@freebsd.org References: <40CFFE0F.6040403@noc.ntua.gr> <20040616171610.3ad2fde7.nork@FreeBSD.org> <40D982A5.8050701@noc.ntua.gr> <40DE0929.6040509@noc.ntua.gr> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ABTtc+pdwF7KHXCz" Content-Disposition: inline In-Reply-To: <40DE0929.6040509@noc.ntua.gr> User-Agent: Mutt/1.5.6i Subject: Re: An alternative Eclipse 3 port 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, 28 Jun 2004 10:24:32 -0000 --ABTtc+pdwF7KHXCz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Panagiotis Astithas: > I have once again updated the port skeleton at the following URL to > build the already released final 3.0 version of Eclipse: > > http://noc.ntua.gr/~past/freebsd/eclipse3-port.tgz The distfile cannot be fetched... --=20 Jean-Baptiste Quenot http://caraldi.com/jbq/ --ABTtc+pdwF7KHXCz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA3/Fv9xx3BCMc9gsRAmJSAKCBtKGQgL42nvW+B1OqB8cKOlg0oACfXVnD K3Umzt2WyNoqVU/gKroWKQs= =X6eW -----END PGP SIGNATURE----- --ABTtc+pdwF7KHXCz-- From owner-freebsd-java@FreeBSD.ORG Mon Jun 28 11:02: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 3F7A516A4CE for ; Mon, 28 Jun 2004 11:02:48 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A20843D1D for ; Mon, 28 Jun 2004 11:02:48 +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 i5SB2Ded003892 for ; Mon, 28 Jun 2004 11:02:13 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5SB2Ce3003886 for freebsd-java@freebsd.org; Mon, 28 Jun 2004 11:02:12 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 28 Jun 2004 11:02:12 GMT Message-Id: <200406281102.i5SB2Ce3003886@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, 28 Jun 2004 11:02:48 -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/06/18] java/68079 java linux ibm jdk 1.4.1 fails with: JVMLH050: 3 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/10/18] java/44251 java Create stylebook port o [2003/07/30] java/55032 java SVr4 emulation interferes with install s [2003/09/16] java/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] java/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 f [2004/05/19] java/66875 java Eclipse Version 3.0 port not available 7 problems total. From owner-freebsd-java@FreeBSD.ORG Mon Jun 28 12:42: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 4DFB716A4CE for ; Mon, 28 Jun 2004 12:42:51 +0000 (GMT) Received: from webmail-outgoing.us4.outblaze.com (webmail-outgoing.us4.outblaze.com [205.158.62.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDC7243D2F for ; Mon, 28 Jun 2004 12:42:50 +0000 (GMT) (envelope-from myloveforyou@loveable.com) Received: from wfilter.us4.outblaze.com (wfilter.us4.outblaze.com [205.158.62.180])DAC48180091D for ; Mon, 28 Jun 2004 12:42:36 +0000 (GMT) X-OB-Received: from unknown (205.158.62.81) by wfilter.us4.outblaze.com; 28 Jun 2004 12:41:20 -0000 Received: by ws1-2.us4.outblaze.com (Postfix, from userid 1001) id B91411F4FEA; Mon, 28 Jun 2004 12:43:44 +0000 (GMT) Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [81.199.6.68] by ws1-2.us4.outblaze.com with http for myloveforyou@loveable.com; Mon, 28 Jun 2004 07:43:44 -0500 From: "Lukman Jaji" To: freebsd-java@freebsd.org Date: Mon, 28 Jun 2004 07:43:44 -0500 X-Originating-Ip: 81.199.6.68 X-Originating-Server: ws1-2.us4.outblaze.com Message-Id: <20040628124344.B91411F4FEA@ws1-2.us4.outblaze.com> Subject: printer operations in java 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, 28 Jun 2004 12:42:51 -0000 Hello all, I need to perform a printing job after payment has been made with my software. It's a reciept. Can you guys help me with a simple code snippet. I am working on windows using jdk1.3.1 thanks -- ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm From owner-freebsd-java@FreeBSD.ORG Mon Jun 28 16:03: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 6108B16A4CE for ; Mon, 28 Jun 2004 16:03:46 +0000 (GMT) Received: from oxyd.caraldi.com (caraldi.com [195.137.249.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1AE543D58 for ; Mon, 28 Jun 2004 16:03:45 +0000 (GMT) (envelope-from jbq@anyware-tech.com) Received: from anyware12.anyware (lns-th2-4f-81-56-241-65.adsl.proxad.net [81.56.241.65]) by oxyd.caraldi.com (Postfix) with ESMTP id B8AE320F8 for ; Mon, 28 Jun 2004 18:03:42 +0200 (CEST) Received: by anyware12.anyware (Postfix, from userid 615) id 8970F65A2; Mon, 28 Jun 2004 18:03:35 +0200 (CEST) Date: Mon, 28 Jun 2004 18:03:35 +0200 From: Jean-Baptiste Quenot To: freebsd-java@freebsd.org Message-ID: <20040628160233.GA93868@anyware12.anyware> Mail-Followup-To: freebsd-java@freebsd.org References: <20040628124344.B91411F4FEA@ws1-2.us4.outblaze.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="envbJBWh7q8WU6mo" Content-Disposition: inline In-Reply-To: <20040628124344.B91411F4FEA@ws1-2.us4.outblaze.com> User-Agent: Mutt/1.5.6i Subject: Re: printer operations in java 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, 28 Jun 2004 16:03:46 -0000 --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Lukman Jaji: > Hello all, I need to perform a printing job after payment has been > made with my software. It's a reciept. Can you guys help me with a > simple code snippet. I am working on windows using jdk1.3.1 What is the relationship with FreeBSD? Anyway to communicate with a device, you may take a look at rxtx, it's a native lib providing serial and parallel communication for the Java Development Toolkit (JDK), under Open-Source license. BTW, the FreeBSD port has not yet been committed, see PR ports/65396. --=20 Jean-Baptiste Quenot http://caraldi.com/jbq/ --envbJBWh7q8WU6mo Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA4EEZ9xx3BCMc9gsRAh3lAKCXc4wm0YA+6PIb1JBxFy5vN6h/oQCgorRG thxqBg5cQSURwZz+RtRifiI= =EAht -----END PGP SIGNATURE----- --envbJBWh7q8WU6mo-- From owner-freebsd-java@FreeBSD.ORG Mon Jun 28 16:14:55 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 9331D16A4CE for ; Mon, 28 Jun 2004 16:14:55 +0000 (GMT) Received: from diomedes.noc.ntua.gr (diomedes.noc.ntua.gr [147.102.222.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id E53AA43D2F for ; Mon, 28 Jun 2004 16:14:54 +0000 (GMT) (envelope-from past@noc.ntua.gr) Received: from ajax.noc.ntua.gr (ajax.noc.ntua.gr [147.102.220.1]) i5SGEqEr088705; Mon, 28 Jun 2004 19:14:52 +0300 (EEST) (envelope-from past@noc.ntua.gr) Received: from [147.102.220.45] (hal.noc.ntua.gr [147.102.220.45]) by ajax.noc.ntua.gr (8.12.11/8.12.11) with ESMTP id i5SGEqDG062013; Mon, 28 Jun 2004 19:14:52 +0300 (EEST) (envelope-from past@noc.ntua.gr) Message-ID: <40E043FC.4090408@noc.ntua.gr> Date: Mon, 28 Jun 2004 19:14:52 +0300 From: Panagiotis Astithas Organization: NTUA/NMC User-Agent: Mozilla Thunderbird 0.6 (X11/20040609) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jean-Baptiste Quenot References: <40CFFE0F.6040403@noc.ntua.gr> <20040616171610.3ad2fde7.nork@FreeBSD.org> <40D982A5.8050701@noc.ntua.gr> <40DE0929.6040509@noc.ntua.gr> <20040628102239.GF66588@anyware12.anyware> In-Reply-To: <20040628102239.GF66588@anyware12.anyware> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: java@freebsd.org Subject: Re: An alternative Eclipse 3 port 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, 28 Jun 2004 16:14:55 -0000 Jean-Baptiste Quenot wrote: > * Panagiotis Astithas: > > >>I have once again updated the port skeleton at the following URL to >>build the already released final 3.0 version of Eclipse: >> >>http://noc.ntua.gr/~past/freebsd/eclipse3-port.tgz > > > The distfile cannot be fetched... There was a typo, thanks for noticing. I have updated the archive with a working Motif build as a bonus. I have been testing and tweaking the installation procedure for two days now, so if I haven't missed anything, this should be it. If I feel bored I might try adding an options menu, but no promises there. It ought to be committable as it is. Cheers, -- Panagiotis Astithas Electrical & Computer Engineer, PhD Network Management Center National Technical University of Athens, Greece From owner-freebsd-java@FreeBSD.ORG Mon Jun 28 23:00:24 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 5CB1716A4CE for ; Mon, 28 Jun 2004 23:00:24 +0000 (GMT) Received: from goliath.nxlkhost.com (goliath.nxlkhost.com [207.155.252.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3332A43D54 for ; Mon, 28 Jun 2004 23:00:24 +0000 (GMT) (envelope-from dhockin@staffware-spokane.com) Received: from [127.0.0.1] (403254C2.ptr.dia.nextlink.net [64.50.84.194]) by goliath.nxlkhost.com id TAA25186; Mon, 28 Jun 2004 19:00:17 -0400 (EDT) [ConcentricHost SMTP Relay 1.17] Errors-To: Message-ID: <40E0A30E.1090701@staffware-spokane.com> Date: Mon, 28 Jun 2004 16:00:30 -0700 From: Doug Hockin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a1) Gecko/20040520 X-Accept-Language: en-us, en MIME-Version: 1.0 To: mriem@manorrock.org References: <200406260001.UAA15135@hood.nxlkhost.com> In-Reply-To: <200406260001.UAA15135@hood.nxlkhost.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-java@freebsd.org Subject: Re: jdk1.4 on FreeBSD 5.2.1 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, 28 Jun 2004 23:00:24 -0000 > Did you update your ports tree before attempting this? No. Thanks for the advice -- I'm new to FreeBSD. I started a 'portsupdate', but 5-6 times it's stopped asking for operator input. It puts out what is probably intended to be nicely formatted output, but in my emacs shell buffer ends up as a bunch of gobbledygook. I've typed 'ok' in response to each one and it's progressing, but slowly since I'm not at work to babysit it 24 hrs-a-day. I came in twice over the weekend to get it going again and had to start it again with an 'ok' this morning when I got in. I stopped it part way thru and tried the '-y' option that I found in the portsupdate man page, but that doesn't help -- it still sits and waits for my input. It would seem more reasonable to me to default to 'yes' rather that stopping to ask for input, but maybe I'm missing something. -- Doug From owner-freebsd-java@FreeBSD.ORG Tue Jun 29 04:23: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 26B7216A4CE for ; Tue, 29 Jun 2004 04:23:10 +0000 (GMT) Received: from nixil.net (nixil.org [161.58.222.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8691443D58 for ; Tue, 29 Jun 2004 04:23:09 +0000 (GMT) (envelope-from ethan@hkfanatic.com) Received: from [192.168.1.4] (h-68-165-132-184.dnvtco56.dynamic.covad.net [68.165.132.184]) (authenticated bits=0) by nixil.net (8.12.11/8.12.11) with ESMTP id i5T4N7hN045589; Mon, 28 Jun 2004 22:23:08 -0600 (MDT) Message-ID: <40E0EEC7.1030507@hkfanatic.com> Date: Mon, 28 Jun 2004 22:23:35 -0600 From: Ethan Killian User-Agent: Mozilla Thunderbird 0.7 (X11/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Panagiotis Astithas References: <40CFFE0F.6040403@noc.ntua.gr> <20040616171610.3ad2fde7.nork@FreeBSD.org> <40D982A5.8050701@noc.ntua.gr> <40DE0929.6040509@noc.ntua.gr> <20040628102239.GF66588@anyware12.anyware> <40E043FC.4090408@noc.ntua.gr> In-Reply-To: <40E043FC.4090408@noc.ntua.gr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeded SMTP AUTH authentication, not delayed by milter-greylist-1.4 (nixil.net [161.58.222.1]); Mon, 28 Jun 2004 22:23:09 -0600 (MDT) cc: java@freebsd.org Subject: Re: An alternative Eclipse 3 port 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, 29 Jun 2004 04:23:10 -0000 Nice job on the Motif port, I got it compiled after I added the gcj/libgcj-config.h file to my build path. I am pretty sure my gcj libraries are where they installed to on my FreeBSD 5.2.1 RELENG system by default, I don't normally use gcj. Note, this is JUST for the Motif port, the GTK version compiles and works nicely. Here is the errors I get: ----------------------------------------------------------------------- Building FreeBSD version of KDE DLL. g++ -fno-rtti -c -O -I/usr/local/include -I/usr/X11R6/include -I/usr/local/jdk1.4.2/include -I/usr/local/jdk1.4.2/include/bsd -I/usr/local/jdk1.4.2/include/freebsd -o kde.o kde.cc In file included from swt.h:23, from kde.cc:21: /usr/local/include/jni.h:17:31: gcj/libgcj-config.h: No such file or directory kde.cc: In function `jint Java_org_eclipse_swt_internal_motif_KDE_KApplication_1new(JNIEnv*, __jclass*, int)': kde.cc:65: warning: `__comp_ctor' is deprecated (declared at /usr/local/include/kapplication.h:172) gmake: *** [kde.o] Error 1 *** Error code 2 Stop in /usr/ports/eclipse/work. *** Error code 1 Stop in /usr/ports/eclipse. ----------------------------------------------------------------------- Here is what I changed to get it to compile: ----------------------------------------------------------------------- --- plugins/org.eclipse.swt/Eclipse SWT PI/motif/library/make_freebsd.mak.orig Mon Jun 28 22:10:14 2004 +++ plugins/org.eclipse.swt/Eclipse SWT PI/motif/library/make_freebsd.mak Mon Jun 28 22:10:20 2004 @@ -48,7 +48,8 @@ KDE_LIBS = -L/usr/local/lib -L$(QT_HOME)/lib -shared -lkdecore -lqt-mt KDE_CFLAGS = -fno-rtti -c -O -I/usr/local/include -I$(QT_HOME)/include \ -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/bsd \ - -I$(JAVA_HOME)/include/freebsd + -I$(JAVA_HOME)/include/freebsd \ + -I/usr/local/lib/gcc-lib/i386-portbld-freebsd5.2.1/3.3.4/include/ AWT_PREFIX = swt-awt AWT_LIB = lib$(AWT_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so ----------------------------------------------------------------------- Thanks again for the great Port. The motif version, while not as pretty, is a bit faster than the gtk version. Ethan Killian Panagiotis Astithas wrote: > Jean-Baptiste Quenot wrote: > >> * Panagiotis Astithas: >> >> >>> I have once again updated the port skeleton at the following URL to >>> build the already released final 3.0 version of Eclipse: >>> >>> http://noc.ntua.gr/~past/freebsd/eclipse3-port.tgz >> >> >> >> The distfile cannot be fetched... > > > There was a typo, thanks for noticing. I have updated the archive with > a working Motif build as a bonus. I have been testing and tweaking the > installation procedure for two days now, so if I haven't missed > anything, this should be it. > > If I feel bored I might try adding an options menu, but no promises > there. It ought to be committable as it is. > > Cheers, From owner-freebsd-java@FreeBSD.ORG Tue Jun 29 05:34:08 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C85616A4CE for ; Tue, 29 Jun 2004 05:34:08 +0000 (GMT) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 754DC43D31 for ; Tue, 29 Jun 2004 05:34:07 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from [198.60.22.209] (helo=mgr9.xmission.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 1BfBFs-0001Ql-02; Mon, 28 Jun 2004 23:34:04 -0600 Received: from [166.70.56.15] (helo=misty.eyesbeyond.com) by mgr9.xmission.com with esmtp (Exim 4.32) id 1BfBFs-000554-Q6; Mon, 28 Jun 2004 23:34:04 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i5T5Y2v5016351; Mon, 28 Jun 2004 23:34:03 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id i5T5Y1C5016350; Mon, 28 Jun 2004 23:34:01 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Mon, 28 Jun 2004 23:34:01 -0600 From: Greg Lewis To: Ethan Killian Message-ID: <20040629053401.GA16198@misty.eyesbeyond.com> References: <40CFFE0F.6040403@noc.ntua.gr> <20040616171610.3ad2fde7.nork@FreeBSD.org> <40D982A5.8050701@noc.ntua.gr> <40DE0929.6040509@noc.ntua.gr> <20040628102239.GF66588@anyware12.anyware> <40E043FC.4090408@noc.ntua.gr> <40E0EEC7.1030507@hkfanatic.com> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <40E0EEC7.1030507@hkfanatic.com> 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 mgr9.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 mgr9.xmission.com) cc: java@freebsd.org cc: Panagiotis Astithas Subject: Re: An alternative Eclipse 3 port 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, 29 Jun 2004 05:34:08 -0000 On Mon, Jun 28, 2004 at 10:23:35PM -0600, Ethan Killian wrote: > Nice job on the Motif port, I got it compiled after I added the > gcj/libgcj-config.h file to my build path. I am pretty sure my gcj > libraries are where they installed to on my FreeBSD 5.2.1 RELENG system > by default, I don't normally use gcj. Note, this is JUST for the Motif > port, the GTK version compiles and works nicely. This is the wrong "fix" and only makes things more broken. > Here is the errors I get: > ----------------------------------------------------------------------- > Building FreeBSD version of KDE DLL. > g++ -fno-rtti -c -O -I/usr/local/include -I/usr/X11R6/include > -I/usr/local/jdk1.4.2/include -I/usr/local/jdk1.4.2/include/bsd > -I/usr/local/jdk1.4.2/include/freebsd -o kde.o kde.cc > In file included from swt.h:23, > from kde.cc:21: > /usr/local/include/jni.h:17:31: gcj/libgcj-config.h: No such file or directory This is your problem. No, not that it can't find gcj/libgcj-config.h. The problem is that its including the wrong jni.h. It should be getting it from /usr/local/jdk1.4.2/include/ but instead its getting it from /usr/local/include due to the order of the -I flags in the compilation line above. The correct fix is to reorder the -I flags so that the correct jni.h header is found. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-java@FreeBSD.ORG Tue Jun 29 06:34: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 A904516A4CF for ; Tue, 29 Jun 2004 06:34:19 +0000 (GMT) Received: from diomedes.noc.ntua.gr (diomedes.noc.ntua.gr [147.102.222.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AE5143D31 for ; Tue, 29 Jun 2004 06:34:19 +0000 (GMT) (envelope-from past@noc.ntua.gr) Received: from ajax.noc.ntua.gr (ajax.noc.ntua.gr [147.102.220.1]) i5T6YHEr062460; Tue, 29 Jun 2004 09:34:17 +0300 (EEST) (envelope-from past@noc.ntua.gr) Received: from [147.102.220.45] (hal.noc.ntua.gr [147.102.220.45]) by ajax.noc.ntua.gr (8.12.11/8.12.11) with ESMTP id i5T6YGn0093602; Tue, 29 Jun 2004 09:34:16 +0300 (EEST) (envelope-from past@noc.ntua.gr) Message-ID: <40E10D68.4030701@noc.ntua.gr> Date: Tue, 29 Jun 2004 09:34:16 +0300 From: Panagiotis Astithas Organization: NTUA/NMC User-Agent: Mozilla Thunderbird 0.6 (X11/20040609) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug Hockin References: <200406260001.UAA15135@hood.nxlkhost.com> <40E0A30E.1090701@staffware-spokane.com> In-Reply-To: <40E0A30E.1090701@staffware-spokane.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: mriem@manorrock.org cc: freebsd-java@freebsd.org Subject: Re: jdk1.4 on FreeBSD 5.2.1 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, 29 Jun 2004 06:34:19 -0000 Doug Hockin wrote: >> Did you update your ports tree before attempting this? > > > No. Thanks for the advice -- I'm new to FreeBSD. > > I started a 'portsupdate', but 5-6 times it's stopped > asking for operator input. It puts out what is probably > intended to be nicely formatted output, but in my > emacs shell buffer ends up as a bunch of gobbledygook. > I've typed 'ok' in response to each one and it's progressing, > but slowly since I'm not at work to babysit it 24 hrs-a-day. > I came in twice over the weekend to get it going again > and had to start it again with an 'ok' this morning when I got in. > > I stopped it part way thru and tried the '-y' option that > I found in the portsupdate man page, but that doesn't > help -- it still sits and waits for my input. > > It would seem more reasonable to me to default to > 'yes' rather that stopping to ask for input, but maybe > I'm missing something. If by 'portsupdate' you mean 'portupgrade', then you can have an unattended operation by using the following option: portupgrade -m 'BATCH=yes' Cheers, -- Panagiotis Astithas Electrical & Computer Engineer, PhD Network Management Center National Technical University of Athens, Greece From owner-freebsd-java@FreeBSD.ORG Tue Jun 29 06:54:03 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F99D16A4CE for ; Tue, 29 Jun 2004 06:54:03 +0000 (GMT) Received: from ulysses.noc.ntua.gr (ulysses.noc.ntua.gr [147.102.222.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 865ED43D1F for ; Tue, 29 Jun 2004 06:54:02 +0000 (GMT) (envelope-from past@noc.ntua.gr) Received: from ajax.noc.ntua.gr (ajax.noc.ntua.gr [147.102.220.1]) by ulysses.noc.ntua.gr (8.12.9p1/8.12.9) with ESMTP id i5T6roSi002423; Tue, 29 Jun 2004 09:53:50 +0300 (EEST) (envelope-from past@noc.ntua.gr) Received: from [147.102.220.45] (hal.noc.ntua.gr [147.102.220.45]) by ajax.noc.ntua.gr (8.12.11/8.12.11) with ESMTP id i5T6rosK094018; Tue, 29 Jun 2004 09:53:50 +0300 (EEST) (envelope-from past@noc.ntua.gr) Message-ID: <40E111FE.9080602@noc.ntua.gr> Date: Tue, 29 Jun 2004 09:53:50 +0300 From: Panagiotis Astithas Organization: NTUA/NMC User-Agent: Mozilla Thunderbird 0.6 (X11/20040609) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ethan Killian References: <40CFFE0F.6040403@noc.ntua.gr> <20040616171610.3ad2fde7.nork@FreeBSD.org> <40D982A5.8050701@noc.ntua.gr> <40DE0929.6040509@noc.ntua.gr> <20040628102239.GF66588@anyware12.anyware> <40E043FC.4090408@noc.ntua.gr> <40E0EEC7.1030507@hkfanatic.com> <20040629053401.GA16198@misty.eyesbeyond.com> In-Reply-To: <20040629053401.GA16198@misty.eyesbeyond.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: java@freebsd.org Subject: Re: An alternative Eclipse 3 port 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, 29 Jun 2004 06:54:03 -0000 Greg Lewis wrote: > On Mon, Jun 28, 2004 at 10:23:35PM -0600, Ethan Killian wrote: > >>Nice job on the Motif port, I got it compiled after I added the >>gcj/libgcj-config.h file to my build path. I am pretty sure my gcj >>libraries are where they installed to on my FreeBSD 5.2.1 RELENG system >>by default, I don't normally use gcj. Note, this is JUST for the Motif >>port, the GTK version compiles and works nicely. > > > This is the wrong "fix" and only makes things more broken. > > >>Here is the errors I get: >>----------------------------------------------------------------------- >>Building FreeBSD version of KDE DLL. >>g++ -fno-rtti -c -O -I/usr/local/include -I/usr/X11R6/include >>-I/usr/local/jdk1.4.2/include -I/usr/local/jdk1.4.2/include/bsd >>-I/usr/local/jdk1.4.2/include/freebsd -o kde.o kde.cc >>In file included from swt.h:23, >> from kde.cc:21: >>/usr/local/include/jni.h:17:31: gcj/libgcj-config.h: No such file or directory > > > This is your problem. No, not that it can't find gcj/libgcj-config.h. The > problem is that its including the wrong jni.h. It should be getting it > from /usr/local/jdk1.4.2/include/ but instead its getting it from > /usr/local/include due to the order of the -I flags in the compilation line > above. The correct fix is to reorder the -I flags so that the correct > jni.h header is found. Quite right, I haven't anticipated a gcj installation. I have made the necessary change to the port skeleton and I made a pass for anything similar. Let me know if this works for you. Cheers, -- Panagiotis Astithas Electrical & Computer Engineer, PhD Network Management Center National Technical University of Athens, Greece From owner-freebsd-java@FreeBSD.ORG Tue Jun 29 12:00:15 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1458016A4CE for ; Tue, 29 Jun 2004 12:00:15 +0000 (GMT) Received: from uzpak.uz (mail.uzpak.uz [195.158.0.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4BE243D45 for ; Tue, 29 Jun 2004 12:00:13 +0000 (GMT) (envelope-from vgray@uzpak.uz) Received: from [195.158.12.3] (HELO uzpak.uz) by uzpak.uz (CommuniGate Pro SMTP 4.0.6) with ESMTP-TLS id 2133019 for freebsd-java@freebsd.org; Tue, 29 Jun 2004 17:05:22 +0500 Received: from ncc-sv.head.uzpak.uz (ncc-sv.head.uzpak.uz [10.0.102.203]) by uzpak.uz (head.uzpak.uz [10.0.102.1]) (MDaemon.PRO.v7.0.1.R) with ESMTP id md50000127420.msg for ; Tue, 29 Jun 2004 16:55:40 +0500 Date: Tue, 29 Jun 2004 16:55:34 +0500 From: "Sergey Velikanov [UzPAK]" X-Mailer: The Bat! (v2.04.4) Educational X-Priority: 3 (Normal) Message-ID: <31637486.20040629165534@uzpak.uz> To: freebsd-java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Processed: head.uzpak.uz, Tue, 29 Jun 2004 16:55:40 +0500 (not processed: message from valid local sender) X-Lookup-Warning: MAIL lookup on vgray@uzpak.uz does not match 10.0.102.203 X-MDRemoteIP: 10.0.102.203 X-Return-Path: vgray@uzpak.uz X-MDaemon-Deliver-To: freebsd-java@freebsd.org X-MDAV-Processed: head.uzpak.uz, Tue, 29 Jun 2004 16:55:41 +0500 Subject: jdk14 & TomCat5 on FreeBSD 5.2.1 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Sergey Velikanov \[UzPAK\]" List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 12:00:15 -0000 i've compile and install jdk14 from ports, also i've installed tomcat 5.0.19. [root jakarta-tomcat5]# make install ===> Installing for jakarta-tomcat-5.0.19 ===> jakarta-tomcat-5.0.19 depends on file: /usr/local/jdk1.4.2/bin/java - found ===> Generating temporary packing list ===> Checking if www/jakarta-tomcat5 already installed >> Creating destination directory... [ DONE ] >> Copying files to destination directory... #tomcat50ctl start >> Reading PID file (/var/run/tomcat50.pid)... [ DONE ] >> Starting Jakarta Tomcat 5.0.19... [ FAILED ] tomcat50ctl: Unable to stat /usr/local/diablo-jdk1.3.1: No such file or directory Why it depends on jdk1.4.2 on installation step and want to use /usr/local/diablo-jdk1.3.1 on running phase? Sergey Velikanov Technical Division National Data Network "UzPAK" tel +(99871) 114-6326 e-mail: vgray@uzpak.uz http://www.uzpak.uz/ From owner-freebsd-java@FreeBSD.ORG Tue Jun 29 15:20:52 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 A4B6C16A4CE for ; Tue, 29 Jun 2004 15:20:52 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C02843D48 for ; Tue, 29 Jun 2004 15:20:51 +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 i5TETXFm003672 for ; Tue, 29 Jun 2004 17:29:33 +0300 Received: from localhost (achill@localhost)i5TETWLq003668 for ; Tue, 29 Jun 2004 17:29:33 +0300 Date: Tue, 29 Jun 2004 17:29:32 +0300 (EEST) From: Achilleus Mantzios To: java@freebsd.org In-Reply-To: <40CFFE0F.6040403@noc.ntua.gr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: FreeBSD TimeZone seems /etc/localtime agnostic! 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, 29 Jun 2004 15:20:52 -0000 whereas under linux emulation linux-sun-jdk1.4.2 seems to acknowledge it. E.g [root@smadev bin]# uname -a FreeBSD smadev.internal.net 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #0 [root@smadev bin]# java -classpath "." foo Tue Jun 29 15:17:37 GMT 2004 sun.util.calendar.ZoneInfo[id="GMT",offset=0,dstSavings=0,useDaylight=false,transitions=0,lastRule=null] [root@smadev bin]# /usr/local/linux-sun-jdk1.4.2/bin/java -classpath "." foo Tue Jun 29 18:18:09 EEST 2004 sun.util.calendar.ZoneInfo[id="Europe/Athens",offset=7200000,dstSavings=3600000,useDaylight=true,transitions=138,lastRule=java.util.SimpleTimeZone[id=Europe/Athens,offset=7200000,dstSavings=3600000,useDaylight=true,startYear=0,startMode=2,startMonth=2,startDay=-1,startDayOfWeek=1,startTime=3600000,startTimeMode=2,endMode=2,endMonth=9,endDay=-1,endDayOfWeek=1,endTime=3600000,endTimeMode=2]] [root@smadev bin]# cat foo.java public class foo { public static void main(String args[]) { System.out.println(new java.util.Date().toString()); System.out.println(java.util.TimeZone.getDefault()); } } java -version java version "1.4.2-p5" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-p5-root_13_nov_2003_17_44) Java HotSpot(TM) Client VM (build 1.4.2-p5-root_13_nov_2003_17_44, mixed mode) [root@smadev bin]# /usr/local/linux-sun-jdk1.4.2/bin/java -version java version "1.4.2_02" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_02-b03) Java HotSpot(TM) Client VM (build 1.4.2_02-b03, mixed mode) -- -Achilleus From owner-freebsd-java@FreeBSD.ORG Wed Jun 30 03:51:41 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 AD0B816A4CE for ; Wed, 30 Jun 2004 03:51:41 +0000 (GMT) Received: from FreeBSD.csie.NCTU.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2780143D46 for ; Wed, 30 Jun 2004 03:51:41 +0000 (GMT) (envelope-from ijliao@FreeBSD.csie.NCTU.edu.tw) Received: from localhost (unknown [127.0.0.1]) by FreeBSD.csie.NCTU.edu.tw (Postfix) with ESMTP id 2E93D106C00 for ; Wed, 30 Jun 2004 11:51:24 +0800 (CST) Received: from FreeBSD.csie.NCTU.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.NCTU.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 64948-04 for ; Wed, 30 Jun 2004 11:51:23 +0800 (CST) Received: by FreeBSD.csie.NCTU.edu.tw (Postfix, from userid 1041) id 299E6106BF3; Wed, 30 Jun 2004 11:51:23 +0800 (CST) Date: Wed, 30 Jun 2004 11:51:23 +0800 From: Ying-Chieh Liao To: java@freebsd.org Message-ID: <20040630035123.GA64912@freebsd.csie.nctu.edu.tw> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="G4iJoqBmSsgzjUCe" Content-Disposition: inline X-Operating-System: FreeBSD 4.10-STABLE i386 X-PGP-Key-Location: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x11C02382 X-PGP-Key-Fingerprint: 4E98 55CC 2866 7A90 EFD7 9DA5 ACC6 0165 11C0 2382 User-Agent: Mutt/1.5.6i Subject: always core dumps when running swing on -current X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 03:51:42 -0000 --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I've installed jdk 1.4.2 on my -current (Jun 9) box and I always got core dumps when I launch swing applications ps. build java programs and run text mode programs are all ok here's my error message : An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 10 occurred at PC=0x34E25899 Function=XtWidgetToApplicationContext+0x1D Library=/usr/X11R6/lib/libXt.so.6 Current Java thread: at sun.awt.motif.MToolkit.loadSystemColors(Native Method) at java.awt.SystemColor.updateSystemColors(SystemColor.java:417) at java.awt.SystemColor.(SystemColor.java:409) at sun.awt.motif.MComponentPeer.pSetBackground(Native Method) at sun.awt.motif.MPanelPeer.setBackground(MPanelPeer.java:69) at sun.awt.motif.MComponentPeer.initialize(MComponentPeer.java:182) at sun.awt.motif.MComponentPeer.init(MComponentPeer.java:228) at sun.awt.motif.MWindowPeer.init(MWindowPeer.java:90) at sun.awt.motif.MFramePeer.(MFramePeer.java:58) at sun.awt.motif.MToolkit.createFrame(MToolkit.java:209) at java.awt.Frame.addNotify(Frame.java:472) - locked <0x2c94bfe8> (a java.awt.Component$AWTTreeLock) at java.awt.Dialog.addNotify(Dialog.java:383) - locked <0x2c94bfe8> (a java.awt.Component$AWTTreeLock) at java.awt.Dialog.conditionalShow(Dialog.java:454) - locked <0x2c94bfe8> (a java.awt.Component$AWTTreeLock) at java.awt.Dialog.show(Dialog.java:524) at net.sf.jpatch.boundary.About.(About.java:394) at net.sf.jpatch.boundary.MainFrame.(MainFrame.java:161) at net.sf.jpatch.Modeler.main(Modeler.java:11) Dynamic libraries: 0x8048000 java 0x28082000 /usr/lib/libpthread.so.1 0x280a6000 /lib/libc.so.5 0x2817f000 /usr/local/jdk1.4.2/jre/lib/i386/client/libjvm.so 0x285a2000 /usr/lib/libstdc++.so.4 0x28658000 /lib/libm.so.2 0x28671000 /usr/local/jdk1.4.2/jre/lib/i386/native_threads/libhpi.so 0x2867f000 /usr/local/jdk1.4.2/jre/lib/i386/libverify.so 0x28694000 /usr/local/jdk1.4.2/jre/lib/i386/libjava.so 0x286b3000 /usr/local/jdk1.4.2/jre/lib/i386/libzip.so 0x34b51000 /usr/local/jdk1.4.2/jre/lib/i386/libawt.so 0x34dbc000 /usr/local/jdk1.4.2/jre/lib/i386/libmlib_image.so 0x34e07000 /usr/X11R6/lib/libXp.so.6 0x34e0f000 /usr/X11R6/lib/libXt.so.6 0x34e5c000 /usr/X11R6/lib/libXext.so.6 0x2c449000 /usr/X11R6/lib/libXtst.so.6 0x34e69000 /usr/X11R6/lib/libXmu.so.6 0x34e7e000 /usr/X11R6/lib/libX11.so.6 0x34f3e000 /usr/X11R6/lib/libXau.so.0 0x34f41000 /usr/X11R6/lib/libSM.so.6 0x34f4a000 /usr/X11R6/lib/libICE.so.6 0x34f60000 /usr/local/jdk1.4.2/jre/lib/i386/libfontmanager.so 0x35035000 /usr/X11R6/lib/X11/locale/lib/common/xlibi18n.so.2 0x3503b000 /usr/X11R6/lib/libXcursor.so.1 0x35044000 /usr/X11R6/lib/libXrender.so.1 0x3504b000 /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2 0x3506b000 /usr/X11R6/lib/X11/locale/lib/common/xomGeneric.so.2 0x2804e000 /libexec/ld-elf.so.1 Heap at VM Abort: Heap def new generation total 576K, used 428K [0x2c450000, 0x2c4f0000, 0x2c930000) eden space 512K, 75% used [0x2c450000, 0x2c4b0430, 0x2c4d0000) from space 64K, 68% used [0x2c4e0000, 0x2c4eae68, 0x2c4f0000) to space 64K, 0% used [0x2c4d0000, 0x2c4d0000, 0x2c4e0000) tenured generation total 1408K, used 1244K [0x2c930000, 0x2ca90000, 0x30450000) the space 1408K, 88% used [0x2c930000, 0x2ca67168, 0x2ca67200, 0x2ca90000) compacting perm gen total 7168K, used 7081K [0x30450000, 0x30b50000, 0x34450000) the space 7168K, 98% used [0x30450000, 0x30b3a590, 0x30b3a600, 0x30b50000) Local Time = Wed Jun 30 11:47:52 2004 Elapsed Time = 2 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.4.2-p6-root_23_jun_2004_11_53 mixed mode) # # An error report file has been saved as hs_err_pid17526.log. # Please refer to the file for further information. # Abort (core dumped) -- self-producing in perl : $_=q(print"\$_=q($_);eval;");eval; -- V Vinay --G4iJoqBmSsgzjUCe Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA4ji7rMYBZRHAI4IRAkxXAKDqj0Olmm2JdB7SJEm/W/RAtiXrQACgpT8K gKYEwc1eZ0SRMlQ24jluLfQ= =37FF -----END PGP SIGNATURE----- --G4iJoqBmSsgzjUCe-- From owner-freebsd-java@FreeBSD.ORG Wed Jun 30 05:11:47 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CE4816A4CE for ; Wed, 30 Jun 2004 05:11:47 +0000 (GMT) Received: from FreeBSD.csie.NCTU.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1FC443D53 for ; Wed, 30 Jun 2004 05:11:46 +0000 (GMT) (envelope-from ijliao@FreeBSD.csie.NCTU.edu.tw) Received: from localhost (unknown [127.0.0.1]) by FreeBSD.csie.NCTU.edu.tw (Postfix) with ESMTP id A7B71106C05; Wed, 30 Jun 2004 13:10:55 +0800 (CST) Received: from FreeBSD.csie.NCTU.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.NCTU.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 69269-08; Wed, 30 Jun 2004 13:10:55 +0800 (CST) Received: by FreeBSD.csie.NCTU.edu.tw (Postfix, from userid 1041) id 37FFF106C00; Wed, 30 Jun 2004 13:10:55 +0800 (CST) Date: Wed, 30 Jun 2004 13:10:55 +0800 From: Ying-Chieh Liao To: Ying-Chieh Liao Message-ID: <20040630051055.GA69630@freebsd.csie.nctu.edu.tw> References: <20040630035123.GA64912@freebsd.csie.nctu.edu.tw> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mYCpIKhGyMATD0i+" Content-Disposition: inline In-Reply-To: <20040630035123.GA64912@freebsd.csie.nctu.edu.tw> X-Operating-System: FreeBSD 4.10-STABLE i386 X-PGP-Key-Location: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x11C02382 X-PGP-Key-Fingerprint: 4E98 55CC 2866 7A90 EFD7 9DA5 ACC6 0165 11C0 2382 User-Agent: Mutt/1.5.6i cc: java@freebsd.org Subject: Re: always core dumps when running swing on -current X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 05:11:47 -0000 --mYCpIKhGyMATD0i+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline after "ln -s aj /etc/malloc.conf" everything goes well ... -- Testing can show the presence of bugs, but not their absence. --- Edsger W. Dijkstra --mYCpIKhGyMATD0i+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA4ktfrMYBZRHAI4IRAvsZAKCoj717ggOssHQJXFB8bjZvkd2/WwCgjzX1 NaOLVVUvTNN6E4u8VjVQBSw= =I8Nx -----END PGP SIGNATURE----- --mYCpIKhGyMATD0i+-- From owner-freebsd-java@FreeBSD.ORG Wed Jun 30 15:00:37 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 E219116A4CF for ; Wed, 30 Jun 2004 15:00:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1E6543D45 for ; Wed, 30 Jun 2004 15:00:37 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i5UF0bCD043216 for ; Wed, 30 Jun 2004 15:00:37 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5UF0brn043215; Wed, 30 Jun 2004 15:00:37 GMT (envelope-from gnats) Resent-Date: Wed, 30 Jun 2004 15:00:37 GMT Resent-Message-Id: <200406301500.i5UF0brn043215@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-java@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Herve Quiroz Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EA3E16A4CE; Wed, 30 Jun 2004 14:53:22 +0000 (GMT) Received: from arabica.esil.univ-mrs.fr (arabica.esil.univ-mrs.fr [139.124.41.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id D421343D1F; Wed, 30 Jun 2004 14:53:21 +0000 (GMT) (envelope-from rv@arabica.esil.univ-mrs.fr) Received: from arabica.esil.univ-mrs.fr (localhost.esil.univ-mrs.fr [127.0.0.1])i5UEqX2r091786; Wed, 30 Jun 2004 16:52:33 +0200 (CEST) (envelope-from rv@arabica.esil.univ-mrs.fr) Received: (from rv@localhost)i5UEqWb7091785; Wed, 30 Jun 2004 16:52:32 +0200 (CEST) (envelope-from rv) Message-Id: <200406301452.i5UEqWb7091785@arabica.esil.univ-mrs.fr> Date: Wed, 30 Jun 2004 16:52:32 +0200 (CEST) From: Herve Quiroz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: glewis@FreeBSD.org cc: znerd@FreeBSD.org cc: linimon@FreeBSD.org Subject: java/68516: [PATCH] bsd.kava.mk: re-apply previous PR improvements 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, 30 Jun 2004 15:00:38 -0000 >Number: 68516 >Category: java >Synopsis: [PATCH] bsd.kava.mk: re-apply previous PR improvements >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 30 15:00:36 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Herve Quiroz >Release: FreeBSD 5.2.1-RELEASE-p5 i386 >Organization: >Environment: System: FreeBSD arabica.esil.univ-mrs.fr 5.2.1-RELEASE-p5 i386 >Description: Mark Linimon sent a PR[1] regarding improvement to the ports system that has been commited during January. Unfortunately, we then commited version 2.0 of bsd.java.mk which was based on an earlier snapshot and thus we did override the changes. This patch implements the feature proposed by Mark for the latest version of bsd.java.mk. Ironically, I realized by doing this patch that the original patch from Mark seemed to be broken regarding bsd.java.mk (a typo: "check-makevers" -> "check-makevars"). This issue is only related to bsd.java.mk so AFAICT the remaining of the original patch is fine. To test the patch: $ cd /usr/ports/java/trove4j && make -DJAVA_BUILD trove4j-1.1b3: Makefile error: JAVA_BUILD and NO_BUILD cannot be set at the same time. *** Error code 1 Stop in /usr/ports/java/trove4j. $ cd /usr/ports && make java/trove4j -DJAVA_BUILD `java/trove4j' is up to date. [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=61351 * Ernst de Haan is cc'd as he is the maintainer of bsd.java.mk * Greg Lewis is cc'd as he is the commiter of the most recent changes to bsd.java.mk * Mark Linimon is cc'd as he is the originator of the initial PR >How-To-Repeat: >Fix: --- bsd.java.mk.original Wed Jun 30 16:04:40 2004 +++ bsd.java.mk Wed Jun 30 16:13:27 2004 @@ -231,14 +231,14 @@ . if !defined(JAVA_VERSION) JAVA_VERSION= ${USE_JAVA} . else -.BEGIN: - @${ECHO_CMD} "${PKGNAME}: The port is using bsd.java.mk 1.0 but sets a value for JAVA_VERSION. This may cause problems." +check-makevars:: + @${ECHO_CMD} "${PKGNAME}: Makefile error: The port is using bsd.java.mk 1.0 but sets a value for JAVA_VERSION. This may cause problems." @${FALSE} . endif # NO_{BUILD|RUN}_DEPENDS_JAVA --> JAVA_{BUILD|RUN} . if defined(NO_BUILD_DEPENDS_JAVA) && defined(NO_RUN_DEPENDS_JAVA) -.BEGIN: - @${ECHO_CMD} "${PKGNAME}: NO_BUILD_DEPENDS_JAVA and NO_RUN_DEPENDS_JAVA cannot be set at the same time."; +check-makevars:: + @${ECHO_CMD} "${PKGNAME}: Makefile error: NO_BUILD_DEPENDS_JAVA and NO_RUN_DEPENDS_JAVA cannot be set at the same time."; @${FALSE} . else . if !defined(NO_BUILD_DEPENDS_JAVA) && !defined(NO_BUILD) @@ -255,8 +255,8 @@ . elif (${NEED_JAVAC} == "NO") || (${NEED_JAVAC} == "no") JAVA_BUILD= jre . else -.BEGIN: - @${ECHO_CMD} "${PKGNAME}: \"${NEED_JAVAC}\" is not a valid value for NEED_JAVAC. It should be YES or NO, or it should be undefined."; +check-makevars:: + @${ECHO_CMD} "${PKGNAME}: Makefile error: \"${NEED_JAVAC}\" is not a valid value for NEED_JAVAC. It should be YES or NO, or it should be undefined."; @${FALSE} . endif . endif @@ -275,8 +275,8 @@ _ERROR_CHECKING_JAVA_VERSION!= ${ECHO_CMD} "${JAVA_VERSION}" | ${TR} " " "\n" \ | ${GREP} -v "${_JAVA_VERSION_LIST_REGEXP}" || true . if (${_ERROR_CHECKING_JAVA_VERSION} != "") -.BEGIN: - @${ECHO_CMD} "${PKGNAME}: \"${JAVA_VERSION}\" is not a valid value for JAVA_VERSION. It should be one or more of: ${__JAVA_VERSION_LIST} (with an optional \"+\" suffix.)"; +check-makevars:: + @${ECHO_CMD} "${PKGNAME}: Makefile error: \"${JAVA_VERSION}\" is not a valid value for JAVA_VERSION. It should be one or more of: ${__JAVA_VERSION_LIST} (with an optional \"+\" suffix.)"; @${FALSE} . endif @@ -285,8 +285,8 @@ _ERROR_CHECKING_JAVA_VENDOR!= ${ECHO_CMD} "${JAVA_VENDOR}" | ${TR} " " "\n" \ | ${GREP} -v "${_JAVA_VENDOR_LIST_REGEXP}" || true . if (${_ERROR_CHECKING_JAVA_VENDOR} != "") -.BEGIN: - @${ECHO_CMD} "${PKGNAME}: \"${JAVA_VENDOR}\" is not a valid value for JAVA_VENDOR. It should be one or more of: ${_JAVA_VENDOR_LIST}"; +check-makevars:: + @${ECHO_CMD} "${PKGNAME}: Makefile error: \"${JAVA_VENDOR}\" is not a valid value for JAVA_VENDOR. It should be one or more of: ${_JAVA_VENDOR_LIST}"; @${FALSE} . endif @@ -295,8 +295,8 @@ _ERROR_CHECKING_JAVA_OS!= ${ECHO_CMD} "${JAVA_OS}" | ${TR} " " "\n" \ | ${GREP} -v "${_JAVA_OS_LIST_REGEXP}" || true . if (${_ERROR_CHECKING_JAVA_OS} != "") -.BEGIN: - @${ECHO_CMD} "${PKGNAME}: \"${JAVA_OS}\" is not a valid value for JAVA_OS. It should be one or more of: ${_JAVA_OS_LIST}"; +check-makevars:: + @${ECHO_CMD} "${PKGNAME}: Makefile error: \"${JAVA_OS}\" is not a valid value for JAVA_OS. It should be one or more of: ${_JAVA_OS_LIST}"; @${FALSE} . endif @@ -394,8 +394,8 @@ . endif . if defined(JAVA_BUILD) . if defined(NO_BUILD) -.BEGIN: - @${ECHO_CMD} "${PKGNAME}: JAVA_BUILD and NO_BUILD cannot be set at the same time."; +check-makevars:: + @${ECHO_CMD} "${PKGNAME}: Makefile error: JAVA_BUILD and NO_BUILD cannot be set at the same time."; @${FALSE} . endif BUILD_DEPENDS+= ${DEPEND_JAVA} @@ -425,8 +425,8 @@ JAVAC?= ${_JIKES_PATH} -bootclasspath ${JAVA_CLASSES} BUILD_DEPENDS+= ${DEPEND_JIKES} . elif !((${USE_JIKES} == "NO") || (${USE_JIKES} == "no")) -.BEGIN: - @${ECHO_CMD} "${PKGNAME}: \"${USE_JIKES}\" is not a valid value for USE_JIKES. It should be YES or NO, or it should be undefined."; +check-makevars:: + @${ECHO_CMD} "${PKGNAME}: Makefile error: \"${USE_JIKES}\" is not a valid value for USE_JIKES. It should be YES or NO, or it should be undefined."; @${FALSE} . endif . endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-java@FreeBSD.ORG Wed Jun 30 15:02:45 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 C1A7A16A4CE; Wed, 30 Jun 2004 15:02:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A491C43D2F; Wed, 30 Jun 2004 15:02:45 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) i5UF2bZx043409; Wed, 30 Jun 2004 15:02:37 GMT (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5UF2bSr043405; Wed, 30 Jun 2004 15:02:37 GMT (envelope-from glewis) Date: Wed, 30 Jun 2004 15:02:37 GMT From: Greg Lewis Message-Id: <200406301502.i5UF2bSr043405@freefall.freebsd.org> To: glewis@FreeBSD.org, freebsd-java@FreeBSD.org, glewis@FreeBSD.org Subject: Re: java/68516: [PATCH] bsd.java.mk: re-apply previous PR improvements 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, 30 Jun 2004 15:02:45 -0000 Old Synopsis: [PATCH] bsd.kava.mk: re-apply previous PR improvements New Synopsis: [PATCH] bsd.java.mk: re-apply previous PR improvements Responsible-Changed-From-To: freebsd-java->glewis Responsible-Changed-By: glewis Responsible-Changed-When: Wed Jun 30 15:02:13 GMT 2004 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/cgi/query-pr.cgi?pr=68516 From owner-freebsd-java@FreeBSD.ORG Wed Jun 30 17:31:32 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 B5F9816A4CE; Wed, 30 Jun 2004 17:31:32 +0000 (GMT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 948BC43D48; Wed, 30 Jun 2004 17:31:32 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 2843514859; Wed, 30 Jun 2004 12:31:29 -0500 (CDT) Date: Wed, 30 Jun 2004 12:31:29 -0500 (CDT) From: Mark Linimon X-X-Sender: linimon@pancho To: Herve Quiroz In-Reply-To: <200406301452.i5UEqWb7091785@arabica.esil.univ-mrs.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: glewis@FreeBSD.org cc: FreeBSD-gnats-submit@FreeBSD.org cc: linimon@FreeBSD.org cc: znerd@FreeBSD.org cc: freebsd-java@FreeBSD.org Subject: Re: java/68516: [PATCH] bsd.kava.mk: re-apply previous PR improvements 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, 30 Jun 2004 17:31:32 -0000 On Wed, 30 Jun 2004, Herve Quiroz wrote: > Ironically, I realized by doing this patch that the original patch from Mark > seemed to be broken regarding bsd.java.mk (a typo: "check-makevers" -> > "check-makevars"). Yep, just a typo. I vaguely remember doing some regression testing with setting up bogus user environments and trying to exercise each code path, but I must have missed that one. For those that don't understand the impact of the changes, they are designed to allow 'make index' and 'make search' to succeed despite any bogus user environment. The use of .BEGIN or .error directives in Makefiles introduces such fragility; they should only be used in cases to indicate that the ports infrastructure itself is broken (has had a bad commit to the master repository), rather than that there is some invalid setup on an individual machine. And yes, I know that we have a number of these scattered around. They all need to be fixed. From owner-freebsd-java@FreeBSD.ORG Wed Jun 30 18:53: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 9910D16A4CE for ; Wed, 30 Jun 2004 18:53:48 +0000 (GMT) Received: from mail.run-services.com (xena.nexen.net [217.174.203.83]) by mx1.FreeBSD.org (Postfix) with SMTP id 9A14143D5A for ; Wed, 30 Jun 2004 18:53:47 +0000 (GMT) (envelope-from jmo@run-services.com) Received: (qmail 9637 invoked from network); 30 Jun 2004 19:03:04 -0000 Received: from unknown (HELO runchipsdevl) (80.13.79.122) by xena.nexen.net with SMTP; 30 Jun 2004 19:03:04 -0000 Message-ID: <000801c45ed3$922b5400$6400a8c0@runchipsdevl> From: "Jmo run-services" To: Date: Wed, 30 Jun 2004 22:53:43 +0400 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: what's the good OS release 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, 30 Jun 2004 18:53:48 -0000 does diablo jre 1.3.1.0 ports or package work with FreeBSD 4.9 ??? and = with Konqueror I write some applet with Jbuilder in window , but neither my programs = neither the jdk demo from sun don't work. Always i get crash : java.core (83 Mo) or appletviewer.core (same size = with jdk). only console class seems to work I use only standard package and kde (GENERIC kernel) From owner-freebsd-java@FreeBSD.ORG Wed Jun 30 20:05:03 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A9C216A519 for ; Wed, 30 Jun 2004 20:05:03 +0000 (GMT) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 026D143D53 for ; Wed, 30 Jun 2004 20:05:03 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from [198.60.22.205] (helo=mgr5.xmission.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 1BflK2-0005pl-02; Wed, 30 Jun 2004 14:04:46 -0600 Received: from [166.70.56.15] (helo=misty.eyesbeyond.com) by mgr5.xmission.com with esmtp (Exim 4.32) id 1BflK2-0001fY-QZ; Wed, 30 Jun 2004 14:04:46 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i5UK4jRf093491; Wed, 30 Jun 2004 14:04:45 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id i5UK4hvD093490; Wed, 30 Jun 2004 14:04:43 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Wed, 30 Jun 2004 14:04:43 -0600 From: Greg Lewis To: Jmo run-services Message-ID: <20040630200443.GA93327@misty.eyesbeyond.com> References: <000801c45ed3$922b5400$6400a8c0@runchipsdevl> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <000801c45ed3$922b5400$6400a8c0@runchipsdevl> 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 mgr5.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 mgr5.xmission.com) cc: freebsd-java@freebsd.org Subject: Re: what's the good OS release 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, 30 Jun 2004 20:05:03 -0000 On Wed, Jun 30, 2004 at 10:53:43PM +0400, Jmo run-services wrote: > does diablo jre 1.3.1.0 ports or package work with FreeBSD 4.9 ??? Yes. > and with Konqueror No. I don't know anyone who has ever gotten the browser plugin to work with Konqueror. > I write some applet with Jbuilder in window , but neither my programs neither the jdk demo from sun don't work. > Always i get crash : java.core (83 Mo) or appletviewer.core (same size with jdk). > only console class seems to work > > > I use only standard package and kde (GENERIC kernel) > _______________________________________________ > 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" -- 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 Jun 30 21:03:15 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BC6516A4CE for ; Wed, 30 Jun 2004 21:03:15 +0000 (GMT) Received: from mail.run-services.com (xena.nexen.net [217.174.203.83]) by mx1.FreeBSD.org (Postfix) with SMTP id EBFE143D1F for ; Wed, 30 Jun 2004 21:03:13 +0000 (GMT) (envelope-from jmo@run-services.com) Received: (qmail 10382 invoked from network); 30 Jun 2004 21:12:11 -0000 Received: from unknown (HELO runchipsdevl) (80.13.79.122) by xena.nexen.net with SMTP; 30 Jun 2004 21:12:11 -0000 Message-ID: <002801c45ee5$9bd49ae0$6400a8c0@runchipsdevl> From: "Jmo run-services" To: "Greg Lewis" References: <000801c45ed3$922b5400$6400a8c0@runchipsdevl> <20040630200443.GA93327@misty.eyesbeyond.com> Date: Thu, 1 Jul 2004 01:02:50 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 cc: freebsd-java@freebsd.org Subject: Re: what's the good OS release 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, 30 Jun 2004 21:03:15 -0000 is it possible to buy diablo jre ?? ----- Original Message ----- From: "Greg Lewis" To: "Jmo run-services" Cc: Sent: Thursday, July 01, 2004 12:04 AM Subject: Re: what's the good OS release > On Wed, Jun 30, 2004 at 10:53:43PM +0400, Jmo run-services wrote: > > does diablo jre 1.3.1.0 ports or package work with FreeBSD 4.9 ??? > > Yes. > > > and with Konqueror > > No. I don't know anyone who has ever gotten the browser plugin to work > with Konqueror. > > > I write some applet with Jbuilder in window , but neither my programs neither the jdk demo from sun don't work. > > Always i get crash : java.core (83 Mo) or appletviewer.core (same size with jdk). > > only console class seems to work > > > > > > I use only standard package and kde (GENERIC kernel) > > _______________________________________________ > > 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" > > -- > Greg Lewis Email : glewis@eyesbeyond.com > Eyes Beyond Web : http://www.eyesbeyond.com > Information Technology FreeBSD : glewis@FreeBSD.org > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > > From owner-freebsd-java@FreeBSD.ORG Wed Jun 30 21:09: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 C0B0616A4CE for ; Wed, 30 Jun 2004 21:09:19 +0000 (GMT) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6BF843D49 for ; Wed, 30 Jun 2004 21:09:19 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from [198.60.22.204] (helo=mgr4.xmission.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 1BfmK7-000620-02; Wed, 30 Jun 2004 15:08:55 -0600 Received: from [166.70.56.15] (helo=misty.eyesbeyond.com) by mgr4.xmission.com with esmtp (Exim 4.32) id 1BfmK6-0001rE-Sx; Wed, 30 Jun 2004 15:08:55 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i5UL8r2d093907; Wed, 30 Jun 2004 15:08:53 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id i5UL8qov093906; Wed, 30 Jun 2004 15:08:52 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Wed, 30 Jun 2004 15:08:52 -0600 From: Greg Lewis To: Jmo run-services Message-ID: <20040630210852.GA93852@misty.eyesbeyond.com> References: <000801c45ed3$922b5400$6400a8c0@runchipsdevl> <20040630200443.GA93327@misty.eyesbeyond.com> <001d01c45ee5$67cc4ae0$6400a8c0@runchipsdevl> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <001d01c45ee5$67cc4ae0$6400a8c0@runchipsdevl> 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 mgr4.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 mgr4.xmission.com) cc: freebsd-java@freebsd.org Subject: Re: what's the good OS release 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, 30 Jun 2004 21:09:19 -0000 On Thu, Jul 01, 2004 at 01:01:23AM +0400, Jmo run-services wrote: > What is the best browser for diablo jre 1.3.1.0 on FreeBSD 4.9 ??? Mozilla. However, I believe Mozilla 1.7 has broken the browser plugin :(. I've had it working with 1.6 and earlier though. -- 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 Jun 30 21:10:17 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 56F3416A4CF for ; Wed, 30 Jun 2004 21:10:17 +0000 (GMT) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ED7C43D1D for ; Wed, 30 Jun 2004 21:10:17 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from [198.60.22.206] (helo=mgr6.xmission.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 1BfmL5-000685-02; Wed, 30 Jun 2004 15:09:55 -0600 Received: from [166.70.56.15] (helo=misty.eyesbeyond.com) by mgr6.xmission.com with esmtp (Exim 4.32) id 1BfmL4-0005Lt-S5; Wed, 30 Jun 2004 15:09:55 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i5UL9rZ4093918; Wed, 30 Jun 2004 15:09:53 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id i5UL9qOl093917; Wed, 30 Jun 2004 15:09:52 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Wed, 30 Jun 2004 15:09:52 -0600 From: Greg Lewis To: Jmo run-services Message-ID: <20040630210952.GB93852@misty.eyesbeyond.com> References: <000801c45ed3$922b5400$6400a8c0@runchipsdevl> <20040630200443.GA93327@misty.eyesbeyond.com> <002801c45ee5$9bd49ae0$6400a8c0@runchipsdevl> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <002801c45ee5$9bd49ae0$6400a8c0@runchipsdevl> 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 mgr6.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 mgr6.xmission.com) cc: freebsd-java@FreeBSD.org Subject: Re: what's the good OS release 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, 30 Jun 2004 21:10:17 -0000 On Thu, Jul 01, 2004 at 01:02:50AM +0400, Jmo run-services wrote: > is it possible to buy diablo jre ?? I'm not quite sure what you mean. Its given away for free. What are you trying to accomplish by wanting to buy it? -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-java@FreeBSD.ORG Wed Jun 30 21:29: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 41B2D16A4E7 for ; Wed, 30 Jun 2004 21:29:12 +0000 (GMT) Received: from alpha.dnsvelocity.net (alpha.dnsvelocity.net [64.21.63.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE55143D39 for ; Wed, 30 Jun 2004 21:29:11 +0000 (GMT) (envelope-from henry@ci2networks.com) Received: from 202-0-52-237.cable.paradise.net.nz ([202.0.52.237] helo=192.168.0.1) by alpha.dnsvelocity.net with esmtp (Exim 4.34) id 1BfmdT-0006xZ-GJ for freebsd-java@freebsd.org; Wed, 30 Jun 2004 17:28:56 -0400 From: Henry Ryan Organization: Ci2 Networks Date: Thu, 1 Jul 2004 09:28:45 +1200 User-Agent: KMail/1.5.4 To: freebsd-java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200407010928.45170.henry@ci2networks.com> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - alpha.dnsvelocity.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - ci2networks.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: what's the good OS release 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, 30 Jun 2004 21:29:12 -0000 I use Mozilla 1.5 and the Java VM works fine, I had alot of problems with this plugin when I first set up... Make sure you use the Native FreeBSD mozilla, and point to the ns610 plugin. Henry Subject: Re: what's the good OS release Date: Thu, 01 Jul 2004 09:08 From: Greg Lewis To: Jmo run-services Cc: freebsd-java@freebsd.org On Thu, Jul 01, 2004 at 01:01:23AM +0400, Jmo run-services wrote: > What is the best browser for diablo jre 1.3.1.0 on FreeBSD 4.9 ??? Mozilla. However, I believe Mozilla 1.7 has broken the browser plugin :(. I've had it working with 1.6 and earlier though. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org _______________________________________________ freebsd-java@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-java To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" ------------------------------------------------------- From owner-freebsd-java@FreeBSD.ORG Wed Jun 30 22:01:55 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 4A0D016A4CE; Wed, 30 Jun 2004 22:01:55 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29A7B43D41; Wed, 30 Jun 2004 22:01:55 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i5UM1t6G097362; Wed, 30 Jun 2004 22:01:55 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5UM1sEi097358; Wed, 30 Jun 2004 22:01:54 GMT (envelope-from linimon) Date: Wed, 30 Jun 2004 22:01:54 GMT From: Mark Linimon Message-Id: <200406302201.i5UM1sEi097358@freefall.freebsd.org> To: drew@corrupt.co.nz, linimon@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: java/66875: Eclipse Version 3.0 port not available 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, 30 Jun 2004 22:01:55 -0000 Synopsis: Eclipse Version 3.0 port not available State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Wed Jun 30 22:01:16 GMT 2004 State-Changed-Why: There is now an active discussion on the mailing lists, with patches, about the best way to upgrade. http://www.freebsd.org/cgi/query-pr.cgi?pr=66875 From owner-freebsd-java@FreeBSD.ORG Wed Jun 30 22:08:45 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 160D416A4CE for ; Wed, 30 Jun 2004 22:08:45 +0000 (GMT) Received: from eclipse.rootxs.nl (eclipse.rootxs.nl [217.148.166.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B81043D2F for ; Wed, 30 Jun 2004 22:08:44 +0000 (GMT) (envelope-from dennis@rootxs.nl) Received: from mail.rootxs.nl (localhost [127.0.0.1]) by eclipse.rootxs.nl (Postfix) with SMTP id B70A1123D85; Thu, 1 Jul 2004 00:08:22 +0200 (CEST) Received: from 80.56.108.82 (SquirrelMail authenticated user dennis@rootxs.nl) by mail.rootxs.nl with HTTP; Thu, 1 Jul 2004 00:08:22 +0200 (CEST) Message-ID: <54175.80.56.108.82.1088633302.squirrel@mail.rootxs.nl> Date: Thu, 1 Jul 2004 00:08:22 +0200 (CEST) From: "Dennis Cabooter" To: freebsd-java@FreeBSD.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: Epiphany X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dennis@rootxs.nl List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 22:08:45 -0000 Hello, I have tried many things to get *whatever what form of java* working in FreeBSD/GNOME/Epiphany. Please can you point me to a good manual? There's nothing happening at all. I installed the native FreeBSD port and I get this: LoadPlugin: failed to initialize shared library /usr/local/linux-sun-jdk1.4.2/jre/lib/i386/libjava.so [Shared object "libverify.so" not found] LoadPlugin: failed to initialize shared library /usr/local/linux-sun-jdk1.4.2/jre/lib/i386/client/libjvm.so [Shared object "libnsl.so.1" not found] LoadPlugin: failed to initialize shared library /usr/compat/linux/lib/libc-2.2.4.so [Shared object "ld-linux.so.2" not found] LoadPlugin: failed to initialize shared library /usr/compat/linux/lib/libdl-2.2.4.so [Shared object "ld-linux.so.2" not found] All of the howto's doesn't work but there must be a solution somehow. I run FreeBSD 5.2.1 -current. And this: $ ldd /usr/local/linux-sun-jdk1.4.2/jre/lib/i386/libjava.so ldd: /usr/local/linux-sun-jdk1.4.2/jre/lib/i386/libjava.so: not a FreeBSD ELF shared object I also find very strange. Is it still a.out? Does it need emulation? Please can you help me out? Thanks in advance. Kind regards, Dennis Cabooter http://www.rootxs.nl "We could change the world if god would give us the source-code" From owner-freebsd-java@FreeBSD.ORG Thu Jul 1 06:17:45 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 2399C16A4CE for ; Thu, 1 Jul 2004 06:17:45 +0000 (GMT) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 929DF43D60 for ; Thu, 1 Jul 2004 06:17:44 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-63-207-60-35.dsl.lsan03.pacbell.net [63.207.60.35])i616HenM010530 for ; Thu, 1 Jul 2004 02:17:40 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 861C8521DF; Wed, 30 Jun 2004 23:17:38 -0700 (PDT) Date: Wed, 30 Jun 2004 23:17:38 -0700 From: Kris Kennaway To: java@FreeBSD.org Message-ID: <20040701061738.GI20199@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MGu/vTNewDGZ7tmp" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: [ports-i386@FreeBSD.org: jdk-1.3.1p9_4 failed on i386 4] 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, 01 Jul 2004 06:17:45 -0000 --MGu/vTNewDGZ7tmp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org Delivered-To: kris@freebsd.org Date: Thu, 1 Jul 2004 05:27:52 GMT From: User Ports-i386 To: kris@FreeBSD.org Subject: jdk-1.3.1p9_4 failed on i386 4 X-UIDL: H1H!!8iV!!HUG"!XM`"! X-Bogosity: No, tests=3Dbogofilter, spamicity=3D0.000000, version=3D0.17.5 Hunk #1 succeeded at 15. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /hpi/green_threads/include/context_md_bsd.h javasrc_1_3_scsl/j2sdk1.3.1/src= /solaris/hpi/green_threads/include/context_md_bsd.h |--- j2sdk1.3.1/src/solaris/hpi/green_threads/include/context_md_bsd.h Wed = Dec 31 17:00:00 1969 |+++ j2sdk1.3.1/src/solaris/hpi/green_threads/include/context_md_bsd.h Thu = Jul 24 00:44:07 2003 -------------------------- (Creating file j2sdk1.3.1/src/solaris/hpi/green_threads/include/context_md_= bsd.h...) Patching file j2sdk1.3.1/src/solaris/hpi/green_threads/include/context_md_b= sd.h using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /hpi/green_threads/include/context_md_linux.h javasrc_1_3_scsl/j2sdk1.3.1/s= rc/solaris/hpi/green_threads/include/context_md_linux.h |--- j2sdk1.3.1/src/solaris/hpi/green_threads/include/context_md_linux.h Su= n May 6 06:27:18 2001 |+++ j2sdk1.3.1/src/solaris/hpi/green_threads/include/context_md_linux.h Th= u Jul 24 00:44:44 2003 -------------------------- Patching file j2sdk1.3.1/src/solaris/hpi/green_threads/include/context_md_l= inux.h using Plan A... Hunk #1 succeeded at 31. Hunk #2 succeeded at 53. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /hpi/green_threads/include/context_md_solaris.h javasrc_1_3_scsl/j2sdk1.3.1= /src/solaris/hpi/green_threads/include/context_md_solaris.h |--- j2sdk1.3.1/src/solaris/hpi/green_threads/include/context_md_solaris.h = Sun May 6 06:27:18 2001 |+++ j2sdk1.3.1/src/solaris/hpi/green_threads/include/context_md_solaris.h = Thu Jul 24 00:44:44 2003 -------------------------- Patching file j2sdk1.3.1/src/solaris/hpi/green_threads/include/context_md_s= olaris.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: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /hpi/green_threads/include/iomgr.h javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/= hpi/green_threads/include/iomgr.h |--- j2sdk1.3.1/src/solaris/hpi/green_threads/include/iomgr.h Sun May 6 06= :27:18 2001 |+++ j2sdk1.3.1/src/solaris/hpi/green_threads/include/iomgr.h Fri Jul 13 10= :15:29 2001 -------------------------- Patching file j2sdk1.3.1/src/solaris/hpi/green_threads/include/iomgr.h usin= g Plan A... Hunk #1 succeeded at 74. Hunk #2 succeeded at 87. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /hpi/green_threads/include/mutex_md.h javasrc_1_3_scsl/j2sdk1.3.1/src/solar= is/hpi/green_threads/include/mutex_md.h |--- j2sdk1.3.1/src/solaris/hpi/green_threads/include/mutex_md.h Sun May 6= 06:27:18 2001 |+++ j2sdk1.3.1/src/solaris/hpi/green_threads/include/mutex_md.h Fri Jul 13= 10:17:32 2001 -------------------------- Patching file j2sdk1.3.1/src/solaris/hpi/green_threads/include/mutex_md.h u= sing Plan A... Hunk #1 succeeded at 31. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /hpi/green_threads/src/context.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/hp= i/green_threads/src/context.c |--- j2sdk1.3.1/src/solaris/hpi/green_threads/src/context.c Sun May 6 06:2= 7:19 2001 |+++ j2sdk1.3.1/src/solaris/hpi/green_threads/src/context.c Thu Jul 24 00:4= 8:47 2003 -------------------------- Patching file j2sdk1.3.1/src/solaris/hpi/green_threads/src/context.c using = Plan A... Hunk #1 succeeded at 146. Hunk #2 succeeded at 180. Hunk #3 succeeded at 493. Hunk #4 succeeded at 712. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /hpi/green_threads/src/interrupt_md.c javasrc_1_3_scsl/j2sdk1.3.1/src/solar= is/hpi/green_threads/src/interrupt_md.c |--- j2sdk1.3.1/src/solaris/hpi/green_threads/src/interrupt_md.c Sun May 6= 06:27:19 2001 |+++ j2sdk1.3.1/src/solaris/hpi/green_threads/src/interrupt_md.c Thu Jul 24= 00:50:56 2003 -------------------------- Patching file j2sdk1.3.1/src/solaris/hpi/green_threads/src/interrupt_md.c u= sing Plan A... Hunk #1 succeeded at 101. Hunk #2 succeeded at 118. Hunk #3 succeeded at 161. Hunk #4 succeeded at 191. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /hpi/green_threads/src/iomgr.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/hpi/= green_threads/src/iomgr.c |--- j2sdk1.3.1/src/solaris/hpi/green_threads/src/iomgr.c Sun May 6 06:27:= 20 2001 |+++ j2sdk1.3.1/src/solaris/hpi/green_threads/src/iomgr.c Thu Jul 24 00:57:= 59 2003 -------------------------- Patching file j2sdk1.3.1/src/solaris/hpi/green_threads/src/iomgr.c using Pl= an A... Hunk #1 succeeded at 7. Hunk #2 succeeded at 41. Hunk #3 succeeded at 57. Hunk #4 succeeded at 156. Hunk #5 succeeded at 193. Hunk #6 succeeded at 257. Hunk #7 succeeded at 404. Hunk #8 succeeded at 418. Hunk #9 succeeded at 448. Hunk #10 succeeded at 498. Hunk #11 succeeded at 588. Hunk #12 succeeded at 602. Hunk #13 succeeded at 629. Hunk #14 succeeded at 670. Hunk #15 succeeded at 771. Hunk #16 succeeded at 862. Hunk #17 succeeded at 872. Hunk #18 succeeded at 884. Hunk #19 succeeded at 945. Hunk #20 succeeded at 982. Hunk #21 succeeded at 1042. Hunk #22 succeeded at 1313. Hunk #23 succeeded at 1415. Hunk #24 succeeded at 1500. Hunk #25 succeeded at 1589. Hunk #26 succeeded at 1668. Hunk #27 succeeded at 1828. Hunk #28 succeeded at 2214. Hunk #29 succeeded at 2249. Hunk #30 succeeded at 2373. Hunk #31 succeeded at 2436. Hunk #32 succeeded at 2453. Hunk #33 succeeded at 2489. Hunk #34 succeeded at 2557. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /hpi/green_threads/src/malloc.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/hpi= /green_threads/src/malloc.c |--- j2sdk1.3.1/src/solaris/hpi/green_threads/src/malloc.c Sun May 6 06:27= :19 2001 |+++ j2sdk1.3.1/src/solaris/hpi/green_threads/src/malloc.c Thu Jul 24 00:59= :02 2003 -------------------------- Patching file j2sdk1.3.1/src/solaris/hpi/green_threads/src/malloc.c using P= lan A... Hunk #1 succeeded at 83. Hunk #2 succeeded at 108. Hunk #3 succeeded at 168. Hunk #4 succeeded at 199. Hunk #5 succeeded at 233. Hunk #6 succeeded at 458. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /hpi/green_threads/src/netbsd_sigsetjmp.s javasrc_1_3_scsl/j2sdk1.3.1/src/s= olaris/hpi/green_threads/src/netbsd_sigsetjmp.s |--- j2sdk1.3.1/src/solaris/hpi/green_threads/src/netbsd_sigsetjmp.s Wed De= c 31 17:00:00 1969 |+++ j2sdk1.3.1/src/solaris/hpi/green_threads/src/netbsd_sigsetjmp.s Thu Ju= l 4 23:10:29 2002 -------------------------- (Creating file j2sdk1.3.1/src/solaris/hpi/green_threads/src/netbsd_sigsetjm= p.s...) Patching file j2sdk1.3.1/src/solaris/hpi/green_threads/src/netbsd_sigsetjmp= .s using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /hpi/green_threads/src/schedule.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/h= pi/green_threads/src/schedule.c |--- j2sdk1.3.1/src/solaris/hpi/green_threads/src/schedule.c Sun May 6 06:= 27:20 2001 |+++ j2sdk1.3.1/src/solaris/hpi/green_threads/src/schedule.c Wed Dec 18 01:= 32:05 2002 -------------------------- Patching file j2sdk1.3.1/src/solaris/hpi/green_threads/src/schedule.c using= Plan A... Hunk #1 succeeded at 55. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /hpi/green_threads/src/signals.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/hp= i/green_threads/src/signals.c |--- j2sdk1.3.1/src/solaris/hpi/green_threads/src/signals.c Sun May 6 06:2= 7:20 2001 |+++ j2sdk1.3.1/src/solaris/hpi/green_threads/src/signals.c Wed Mar 26 09:3= 7:12 2003 -------------------------- Patching file j2sdk1.3.1/src/solaris/hpi/green_threads/src/signals.c using = Plan A... Hunk #1 succeeded at 29. Hunk #2 succeeded at 595. Hunk #3 succeeded at 627. Hunk #4 succeeded at 651. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /hpi/green_threads/src/synch.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/hpi/= green_threads/src/synch.c |--- j2sdk1.3.1/src/solaris/hpi/green_threads/src/synch.c Sun May 6 06:27:= 20 2001 |+++ j2sdk1.3.1/src/solaris/hpi/green_threads/src/synch.c Thu Jul 24 01:00:= 12 2003 -------------------------- Patching file j2sdk1.3.1/src/solaris/hpi/green_threads/src/synch.c using Pl= an A... Hunk #1 succeeded at 9. Hunk #2 succeeded at 24. Hunk #3 succeeded at 201. Hunk #4 succeeded at 224. Hunk #5 succeeded at 250. Hunk #6 succeeded at 264. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /hpi/green_threads/src/sys_api_td.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris= /hpi/green_threads/src/sys_api_td.c |--- j2sdk1.3.1/src/solaris/hpi/green_threads/src/sys_api_td.c Sun May 6 0= 6:27:20 2001 |+++ j2sdk1.3.1/src/solaris/hpi/green_threads/src/sys_api_td.c Fri Jul 13 1= 0:45:18 2001 -------------------------- Patching file j2sdk1.3.1/src/solaris/hpi/green_threads/src/sys_api_td.c usi= ng Plan A... Hunk #1 succeeded at 80. Hunk #2 succeeded at 97. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /hpi/green_threads/src/threads_md.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris= /hpi/green_threads/src/threads_md.c |--- j2sdk1.3.1/src/solaris/hpi/green_threads/src/threads_md.c Sun May 6 0= 6:27:20 2001 |+++ j2sdk1.3.1/src/solaris/hpi/green_threads/src/threads_md.c Thu Jul 24 0= 1:01:53 2003 -------------------------- Patching file j2sdk1.3.1/src/solaris/hpi/green_threads/src/threads_md.c usi= ng Plan A... Hunk #1 succeeded at 15. Hunk #2 succeeded at 96. Hunk #3 succeeded at 109. Hunk #4 succeeded at 236. Hunk #5 succeeded at 303. Hunk #6 succeeded at 325. Hunk #7 succeeded at 402. Hunk #8 succeeded at 427. Hunk #9 succeeded at 1054. Hunk #10 succeeded at 1273. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /hpi/include/interrupt.h javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/hpi/includ= e/interrupt.h |--- j2sdk1.3.1/src/solaris/hpi/include/interrupt.h Sun May 6 06:27:20 2001 |+++ j2sdk1.3.1/src/solaris/hpi/include/interrupt.h Mon Sep 10 11:41:47 2001 -------------------------- Patching file j2sdk1.3.1/src/solaris/hpi/include/interrupt.h using Plan A... Hunk #1 succeeded at 96. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /hpi/include/largefile.h javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/hpi/includ= e/largefile.h |--- j2sdk1.3.1/src/solaris/hpi/include/largefile.h Sun May 6 06:27:21 2001 |+++ j2sdk1.3.1/src/solaris/hpi/include/largefile.h Fri Jul 13 08:25:04 2001 -------------------------- Patching file j2sdk1.3.1/src/solaris/hpi/include/largefile.h using Plan A... Hunk #1 succeeded at 19. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /hpi/include/largefile_bsd.h javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/hpi/in= clude/largefile_bsd.h |--- j2sdk1.3.1/src/solaris/hpi/include/largefile_bsd.h Wed Dec 31 17:00:00= 1969 |+++ j2sdk1.3.1/src/solaris/hpi/include/largefile_bsd.h Fri Jul 13 08:34:59= 2001 -------------------------- (Creating file j2sdk1.3.1/src/solaris/hpi/include/largefile_bsd.h...) Patching file j2sdk1.3.1/src/solaris/hpi/include/largefile_bsd.h using Plan= A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /hpi/native_threads/include/porting.h javasrc_1_3_scsl/j2sdk1.3.1/src/solar= is/hpi/native_threads/include/porting.h |--- j2sdk1.3.1/src/solaris/hpi/native_threads/include/porting.h Sun May 6= 06:27:21 2001 |+++ j2sdk1.3.1/src/solaris/hpi/native_threads/include/porting.h Fri Jul 13= 08:35:57 2001 -------------------------- Patching file j2sdk1.3.1/src/solaris/hpi/native_threads/include/porting.h u= sing Plan A... Hunk #1 succeeded at 30. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /hpi/native_threads/include/threads_md.h javasrc_1_3_scsl/j2sdk1.3.1/src/so= laris/hpi/native_threads/include/threads_md.h |--- j2sdk1.3.1/src/solaris/hpi/native_threads/include/threads_md.h Sun May= 6 06:27:21 2001 |+++ j2sdk1.3.1/src/solaris/hpi/native_threads/include/threads_md.h Tue Jul= 17 23:01:33 2001 -------------------------- Patching file j2sdk1.3.1/src/solaris/hpi/native_threads/include/threads_md.= h using Plan A... Hunk #1 succeeded at 110. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /hpi/native_threads/src/condvar_md.c javasrc_1_3_scsl/j2sdk1.3.1/src/solari= s/hpi/native_threads/src/condvar_md.c |--- j2sdk1.3.1/src/solaris/hpi/native_threads/src/condvar_md.c Sun May 6 = 06:27:21 2001 |+++ j2sdk1.3.1/src/solaris/hpi/native_threads/src/condvar_md.c Wed Jun 25 = 10:49:50 2003 -------------------------- Patching file j2sdk1.3.1/src/solaris/hpi/native_threads/src/condvar_md.c us= ing Plan A... Hunk #1 succeeded at 43. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /hpi/native_threads/src/threads_bsd.c javasrc_1_3_scsl/j2sdk1.3.1/src/solar= is/hpi/native_threads/src/threads_bsd.c |--- j2sdk1.3.1/src/solaris/hpi/native_threads/src/threads_bsd.c Wed Dec 31= 17:00:00 1969 |+++ j2sdk1.3.1/src/solaris/hpi/native_threads/src/threads_bsd.c Wed Jun 25= 10:40:08 2003 -------------------------- (Creating file j2sdk1.3.1/src/solaris/hpi/native_threads/src/threads_bsd.c.= ..) Patching file j2sdk1.3.1/src/solaris/hpi/native_threads/src/threads_bsd.c u= sing Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /hpi/native_threads/src/threads_bsdos.c javasrc_1_3_scsl/j2sdk1.3.1/src/sol= aris/hpi/native_threads/src/threads_bsdos.c |--- j2sdk1.3.1/src/solaris/hpi/native_threads/src/threads_bsdos.c Wed Dec = 31 17:00:00 1969 |+++ j2sdk1.3.1/src/solaris/hpi/native_threads/src/threads_bsdos.c Tue Sep = 25 05:56:17 2001 -------------------------- (Creating file j2sdk1.3.1/src/solaris/hpi/native_threads/src/threads_bsdos.= c...) Patching file j2sdk1.3.1/src/solaris/hpi/native_threads/src/threads_bsdos.c= using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /hpi/native_threads/src/threads_md.c javasrc_1_3_scsl/j2sdk1.3.1/src/solari= s/hpi/native_threads/src/threads_md.c |--- j2sdk1.3.1/src/solaris/hpi/native_threads/src/threads_md.c Sun May 6 = 06:27:22 2001 |+++ j2sdk1.3.1/src/solaris/hpi/native_threads/src/threads_md.c Sat Mar 15 = 04:53:59 2003 -------------------------- Patching file j2sdk1.3.1/src/solaris/hpi/native_threads/src/threads_md.c us= ing Plan A... Hunk #1 succeeded at 23. Hunk #2 succeeded at 1008. Hunk #3 succeeded at 1019. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /hpi/src/interrupt.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/hpi/src/interr= upt.c |--- j2sdk1.3.1/src/solaris/hpi/src/interrupt.c Sun May 6 06:27:22 2001 |+++ j2sdk1.3.1/src/solaris/hpi/src/interrupt.c Thu Jul 24 01:03:24 2003 -------------------------- Patching file j2sdk1.3.1/src/solaris/hpi/src/interrupt.c using Plan A... Hunk #1 succeeded at 67. Hunk #2 succeeded at 135. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /hpi/src/linker_md.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/hpi/src/linker= _md.c |--- j2sdk1.3.1/src/solaris/hpi/src/linker_md.c Sun May 6 06:27:22 2001 |+++ j2sdk1.3.1/src/solaris/hpi/src/linker_md.c Thu Jun 26 14:49:01 2003 -------------------------- Patching file j2sdk1.3.1/src/solaris/hpi/src/linker_md.c using Plan A... Hunk #1 succeeded at 23. Hunk #2 succeeded at 51. Hunk #3 succeeded at 99. Hunk #4 succeeded at 196. Hunk #5 succeeded at 221. Hunk #6 succeeded at 260. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /hpi/src/memory_md.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/hpi/src/memory= _md.c |--- j2sdk1.3.1/src/solaris/hpi/src/memory_md.c Sun May 6 06:27:22 2001 |+++ j2sdk1.3.1/src/solaris/hpi/src/memory_md.c Thu Jul 12 18:16:13 2001 -------------------------- Patching file j2sdk1.3.1/src/solaris/hpi/src/memory_md.c using Plan A... Hunk #1 succeeded at 35. Hunk #2 succeeded at 65. Hunk #3 succeeded at 103. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /hpi/src/system_md.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/hpi/src/system= _md.c |--- j2sdk1.3.1/src/solaris/hpi/src/system_md.c Sun May 6 06:27:22 2001 |+++ j2sdk1.3.1/src/solaris/hpi/src/system_md.c Fri Jan 24 08:21:20 2003 -------------------------- Patching file j2sdk1.3.1/src/solaris/hpi/src/system_md.c using Plan A... Hunk #1 succeeded at 25. Hunk #2 succeeded at 39. Hunk #3 succeeded at 300. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /javavm/include/sysmacros_md.h javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/java= vm/include/sysmacros_md.h |--- j2sdk1.3.1/src/solaris/javavm/include/sysmacros_md.h Sun May 6 06:27:= 25 2001 |+++ j2sdk1.3.1/src/solaris/javavm/include/sysmacros_md.h Thu Jul 24 01:04:= 24 2003 -------------------------- Patching file j2sdk1.3.1/src/solaris/javavm/include/sysmacros_md.h using Pl= an A... Hunk #1 succeeded at 65. Hunk #2 succeeded at 92. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /javavm/include/typedefs_md.h javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/javav= m/include/typedefs_md.h |--- j2sdk1.3.1/src/solaris/javavm/include/typedefs_md.h Sun May 6 06:27:2= 5 2001 |+++ j2sdk1.3.1/src/solaris/javavm/include/typedefs_md.h Thu Jul 24 01:05:1= 0 2003 -------------------------- Patching file j2sdk1.3.1/src/solaris/javavm/include/typedefs_md.h using Pla= n A... Hunk #1 succeeded at 22. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /javavm/runtime/invokeNative_ppc.s javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/= javavm/runtime/invokeNative_ppc.s |--- j2sdk1.3.1/src/solaris/javavm/runtime/invokeNative_ppc.s Wed Dec 31 17= :00:00 1969 |+++ j2sdk1.3.1/src/solaris/javavm/runtime/invokeNative_ppc.s Thu Jul 24 01= :11:08 2003 -------------------------- (Creating file j2sdk1.3.1/src/solaris/javavm/runtime/invokeNative_ppc.s...) Patching file j2sdk1.3.1/src/solaris/javavm/runtime/invokeNative_ppc.s usin= g Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /javavm/runtime/invokeNative_x86.s javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/= javavm/runtime/invokeNative_x86.s |--- j2sdk1.3.1/src/solaris/javavm/runtime/invokeNative_x86.s Sun May 6 06= :27:24 2001 |+++ j2sdk1.3.1/src/solaris/javavm/runtime/invokeNative_x86.s Wed Mar 26 09= :39:28 2003 -------------------------- Patching file j2sdk1.3.1/src/solaris/javavm/runtime/invokeNative_x86.s usin= g Plan A... Hunk #1 succeeded at 12. Hunk #2 succeeded at 89. Hunk #3 succeeded at 111. Hunk #4 succeeded at 177. Hunk #5 succeeded at 259. Hunk #6 succeeded at 273. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /javavm/runtime/javai_md.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/javavm/r= untime/javai_md.c |--- j2sdk1.3.1/src/solaris/javavm/runtime/javai_md.c Sun May 6 06:27:24 2= 001 |+++ j2sdk1.3.1/src/solaris/javavm/runtime/javai_md.c Thu Jul 24 01:06:56 2= 003 -------------------------- Patching file j2sdk1.3.1/src/solaris/javavm/runtime/javai_md.c using Plan A= ... Hunk #1 succeeded at 15. Hunk #2 succeeded at 55. Hunk #3 succeeded at 167. Hunk #4 succeeded at 259. Hunk #5 succeeded at 297. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /javavm/runtime/jvm_md.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/javavm/run= time/jvm_md.c |--- j2sdk1.3.1/src/solaris/javavm/runtime/jvm_md.c Sun May 6 06:27:25 2001 |+++ j2sdk1.3.1/src/solaris/javavm/runtime/jvm_md.c Fri Sep 7 16:10:10 2001 -------------------------- Patching file j2sdk1.3.1/src/solaris/javavm/runtime/jvm_md.c using Plan A... Hunk #1 succeeded at 380. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /javavm/runtime/signals_md.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/javavm= /runtime/signals_md.c |--- j2sdk1.3.1/src/solaris/javavm/runtime/signals_md.c Sun May 6 06:27:24= 2001 |+++ j2sdk1.3.1/src/solaris/javavm/runtime/signals_md.c Wed Jun 25 10:44:43= 2003 -------------------------- Patching file j2sdk1.3.1/src/solaris/javavm/runtime/signals_md.c using Plan= A... Hunk #1 succeeded at 25. Hunk #2 succeeded at 62. Hunk #3 succeeded at 118. Hunk #4 succeeded at 158. Hunk #5 succeeded at 356. Hunk #6 succeeded at 371. Hunk #7 succeeded at 529. Hunk #8 succeeded at 537. Hunk #9 succeeded at 557. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/com/sun/media/sound/engine/HAE_API_BSDOS.c javasrc_1_3_scsl/j2sdk1.= 3.1/src/solaris/native/com/sun/media/sound/engine/HAE_API_BSDOS.c |--- j2sdk1.3.1/src/solaris/native/com/sun/media/sound/engine/HAE_API_BSDOS= .c Wed Dec 31 17:00:00 1969 |+++ j2sdk1.3.1/src/solaris/native/com/sun/media/sound/engine/HAE_API_BSDOS= .c Fri Jan 31 09:23:43 2003 -------------------------- (Creating file j2sdk1.3.1/src/solaris/native/com/sun/media/sound/engine/HAE= _API_BSDOS.c...) Patching file j2sdk1.3.1/src/solaris/native/com/sun/media/sound/engine/HAE_= API_BSDOS.c using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/com/sun/media/sound/engine/HAE_API_BSDOS_Capture.c javasrc_1_3_scsl= /j2sdk1.3.1/src/solaris/native/com/sun/media/sound/engine/HAE_API_BSDOS_Cap= ture.c |--- j2sdk1.3.1/src/solaris/native/com/sun/media/sound/engine/HAE_API_BSDOS= _Capture.c Wed Dec 31 17:00:00 1969 |+++ j2sdk1.3.1/src/solaris/native/com/sun/media/sound/engine/HAE_API_BSDOS= _Capture.c Fri Jan 31 09:23:43 2003 -------------------------- (Creating file j2sdk1.3.1/src/solaris/native/com/sun/media/sound/engine/HAE= _API_BSDOS_Capture.c...) Patching file j2sdk1.3.1/src/solaris/native/com/sun/media/sound/engine/HAE_= API_BSDOS_Capture.c using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/java/io/UnixFileSystem_md.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris= /native/java/io/UnixFileSystem_md.c |--- j2sdk1.3.1/src/solaris/native/java/io/UnixFileSystem_md.c Sun May 6 0= 6:27:32 2001 |+++ j2sdk1.3.1/src/solaris/native/java/io/UnixFileSystem_md.c Sat Aug 18 2= 3:46:50 2001 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/java/io/UnixFileSystem_md.c usi= ng Plan A... Hunk #1 succeeded at 42. Hunk #2 succeeded at 102. Hunk #3 succeeded at 133. Hunk #4 succeeded at 141. Hunk #5 succeeded at 195. Hunk #6 succeeded at 222. Hunk #7 succeeded at 424. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/java/io/canonicalize_md.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/n= ative/java/io/canonicalize_md.c |--- j2sdk1.3.1/src/solaris/native/java/io/canonicalize_md.c Sun May 6 06:= 27:31 2001 |+++ j2sdk1.3.1/src/solaris/native/java/io/canonicalize_md.c Thu Jul 12 18:= 49:02 2001 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/java/io/canonicalize_md.c using= Plan A... Hunk #1 succeeded at 18. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/java/lang/UNIXProcess_md.c.bsd javasrc_1_3_scsl/j2sdk1.3.1/src/sola= ris/native/java/lang/UNIXProcess_md.c.bsd |--- j2sdk1.3.1/src/solaris/native/java/lang/UNIXProcess_md.c.bsd Wed Dec 3= 1 17:00:00 1969 |+++ j2sdk1.3.1/src/solaris/native/java/lang/UNIXProcess_md.c.bsd Wed Mar 2= 6 09:47:23 2003 -------------------------- (Creating file j2sdk1.3.1/src/solaris/native/java/lang/UNIXProcess_md.c.bsd= ...) Patching file j2sdk1.3.1/src/solaris/native/java/lang/UNIXProcess_md.c.bsd = using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/java/lang/java_props_md.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/n= ative/java/lang/java_props_md.c |--- j2sdk1.3.1/src/solaris/native/java/lang/java_props_md.c Sun May 6 06:= 27:32 2001 |+++ j2sdk1.3.1/src/solaris/native/java/lang/java_props_md.c Thu Jul 24 01:= 08:03 2003 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/java/lang/java_props_md.c using= Plan A... Hunk #1 succeeded at 10. Hunk #2 succeeded at 20. Hunk #3 succeeded at 193. Hunk #4 succeeded at 334. Hunk #5 succeeded at 373. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/java/net/InetAddressImpl.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/= native/java/net/InetAddressImpl.c |--- j2sdk1.3.1/src/solaris/native/java/net/InetAddressImpl.c Sun May 6 06= :27:32 2001 |+++ j2sdk1.3.1/src/solaris/native/java/net/InetAddressImpl.c Thu Jul 24 01= :08:41 2003 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/java/net/InetAddressImpl.c usin= g Plan A... Hunk #1 succeeded at 15. Hunk #2 succeeded at 25. Hunk #3 succeeded at 102. Hunk #4 succeeded at 111. Hunk #5 succeeded at 197. Hunk #6 succeeded at 213. Hunk #7 succeeded at 296. Hunk #8 succeeded at 313. Hunk #9 succeeded at 334. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/java/net/PlainDatagramSocketImpl.c javasrc_1_3_scsl/j2sdk1.3.1/src/= solaris/native/java/net/PlainDatagramSocketImpl.c |--- j2sdk1.3.1/src/solaris/native/java/net/PlainDatagramSocketImpl.c Sun M= ay 6 06:27:32 2001 |+++ j2sdk1.3.1/src/solaris/native/java/net/PlainDatagramSocketImpl.c Thu O= ct 31 09:46:28 2002 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/java/net/PlainDatagramSocketImp= l.c using Plan A... Hunk #1 succeeded at 9. Hunk #2 succeeded at 489. Hunk #3 succeeded at 568. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/java/net/PlainSocketImpl.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/= native/java/net/PlainSocketImpl.c |--- j2sdk1.3.1/src/solaris/native/java/net/PlainSocketImpl.c Sun May 6 06= :27:32 2001 |+++ j2sdk1.3.1/src/solaris/native/java/net/PlainSocketImpl.c Thu Jul 24 01= :10:01 2003 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/java/net/PlainSocketImpl.c usin= g Plan A... Hunk #1 succeeded at 12. Hunk #2 succeeded at 134. Hunk #3 succeeded at 258. Hunk #4 succeeded at 664. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/java/net/SocketInputStream.c javasrc_1_3_scsl/j2sdk1.3.1/src/solari= s/native/java/net/SocketInputStream.c |--- j2sdk1.3.1/src/solaris/native/java/net/SocketInputStream.c Sun May 6 = 06:27:32 2001 |+++ j2sdk1.3.1/src/solaris/native/java/net/SocketInputStream.c Sat Aug 18 = 23:46:50 2001 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/java/net/SocketInputStream.c us= ing Plan A... Hunk #1 succeeded at 10. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/java/net/SocketOutputStream.c javasrc_1_3_scsl/j2sdk1.3.1/src/solar= is/native/java/net/SocketOutputStream.c |--- j2sdk1.3.1/src/solaris/native/java/net/SocketOutputStream.c Sun May 6= 06:27:32 2001 |+++ j2sdk1.3.1/src/solaris/native/java/net/SocketOutputStream.c Sat Aug 18= 23:46:50 2001 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/java/net/SocketOutputStream.c u= sing Plan A... Hunk #1 succeeded at 10. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/java/net/port_after.h javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/nativ= e/java/net/port_after.h |--- j2sdk1.3.1/src/solaris/native/java/net/port_after.h Wed Dec 31 17:00:0= 0 1969 |+++ j2sdk1.3.1/src/solaris/native/java/net/port_after.h Wed Oct 3 23:49:5= 7 2001 -------------------------- (Creating file j2sdk1.3.1/src/solaris/native/java/net/port_after.h...) Patching file j2sdk1.3.1/src/solaris/native/java/net/port_after.h using Pla= n A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/java/net/port_before.h javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/nati= ve/java/net/port_before.h |--- j2sdk1.3.1/src/solaris/native/java/net/port_before.h Wed Dec 31 17:00:= 00 1969 |+++ j2sdk1.3.1/src/solaris/native/java/net/port_before.h Wed Oct 3 23:49:= 57 2001 -------------------------- (Creating file j2sdk1.3.1/src/solaris/native/java/net/port_before.h...) Patching file j2sdk1.3.1/src/solaris/native/java/net/port_before.h using Pl= an A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/java/util/TimeZone_md.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/nat= ive/java/util/TimeZone_md.c |--- j2sdk1.3.1/src/solaris/native/java/util/TimeZone_md.c Sun May 6 06:27= :33 2001 |+++ j2sdk1.3.1/src/solaris/native/java/util/TimeZone_md.c Wed Dec 18 01:48= :07 2002 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/java/util/TimeZone_md.c using P= lan A... Hunk #1 succeeded at 13. Hunk #2 succeeded at 274. Hunk #3 succeeded at 290. Hunk #4 succeeded at 383. Hunk #5 succeeded at 404. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/sun/awt/VDrawingArea.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/nati= ve/sun/awt/VDrawingArea.c |--- j2sdk1.3.1/src/solaris/native/sun/awt/VDrawingArea.c Sun May 6 06:27:= 33 2001 |+++ j2sdk1.3.1/src/solaris/native/sun/awt/VDrawingArea.c Wed Sep 5 09:22:= 04 2001 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/sun/awt/VDrawingArea.c using Pl= an A... Hunk #1 succeeded at 12. Hunk #2 succeeded at 48. Hunk #3 succeeded at 71. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/sun/awt/awt_Component.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/nat= ive/sun/awt/awt_Component.c |--- j2sdk1.3.1/src/solaris/native/sun/awt/awt_Component.c Sun May 6 06:27= :34 2001 |+++ j2sdk1.3.1/src/solaris/native/sun/awt/awt_Component.c Sat Aug 18 23:46= :51 2001 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/sun/awt/awt_Component.c using P= lan A... Hunk #1 succeeded at 957. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/sun/awt/awt_Font.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/native/s= un/awt/awt_Font.c |--- j2sdk1.3.1/src/solaris/native/sun/awt/awt_Font.c Sun May 6 06:27:35 2= 001 |+++ j2sdk1.3.1/src/solaris/native/sun/awt/awt_Font.c Fri Jun 13 14:59:16 2= 003 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/sun/awt/awt_Font.c using Plan A= ... Hunk #1 succeeded at 24. Hunk #2 succeeded at 373. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/sun/awt/awt_Graphics.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/nati= ve/sun/awt/awt_Graphics.c |--- j2sdk1.3.1/src/solaris/native/sun/awt/awt_Graphics.c Sun May 6 06:27:= 35 2001 |+++ j2sdk1.3.1/src/solaris/native/sun/awt/awt_Graphics.c Tue Jul 1 08:56:= 19 2003 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/sun/awt/awt_Graphics.c using Pl= an A... Hunk #1 succeeded at 10. Hunk #2 succeeded at 44. Hunk #3 succeeded at 306. Hunk #4 succeeded at 415. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/sun/awt/awt_GraphicsEnv.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/n= ative/sun/awt/awt_GraphicsEnv.c |--- j2sdk1.3.1/src/solaris/native/sun/awt/awt_GraphicsEnv.c Sun May 6 06:= 27:36 2001 |+++ j2sdk1.3.1/src/solaris/native/sun/awt/awt_GraphicsEnv.c Sat Aug 18 23:= 46:51 2001 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/sun/awt/awt_GraphicsEnv.c using= Plan A... Hunk #1 succeeded at 23. Hunk #2 succeeded at 349. Hunk #3 succeeded at 374. Hunk #4 succeeded at 384. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/sun/awt/awt_InputMethod.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/n= ative/sun/awt/awt_InputMethod.c |--- j2sdk1.3.1/src/solaris/native/sun/awt/awt_InputMethod.c Sun May 6 06:= 27:36 2001 |+++ j2sdk1.3.1/src/solaris/native/sun/awt/awt_InputMethod.c Fri Jun 13 14:= 59:16 2003 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/sun/awt/awt_InputMethod.c using= Plan A... Hunk #1 succeeded at 40. Hunk #2 succeeded at 54. Hunk #3 succeeded at 72. Hunk #4 succeeded at 113. Hunk #5 succeeded at 188. Hunk #6 succeeded at 302. Hunk #7 succeeded at 331. Hunk #8 succeeded at 396. Hunk #9 succeeded at 691. Hunk #10 succeeded at 732. Hunk #11 succeeded at 812. Hunk #12 succeeded at 891. Hunk #13 succeeded at 913. Hunk #14 succeeded at 987. Hunk #15 succeeded at 1044. Hunk #16 succeeded at 1127. Hunk #17 succeeded at 1170. Hunk #18 succeeded at 1243. Hunk #19 succeeded at 1267. Hunk #20 succeeded at 1320. Hunk #21 succeeded at 1381. Hunk #22 succeeded at 1411. Hunk #23 succeeded at 1440. Hunk #24 succeeded at 1469. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/sun/awt/awt_LoadLibrary.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/n= ative/sun/awt/awt_LoadLibrary.c |--- j2sdk1.3.1/src/solaris/native/sun/awt/awt_LoadLibrary.c Sun May 6 06:= 27:37 2001 |+++ j2sdk1.3.1/src/solaris/native/sun/awt/awt_LoadLibrary.c Wed Mar 26 09:= 41:33 2003 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/sun/awt/awt_LoadLibrary.c using= Plan A... Hunk #1 succeeded at 19. Hunk #2 succeeded at 48. Hunk #3 succeeded at 160. Hunk #4 succeeded at 178. Hunk #5 succeeded at 194. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/sun/awt/awt_MToolkit.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/nati= ve/sun/awt/awt_MToolkit.c |--- j2sdk1.3.1/src/solaris/native/sun/awt/awt_MToolkit.c Sun May 6 06:27:= 37 2001 |+++ j2sdk1.3.1/src/solaris/native/sun/awt/awt_MToolkit.c Wed Sep 5 09:22:= 05 2001 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/sun/awt/awt_MToolkit.c using Pl= an A... Hunk #1 succeeded at 32. Hunk #2 succeeded at 567. Hunk #3 succeeded at 817. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/sun/awt/awt_Mlib.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/native/s= un/awt/awt_Mlib.c |--- j2sdk1.3.1/src/solaris/native/sun/awt/awt_Mlib.c Sun May 6 06:27:38 2= 001 |+++ j2sdk1.3.1/src/solaris/native/sun/awt/awt_Mlib.c Fri Jul 13 09:45:35 2= 001 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/sun/awt/awt_Mlib.c using Plan A= ... Hunk #1 succeeded at 29. Hunk #2 succeeded at 43. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/sun/awt/awt_PopupMenu.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/nat= ive/sun/awt/awt_PopupMenu.c |--- j2sdk1.3.1/src/solaris/native/sun/awt/awt_PopupMenu.c Sun May 6 06:27= :38 2001 |+++ j2sdk1.3.1/src/solaris/native/sun/awt/awt_PopupMenu.c Sat Aug 18 23:46= :52 2001 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/sun/awt/awt_PopupMenu.c using P= lan A... Hunk #1 succeeded at 249. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/sun/awt/awt_Robot.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/native/= sun/awt/awt_Robot.c |--- j2sdk1.3.1/src/solaris/native/sun/awt/awt_Robot.c Sun May 6 06:27:38 = 2001 |+++ j2sdk1.3.1/src/solaris/native/sun/awt/awt_Robot.c Wed Dec 18 01:42:55 = 2002 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/sun/awt/awt_Robot.c using Plan = A... Hunk #1 succeeded at 14. Hunk #2 succeeded at 24. Hunk #3 succeeded at 134. Hunk #4 succeeded at 173. Hunk #5 succeeded at 198. Hunk #6 succeeded at 208. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/sun/awt/awt_TopLevel.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/nati= ve/sun/awt/awt_TopLevel.c |--- j2sdk1.3.1/src/solaris/native/sun/awt/awt_TopLevel.c Sun May 6 06:27:= 39 2001 |+++ j2sdk1.3.1/src/solaris/native/sun/awt/awt_TopLevel.c Fri Jun 13 14:59:= 17 2003 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/sun/awt/awt_TopLevel.c using Pl= an A... Hunk #1 succeeded at 50. Hunk #2 succeeded at 61. Hunk #3 succeeded at 83. Hunk #4 succeeded at 158. Hunk #5 succeeded at 197. Hunk #6 succeeded at 277. Hunk #7 succeeded at 714. Hunk #8 succeeded at 913. Hunk #9 succeeded at 1022. Hunk #10 succeeded at 1039. Hunk #11 succeeded at 1062. Hunk #12 succeeded at 1124. Hunk #13 succeeded at 1182. Hunk #14 succeeded at 1239. Hunk #15 succeeded at 1279. Hunk #16 succeeded at 1392. Hunk #17 succeeded at 1429. Hunk #18 succeeded at 1449. Hunk #19 succeeded at 1562. Hunk #20 succeeded at 1653. Hunk #21 succeeded at 1768. Hunk #22 succeeded at 1865. Hunk #23 succeeded at 1885. Hunk #24 succeeded at 1969. Hunk #25 succeeded at 2000. Hunk #26 succeeded at 2017. Hunk #27 succeeded at 2050. Hunk #28 succeeded at 2183. Hunk #29 succeeded at 2309. Hunk #30 succeeded at 2369. Hunk #31 succeeded at 2396. Hunk #32 succeeded at 2474. Hunk #33 succeeded at 2517. Hunk #34 succeeded at 2538. Hunk #35 succeeded at 2712. Hunk #36 succeeded at 2990. Hunk #37 succeeded at 3005. Hunk #38 succeeded at 3079. Hunk #39 succeeded at 3089. Hunk #40 succeeded at 3176. Hunk #41 succeeded at 3213. Hunk #42 succeeded at 3281. Hunk #43 succeeded at 3295. Hunk #44 succeeded at 3407. Hunk #45 succeeded at 3444. Hunk #46 succeeded at 3618. Hunk #47 succeeded at 3670. Hunk #48 succeeded at 3726. Hunk #49 succeeded at 3877. Hunk #50 succeeded at 3971. Hunk #51 succeeded at 4213. Hunk #52 succeeded at 4221. Hunk #53 succeeded at 4271. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/sun/awt/awt_motif21.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/nativ= e/sun/awt/awt_motif21.c |--- j2sdk1.3.1/src/solaris/native/sun/awt/awt_motif21.c Sun May 6 06:27:4= 0 2001 |+++ j2sdk1.3.1/src/solaris/native/sun/awt/awt_motif21.c Mon Jul 23 00:43:4= 6 2001 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/sun/awt/awt_motif21.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: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/sun/awt/awt_p.h javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/native/sun/= awt/awt_p.h |--- j2sdk1.3.1/src/solaris/native/sun/awt/awt_p.h Sun May 6 06:27:40 2001 |+++ j2sdk1.3.1/src/solaris/native/sun/awt/awt_p.h Fri Jun 13 14:59:17 2003 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/sun/awt/awt_p.h using Plan A... Hunk #1 succeeded at 107. Hunk #2 succeeded at 121. Hunk #3 succeeded at 188. Hunk #4 succeeded at 235. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/sun/awt/awt_util.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/native/s= un/awt/awt_util.c |--- j2sdk1.3.1/src/solaris/native/sun/awt/awt_util.c Sun May 6 06:27:40 2= 001 |+++ j2sdk1.3.1/src/solaris/native/sun/awt/awt_util.c Fri Jun 13 14:59:17 2= 003 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/sun/awt/awt_util.c using Plan A= ... Hunk #1 succeeded at 10. Hunk #2 succeeded at 350. Hunk #3 succeeded at 382. Hunk #4 succeeded at 503. Hunk #5 succeeded at 515. Hunk #6 succeeded at 580. Hunk #7 succeeded at 648. Hunk #8 succeeded at 662. Hunk #9 succeeded at 886. Hunk #10 succeeded at 1346. Hunk #11 succeeded at 1356. Hunk #12 succeeded at 1371. Hunk #13 succeeded at 1378. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/sun/awt/awt_util.h javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/native/s= un/awt/awt_util.h |--- j2sdk1.3.1/src/solaris/native/sun/awt/awt_util.h Sun May 6 06:27:40 2= 001 |+++ j2sdk1.3.1/src/solaris/native/sun/awt/awt_util.h Fri Jun 13 14:59:17 2= 003 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/sun/awt/awt_util.h using Plan A= ... Hunk #1 succeeded at 27. Hunk #2 succeeded at 100. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/sun/awt/canvas.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/native/sun= /awt/canvas.c |--- j2sdk1.3.1/src/solaris/native/sun/awt/canvas.c Sun May 6 06:27:40 2001 |+++ j2sdk1.3.1/src/solaris/native/sun/awt/canvas.c Fri Jun 13 14:59:17 2003 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/sun/awt/canvas.c using Plan A... Hunk #1 succeeded at 681. Hunk #2 succeeded at 785. Hunk #3 succeeded at 835. Hunk #4 succeeded at 1228. Hunk #5 succeeded at 1300. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/sun/awt/color.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/native/sun/= awt/color.c |--- j2sdk1.3.1/src/solaris/native/sun/awt/color.c Sun May 6 06:27:40 2001 |+++ j2sdk1.3.1/src/solaris/native/sun/awt/color.c Sat Aug 18 23:46:53 2001 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/sun/awt/color.c using Plan A... Hunk #1 succeeded at 18. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/sun/awt/font/fontpath.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/nat= ive/sun/awt/font/fontpath.c |--- j2sdk1.3.1/src/solaris/native/sun/awt/font/fontpath.c Sun May 6 06:27= :42 2001 |+++ j2sdk1.3.1/src/solaris/native/sun/awt/font/fontpath.c Sat Aug 18 23:46= :53 2001 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/sun/awt/font/fontpath.c using P= lan A... Hunk #1 succeeded at 425. Hunk #2 succeeded at 433. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/sun/awt/font/nrScalerContext.cpp javasrc_1_3_scsl/j2sdk1.3.1/src/so= laris/native/sun/awt/font/nrScalerContext.cpp |--- j2sdk1.3.1/src/solaris/native/sun/awt/font/nrScalerContext.cpp Sun May= 6 06:27:42 2001 |+++ j2sdk1.3.1/src/solaris/native/sun/awt/font/nrScalerContext.cpp Fri Jul= 13 09:59:02 2001 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/sun/awt/font/nrScalerContext.cp= p using Plan A... Hunk #1 succeeded at 907. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/sun/awt/robot_child/list.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/= native/sun/awt/robot_child/list.c |--- j2sdk1.3.1/src/solaris/native/sun/awt/robot_child/list.c Sun May 6 06= :27:48 2001 |+++ j2sdk1.3.1/src/solaris/native/sun/awt/robot_child/list.c Thu Jul 12 20= :35:23 2001 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/sun/awt/robot_child/list.c usin= g Plan A... Hunk #1 succeeded at 47. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/sun/awt/robot_child/robot_proc.c javasrc_1_3_scsl/j2sdk1.3.1/src/so= laris/native/sun/awt/robot_child/robot_proc.c |--- j2sdk1.3.1/src/solaris/native/sun/awt/robot_child/robot_proc.c Sun May= 6 06:27:48 2001 |+++ j2sdk1.3.1/src/solaris/native/sun/awt/robot_child/robot_proc.c Thu Jul= 12 20:34:47 2001 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/sun/awt/robot_child/robot_proc.= c using Plan A... Hunk #1 succeeded at 25. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /native/sun/awt/robot_common.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/nati= ve/sun/awt/robot_common.c |--- j2sdk1.3.1/src/solaris/native/sun/awt/robot_common.c Sun May 6 06:27:= 41 2001 |+++ j2sdk1.3.1/src/solaris/native/sun/awt/robot_common.c Wed Dec 18 01:44:= 24 2002 -------------------------- Patching file j2sdk1.3.1/src/solaris/native/sun/awt/robot_common.c using Pl= an A... Hunk #1 succeeded at 148. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -N -r --exclude=3DCVS javasrc_1_3_scsl.orig/j2sdk1.3.1/src/solaris= /tools/hprof/hprof_md.c javasrc_1_3_scsl/j2sdk1.3.1/src/solaris/tools/hprof= /hprof_md.c |--- j2sdk1.3.1/src/solaris/tools/hprof/hprof_md.c Sun May 6 06:27:49 2001 |+++ j2sdk1.3.1/src/solaris/tools/hprof/hprof_md.c Wed Mar 26 09:44:28 2003 -------------------------- Patching file j2sdk1.3.1/src/solaris/tools/hprof/hprof_md.c using Plan A... Hunk #1 succeeded at 20. done =3D=3D=3D> Applying FreeBSD patches for jdk-1.3.1p9_4 find: /tmp/a/ports/java/jdk13/work/hotspot1.3.1/src/share/tools/MakeDeps/SC= CS: No such file or directory *** Error code 1 (ignored) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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 XFree86-libraries-4.3.0_7.tgz diablo-jdk-1.3.1.0_1.tgz expat-1.95.7= .tgz fontconfig-2.2.2,1.tgz freetype2-2.1.7_3.tgz gettext-0.13.1_1.tgz glib= -1.2.10_11.tgz gmake-3.80_2.tgz gtk-1.2.10_12.tgz imake-4.3.0_2.tgz javavmw= rapper-1.5.tgz libiconv-1.9.1_3.tgz m4-1.4_1.tgz nspr-4.4.1_1.tgz open-moti= f-2.2.2_2.tgz pkgconfig-0.15.0_1.tgz urwfonts-1.0.tgz zip-2.3_1.tgz adding dependencies pkg_add XFree86-libraries-4.3.0_7.tgz 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 diablo-jdk-1.3.1.0_1.tgz pkg_add expat-1.95.7.tgz skipping expat-1.95.7, already added pkg_add fontconfig-2.2.2,1.tgz skipping fontconfig-2.2.2,1, already added pkg_add freetype2-2.1.7_3.tgz skipping freetype2-2.1.7_3, already added pkg_add gettext-0.13.1_1.tgz skipping gettext-0.13.1_1, already added pkg_add glib-1.2.10_11.tgz pkg_add gmake-3.80_2.tgz pkg_add gtk-1.2.10_12.tgz pkg_add imake-4.3.0_2.tgz skipping imake-4.3.0_2, already added pkg_add javavmwrapper-1.5.tgz skipping javavmwrapper-1.5, already added pkg_add libiconv-1.9.1_3.tgz skipping libiconv-1.9.1_3, already added pkg_add m4-1.4_1.tgz pkg_add nspr-4.4.1_1.tgz pkg_add open-motif-2.2.2_2.tgz pkg_add pkgconfig-0.15.0_1.tgz skipping pkgconfig-0.15.0_1, already added pkg_add urwfonts-1.0.tgz =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D You'll have to add /usr/X11R6/lib/X11/fonts/URW to your X font path by either: $ xset fp+ /usr/X11R6/lib/X11/fonts/URW $ xset fp rehash or by adding it to your X-server configuration file (usually /etc/X11/XF86Config) and restarting the X-server. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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 zip-2.3_1.tgz =3D=3D=3D> jdk-1.3.1p9_4 depends on executable: gm4 - found =3D=3D=3D> jdk-1.3.1p9_4 depends on executable: zip - found =3D=3D=3D> jdk-1.3.1p9_4 depends on file: /usr/X11R6/lib/libXm.so - found =3D=3D=3D> jdk-1.3.1p9_4 depends on file: /usr/local/diablo-jdk1.3.1/bin/= javac - found =3D=3D=3D> jdk-1.3.1p9_4 depends on executable: gmake - found =3D=3D=3D> jdk-1.3.1p9_4 depends on shared library: glib12.3 - found =3D=3D=3D> jdk-1.3.1p9_4 depends on shared library: gtk12.2 - found =3D=3D=3D> jdk-1.3.1p9_4 depends on shared library: nspr4.1 - found =3D=3D=3D> jdk-1.3.1p9_4 depends on shared library: intl - found =3D=3D=3D> Configuring for jdk-1.3.1p9_4 =3D=3D=3D> Building for jdk-1.3.1p9_4 # Start of jdk build (cd /tmp/a/ports/java/jdk13/work/j2sdk1.3.1/make; /usr/bin/env ALT_BOOTDIR= =3D"/usr/local/diablo-jdk1.3.1" ALT_MOTIF_DIR=3D"/usr/X11R6" OPENWINHOME= =3D"/usr/X11R6" SYS_CFLAGS=3D"-O -pipe " CLASSPATH=3D"" LD_LIBRARY_PATH= =3D"" JAVA_COMPILER=3D"" LIBG_HDRS=3D"/usr/local/include/glib12" GTK_HDRS= =3D"/usr/X11R6/include/gtk12" LIBIDL_HDRS=3D INTL_DIR=3D"/usr/local" SHEL= L=3D/bin/sh PORTOBJFORMAT=3Delf PREFIX=3D/usr/local LOCALBASE=3D/usr/loc= al X11BASE=3D/usr/X11R6 MOTIFLIB=3D"-L/usr/X11R6/lib -lXm -lXp" LIBDIR=3D"/= usr/lib" CFLAGS=3D"-O -pipe " CXXFLAGS=3D" -O -pipe " MANPREFIX=3D"/usr/loc= al" BSD_INSTALL_PROGRAM=3D"install -c -s -o root -g wheel -m 555" BSD_INST= ALL_SCRIPT=3D"install -c -o root -g wheel -m 555" BSD_INSTALL_DATA=3D"inst= all -c -o root -g wheel -m 444" BSD_INSTALL_MAN=3D"install -c -o root -g w= heel -m 444" gmake -f Makefile all plugin images) i386 Build started: 1.3.1-p9-root-040701-05:27 ERROR: Your BOOTDIR environment variable does not point to a valid Java 2 SDK for bootstrapping this build. A Java 2 SDK 1.3.1 build must be bootstrapped against any=20 1.3 build. Please update your ALT_BOOTDIR setting, or=20 just unset it, and start your build again. Exiting because of the above error(s). gmake: *** [sanity] Error 1 *** Error code 2 Stop in /a/ports/java/jdk13. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build ended at Thu Jul 1 05:27:46 GMT 2004 ----- End forwarded message ----- --MGu/vTNewDGZ7tmp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA46yBWry0BWjoQKURAnsoAJ4peCirS+aChIXPzVxXw78I9ZONmwCeKh3F OB/SW+THUpo3d2jVArnnRr8= =qu5b -----END PGP SIGNATURE----- --MGu/vTNewDGZ7tmp-- From owner-freebsd-java@FreeBSD.ORG Thu Jul 1 07:17:00 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45D7716A4CE for ; Thu, 1 Jul 2004 07:17:00 +0000 (GMT) Received: from ulysses.noc.ntua.gr (ulysses.noc.ntua.gr [147.102.222.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0211843D55 for ; Thu, 1 Jul 2004 07:16:59 +0000 (GMT) (envelope-from past@noc.ntua.gr) Received: from ajax.noc.ntua.gr (ajax.noc.ntua.gr [147.102.220.1]) by ulysses.noc.ntua.gr (8.12.9p1/8.12.9) with ESMTP id i617GfSi062416; Thu, 1 Jul 2004 10:16:41 +0300 (EEST) (envelope-from past@noc.ntua.gr) Received: from [147.102.220.45] (hal.noc.ntua.gr [147.102.220.45]) by ajax.noc.ntua.gr (8.12.11/8.12.11) with ESMTP id i617GfC9014615; Thu, 1 Jul 2004 10:16:41 +0300 (EEST) (envelope-from past@noc.ntua.gr) Message-ID: <40E3BA59.4030801@noc.ntua.gr> Date: Thu, 01 Jul 2004 10:16:41 +0300 From: Panagiotis Astithas Organization: NTUA/NMC User-Agent: Mozilla Thunderbird 0.6 (X11/20040609) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dennis@rootxs.nl References: <54175.80.56.108.82.1088633302.squirrel@mail.rootxs.nl> In-Reply-To: <54175.80.56.108.82.1088633302.squirrel@mail.rootxs.nl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-java@freebsd.org Subject: Re: Epiphany 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, 01 Jul 2004 07:17:00 -0000 Dennis Cabooter wrote: > Hello, > > I have tried many things to get *whatever what form of java* working in > FreeBSD/GNOME/Epiphany. Please can you point me to a good manual? There's > nothing happening at all. > > I installed the native FreeBSD port and I get this: > > LoadPlugin: failed to initialize shared library > /usr/local/linux-sun-jdk1.4.2/jre/lib/i386/libjava.so [Shared object > "libverify.so" not found] If you have the native JDK, you shouldn't be trying to load the linux one. > LoadPlugin: failed to initialize shared library > /usr/local/linux-sun-jdk1.4.2/jre/lib/i386/client/libjvm.so [Shared object > "libnsl.so.1" not found] > LoadPlugin: failed to initialize shared library > /usr/compat/linux/lib/libc-2.2.4.so [Shared object "ld-linux.so.2" not > found] > LoadPlugin: failed to initialize shared library > /usr/compat/linux/lib/libdl-2.2.4.so [Shared object "ld-linux.so.2" not > found] > > All of the howto's doesn't work but there must be a solution somehow. I > run FreeBSD 5.2.1 -current. And this: > > $ ldd /usr/local/linux-sun-jdk1.4.2/jre/lib/i386/libjava.so > ldd: /usr/local/linux-sun-jdk1.4.2/jre/lib/i386/libjava.so: not a FreeBSD > ELF shared object > > I also find very strange. Is it still a.out? Does it need emulation? > Please can you help me out? Thanks in advance. I have this symlink here, and it is working fine: % ll /usr/X11R6/lib/mozilla/plugins/libjavaplugin_oji.so lrwxr-xr-x 1 root wheel 62 Feb 19 10:24 /usr/X11R6/lib/mozilla/plugins/libjavaplugin_oji.so@ -> /usr/local/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so Cheers, -- Panagiotis Astithas Electrical & Computer Engineer, PhD Network Management Center National Technical University of Athens, Greece From owner-freebsd-java@FreeBSD.ORG Thu Jul 1 17:22:00 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F79716A565 for ; Thu, 1 Jul 2004 17:22:00 +0000 (GMT) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1903743D3F for ; Thu, 1 Jul 2004 17:22:00 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from [198.60.22.206] (helo=mgr6.xmission.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 1Bg2kq-0006ll-02; Thu, 01 Jul 2004 08:41:36 -0600 Received: from [166.70.56.15] (helo=misty.eyesbeyond.com) by mgr6.xmission.com with esmtp (Exim 4.32) id 1Bg2ko-0008HK-RQ; Thu, 01 Jul 2004 08:41:36 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i61EfXKg020190; Thu, 1 Jul 2004 08:41:33 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id i61EfWiK020189; Thu, 1 Jul 2004 08:41:32 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Thu, 1 Jul 2004 08:41:31 -0600 From: Greg Lewis To: Kris Kennaway Message-ID: <20040701144131.GA20137@misty.eyesbeyond.com> References: <20040701061738.GI20199@xor.obsecurity.org> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <20040701061738.GI20199@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 mgr6.xmission.com X-Spam-Level: X-Spam-Status: No, hits=-1.4 required=8.0 tests=BAYES_20,UPPERCASE_25_50 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 mgr6.xmission.com) cc: java@freebsd.org Subject: Re: [ports-i386@FreeBSD.org: jdk-1.3.1p9_4 failed on i386 4] 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, 01 Jul 2004 17:22:00 -0000 On Wed, Jun 30, 2004 at 11:17:38PM -0700, Kris Kennaway wrote: > ----- Forwarded message from User Ports-i386 ----- > Subject: jdk-1.3.1p9_4 failed on i386 4 > ===> jdk-1.3.1p9_4 depends on file: /usr/local/diablo-jdk1.3.1/bin/javac - found > ===> Building for jdk-1.3.1p9_4 > # Start of jdk build > (cd /tmp/a/ports/java/jdk13/work/j2sdk1.3.1/make; /usr/bin/env ALT_BOOTDIR="/usr/local/diablo-jdk1.3.1" ALT_MOTIF_DIR="/usr/X11R6" OPENWINHOME="/usr/X11R6" SYS_CFLAGS="-O -pipe " CLASSPATH="" LD_LIBRARY_PATH="" JAVA_COMPILER="" LIBG_HDRS="/usr/local/include/glib12" GTK_HDRS="/usr/X11R6/include/gtk12" LIBIDL_HDRS= INTL_DIR="/usr/local" SHELL=/bin/sh PORTOBJFORMAT=elf PREFIX=/usr/local LOCALBASE=/usr/local X11BASE=/usr/X11R6 MOTIFLIB="-L/usr/X11R6/lib -lXm -lXp" LIBDIR="/usr/lib" CFLAGS="-O -pipe " CXXFLAGS=" -O -pipe " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -c -s -o root -g wheel -m 555" BSD_INSTALL_SCRIPT="install -c -o root -g wheel -m 555" BSD_INSTALL_DATA="install -c -o root -g wheel -m 444" BSD_INSTALL_MAN="install -c -o root -g wheel -m 444" gmake -f Makefile all plugin images) > i386 Build started: 1.3.1-p9-root-040701-05:27 > ERROR: Your BOOTDIR environment variable does not point > to a valid Java 2 SDK for bootstrapping this build. > A Java 2 SDK 1.3.1 build must be bootstrapped against any > 1.3 build. Please update your ALT_BOOTDIR setting, or > just unset it, and start your build again. The Diablo JDK (being used to bootstrap is producing spurious output or not running). Am I correct in assuming this is 4.10-STABLE? Looks like someone may have introduced some compatibility breakage. -- 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 Thu Jul 1 17:50:27 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 85B3616A4CF for ; Thu, 1 Jul 2004 17:50:27 +0000 (GMT) Received: from ylpvm15.prodigy.net (ylpvm15-ext.prodigy.net [207.115.57.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45A4643D1F for ; Thu, 1 Jul 2004 17:50:27 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-63-207-60-35.dsl.lsan03.pacbell.net [63.207.60.35])i61HcQP6010459; Thu, 1 Jul 2004 13:38:27 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3D43C52347; Thu, 1 Jul 2004 10:38:16 -0700 (PDT) Date: Thu, 1 Jul 2004 10:38:16 -0700 From: Kris Kennaway To: Greg Lewis Message-ID: <20040701173816.GC29356@xor.obsecurity.org> References: <20040701061738.GI20199@xor.obsecurity.org> <20040701144131.GA20137@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PuGuTyElPB9bOcsM" Content-Disposition: inline In-Reply-To: <20040701144131.GA20137@misty.eyesbeyond.com> User-Agent: Mutt/1.4.2.1i cc: java@freebsd.org cc: Kris Kennaway Subject: Re: [ports-i386@FreeBSD.org: jdk-1.3.1p9_4 failed on i386 4] 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, 01 Jul 2004 17:50:27 -0000 --PuGuTyElPB9bOcsM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 01, 2004 at 08:41:31AM -0600, Greg Lewis wrote: > On Wed, Jun 30, 2004 at 11:17:38PM -0700, Kris Kennaway wrote: > > ----- Forwarded message from User Ports-i386 -= ---- > > Subject: jdk-1.3.1p9_4 failed on i386 4 > > =3D=3D=3D> jdk-1.3.1p9_4 depends on file: /usr/local/diablo-jdk1.3.1/= bin/javac - found > > =3D=3D=3D> Building for jdk-1.3.1p9_4 > > # Start of jdk build > > (cd /tmp/a/ports/java/jdk13/work/j2sdk1.3.1/make; /usr/bin/env ALT_BOOT= DIR=3D"/usr/local/diablo-jdk1.3.1" ALT_MOTIF_DIR=3D"/usr/X11R6" OPENWINHO= ME=3D"/usr/X11R6" SYS_CFLAGS=3D"-O -pipe " CLASSPATH=3D"" LD_LIBRARY_PAT= H=3D"" JAVA_COMPILER=3D"" LIBG_HDRS=3D"/usr/local/include/glib12" GTK_HDR= S=3D"/usr/X11R6/include/gtk12" LIBIDL_HDRS=3D INTL_DIR=3D"/usr/local" SHE= LL=3D/bin/sh PORTOBJFORMAT=3Delf PREFIX=3D/usr/local LOCALBASE=3D/usr/lo= cal X11BASE=3D/usr/X11R6 MOTIFLIB=3D"-L/usr/X11R6/lib -lXm -lXp" LIBDIR=3D"= /usr/lib" CFLAGS=3D"-O -pipe " CXXFLAGS=3D" -O -pipe " MANPREFIX=3D"/usr/lo= cal" BSD_INSTALL_PROGRAM=3D"install -c -s -o root -g wheel -m 555" BSD_INS= TALL_SCRIPT=3D"install -c -o root -g wheel -m 555" BSD_INSTALL_DATA=3D"ins= tall -c -o root -g wheel -m 444" BSD_INSTALL_MAN=3D"install -c -o root -g = wheel -m 444" gmake -f Makefile all plugin images) > > i386 Build started: 1.3.1-p9-root-040701-05:27 > > ERROR: Your BOOTDIR environment variable does not point > > to a valid Java 2 SDK for bootstrapping this build. > > A Java 2 SDK 1.3.1 build must be bootstrapped against any=20 > > 1.3 build. Please update your ALT_BOOTDIR setting, or=20 > > just unset it, and start your build again. >=20 > The Diablo JDK (being used to bootstrap is producing spurious output or > not running). Am I correct in assuming this is 4.10-STABLE? Looks like > someone may have introduced some compatibility breakage. Actually, it's effectively 5.x breakage since I have to include /lib/libm.so.2 in the chroot for some of the host binaries to work, and that triggers the binary compatibility that has existed for a long time now. Kris --PuGuTyElPB9bOcsM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA5EwHWry0BWjoQKURAp5UAJ9j/N3zJ5afDdQIRHrQJcaz/plrfQCcCwML OPzJvSEf/p2zNWVyfnVwrJk= =aZ35 -----END PGP SIGNATURE----- --PuGuTyElPB9bOcsM-- From owner-freebsd-java@FreeBSD.ORG Thu Jul 1 18:21:05 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D0A116A4CE for ; Thu, 1 Jul 2004 18:21:05 +0000 (GMT) Received: from mail.run-services.com (xena.nexen.net [217.174.203.83]) by mx1.FreeBSD.org (Postfix) with SMTP id E5DED43D48 for ; Thu, 1 Jul 2004 18:21:03 +0000 (GMT) (envelope-from jmo@run-services.com) Received: (qmail 26253 invoked from network); 1 Jul 2004 18:29:20 -0000 Received: from unknown (HELO runchipsdevl) (80.13.79.35) by xena.nexen.net with SMTP; 1 Jul 2004 18:29:20 -0000 Message-ID: <012f01c45f98$03381010$6400a8c0@runchipsdevl> From: "Jmo run-services" To: "Greg Lewis" References: <000801c45ed3$922b5400$6400a8c0@runchipsdevl><20040630200443.GA93327@misty.eyesbeyond.com><002801c45ee5$9bd49ae0$6400a8c0@runchipsdevl> <20040630210952.GB93852@misty.eyesbeyond.com> Date: Thu, 1 Jul 2004 22:19:53 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 cc: freebsd-java@FreeBSD.org Subject: Re: what's the good OS release 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, 01 Jul 2004 18:21:05 -0000 sorry a french traductor bug , effectively i want to say build ----- Original Message ----- From: "Greg Lewis" To: "Jmo run-services" Cc: Sent: Thursday, July 01, 2004 1:09 AM Subject: Re: what's the good OS release > On Thu, Jul 01, 2004 at 01:02:50AM +0400, Jmo run-services wrote: > > is it possible to buy diablo jre ?? > > I'm not quite sure what you mean. Its given away for free. What are you > trying to accomplish by wanting to buy it? > > -- > Greg Lewis Email : glewis@eyesbeyond.com > Eyes Beyond Web : http://www.eyesbeyond.com > Information Technology FreeBSD : glewis@FreeBSD.org > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > > From owner-freebsd-java@FreeBSD.ORG Thu Jul 1 22:48:29 2004 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F25516A4CE; Thu, 1 Jul 2004 22:48:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72BB643D5E; Thu, 1 Jul 2004 22:48:29 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) i61MlG2n012521; Thu, 1 Jul 2004 22:47:16 GMT (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i61MlGrc012517; Thu, 1 Jul 2004 22:47:16 GMT (envelope-from glewis) Date: Thu, 1 Jul 2004 22:47:16 GMT From: Greg Lewis Message-Id: <200407012247.i61MlGrc012517@freefall.freebsd.org> To: glewis@FreeBSD.org, freebsd-java@FreeBSD.org, emulation@FreeBSD.org Subject: Re: java/68079: linux ibm jdk 1.4.1 fails with: JVMLH050: Signal stack registration failed (errno=22) 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, 01 Jul 2004 22:48:29 -0000 Synopsis: linux ibm jdk 1.4.1 fails with: JVMLH050: Signal stack registration failed (errno=22) Responsible-Changed-From-To: freebsd-java->emulation Responsible-Changed-By: glewis Responsible-Changed-When: Thu Jul 1 22:46:26 GMT 2004 Responsible-Changed-Why: Looks like a problem in the Linux emulation code. http://www.freebsd.org/cgi/query-pr.cgi?pr=68079 From owner-freebsd-java@FreeBSD.ORG Fri Jul 2 04:35:34 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 32AFE16A4CE for ; Fri, 2 Jul 2004 04:35:34 +0000 (GMT) Received: from mta1.srv.hcvlny.cv.net (mta1.srv.hcvlny.cv.net [167.206.5.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0170F43D31 for ; Fri, 2 Jul 2004 04:35:34 +0000 (GMT) (envelope-from truk@optonline.net) Received: from truk (ool-182e24b7.dyn.optonline.net [24.46.36.183]) by mta1.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) with SMTP id <0I0700CORJD00E@mta1.srv.hcvlny.cv.net> for freebsd-java@freebsd.org; Fri, 02 Jul 2004 00:34:12 -0400 (EDT) Date: Fri, 02 Jul 2004 00:33:47 -0400 From: Kurt Miller To: freebsd-java@freebsd.org Message-id: <000e01c45fed$c4278a30$290110ac@truk> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Mailer: Microsoft Outlook Express 6.00.2800.1409 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal Subject: test - ignore 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, 02 Jul 2004 04:35:34 -0000 testing to see if this will make it to the list. my isp used to be considered a junk mail sender. From owner-freebsd-java@FreeBSD.ORG Fri Jul 2 16:32:31 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 CD35016A4CE for ; Fri, 2 Jul 2004 16:32:31 +0000 (GMT) Received: from smtp.housing.ufl.edu (smtp.housing.ufl.edu [128.227.47.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id B46ED43D46 for ; Fri, 2 Jul 2004 16:32:30 +0000 (GMT) (envelope-from WillS@housing.ufl.edu) Received: (qmail 92320 invoked by uid 98); 2 Jul 2004 12:30:28 -0400 Received: from WillS@housing.ufl.edu by smtp.housing.ufl.edu by uid 1003 with qmail-scanner-1.20 (spamassassin: 2.63. Clear:RC:1(128.227.47.18):. Processed in 0.01499 secs); 02 Jul 2004 16:30:28 -0000 X-Qmail-Scanner-Mail-From: WillS@housing.ufl.edu via smtp.housing.ufl.edu X-Qmail-Scanner: 1.20 (Clear:RC:1(128.227.47.18):. Processed in 0.01499 secs) Received: from bragi.housing.ufl.edu (128.227.47.18) by smtp.housing.ufl.edu with (RC4-MD5 encrypted) SMTP; 2 Jul 2004 12:30:28 -0400 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6556.0 Date: Fri, 2 Jul 2004 12:30:27 -0400 Message-ID: <0E972CEE334BFE4291CD07E056C76ED802E86EBA@bragi.housing.ufl.edu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Tomcat 5 and Jetspeed Thread-Index: AcRgUeJJ/P+RxScJQNWEuNDpakyEvA== From: "Will Saxon" To: Subject: Tomcat 5 and Jetspeed 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, 02 Jul 2004 16:32:31 -0000 Hello, I am working with Jetspeed 1.4 and Tomcat 5.0.25 on FreeBSD 5.2.1 with=20 jdk 1.4.2. I am getting the "Problem in SAX transform" errors that are a FAQ for=20 Jetspeed 1.4. Apparently a .jar needs to be copied into the=20 ${CATALINA_HOME}/common/endorsed directory to override a poor or=20 outdated XML parser included with jdk 1.4.2. I have done this, but I=20 still receive the error. Going back over the Jakarta Tomcat installation instructions, it looks=20 like they recommend starting tomcat with jsvc. Their sample startup command appears to specify the ${CATALINA_HOME}/common/endorsed dir as a system property at that time - something that tomcat50ctl does not do. I have tried to compile and use jsvc, but it does not seem to work. I=20 have also tried to extend tomcat50ctl to specify the endorsed directory during tomcat startup, but this does not appear to work either. So, I am sure that there are people using Tomcat 5.0, Jetspeed 1.4 and=20 jdk1.4.2 without experiencing XML SAX problems. If so, could you tell me what you did to make it work? -Will From owner-freebsd-java@FreeBSD.ORG Fri Jul 2 19:57:20 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 D2D4A16A4CE for ; Fri, 2 Jul 2004 19:57:20 +0000 (GMT) Received: from web21007.mail.yahoo.com (web21007.mail.yahoo.com [216.136.227.61]) by mx1.FreeBSD.org (Postfix) with SMTP id C7AE943D48 for ; Fri, 2 Jul 2004 19:57:20 +0000 (GMT) (envelope-from josearaness@yahoo.es) Message-ID: <20040702195559.58039.qmail@web21007.mail.yahoo.com> Received: from [217.18.208.71] by web21007.mail.yahoo.com via HTTP; Fri, 02 Jul 2004 21:55:59 CEST Date: Fri, 2 Jul 2004 21:55:59 +0200 (CEST) From: =?iso-8859-1?q?Jose=20Aranes?= To: freebsd-java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: to Install J2ME in 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, 02 Jul 2004 19:57:20 -0000 Hi all How can i to install J2ME in freebsd, ¿it's possible to do? I have installed actually %java -version java version "1.4.2-p6" Java(TM) 2 Runtime Environment thanks ______________________________________________ Renovamos el Correo Yahoo!: ¡100 MB GRATIS! Nuevos servicios, más seguridad http://correo.yahoo.es From owner-freebsd-java@FreeBSD.ORG Sat Jul 3 03:42:33 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 30F1C16A4CE; Sat, 3 Jul 2004 03:42:33 +0000 (GMT) Received: from ylpvm01.prodigy.net (ylpvm01-ext.prodigy.net [207.115.57.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3A9643D45; Sat, 3 Jul 2004 03:42:32 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-63-207-60-35.dsl.lsan03.pacbell.net [63.207.60.35])i633gUUd014103; Fri, 2 Jul 2004 23:42:30 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 37E3652347; Fri, 2 Jul 2004 20:42:31 -0700 (PDT) Date: Fri, 2 Jul 2004 20:42:31 -0700 From: Kris Kennaway To: java@FreeBSD.org Message-ID: <20040703034231.GA59250@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6c2NcOVqGQ03X4Wi" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: [kris@FreeBSD.org: cvs commit: ports/java/diablo-jdk13 Makefile ports/java/diablo-jre13 Makefile] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 03:42:33 -0000 --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI..hopefully someone will finally address this soon. Kris ----- Forwarded message from Kris Kennaway ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org Delivered-To: kris@freebsd.org Delivered-To: ports-committers@freebsd.org From: Kris Kennaway Date: Sat, 3 Jul 2004 03:39:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/diablo-jdk13 Makefile ports/java/diablo-jre= 13 Makefile X-FreeBSD-CVS-Branch: HEAD Precedence: bulk X-Loop: FreeBSD.ORG X-UIDL: I*Y!!P\D!!%P"#!XP`!! X-Bogosity: No, tests=3Dbogofilter, spamicity=3D0.000000, version=3D0.17.5 kris 2004-07-03 03:39:16 UTC FreeBSD ports repository Modified files: java/diablo-jdk13 Makefile=20 java/diablo-jre13 Makefile=20 Log: BROKEN on 5.x: does not run (libm is binary incompatible with 4.x) =20 Revision Changes Path 1.7 +5 -0 ports/java/diablo-jdk13/Makefile http://cvsweb.FreeBSD.org/ports/java/diablo-jdk13/Makefile.diff?r1=3D1.6&r2= =3D1.7 | =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D | RCS file: /usr/local/www/cvsroot/FreeBSD/ports/java/diablo-jdk13/Makefile= ,v | retrieving revision 1.6 | retrieving revision 1.7 | diff -u -p -r1.6 -r1.7 | --- ports/java/diablo-jdk13/Makefile 2004/02/04 05:21:26 1.6 | +++ ports/java/diablo-jdk13/Makefile 2004/07/03 03:39:16 1.7 | @@ -2,7 +2,7 @@ | # Date created: March 10 2003 | # Whom: Greg Lewis | # | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/java/diablo-jdk13/Makef= ile,v 1.6 2004/02/04 05:21:26 marcus Exp $ | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/java/diablo-jdk13/Makef= ile,v 1.7 2004/07/03 03:39:16 kris Exp $ | # | =20 | PORTNAME=3D jdk | @@ -75,6 +75,11 @@ manually. Please access\n\ | with a web browser and \"Accept\" the End User License Agreement for\n\ | \"Caffe Diablo ${JRE_VERSION}\". Please place the downloaded\n\ | ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR}.\n | +.endif | + | +.if ${OSVERSION} >=3D 502112 | +ECHO_MSG=3D ${ECHO_CMD} | +BROKEN=3D "Does not run on FreeBSD >=3D 5.x" | .endif | =20 | do-install: 1.7 +6 -0 ports/java/diablo-jre13/Makefile http://cvsweb.FreeBSD.org/ports/java/diablo-jre13/Makefile.diff?r1=3D1.6&r2= =3D1.7 | =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D | RCS file: /usr/local/www/cvsroot/FreeBSD/ports/java/diablo-jre13/Makefile= ,v | retrieving revision 1.6 | retrieving revision 1.7 | diff -u -p -r1.6 -r1.7 | --- ports/java/diablo-jre13/Makefile 2004/02/04 05:21:26 1.6 | +++ ports/java/diablo-jre13/Makefile 2004/07/03 03:39:16 1.7 | @@ -2,7 +2,7 @@ | # Date created: March 12 2003 | # Whom: Greg Lewis | # | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/java/diablo-jre13/Makef= ile,v 1.6 2004/02/04 05:21:26 marcus Exp $ | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/java/diablo-jre13/Makef= ile,v 1.7 2004/07/03 03:39:16 kris Exp $ | # | =20 | PORTNAME=3D jre | @@ -76,6 +76,12 @@ with a web browser and \"Accept\" the En | \"Latte Diablo ${JRE_VERSION}\". Please place the downloaded\n\ | ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR}.\n | .endif | + | +.if ${OSVERSION} >=3D 502112 | +ECHO_MSG=3D ${ECHO_CMD} | +BROKEN=3D "Does not run on FreeBSD >=3D 5.x" | +.endif | + | =20 | do-install: | ${MKDIR} ${INSTALL_DIR} ----- End forwarded message ----- --6c2NcOVqGQ03X4Wi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA5ismWry0BWjoQKURAh7OAKChj3jcfBcnd6rB5OoPDWsOgK6DIwCgpuDx XQHPscOvyyYgbXbR5kJCCmw= =V0eS -----END PGP SIGNATURE----- --6c2NcOVqGQ03X4Wi-- From owner-freebsd-java@FreeBSD.ORG Sat Jul 3 10:55:42 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 E04E716A4CE for ; Sat, 3 Jul 2004 10:55:42 +0000 (GMT) Received: from web61006.mail.yahoo.com (web61006.mail.yahoo.com [216.155.196.95]) by mx1.FreeBSD.org (Postfix) with SMTP id A4F9243D2F for ; Sat, 3 Jul 2004 10:55:42 +0000 (GMT) (envelope-from nkjsat2@yahoo.com) Message-ID: <20040703105542.67098.qmail@web61006.mail.yahoo.com> Received: from [217.131.200.104] by web61006.mail.yahoo.com via HTTP; Sat, 03 Jul 2004 03:55:41 PDT Date: Sat, 3 Jul 2004 03:55:41 -0700 (PDT) From: nkjsat nkjsat To: java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: eclipse 3.0 released X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 10:55:43 -0000 eclipse 3.0 released __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail From owner-freebsd-java@FreeBSD.ORG Sat Jul 3 10:57:44 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3A2816A4CE for ; Sat, 3 Jul 2004 10:57:44 +0000 (GMT) Received: from web61006.mail.yahoo.com (web61006.mail.yahoo.com [216.155.196.95]) by mx1.FreeBSD.org (Postfix) with SMTP id 75E7F43D58 for ; Sat, 3 Jul 2004 10:57:44 +0000 (GMT) (envelope-from nkjsat2@yahoo.com) Message-ID: <20040703105744.67508.qmail@web61006.mail.yahoo.com> Received: from [217.131.200.104] by web61006.mail.yahoo.com via HTTP; Sat, 03 Jul 2004 03:57:44 PDT Date: Sat, 3 Jul 2004 03:57:44 -0700 (PDT) From: nkjsat nkjsat To: java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: native java3d X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 10:57:44 -0000 java3d's source code is mostly enable at java3d.dev.java.net.When will we use it natively? thank you. __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail