From owner-freebsd-java@FreeBSD.ORG Mon Aug 1 08:40:13 2005 Return-Path: X-Original-To: freebsd-java@hub.freebsd.org 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 B3E1416A41F for ; Mon, 1 Aug 2005 08:40:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1440F43D46 for ; Mon, 1 Aug 2005 08:40:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j718eC7p097949 for ; Mon, 1 Aug 2005 08:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j718eCgW097943; Mon, 1 Aug 2005 08:40:12 GMT (envelope-from gnats) Resent-Date: Mon, 1 Aug 2005 08:40:12 GMT Resent-Message-Id: <200508010840.j718eCgW097943@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, Juergen Weiss Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5651016A41F for ; Mon, 1 Aug 2005 08:33:06 +0000 (GMT) (envelope-from weiss@zdvnetz.zdv.Uni-Mainz.DE) Received: from mailgate2.zdv.Uni-Mainz.DE (mailgate2.zdv.Uni-Mainz.DE [134.93.178.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC35F43D48 for ; Mon, 1 Aug 2005 08:33:05 +0000 (GMT) (envelope-from weiss@zdvnetz.zdv.Uni-Mainz.DE) Received: from zdvnetz.zdv.Uni-Mainz.DE (zdvnetz.zdv.Uni-Mainz.DE [134.93.8.20]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailgate2.zdv.Uni-Mainz.DE (Postfix) with ESMTP id D8C5A30003DA; Mon, 1 Aug 2005 10:33:04 +0200 (CEST) Received: from zdvnetz.zdv.Uni-Mainz.DE (localhost [127.0.0.1]) by zdvnetz.zdv.Uni-Mainz.DE (8.13.3/8.11.6) with ESMTP id j718X43H085744; Mon, 1 Aug 2005 10:33:04 +0200 (CEST) (envelope-from weiss@zdvnetz.zdv.Uni-Mainz.DE) Received: (from weiss@localhost) by zdvnetz.zdv.Uni-Mainz.DE (8.13.3/8.12.3/Submit) id j718X44L085743; Mon, 1 Aug 2005 10:33:04 +0200 (CEST) Message-Id: <200508010833.j718X44L085743@zdvnetz.zdv.Uni-Mainz.DE> Date: Mon, 1 Aug 2005 10:33:04 +0200 (CEST) From: Juergen Weiss To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: weiss@uni-mainz.de Subject: java/84422: Timezone Handling does not work with FreeBSD jdk1.4 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Juergen Weiss List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2005 08:40:13 -0000 >Number: 84422 >Category: java >Synopsis: Timezone Handling does not work with FreeBSD jdk1.4 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 01 08:40:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Juergen Weiss >Release: FreeBSD 5.4-RELEASE i386 >Organization: Johannes Gutenberg Universitaet >Environment: System: FreeBSD zdvnetz.zdv.Uni-Mainz.DE 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: the java runtime in jdk-1.4.2p7 is not able to extract timezone information from the operating system, if /etc/localtime is a symlink to a zone file in /usr/share/zoneinfo, for example Europe/Berlin. Result is, that time functions give times in zone GMT. >How-To-Repeat: output date/time >Fix: *** ./j2se/src/solaris/native/java/util/TimeZone_md.c~ Tue Feb 1 11:20:20 2005 --- ./j2se/src/solaris/native/java/util/TimeZone_md.c Sun Jul 31 11:59:51 2005 *************** *** 236,242 **** return NULL; } ! #if defined(__linux__) /* * If it's a symlink, get the link name and its zone ID part. (The * older versions of timeconfig created a symlink as described in --- 236,242 ---- return NULL; } ! #if defined(__linux__) || defined(_BSD_SOURCE) /* * If it's a symlink, get the link name and its zone ID part. (The * older versions of timeconfig created a symlink as described in >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-java@FreeBSD.ORG Mon Aug 1 09:02:24 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org 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 8379216A41F; Mon, 1 Aug 2005 09:02:24 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3EC243D66; Mon, 1 Aug 2005 09:02:22 +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 j718phmj030122; Mon, 1 Aug 2005 11:51:43 +0300 Received: from localhost (achill@localhost) by matrix.gatewaynet.com (8.12.8/8.12.8/Submit) with ESMTP id j718pgsM030118; Mon, 1 Aug 2005 11:51:43 +0300 Date: Mon, 1 Aug 2005 11:51:42 +0300 (EEST) From: Achilleus Mantzios To: Juergen Weiss In-Reply-To: <200508010833.j718X44L085743@zdvnetz.zdv.Uni-Mainz.DE> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-7 Content-Transfer-Encoding: 8BIT Cc: FreeBSD-gnats-submit@freebsd.org, freebsd-java@freebsd.org Subject: Re: java/84422: Timezone Handling does not work with FreeBSD jdk1.4 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2005 09:02:24 -0000 O Juergen Weiss Ýãñáøå óôéò Aug 1, 2005 : > >Synopsis: Timezone Handling does not work with FreeBSD jdk1.4 I've had come across this too. Thanx for the patch. > -- -Achilleus From owner-freebsd-java@FreeBSD.ORG Mon Aug 1 09:10:14 2005 Return-Path: X-Original-To: freebsd-java@hub.freebsd.org 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 49A0B16A41F for ; Mon, 1 Aug 2005 09:10:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02A2243D45 for ; Mon, 1 Aug 2005 09:10:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j719AD2S003162 for ; Mon, 1 Aug 2005 09:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j719AD5P003161; Mon, 1 Aug 2005 09:10:13 GMT (envelope-from gnats) Date: Mon, 1 Aug 2005 09:10:13 GMT Message-Id: <200508010910.j719AD5P003161@freefall.freebsd.org> To: freebsd-java@FreeBSD.org From: Achilleus Mantzios Cc: Subject: Re: java/84422: Timezone Handling does not work with FreeBSD jdk1.4 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Achilleus Mantzios List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2005 09:10:14 -0000 The following reply was made to PR java/84422; it has been noted by GNATS. From: Achilleus Mantzios To: Juergen Weiss Cc: FreeBSD-gnats-submit@freebsd.org, Subject: Re: java/84422: Timezone Handling does not work with FreeBSD jdk1.4 Date: Mon, 1 Aug 2005 11:51:42 +0300 (EEST) O Juergen Weiss Ýãñáøå óôéò Aug 1, 2005 : > >Synopsis: Timezone Handling does not work with FreeBSD jdk1.4 I've had come across this too. Thanx for the patch. > -- -Achilleus From owner-freebsd-java@FreeBSD.ORG Mon Aug 1 11:02:00 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org 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 3C64F16A420 for ; Mon, 1 Aug 2005 11:02:00 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0912C43D48 for ; Mon, 1 Aug 2005 11:02:00 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j71B1xZK017205 for ; Mon, 1 Aug 2005 11:01:59 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j71B1x3a017200 for freebsd-java@freebsd.org; Mon, 1 Aug 2005 11:01:59 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 1 Aug 2005 11:01:59 GMT Message-Id: <200508011101.j71B1x3a017200@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 Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2005 11:02:00 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/05/13] ports/38018 java www/jakarta-tomcat4: make passing of JVM f [2002/05/13] ports/38020 java www/jakarta-tomcat4: stop tomcat via java o [2004/05/01] java/66151 java JBuilderX (sun jvm 1.4.1 builtin) crashes o [2004/09/22] ports/72014 java Eclipse doesn't work (SigBus 10) if it ha o [2004/12/06] ports/74760 java java/javavmwrapper messes up amavisd-new o [2005/01/24] java/76631 java any port linux-*-jdk12 will core dump if o [2005/03/04] ports/78396 java Java 1.4 fails to compile under FreeBSD 4 o [2005/05/17] java/81176 java Java Webstart does not work f [2005/06/13] java/82183 java Cannot install Java 1.5, lots of missing f [2005/07/14] ports/83434 java tomcat ports give the wrong ownership to o [2005/08/01] java/84422 java Timezone Handling does not work with Free 11 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [2003/09/16] ports/56928 java jce-aba port should install to $JAVA_HOME o [2004/08/11] java/70292 java jdk14 compile problem f [2004/11/24] ports/74344 java [proposal] tomcat41ctl: support for passi o [2004/12/16] ports/75143 java There is no way to specify jvm parameters 4 problems total. From owner-freebsd-java@FreeBSD.ORG Tue Aug 2 22:41:58 2005 Return-Path: X-Original-To: java@freebsd.org 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 4A5FC16A41F for ; Tue, 2 Aug 2005 22:41:58 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from mail23.sea5.speakeasy.net (mail23.sea5.speakeasy.net [69.17.117.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAA0643D49 for ; Tue, 2 Aug 2005 22:41:56 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: (qmail 28342 invoked from network); 2 Aug 2005 22:41:55 -0000 Received: from aldan.algebra.com ([216.254.65.224]) (envelope-sender ) by mail23.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 2 Aug 2005 22:41:55 -0000 Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by aldan.algebra.com (8.13.1/8.13.1) with ESMTP id j72MfpEA046477 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 2 Aug 2005 18:41:52 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from mteterin.us.murex.com (195-11.customer.cloud9.net [168.100.195.11]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id j72MfgWB002965 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 2 Aug 2005 18:41:44 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from mteterin.us.murex.com (mteterin@localhost [127.0.0.1]) by mteterin.us.murex.com (8.13.3/8.13.3) with ESMTP id j72H1tS2028440; Tue, 2 Aug 2005 13:01:55 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by mteterin.us.murex.com (8.13.3/8.13.3/Submit) id j72H1sED028439; Tue, 2 Aug 2005 13:01:54 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) X-Authentication-Warning: mteterin.us.murex.com: mteterin set sender to mi+mx@aldan.algebra.com using -f From: Mikhail Teterin Organization: Virtual Estates, Inc. To: phantom@freebsd.org Date: Tue, 2 Aug 2005 13:01:53 -0400 User-Agent: KMail/1.8.1 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_Bc67CaXMYJFAXXw" Message-Id: <200508021301.53928.mi+mx@aldan.algebra.com> X-Virus-Scanned: ClamAV version devel-20050525, clamav-milter version 0.85b on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: java@freebsd.org Subject: two more hunks needed for KOI8-U in jdk15 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2005 22:41:58 -0000 --Boundary-00=_Bc67CaXMYJFAXXw Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Alexey! Apparently, two more hunks are needed for jdk15's GUI to support the encoding better. The diff is attached. Yours, -mi --Boundary-00=_Bc67CaXMYJFAXXw-- From owner-freebsd-java@FreeBSD.ORG Tue Aug 2 22:42:03 2005 Return-Path: X-Original-To: java@freebsd.org 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 2B98F16A41F for ; Tue, 2 Aug 2005 22:42:03 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from mail22.sea5.speakeasy.net (mail22.sea5.speakeasy.net [69.17.117.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA11743D46 for ; Tue, 2 Aug 2005 22:41:59 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: (qmail 2654 invoked from network); 2 Aug 2005 22:41:59 -0000 Received: from aldan.algebra.com ([216.254.65.224]) (envelope-sender ) by mail22.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 2 Aug 2005 22:41:59 -0000 Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by aldan.algebra.com (8.13.1/8.13.1) with ESMTP id j72Mfto9046479 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 2 Aug 2005 18:41:56 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from mteterin.us.murex.com (195-11.customer.cloud9.net [168.100.195.11]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id j72MfgWF002965 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 2 Aug 2005 18:41:49 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from mteterin.us.murex.com (mteterin@localhost [127.0.0.1]) by mteterin.us.murex.com (8.13.3/8.13.3) with ESMTP id j72GxX0x028110; Tue, 2 Aug 2005 12:59:33 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by mteterin.us.murex.com (8.13.3/8.13.3/Submit) id j72GxWlt028109; Tue, 2 Aug 2005 12:59:32 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) X-Authentication-Warning: mteterin.us.murex.com: mteterin set sender to mi+mx@aldan.algebra.com using -f From: Mikhail Teterin Organization: Virtual Estates, Inc. To: glewis@freebsd.org Date: Tue, 2 Aug 2005 12:59:31 -0400 User-Agent: KMail/1.8.1 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_0Z67CZrEoEu7ek3" Message-Id: <200508021259.32090.mi+mx@aldan.algebra.com> X-Virus-Scanned: ClamAV version devel-20050525, clamav-milter version 0.85b on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: java@freebsd.org Subject: support for KOI8-U in jdk13 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2005 22:42:03 -0000 --Boundary-00=_0Z67CZrEoEu7ek3 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, Greg! I'm attaching the diffs for jdk13. Thanks! -mi --Boundary-00=_0Z67CZrEoEu7ek3-- From owner-freebsd-java@FreeBSD.ORG Tue Aug 2 22:42:07 2005 Return-Path: X-Original-To: java@freebsd.org 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 E251E16A437 for ; Tue, 2 Aug 2005 22:42:06 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from mail21.sea5.speakeasy.net (mail21.sea5.speakeasy.net [69.17.117.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FAD043D46 for ; Tue, 2 Aug 2005 22:42:05 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: (qmail 29490 invoked from network); 2 Aug 2005 22:42:05 -0000 Received: from aldan.algebra.com ([216.254.65.224]) (envelope-sender ) by mail21.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 2 Aug 2005 22:42:04 -0000 Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by aldan.algebra.com (8.13.1/8.13.1) with ESMTP id j72Mg0qP046482 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 2 Aug 2005 18:42:01 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from mteterin.us.murex.com (195-11.customer.cloud9.net [168.100.195.11]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id j72MfgWH002965 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 2 Aug 2005 18:41:52 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from mteterin.us.murex.com (mteterin@localhost [127.0.0.1]) by mteterin.us.murex.com (8.13.3/8.13.3) with ESMTP id j72H6aVh029046; Tue, 2 Aug 2005 13:06:36 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by mteterin.us.murex.com (8.13.3/8.13.3/Submit) id j72H6Y2v029045; Tue, 2 Aug 2005 13:06:34 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) X-Authentication-Warning: mteterin.us.murex.com: mteterin set sender to mi+mx@aldan.algebra.com using -f From: Mikhail Teterin Organization: Virtual Estates, Inc. To: phantom@freebsd.org Date: Tue, 2 Aug 2005 13:06:33 -0400 User-Agent: KMail/1.8.1 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_Zg67CXRWGoSBqCb" Message-Id: <200508021306.33911.mi+mx@aldan.algebra.com> X-Virus-Scanned: ClamAV version devel-20050525, clamav-milter version 0.85b on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: java@freebsd.org Subject: support for KOI8-U in jdk14 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2005 22:42:07 -0000 --Boundary-00=_Zg67CXRWGoSBqCb Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Alexey! Jdk14 is closer to 1.5, but is not quite as elegant. Attached are the diffs to add KOI8-U support to jdk14. Thanks! -mi --Boundary-00=_Zg67CXRWGoSBqCb-- From owner-freebsd-java@FreeBSD.ORG Wed Aug 3 12:48:15 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org 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 9EC1716A420 for ; Wed, 3 Aug 2005 12:48:15 +0000 (GMT) (envelope-from dystopianrebel@yahoo.com) Received: from web52306.mail.yahoo.com (web52306.mail.yahoo.com [206.190.48.149]) by mx1.FreeBSD.org (Postfix) with SMTP id E53ED43D49 for ; Wed, 3 Aug 2005 12:48:14 +0000 (GMT) (envelope-from dystopianrebel@yahoo.com) Received: (qmail 17892 invoked by uid 60001); 3 Aug 2005 12:48:14 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=fewmdNpfdai9kBvemEQrbbhx6qFsoIXZQhrm0jx5Th2j0shP8u4Js43gNEQCxmShgO5AYfD3NXQ/m3D0PQI4QzemzauWtPvw4aXSQ92TofcEqEMbJZJ+RcA60kwhozdItUmvuUkccEGU+e2zXlDogXUhiiuu6MXr5VQxD8KAVQo= ; Message-ID: <20050803124814.17890.qmail@web52306.mail.yahoo.com> Received: from [64.26.160.170] by web52306.mail.yahoo.com via HTTP; Wed, 03 Aug 2005 05:48:14 PDT Date: Wed, 3 Aug 2005 05:48:14 -0700 (PDT) From: dR To: freebsd-amd64@freebsd.org, freebsd-java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Building JDK15 for AMD64 -- status of the "long-command" error? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2005 12:48:15 -0000 A few weeks ago, someone on the AMD64 list was going to try to find a solution to the "long-command" error that one sees when trying to build JDK15 for AMD64. One theory is that this problem is caused by a bug in the Linux Java binary that is needed to seed the FreeBSD build. While sifting through the mail archive yesterday, I saw a comment by someone saying that the JDK15 problem does not exist in 5.4 CURRENT. (I am using 5.4 STABLE.) Would someone please confirm whether the bug exists in 5.4 CURRENT or 6.0? Marko Ottawa, Canada __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-java@FreeBSD.ORG Wed Aug 3 20:13:03 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org 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 EE90416A41F for ; Wed, 3 Aug 2005 20:13:03 +0000 (GMT) (envelope-from gwk@rahn-koltermann.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62E9E43D48 for ; Wed, 3 Aug 2005 20:13:03 +0000 (GMT) (envelope-from gwk@rahn-koltermann.de) Received: from p54988D4D.dip0.t-ipconnect.de [84.152.141.77] (helo=hunter.localnet) by mrelayeu.kundenserver.de with ESMTP (Nemesis), id 0MKwh2-1E0Pbp3BsT-0004NG; Wed, 03 Aug 2005 22:13:01 +0200 From: "Georg-W. Koltermann" To: freebsd-java@freebsd.org Content-Type: multipart/signed; micalg=sha1; protocol="application/x-pkcs7-signature"; boundary="=-IeObgMP6JjDakTMsTDzr" Date: Wed, 03 Aug 2005 22:12:02 +0200 Message-Id: <1123099922.7572.4.camel@localhost.eu.mscsoftware.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 FreeBSD GNOME Team Port X-Provags-ID: kundenserver.de abuse@kundenserver.de login:90bcaad5e51ecc993b2919ba4b74e6dc Subject: error in /usr/local/bin/eclipse wrapper script (missing export) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2005 20:13:04 -0000 --=-IeObgMP6JjDakTMsTDzr Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi, I had to add an export statement to the setting of MOZILLA_FIVE_HOME and LD_LIBRARY_PATH in order to make the embedded web browser work. Maybe someone with commit privs could fix it? -- Regards, Georg. --=-IeObgMP6JjDakTMsTDzr Content-Type: application/x-pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJmDCCBMgw ggKwoAMCAQICAwEO5zANBgkqhkiG9w0BAQQFADB5MRAwDgYDVQQKEwdSb290IENBMR4wHAYDVQQL ExVodHRwOi8vd3d3LmNhY2VydC5vcmcxIjAgBgNVBAMTGUNBIENlcnQgU2lnbmluZyBBdXRob3Jp dHkxITAfBgkqhkiG9w0BCQEWEnN1cHBvcnRAY2FjZXJ0Lm9yZzAeFw0wNTA0MTUxMzE4NDFaFw0w NjA0MTUxMzE4NDFaMEUxHDAaBgNVBAMTE0dlb3JnLVcuIEtvbHRlcm1hbm4xJTAjBgkqhkiG9w0B CQEWFmd3a0ByYWhuLWtvbHRlcm1hbm4uZGUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB AQDTqZRtNEhJH4MRJBeLSUsPp9qyu7po2GRZYvE7TO0CW50SoQRRtbIYZi531QsLQq1LtgLToKMi DTXt5UVakpTmliUz9538yMQas+4TNOOhswoMRJdjBLpY4T3/pGXY/lrqYFP5r10+jADw6G9e0O1n EWJgqqTTXp6mqLTLxo/RqMXx4nZ5OcF3QZJJ0+D2lDMn5XrNU/X5ChuMfXNGRPIJbTBVq4uzAUZg T/EdIy11w6QhUNAnpLjpGdY2Ztiogwaea3CExGQOlHTTO57vLXJ3L6rdYVT0y79+b+QBUkP+YJsR xSS+KrJlQZpuDMIvwEnqjkApPnXnwrk9eZaZkCUdAgMBAAGjgYwwgYkwDAYDVR0TAQH/BAIwADBW BglghkgBhvhCAQ0ESRZHVG8gZ2V0IHlvdXIgb3duIGNlcnRpZmljYXRlIGZvciBGUkVFIGhlYWQg b3ZlciB0byBodHRwOi8vd3d3LkNBY2VydC5vcmcwIQYDVR0RBBowGIEWZ3drQHJhaG4ta29sdGVy bWFubi5kZTANBgkqhkiG9w0BAQQFAAOCAgEANdbAKDNa1JqRUHJOHtcWDc+nmo/kTnKexhqmrq1c VRipmWIjlmIrwAqqD0FlKiKsYA4KFh21HytJcKPVWUZedMW8oiDw7LmvCjFNGG7LhHyen0IHzSco ddXM10Buhr+lRfUG1ghK3sUCmpelwpljgYBlxblBnVzcUvWq2blNUZJBxyYHKmeb7OUAORcJuxD0 ygR8iIyjjTnz5POmE4wE2Naqb2HFbCziGN/kYZbzmVWlmD7sZs4wbiUwrqXdlYeqyqr2oxGMDrX+ s+zf2Jx6NJeXdk9fw2/3+eUCRfFbc7aOmqERKrLXw+9zmJ8srEoWBVewNja0hevFUbpe9TvXv+BZ nfUH6UnntC6UlDzcOtVZb6PghPenA68SAStffAEDx533Cf+QnFUadUZxA6fjYeGvVsH2Ey56F1nR a4s0fgizSmIMDUPdwB7ioReqY6QaDqlbpG4RpcBLZeRE2ri4/BJQYEVZIy1moctPrjK/YT/DBnsk eOVA9r+3wxkBqq+QqIsG8/FMErAE4z/oNFNppVqgD2ojW0zUK+pp4bTZJzTjg1Vu4YYMA6wnXL7F /Vsvba50iOgg8tJG1T+zTYXVF4SN/2xk7uv10N1oWoNglmxP8tcPM2e5eU6YgfriP2urOmza4dW6 Zi7H3n9S6Mf5tZPaHtwpB3AUdj8MnM5mKVUwggTIMIICsKADAgECAgMBDucwDQYJKoZIhvcNAQEE BQAweTEQMA4GA1UEChMHUm9vdCBDQTEeMBwGA1UECxMVaHR0cDovL3d3dy5jYWNlcnQub3JnMSIw IAYDVQQDExlDQSBDZXJ0IFNpZ25pbmcgQXV0aG9yaXR5MSEwHwYJKoZIhvcNAQkBFhJzdXBwb3J0 QGNhY2VydC5vcmcwHhcNMDUwNDE1MTMxODQxWhcNMDYwNDE1MTMxODQxWjBFMRwwGgYDVQQDExNH ZW9yZy1XLiBLb2x0ZXJtYW5uMSUwIwYJKoZIhvcNAQkBFhZnd2tAcmFobi1rb2x0ZXJtYW5uLmRl MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA06mUbTRISR+DESQXi0lLD6fasru6aNhk WWLxO0ztAludEqEEUbWyGGYud9ULC0KtS7YC06CjIg017eVFWpKU5pYlM/ed/MjEGrPuEzTjobMK DESXYwS6WOE9/6Rl2P5a6mBT+a9dPowA8OhvXtDtZxFiYKqk016epqi0y8aP0ajF8eJ2eTnBd0GS SdPg9pQzJ+V6zVP1+QobjH1zRkTyCW0wVauLswFGYE/xHSMtdcOkIVDQJ6S46RnWNmbYqIMGnmtw hMRkDpR00zue7y1ydy+q3WFU9Mu/fm/kAVJD/mCbEcUkviqyZUGabgzCL8BJ6o5AKT5158K5PXmW mZAlHQIDAQABo4GMMIGJMAwGA1UdEwEB/wQCMAAwVgYJYIZIAYb4QgENBEkWR1RvIGdldCB5b3Vy IG93biBjZXJ0aWZpY2F0ZSBmb3IgRlJFRSBoZWFkIG92ZXIgdG8gaHR0cDovL3d3dy5DQWNlcnQu b3JnMCEGA1UdEQQaMBiBFmd3a0ByYWhuLWtvbHRlcm1hbm4uZGUwDQYJKoZIhvcNAQEEBQADggIB ADXWwCgzWtSakVByTh7XFg3Pp5qP5E5ynsYapq6tXFUYqZliI5ZiK8AKqg9BZSoirGAOChYdtR8r SXCj1VlGXnTFvKIg8Oy5rwoxTRhuy4R8np9CB80nKHXVzNdAboa/pUX1BtYISt7FApqXpcKZY4GA ZcW5QZ1c3FL1qtm5TVGSQccmBypnm+zlADkXCbsQ9MoEfIiMo4058+TzphOMBNjWqm9hxWws4hjf 5GGW85lVpZg+7GbOMG4lMK6l3ZWHqsqq9qMRjA61/rPs39icejSXl3ZPX8Nv9/nlAkXxW3O2jpqh ESqy18Pvc5ifLKxKFgVXsDY2tIXrxVG6XvU717/gWZ31B+lJ57QulJQ83DrVWW+j4IT3pwOvEgEr X3wBA8ed9wn/kJxVGnVGcQOn42Hhr1bB9hMuehdZ0WuLNH4Is0piDA1D3cAe4qEXqmOkGg6pW6Ru EaXAS2XkRNq4uPwSUGBFWSMtZqHLT64yv2E/wwZ7JHjlQPa/t8MZAaqvkKiLBvPxTBKwBOM/6DRT aaVaoA9qI1tM1CvqaeG02Sc044NVbuGGDAOsJ1y+xf1bL22udIjoIPLSRtU/s02F1ReEjf9sZO7r 9dDdaFqDYJZsT/LXDzNnuXlOmIH64j9rqzps2uHVumYux95/UujH+bWT2h7cKQdwFHY/DJzOZilV MYIDMzCCAy8CAQEwgYAweTEQMA4GA1UEChMHUm9vdCBDQTEeMBwGA1UECxMVaHR0cDovL3d3dy5j YWNlcnQub3JnMSIwIAYDVQQDExlDQSBDZXJ0IFNpZ25pbmcgQXV0aG9yaXR5MSEwHwYJKoZIhvcN AQkBFhJzdXBwb3J0QGNhY2VydC5vcmcCAwEO5zAJBgUrDgMCGgUAoIIBhzAYBgkqhkiG9w0BCQMx CwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0wNTA4MDMyMDExNThaMCMGCSqGSIb3DQEJBDEW BBT3K+UvlOsF3qvZC2QxPYvVpvn7ijCBkQYJKwYBBAGCNxAEMYGDMIGAMHkxEDAOBgNVBAoTB1Jv b3QgQ0ExHjAcBgNVBAsTFWh0dHA6Ly93d3cuY2FjZXJ0Lm9yZzEiMCAGA1UEAxMZQ0EgQ2VydCBT aWduaW5nIEF1dGhvcml0eTEhMB8GCSqGSIb3DQEJARYSc3VwcG9ydEBjYWNlcnQub3JnAgMBDucw gZMGCyqGSIb3DQEJEAILMYGDoIGAMHkxEDAOBgNVBAoTB1Jvb3QgQ0ExHjAcBgNVBAsTFWh0dHA6 Ly93d3cuY2FjZXJ0Lm9yZzEiMCAGA1UEAxMZQ0EgQ2VydCBTaWduaW5nIEF1dGhvcml0eTEhMB8G CSqGSIb3DQEJARYSc3VwcG9ydEBjYWNlcnQub3JnAgMBDucwDQYJKoZIhvcNAQEBBQAEggEAOoZ+ 5+/6rBCE6OQ5vCYrBMlLZZkU+2iHVj0xco2cBmB/XwYGpyFCcndMSyd2HL7pnXtuyGvIyA71/1tN XWWlh1/4MmSLvco5xj0KWzA6uS05LprJ0ihCseyZue/hEyztG2fNOh3HDEDM8bhGH+6ECUnHNwKc 4l5HjHIBCXHcAczL7ciFZwu2ol6PAne+bkEYy+DzYfrwT/5ToHst4GWW98ga7W1Jjj73/hyVTa1J 0S0mkNDWeIOt2kzBBx9llEf07Ou5VviU5vcHWgmFyn/mrMPt0DWMud912PdlNt2hiWuexHRGx+KZ MeiSLR6dJ/AHaL47SCGLEYNJX3YF+t8UFQAAAAAAAA== --=-IeObgMP6JjDakTMsTDzr-- From owner-freebsd-java@FreeBSD.ORG Fri Aug 5 22:23:04 2005 Return-Path: X-Original-To: java@FreeBSD.org 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 A606C16A41F for ; Fri, 5 Aug 2005 22:23:04 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A21743D46 for ; Fri, 5 Aug 2005 22:23:04 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j75MN3vf019465 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 5 Aug 2005 18:23:03 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j75MN26P004857 for ; Fri, 5 Aug 2005 18:23:03 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 769B95120B; Fri, 5 Aug 2005 18:23:02 -0400 (EDT) Date: Fri, 5 Aug 2005 18:23:02 -0400 From: Kris Kennaway To: java@FreeBSD.org Message-ID: <20050805222302.GA21145@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fdj2RfSjLxBAspz7" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: [ports-i386@FreeBSD.org: eclipse-langpack-3.0.1_1 pkg-plist errors on i386 4] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2005 22:23:04 -0000 --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Dear port maintainer, The following port has an incomplete pkg-plist, or other errors in the files installed by the port. This may mean that the package is incomplete or non-functional; at the very least, your port does not leave the filesystem in the same state it was before the port was installed. Can you please investigate? Thanks, Kris "Ports Janitor" Kennaway ----- Forwarded message from User Ports-i386 ----- X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Wed, 3 Aug 2005 19:30:48 GMT From: User Ports-i386 To: krion@FreeBSD.org, kris@FreeBSD.org Subject: eclipse-langpack-3.0.1_1 pkg-plist errors on i386 4 X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D0.94.14 building eclipse-langpack-3.0.1_1 on gohan24.freebsd.org in directory /x/tmp/4/chroot/1755 maintained by: java@FreeBSD.ORG port directory: /usr/ports/java/eclipse-langpack For the full build log, see http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.4.2005072423/ecli= pse-langpack-3.0.1_1.log list of extra files and directories in / (not present before this port was = installed but present after it was deinstalled) 221118 16 drwxr-xr-x 2 root wheel 512 Aug = 3 19:28 usr/local/eclipse/features/org.eclipse.jdt.source_3.0.1 221395 16 drwxr-xr-x 2 root wheel 512 Aug = 3 19:28 usr/local/eclipse/features/org.eclipse.jdt_3.0.1 221854 16 drwxr-xr-x 2 root wheel 512 Aug = 3 19:28 usr/local/eclipse/features/org.eclipse.pde_3.0.1 221866 16 drwxr-xr-x 2 root wheel 512 Aug = 3 19:28 usr/local/eclipse/features/org.eclipse.platform.source_3.0.1 264734 16 drwxr-xr-x 2 root wheel 512 Aug = 3 19:28 usr/local/eclipse/features/org.eclipse.platform_3.0.1 264759 16 drwxr-xr-x 2 root wheel 512 Aug = 3 19:28 usr/local/eclipse/features/org.eclipse.sdk_3.0.1 ----- End forwarded message ----- --fdj2RfSjLxBAspz7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC8+bGWry0BWjoQKURAr6hAKDplrgfe+PXevyuttOBpZg2+zQS+QCgnSat J9ldKeYQaqiNCUlEH0qK3go= =CngA -----END PGP SIGNATURE----- --fdj2RfSjLxBAspz7-- From owner-freebsd-java@FreeBSD.ORG Sat Aug 6 05:05:46 2005 Return-Path: X-Original-To: java@FreeBSD.org 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 21C7016A41F for ; Sat, 6 Aug 2005 05:05:46 +0000 (GMT) (envelope-from mi@blue.virtual-estates.net) Received: from mail22.sea5.speakeasy.net (mail22.sea5.speakeasy.net [69.17.117.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 038B943D48 for ; Sat, 6 Aug 2005 05:05:44 +0000 (GMT) (envelope-from mi@blue.virtual-estates.net) Received: (qmail 22854 invoked from network); 6 Aug 2005 05:05:44 -0000 Received: from aldan.algebra.com (HELO blue.virtual-estates.net) ([216.254.65.224]) (envelope-sender ) by mail22.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 6 Aug 2005 05:05:44 -0000 Received: from blue.virtual-estates.net (blue [127.0.0.1]) by blue.virtual-estates.net (8.13.3/8.13.3) with ESMTP id j7655f7n045445; Sat, 6 Aug 2005 01:05:41 -0400 (EDT) (envelope-from mi@blue.virtual-estates.net) Received: (from mi@localhost) by blue.virtual-estates.net (8.13.3/8.13.3/Submit) id j7655frX045444; Sat, 6 Aug 2005 01:05:41 -0400 (EDT) (envelope-from mi) From: "Mikhail T." Message-Id: <200508060505.j7655frX045444@blue.virtual-estates.net> To: java@FreeBSD.org, glewis@FreeBSD.org, phantom@FreeBSD.org Date: Sat, 6 Aug 2005 01:05:41 -0400 (EDT) X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7w hJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2005 05:05:46 -0000 Hello! Looking deep into Mozilla's LiveConnect sources (under mozilla/sun-java/stubs/include/) I gather, jint really wants to be intptr_t -- not a mere int as, for example, jdk1.5.0/include/freebsd/jni_md.h makes it out to be. Can anyone comment? Thanks! -mi P.S. Obviously, I'm trying to make things work perfectly on amd64 :-) From owner-freebsd-java@FreeBSD.ORG Sat Aug 6 06:29:17 2005 Return-Path: X-Original-To: java@FreeBSD.org 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 F21BA16A420 for ; Sat, 6 Aug 2005 06:29:16 +0000 (GMT) (envelope-from mi@blue.virtual-estates.net) Received: from mail25.sea5.speakeasy.net (mail25.sea5.speakeasy.net [69.17.117.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2456143D48 for ; Sat, 6 Aug 2005 06:29:16 +0000 (GMT) (envelope-from mi@blue.virtual-estates.net) Received: (qmail 22153 invoked from network); 6 Aug 2005 06:29:15 -0000 Received: from aldan.algebra.com (HELO blue.virtual-estates.net) ([216.254.65.224]) (envelope-sender ) by mail25.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 6 Aug 2005 06:29:15 -0000 Received: from blue.virtual-estates.net (blue [127.0.0.1]) by blue.virtual-estates.net (8.13.3/8.13.3) with ESMTP id j766TDnZ048418; Sat, 6 Aug 2005 02:29:13 -0400 (EDT) (envelope-from mi@blue.virtual-estates.net) Received: (from mi@localhost) by blue.virtual-estates.net (8.13.3/8.13.3/Submit) id j766TDiU048417; Sat, 6 Aug 2005 02:29:13 -0400 (EDT) (envelope-from mi) From: "Mikhail T." Message-Id: <200508060629.j766TDiU048417@blue.virtual-estates.net> To: java@FreeBSD.org, glewis@FreeBSD.org, phantom@FreeBSD.org Date: Sat, 6 Aug 2005 02:29:13 -0400 (EDT) X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7w hJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2005 06:29:17 -0000 More specifically, the LiveConnect part of Mozilla family of browsers is using Java's GetJavaWrapper() and UnwrapJavaWrapper() functions to store _pointers_ to the JavaScript objects -- see comments in work/mozilla/js/src/liveconnect/jsjava.h as extracted by firefox or mozilla ports. These pointers are presumed to be as wide as jint -- see calls to get_java_wrapper() in work/mozilla/js/src/liveconnect/jsj_JSObject.c Currently, the only Java (sort of) available for amd64 is jdk15, which does not build the browser plugin for some reason anyway :-( However, I hope, this will some day be fixed and the browsers better be ready. Defining jint as intptr_t just for this purpose is, probably, wasteful. Instead, the GetJavaWrapper() and UnwrapJavaWrapper() functions should, probably, be modified to accept either a jlong (a warning-triggering overkill on i386) or a true intptr_t. Any comments? -mi From owner-freebsd-java@FreeBSD.ORG Sat Aug 6 13:08:05 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org 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 71B3416A41F for ; Sat, 6 Aug 2005 13:08:05 +0000 (GMT) (envelope-from arno@heho.snv.jussieu.fr) Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFB3F43D46 for ; Sat, 6 Aug 2005 13:08:04 +0000 (GMT) (envelope-from arno@heho.snv.jussieu.fr) Received: from heho.snv.jussieu.fr (heho.snv.jussieu.fr [134.157.184.22]) by shiva.jussieu.fr (8.12.11/jtpda-5.4) with ESMTP id j76D7Q73027416 for ; Sat, 6 Aug 2005 15:07:26 +0200 (CEST) X-Ids: 168 Received: from heho.snv.jussieu.fr (localhost [127.0.0.1]) by heho.snv.jussieu.fr (8.13.3/jtpda-5.2) with ESMTP id j76D81TT022858 ; Sat, 6 Aug 2005 15:08:01 +0200 (MEST) Received: (from arno@localhost) by heho.snv.jussieu.fr (8.13.3/8.13.1/Submit) id j76D81Rk022855; Sat, 6 Aug 2005 15:08:01 +0200 (MEST) (envelope-from arno) To: freebsd-java@freebsd.org From: "Arno J. Klaassen" Date: 06 Aug 2005 15:08:00 +0200 Message-ID: Lines: 42 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.7.2 (shiva.jussieu.fr [134.157.0.168]); Sat, 06 Aug 2005 15:07:26 +0200 (CEST) X-Antivirus: scanned by sophie at shiva.jussieu.fr X-Miltered: at shiva.jussieu.fr with ID 42F4B60E.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! Subject: Simple bug fix for jdk15-current-patchset on amd64 runnign eclipse ? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2005 13:08:05 -0000 Hello, when I run eclipse on amd64 with jdk15 patched with latest experimental patchset, I get a hotspot error when opening a file : # An unexpected error has been detected by HotSpot Virtual Machine: # # SIGSEGV (0xb) at pc=0x0000000801a0fbba, pid=30197, tid=0x51a000 # # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0-p1-toor_19_jul_2005_12_24 mixed mode) # Problematic frame: # C [libzip.so+0x7bba] inflateEnd+0x3a # # An error report file with more information is saved as hs_err_pid30197.log And the log-file learns : C [libzip.so+0x7bba] inflateEnd+0x3a Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(J)V+0 j org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(J)V+8 j org.eclipse.swt.widgets.Display.eventProc(JJ)J+326 v ~StubRoutines::call_stub j org.eclipse.swt.internal.gtk.OS._gtk_dialog_run(J)I+0 j org.eclipse.swt.internal.gtk.OS.gtk_dialog_run(J)I+8 j org.eclipse.swt.widgets.FileDialog.openChooserDialog()Ljava/lang/String;+122 ... This bug is probably close to JDK Bug 4953050 (http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4953050) and in fact is easily solved by adding : #define Z_PREFIX at the beginning of ./j2se/src/share/native/java/util/zip/zlib-1.1.3/zconf.h Am I wrong or is this even the "preferred" way to prevent conflicts with standard libz.so ? Kind regards, Arno From owner-freebsd-java@FreeBSD.ORG Sat Aug 6 15:13:31 2005 Return-Path: X-Original-To: java@FreeBSD.org 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 4964E16A41F; Sat, 6 Aug 2005 15:13:31 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9190543D76; Sat, 6 Aug 2005 15:13:30 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.52 (FreeBSD)) id 1E1QMZ-0006NB-Nu; Sat, 06 Aug 2005 17:13:27 +0200 Date: Sat, 6 Aug 2005 17:13:27 +0200 From: Kirill Ponomarew To: java@FreeBSD.org Message-ID: <20050806151327.GF70480@voodoo.oberon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE Keywords: 579279786 Cc: hq@FreeBSD.org Subject: [ports-i386@FreeBSD.org: jai-imageio-1.0 failed on i386 5] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2005 15:13:31 -0000 FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks. ----- Forwarded message from User Ports-i386 ----- Date: Sat, 6 Aug 2005 15:07:00 GMT From: User Ports-i386 To: krion@FreeBSD.org, kris@FreeBSD.org Subject: jai-imageio-1.0 failed on i386 5 building jai-imageio-1.0 on gohan20.freebsd.org in directory /x/tmp/5/chroot/50791 maintained by: java@FreeBSD.org port directory: /usr/ports/java/jai-imageio build started at Sat Aug 6 15:06:47 UTC 2005 FETCH_DEPENDS= PATCH_DEPENDS= EXTRACT_DEPENDS= BUILD_DEPENDS= RUN_DEPENDS=acroread7-7.0.0.tbz expat-1.95.8_3.tbz fontconfig-2.2.3,1.tbz freetype2-2.1.10_1.tbz gettext-0.14.5.tbz javavmwrapper-2.0_5.tbz jdk-1.4.2p7_1.tbz libiconv-1.9.2_1.tbz linux-XFree86-libs-4.3.99.902_3.tbz linux-atk-1.2.0_3.tbz linux-expat-1.95.5_3.tbz linux-flashplugin-6.0r79_3.tbz linux-fontconfig-2.1_3.tbz linux-glib2-2.2.1_3.tbz linux-gtk2-2.2.1_5.tbz linux-jpeg-6b.15_4.tbz linux-pango-1.2.1_3.tbz linux-png-1.2.7_6.tbz linux-realplayer-10.0.5.tbz linux-tiff-3.6.1_3.tbz linux_base-8-8.0_6.tbz linuxpluginwrapper-20050613.tbz pkgconfig-0.17.2.tbz popt-1.7.tbz rpm-3.0.6_10.tbz urwfonts-1.0.tbz xorg-libraries-6.8.2.tbz add_pkg ================================================================ ======================================== => jai_imageio-1_0-lib-linux-i586.tar.gz doesn't seem to exist in /tmp/distfiles/. => Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/. fetch: ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/jai_imageio-1_0-lib-linux-i586.tar.gz: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/. fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/jai_imageio-1_0-lib-linux-i586.tar.gz: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/. fetch: ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/jai_imageio-1_0-lib-linux-i586.tar.gz: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/. fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/jai_imageio-1_0-lib-linux-i586.tar.gz: File unavailable (e.g., file not found, no access) => Couldn't fetch it - please try to retrieve this => port manually into /tmp/distfiles/ and try again. *** Error code 1 Stop in /a/ports/java/jai-imageio. ================================================================ build ended at Sat Aug 6 15:06:57 UTC 2005 ----- End forwarded message ----- -Kirill From owner-freebsd-java@FreeBSD.ORG Sat Aug 6 15:14:38 2005 Return-Path: X-Original-To: java@FreeBSD.org 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 7024B16A41F for ; Sat, 6 Aug 2005 15:14:38 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F51443D7E for ; Sat, 6 Aug 2005 15:14:37 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.52 (FreeBSD)) id 1E1QNf-0006NQ-G7 for java@FreeBSD.org; Sat, 06 Aug 2005 17:14:35 +0200 Date: Sat, 6 Aug 2005 17:14:35 +0200 From: Kirill Ponomarew To: java@FreeBSD.org Message-ID: <20050806151435.GG70480@voodoo.oberon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE Keywords: 579279786 Cc: Subject: [ports-i386@FreeBSD.org: shujit-0.7.14_2 failed on i386 5] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2005 15:14:38 -0000 FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks. ----- Forwarded message from User Ports-i386 ----- Date: Sat, 6 Aug 2005 07:17:07 GMT From: User Ports-i386 To: krion@FreeBSD.org, kris@FreeBSD.org Subject: shujit-0.7.14_2 failed on i386 5 3. Requirements and Responsibilities. 3.1 Research Use License. As a condition of exercising the rights granted under Section 2.1 a) above, You agree to comply with the following: a) Your Contribution to the Community. All Error Corrections and Shared Modifications which You create or contribute to are automatically subject to the licenses granted under Section 2.2 above. You are encouraged to license all of Your other Modifications under Section 2.2 as Shared Modifications, but are not required to do so. You agree to notify Original Contributor of any errors in the Specification. b) Source Code Availability. You agree to provide all Your Error Corrections to Original Contributor as soon as reasonably practicable and, in any event, prior to Internal Deployment Use or Commercial Use, if applicable. Original Contributor may, at its discretion, post Source Code for Your Error Corrections and Shared Modifications on the Community Webserver. You may also post Error Corrections and Shared Modifications on a web-server of Your choice; provided, that You must take reasonable precautions to ensure that only Licensees have access to such Error Corrections and Shared Modifications. Such precautions shall include, without limitation, a password protection scheme limited to Licensees and a click-on, download certification of Licensee status required of those attempting to download from the server. An example of an acceptable certification is attached as Attachment A-2. c) Notices. All Error Corrections and Shared Modifications You create or contribute to must include a file documenting the additions and changes You made and the date of such additions and changes. You must also include the notice set forth in Attachment A-1 in the file header. If it is not possible to put the notice in a particular Source Code file due to its structure, then You must include the notice in a location (such as a relevant directory file), where a recipient would be most likely to look for such a notice. d) Redistribution. (i) Source. Covered Code may be distributed in Source Code form only to another Licensee (except for students as provided below). You may not offer or impose any terms on any Covered Code that alter the rights, requirements, or responsibilities of such Licensee. You may distribute Covered Code to students for use in connection with their course work and research projects undertaken at accredited educational institutions. Such students need not be Licensees, but must be given a copy of the notice set forth in Attachment A-3 and such notice must also be included in a file header or prominent location in the Source Code made available to such students. (ii) Executable. You may distribute Executable version(s) of Covered Code to Licensees and other third parties only for the purpose of evaluation and comment in connection with Research Use by You and under a license of Your choice, but which limits use of such Executable version(s) of Covered Code only to that purpose. (iii) Modified Class, Interface and Package Naming. In connection with Research Use by You only, You may use Original Contributor’s class, interface and package names only to accurately reference or invoke the Source Code files You modify. Original Contributor grants to You a limited license to the extent necessary for such purposes. (iv) You expressly agree that any distribution, in whole or in part, of Modifications developed by You shall only be done pursuant to the term and conditions of this License. e) Extensions. (i) Covered Code. You may not include any Source Code of Community Code in any Extensions; (ii) Publication. No later than the date on which You first distribute such Extension for Commercial Use, You must publish to the industry, on a non-confidential basis and free of all copyright restrictions with respect to reproduction and use, an accurate and current specification for any Extension. In addition, You must make available an appropriate test suite, pursuant to the same rights as the specification, sufficiently detailed to allow any third party reasonably skilled in the technology to produce implementations of the Extension compatible with the specification. Such test suites must be made available as soon as reasonably practicable but, in no event, later than ninety (90) days after Your first Commercial Use of the Extension. You must use reasonable efforts to promptly clarify and correct the specification and the test suite upon written request by Original Contributor. (iii) Open. You agree to refrain from enforcing any Intellectual Property Rights You may have covering any interface(s) of Your Extension, which would prevent the implementation of such interface(s) by Original Contributor or any Licensee. This obligation does not prevent You from enforcing any Intellectual Property Right You have that would otherwise be infringed by an implementation of Your Extension. (iv) Class, Interface and Package Naming. You may not add any packages, or any public or protected classes or interfaces with names that originate or might appear to originate from Original Contributor including, without limitation, package or class names which begin with "sun", "java", "javax", "jini", "net.jini", "com.sun" or their equivalents in any subsequent class, interface and/ or package naming convention adopted by Original Contributor. It is specifically suggested that You name any new packages using the "Unique Package Naming Convention" as described in "The Java Language Specification" by James Gosling, Bill Joy, and Guy Steele, ISBN 0-201-63451-1, August 1996. Section 7.7 "Unique Package Names", on page 125 of this specification which states, in part: "You form a unique package name by first having (or belonging to an organization that has) an Internet domain name, such as "sun.com". You then reverse the name, component by component, to obtain, in this example, "Com.sun", and use this as a prefix for Your package names, using a convention developed within Your organization to further administer package names." 3.2 Additional Requirements and Responsibilities. Any additional requirements and responsibilities relating to the Technology are listed in Attachment F (Additional Requirements and Responsibilities), if applicable, and are hereby incorporated into this Section 3. 4. Versions of the License. 4.1 License Versions. Original Contributor may publish revised versions of the License from time to time. Each version will be given a distinguishing version number. 4.2 Effect. Once a particular version of Covered Code has been provided under a version of the License, You may always continue to use such Covered Code under the terms of that version of the License. You may also choose to use such Covered Code under the terms of any subsequent version of the License. No one other than Original Contributor has the right to promulgate License versions. 5. Disclaimer of Warranty. 5.1 COVERED CODE IS PROVIDED UNDER THIS LICENSE "AS IS", WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. YOU AGREE TO BEAR THE ENTIRE RISK IN CONNECTION WITH YOUR USE AND DISTRIBUTION OF COVERED CODE UNDER THIS LICENSE. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT SUBJECT TO THIS DISCLAIMER. 5.2 You acknowledge that Original Code, Upgraded Code and Specifications are not designed or intended for use in (i) on-line control of aircraft, air traffic, aircraft navigation or aircraft communications; or (ii) in the design, construction, operation or maintenance of any nuclear facility. Original Contributor disclaims any express or implied warranty of fitness for such uses. 6. Termination. 6.1 By You. You may terminate this Research Use license at anytime by providing written notice to Original Contributor. 6.2 By Original Contributor. This License and the rights granted hereunder will terminate: (i) automatically if You fail to comply with the terms of this License and fail to cure such breach within 30 days of receipt of written notice of the breach; (ii) immediately in the event of circumstances specified in Sections 7.1 and 8.4; or (iii) at Original Contributor's discretion upon any action initiated in the first instance by You alleging that use or distribution by Original Contributor or any Licensee, of Original Code, Upgraded Code, Error Corrections or Shared Modifications contributed by You, or Specifications, infringe a patent owned or controlled by You. 6.3 Effective of Termination. Upon termination, You agree to discontinue use and return or destroy all copies of Covered Code in Your possession. All sublicenses to the Covered Code which You have properly granted shall survive any termination of this License. Provisions which, by their nature, should remain in effect beyond the termination of this License shall survive including, without limitation, Sections 2.2, 3, 5, 7 and 8. 6.4 Each party waives and releases the other from any claim to compensation or indemnity for permitted or lawful termination of the business relationship established by this License. 7. Liability. 7.1 Infringement. Should any of the Original Code, Upgraded Code, TCK or Specifications ("Materials") become the subject of a claim of infringement, Original Contributor may, at its sole option, (i) attempt to procure the rights necessary for You to continue using the Materials, (ii) modify the Materials so that they are no longer infringing, or (iii) terminate Your right to use the Materials, immediately upon written notice, and refund to You the amount, if any, having then actually been paid by You to Original Contributor for the Original Code, Upgraded Code and TCK, depreciated on a straight line, five year basis. 7.2 LIMITATION OF LIABILITY. TO THE FULL EXTENT ALLOWED BY APPLICABLE LAW, ORIGINAL CONTRIBUTOR's LIABILITY TO YOU FOR CLAIMS RELATING TO THIS LICENSE, WHETHER FOR BREACH OR IN TORT, SHALL BE LIMITED TO ONE HUNDRED PERCENT (100%) OF THE AMOUNT HAVING THEN ACTUALLY BEEN PAID BY YOU TO ORIGINAL CONTRIBUTOR FOR ALL COPIES LICENSED HEREUNDER OF THE PARTICULAR ITEMS GIVING RISE TO SUCH CLAIM, IF ANY. IN NO EVENT WILL YOU (RELATIVE TO YOUR SHARED MODIFICATIONS OR ERROR CORRECTIONS) OR SUN BE LIABLE FOR ANY INDIRECT, PUNITIVE, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES IN CONNECTION WITH OR ARISING OUT OF THIS LICENSE (INCLUDING, WITHOUT LIMITATION, LOSS OF PROFITS, USE, DATA, OR OTHER ECONOMIC ADVANTAGE), HOWEVER IT ARISES AND ON ANY THEORY OF LIABILITY, WHETHER IN AN ACTION FOR CONTRACT, STRICT LIABILITY OR TORT (INCLUDING NEGLIGENCE) OR OTHERWISE, WHETHER OR NOT YOU OR ORIGINAL CONTRIBUTOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE AND NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE OF ANY REMEDY. 8. Miscellaneous. 8.1 Trademark. You agree to comply with the then current Sun Trademark & Logo Usage Requirements accessible through the SCSL Webpage. Except as expressly provided in the License, You are granted no right, title or license to, or interest in, any Sun Trademarks. You agree not to (i) challenge Original Contributor's ownership or use of Sun Trademarks; (ii) attempt to register any Sun Trademarks, or any mark or logo substantially similar thereto; or (iii) incorporate any Sun Trademarks into Your own trademarks, product names, service marks, company names, or domain names. 8.2 Integration. This License represents the complete agreement concerning the subject matter hereof. 8.3 Assignment. Original Contributor may assign this License, and its rights and obligations hereunder, in its sole discretion. You may assign the Research Use portions of this License to a third party upon prior written notice to Original Contributor (which may be provided via the Community Web-Server). You may not assign the Commercial Use license or TCK license, including by way of merger (regardless of whether You are the surviving entity) or acquisition, without Original Contributor's prior written consent. 8.4 Severability. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Notwithstanding the foregoing, if You are prohibited by law from fully and specifically complying with Sections 2.2 or 3, this License will immediately terminate and You must immediately discontinue any use of Covered Code. 8.5 Governing Law. This License shall be governed by the laws of the United States and the State of California, as applied to contracts entered into and to be performed in California between California residents. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. 8.6 Dispute Resolution. a) Any dispute arising out of or relating to this License shall be finally settled by arbitration as set out herein, except that either party may bring any action, in a court of competent jurisdiction (which jurisdiction shall be exclusive), with respect to any dispute relating to such party's Intellectual Property Rights or with respect to Your compliance with the TCK license. Arbitration shall be administered: (i) by the American Arbitration Association (AAA), (ii) in accordance with the rules of the United Nations Commission on International Trade Law (UNCITRAL) (the "Rules") in effect at the time of arbitration as modified herein; and (iii) the arbitrator will apply the substantive laws of California and United States. Judgement upon the award rendered by the arbitrator may be entered in any court having jurisdiction to enforce such award. b) All arbitration proceedings shall be conducted in English by a single arbitrator selected in accordance with the Rules, who must be fluent in English and be either a retired judge or practicing attorney having at least ten (10) years litigation experience and be reasonably familiar with the technology matters relative to the dispute. Unless otherwise agreed, arbitration venue shall be in London, Tokyo, or San Francisco, whichever is closest to defendant's principal business office. The arbitrator may award monetary damages only and nothing shall preclude either party from seeking provisional or emergency relief from a court of competent jurisdiction. The arbitrator shall have no authority to award damages in excess of those permitted in this License and any such award in excess is void. All awards will be payable in U.S. dollars and may include, for the prevailing party (i) pre-judgment award interest, (ii) reasonable attorneys' fees incurred in connection with the arbitration, and (iii) reasonable costs and expenses incurred in enforcing the award. The arbitrator will order each party to produce identified documents and respond to no more than twenty-five single question interrogatories. 8.7 Construction. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License. 8.8 U.S. Government End Users. The Covered Code is a "commercial item", as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer software" and "commercial computer software documentation", as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein. You agree to pass this notice to Your licensees. 8.9 Press Announcements. All press announcements relative to the execution of this License must be reviewed and approved by Original Contributor and You prior to release. 8.10 International Use. a) Export/Import laws. Covered Code is subject to U.S. export control laws and may be subject to export or import regulations in other countries. Each party agrees to comply strictly with all such laws and regulations and acknowledges their responsibility to obtain such licenses to export, re- export, or import as may be required. You agree to pass these obligations to Your licensees. b) Intellectual Property Protection. Due to limited intellectual property protection and enforcement in certain countries, You agree not to redistribute the Original Code, Upgraded Code, TCK and Specifications to any country other than the list of restricted countries on the SCSL Webpage. 8.11 Language. This License is in the English language only, which language shall be controlling in all respects, and all versions of this License in any other language shall be for accommodation only and shall not be binding on the parties to this License. All communications and notices made or given pursuant to this License, and all documentation and support to be provided, unless otherwise noted, shall be in the English language. PLEASE READ THE TERMS OF THIS LICENSE CAREFULLY. BY CLICKING ON THE "ACCEPT" BUTTON BELOW YOU ARE ACCEPTING AND AGREEING TO THE TERMS AND CONDITIONS OF THIS LICENSE WITH SUN MICROSYSTEMS, INC. IF YOU ARE AGREEING TO THIS LICENSE ON BEHALF OF A COMPANY, YOU REPRESENT THAT YOU ARE AUTHORIZED TO BIND THE COMPANY TO SUCH A LICENSE. WHETHER YOU ARE ACTING ON YOUR OWN BEHALF, OR REPRESENTING A COMPANY, YOU MUST BE OF MAJORITY AGE AND BE OTHERWISE COMPETENT TO ENTER INTO CONTRACTS. IF YOU DO NOT MEET THIS CRITERIA OR YOU DO NOT AGREE TO ANY OF THE TERMS AND CONDITIONS OF THIS LICENSE, CLICK ON THE REJECT BUTTON TO EXIT. ACCEPT REJECT GLOSSARY 1. "Commercial Use" means any use (excluding Internal Deployment Use) or distribution, directly or indirectly of Compliant Covered Code by You to any third party, alone or bundled with any other software or hardware, for direct or indirect commercial or strategic gain or advantage, subject to execution of Attachment D by You and Original Contributor. 2. "Community Code" means the Original Code, Upgraded Code, Error Corrections, Shared Modifications, or any combination thereof. 3. "Community Webserver(s)" means the webservers designated by Original Contributor for posting Error Corrections and Shared Modifications. 4. "Compliant Covered Code" means Covered Code that complies with the requirements of the TCK. 5. "Contributor" means each Licensee that creates or contributes to the creation of any Error Correction or Shared Modification. 6. "Covered Code" means the Original Code, Upgraded Code, Modifications, or any combination thereof. 7. "Error Correction" means any change made to Community Code which conforms to the Specification and corrects the adverse effect of a failure of Community Code to perform any function set forth in or required by the Specifications. 7. "Executable" means Covered Code that has been converted to a form other than Source Code. 9. "Extension(s)" means any additional classes or other programming code and/or interfaces developed by or for You which: (i) are designed for use with the Technology; (ii) constitute an API for a library of computing functions or services; and (iii) are disclosed to third party software developers for the purpose of developing software which invokes such additional classes or other programming code and/or interfaces. The foregoing shall not apply to software development by Your subcontractors to be exclusively used by You. 10. "Intellectual Property Rights" means worldwide statutory and common law rights associated solely with (i) patents and patent applications; (ii) works of authorship including copyrights, copyright applications, copyright registrations and "moral rights"; (iii) the protection of trade and industrial secrets and confidential information; and (iv) divisions, continuations, renewals, and re- issuances of the foregoing now existing or acquired in the future. 11. "Internal Deployment Use" means use of Compliant Covered Code (excluding Research Use) within Your business or organization only by Your employees and/or agents, subject to execution of Attachment C by You and Original Contributor, if required. 12. "Licensee" means any party that has entered into and has in effect a version of this License with Original Contributor. 13. "Modification(s)" means (i) any change to Covered Code; (ii) any new file or other representation of computer program statements that contains any portion of Covered Code; and/or (iii) any new Source Code implementing any portion of the Specifications. 14. "Original Code" means the initial Source Code for the Technology as described on the Technology Download Site. 15. "Original Contributor" means Sun Microsystems, Inc., its affiliates and its successors and assigns. 16. "Reformatted Specifications" means any revision to the Specifications which translates or reformats the Specifications (as for example in connection with Your documentation) but which does not alter, subset or superset the functional or operational aspects of the Specifications. 17. "Research Use" means use and distribution of Covered Code only for Your research, development, educational or personal and individual use, and expressly excludes Internal Deployment Use and Commercial Use. 18. "SCSL Webpage" means the Sun Community Source license webpage located at http://sun.com/software/communitysource, or such other url that Sun may designate from time to time. 19. "Shared Modifications" means Modifications provided by You, at Your option, pursuant to Section 2.2, or received by You from a Contributor pursuant to Section 2.3. 20. "Source Code" means computer program statements written in any high-level, readable form suitable for modification and development. 21. "Specifications" means the specifications for the Technology and other documentation, as designated on the Technology Download Site, as may be revised by Original Contributor from time to time. 22. "Sun Trademarks" means Original Contributor's SUN, JAVA, and JINI trademarks and logos, whether now used or adopted in the future. 23. "Technology" means the technology described in Attachment B, and Upgrades. 24. "Technology Compatibility Kit" or "TCK" means the test programs, procedures and/or other requirements, designated by Original Contributor for use in verifying compliance of Covered Code with the Specifications, in conjunction with the Original Code and Upgraded Code. Original Contributor may, in its sole discretion and from time to time, revise a TCK to correct errors and/or omissions and in connection with Upgrades. 25. "Technology Download Site" means the site(s) designated by Original Contributor for access to the Original Code, Upgraded Code, TCK and Specifications. 26. "Upgrade(s)" means new versions of Technology designated exclusively by Original Contributor as an "Upgrade" and released by Original Contributor from time to time. 27. "Upgraded Code" means the Source Code for Upgrades, possibly including Modifications made by Contributors. 28. "You(r)" means an individual, or a legal entity acting by and through an individual or individuals, exercising rights either under this License or under a future version of this License issued pursuant to Section 4.1. For legal entities, "You(r)" includes any entity that by majority voting interest controls, is controlled by, or is under common control with You. ATTACHMENT A REQUIRED NOTICES ATTACHMENT A-1 REQUIRED IN ALL CASES "The contents of this file, or the files included with this file, are subject to the current version of Sun Community Source License for [fill in name of applicable Technology] (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at http://sun.com/software/communitysource. See the License for the rights, obligations and limitations governing use of the contents of the file. The Original and Upgraded Code is [fill in name and version of applicable Technology]. The developer of the Original and Upgraded Code is Sun Microsystems, Inc. Sun Microsystems, Inc. owns the copyrights in the portions it created. All Rights Reserved. Contributor(s): _______________________________________________ Associated Test Suite(s) Location: ________________________________" ATTACHMENT A-2 SAMPLE LICENSEE CERTIFICATION "By clicking the 'Agree' button below, You certify that You are a Licensee in good standing under the Sun Community Source License, [fill in applicable Technology and Version] ("License") and that Your access, use and distribution of code and information You may obtain at this site is subject to the License."” ATTACHMENT A-3 REQUIRED STUDENT NOTIFICATION "This software and related documentation has been obtained by your educational institution subject to the Sun Community Source License, [fill in applicable Technology]. You have been provided access to the software and related documentation for use only in connection with your course work and research activities as a matriculated student of your educational institution. Any other use is expressly prohibited. THIS SOFTWARE AND RELATED DOCUMENTATION CONTAINS PROPRIETARY MATERIAL OF SUN MICROSYSTEMS, INC, WHICH ARE PROTECTED BY VARIOUS INTELLECTUAL PROPERTY RIGHTS. You may not use this file except in compliance with the License. You may obtain a copy of the License on the web at http://sun.com/software/communitysource."” ATTACHMENT B Java(tm) 2 SDK Technology Description of "Technology" Java(tm) 2 SDK Technology v.1.3.1 as described on the Technology Download Site. ATTACHMENT C INTERNAL DEPLOYMENT USE This Attachment C is only effective for the Technology specified in Attachment B, upon execution of Attachment D (Commercial Use License) including the requirement to pay royalties. In the event of a conflict between the terms of this Attachment C and Attachment D, the terms of Attachment D shall govern. 1. Internal Deployment License Grant. Subject to Your compliance with Section 2 below, and Section 8.10 of the Research Use license; in addition to the Research Use license and the TCK license, Original Contributor grants to You a worldwide, non-exclusive license, to the extent of Original Contributor's Intellectual Property Rights covering the Original Code, Upgraded Code and Specifications, to do the following: a) reproduce and distribute internally, Original Code and Upgraded Code as part of Compliant Covered Code, and Specifications, for Internal Deployment Use, b) compile such Original Code and Upgraded Code, as part of Compliant Covered Code, and reproduce and distribute internally the same in Executable form for Internal Deployment Use, and c) reproduce and distribute internally, Reformatted Specifications for use in connection with Internal Deployment Use. 2. Additional Requirements and Responsibilities. In addition to the requirements and responsibilities described under Section 3.1 of the Research Use license, and as a condition to exercising the rights granted under Section 3 above, You agree to the following additional requirements and responsibilities: 2.1 Compatibility. All Covered Code must be Compliant Covered Code prior to any Internal Deployment Use or Commercial Use, whether originating with You or acquired from a third party. Successful compatibility testing must be completed in accordance with the TCK License. If You make any further Modifications to any Covered Code previously determined to be Compliant Covered Code, You must ensure that it continues to be Compliant Covered Code. ATTACHMENT D COMMERCIAL USE LICENSE 1. Effect. This Attachment D is effective only if signed below by You and Original Contributor, and applies to Your Commercial Use of Original Code and Upgraded Code. 2. Term. Upon execution of this Attachment D by You and Original Contributor, this Commercial Use license shall have an initial term of 3 years and shall automatically renew for additional one year terms unless either party provides notice to the other no less than 60 days prior to an anniversary date. 3. Commercial Use License Grant. Subject to Your compliance with Section 4 below, Section 8.10 of the Research Use license, and the TCK license; in addition to the Research Use license, the TCK license, and the Internal Deployment Use license, Original Contributor grants to You a worldwide, non-exclusive, non-transferable license, to the extent of Original Contributor's Intellectual Property Rights covering the Original Code, Upgraded Code and Specifications, to do the following: a) reproduce and distribute Compliant Covered Code; b) compile Compliant Covered Code and reproduce and distribute the same in Executable form through multiple tiers of distribution; and c) reproduce and distribute Reformatted Specifications in association with Compliant Covered Code. 4. Additional Requirements and Responsibilities. In addition to the requirements and responsibilities specified in the Research Use license, the TCK license and the Internal Deployment license, and as a condition to exercising the rights granted in Section 3 above, You agree to the following additional requirements and responsibilities: a) Distribution of Source Code. Source Code of Compliant Covered Code may be distributed only to another Licensee of the same Technology. b) Distribution of Executable Code. You may distribute the Executable version(s) of Compliant Covered Code under a license of Your choice, which may contain terms different from this License, provided (i) that You are in compliance with the terms of this License, and (ii) You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by Original Contributor or any other Contributor. c) Branding. Products integrating Compliant Covered Code used for Commercial Use must be branded with the Technology compliance logo under a separate trademark license required to be executed by You and Original Contributor concurrent with execution of this Attachment D. 5. Indemnity/Limitation of Liability. The provisions of Section 7.1 of the Research Use license are superseded by the following: a) Your Indemnity Obligation. You hereby agree to defend, at Your expense, any legal proceeding brought against Original Contributor or any Licensee to the extent it is based on a claim: (i) that the use, reproduction or distribution of any of Your Error Corrections or Shared Modifications is an infringement of a third party trade secret or a copyright in a country that is a signatory to the Berne Convention; (ii) arising in connection with any representation, warranty, support, indemnity, liability or other license terms You may offer in connection with any Covered Code; or (iii) arising from Your Commercial Use of Covered Code, other than a claim covered by Section 5.b) below, or a patent claim based solely on Covered Code not provided by You. You will pay all damages costs and fees awarded by a court of competent jurisdiction, or such settlement amount negotiated by You, attributable to such claim. b) Original Contributor's Indemnity Obligation. Original Contributor will defend, at its expense, any legal proceeding brought against You, to the extent it is based on a claim that Your authorized Commercial Use of Original Code and Upgraded Code is an infringement of a third party trade secret or a copyright in a country that is a signatory to the Berne Convention, and will pay all damages costs and fees awarded by a court of competent jurisdiction, or such settlement amount negotiated by Original Contributor, attributable to such claim. The foregoing shall not apply to any claims of intellectual property infringement based upon the combination of code or documentation supplied by Original Contributor with code, technology or documentation from other sources. c) Right of Intervention. Original Contributor will have the right, but not the obligation, to defend You, at Original Contributor's expense, in connection with a claim that Your Commercial Use of Original Code and Upgraded Code is an infringement of a third party patent and will, if Original Contributor chooses to defend You, pay all damages costs and fees awarded by a court of competent jurisdiction, or such settlement amount negotiated by Original Contributor, attributable to such claim. d) Prerequisites. Under Sections 5.b) and c) above, You must, and under Section 5.a) above, Original Contributor or any Licensee must: (i) provide notice of the claim promptly to the party providing an indemnity; (ii) give the indemnifying party sole control of the defense and settlement of the claim; (iii) provide the indemnifying party, at indemnifying party's expense, all available information, assistance and authority to defend; and (iv) not have compromised or settled such claim or proceeding without the indemnifying party's prior written consent. e) Additional Remedies. Should any Original Code, Upgraded Code, TCK, Specifications, or Modifications become, or in the indemnifying party's opinion be likely to become, the subject of a claim of infringement for which indemnity is provided above, the indemnifying party may, at its sole option, attempt to procure on reasonable terms the rights necessary for the indemnified party to exercise its license rights under this License with respect to the infringing items, or to modify the infringing items so that they are no longer infringing without substantially impairing their function or performance. If the indemnifying party is unable to do the foregoing after reasonable efforts, then the indemnifying party may send a notice of such inability to the indemnified party together with a refund of any license fees received by the indemnifying party from the indemnified party for the infringing items applicable to the indemnified party's future use or distribution of such infringing items, in which case the indemnifying party will not be liable for any damages resulting from infringing activity with respect to the infringing items occurring after such notice and refund. 6. Support Programs. Support to You. Technical support is not provided to You by Original Contributor under this License. You may contract for one or more support programs from Original Contributor relating to the Technology which are described on the SCSL Webpage. Customer Support. You are responsible for providing technical and maintenance support services to Your customers for Your products and services incorporating the Compliant Covered code. 7. Royalties and Payments. Technology specified in Attachment B. Field of Use:____________________ Royalty per Unit $_______________ b) Royalty Payments. Payment of royalties shall be made quarterly, shall be due thirty (30) days following the end of the calendar quarter to which they relate and shall be submitted with a written statement documenting the basis for the royalty calculation. c) Taxes. All payments required by this License shall be made in United States dollars, are exclusive of taxes, and Licensee agrees to bear and be responsible for the payment of all such taxes, including, but not limited to, all sales, use, rental receipt, personal property or other taxes and their equivalents which may be levied or assessed in connection with this License (excluding only taxes based on Original Contributor's net income). To the extent Licensee is required to withhold taxes based upon Original Contributor's income in any country, You agree to provide Original Contributor with written evidence of such withholding, suitable for Original Contributor to obtain a tax credit in the United States. d) Records. You agree to maintain account books and records consistent with Generally Accepted Accounting Principles appropriate to Your domicile, as may be in effect from time to time, sufficient to allow the correctness of the royalties required to be paid pursuant to this License to be determined. e) Audit Rights. Original Contributor shall have the right to audit such accounts upon reasonable prior notice using an independent auditor of Original Contributor's choice (the "Auditor"). The Auditor shall be bound to keep confidential the details of Your business affairs and to limit disclosure of the results of any audit to the sufficiency of the accounts and the amount, if any, of a payment adjustment that should be made. Such audits shall not occur more than once each year (unless discrepancies are discovered in excess of the five percent (5%) threshold set forth in Section 7.f) below, in which case two consecutive quarters per year may be audited). Except as set forth in Section 7.f) below, Original Contributor shall bear all costs and expenses associated with the exercise of its rights to audit. f) Payment Errors. In the event that any errors in payments shall be determined, such errors shall be corrected by appropriate adjustment in payment for the quarterly period during which the error is discovered. In the event of an underpayment of more than five percent (5%) of the proper amount owed, upon such underpayment being properly determined by the Auditor, You agree to reimburse Original Contributor the amount of the underpayment and all reasonable costs and expenses associated with the exercise of its rights to audit, and interest on the overdue amount at the maximum allowable interest rate from the date of accrual of such obligation. 8. Notice of Breach or Infringement. Each party shall notify the other immediately in writing when it becomes aware of any breach or violation of the terms of this License, or when You become aware of any potential or actual infringement by a third party of the Technology or Sun's Intellectual Property Rights therein. 9. Proprietary Rights Notices. You may not remove any copyright notices, trademark notices or other proprietary legends of Original Contributor or its suppliers contained on or in the Original Code, Upgraded Code and Specifications. 10. Notices. All written notices required by this License must be delivered in person or by means evidenced by a delivery receipt and will be effective upon receipt by the persons at the addresses specified below. Original Contributor: You: Sun Microsystems, Inc. _____________________________ 901 San Antonio Road ______________________________ Palo Alto, California 94303 ______________________________ Attn.: VP, Sun Software and Technology Sales ______________________________ cc: Sun Software and Technology, General Counsel 11. Disclaimer of Agency. The relationship created hereby is that of licensor and licensee and the parties hereby acknowledge and agree that nothing herein shall be deemed to constitute You as a franchisee of Original Contributor. You hereby waive the benefit of any state or federal statutes dealing with the establishment and regulation of franchises. Agreed: You: Original Contributor: _____________________________ Sun Microsystems, Inc. (Your Name) By:__________________________ By:________________________ Name:________________________ Name:______________________ Title_________________________ Title:_____________________ Date:_________________________ Date:______________________ ATTACHMENT E TECHNOLOGY COMPATIBILITY KIT The following license is effective for the Java(tm)2 SDK Version 1.3.1 Technology Compatibility Kit only upon execution of a separate support agreement between You and Original Contributor (subject to an annual fee) as described on the SCSL Webpage. The Technology Compatibility Kit for the Technology specified in Attachment B may be accessed at the Technology Download Site only upon execution of the support agreement. 1. TCK License. a) Subject to the restrictions set forth in Section 1.b below and Section 8.10 of the Research Use license, in addition to the Research Use license, Original Contributor grants to You a worldwide, non-exclusive, non-transferable license, to the extent of Original Contributor's Intellectual Property Rights in the TCK (without the right to sublicense), to use the TCK to develop and test Covered Code. b) TCK Use Restrictions. You are not authorized to create derivative works of the TCK or use the TCK to test any implementation of the Specification that is not Covered Code. You may not publish Your test results or make claims of comparative compatibility with respect to other implementations of the Specification. In consideration for the license grant in Section 1.a above You agree not to develop Your own tests which are intended to validate conformation with the Specification. 2. Requirements for Determining Compliance. 2.1 Definitions. a) "Added Value" means code which: (i) has a principal purpose which is substantially different from that of the stand-alone Technology; (ii) represents a significant functional and value enhancement to the Technology; (iii) operates in conjunction with the Technology; and (iv) is not marketed as a technology which replaces or substitutes for the Technology. b) “"Java Classes" means the specific class libraries associated with each Technology defined in Attachment B. c) “"Java Runtime Interpreter" means the program(s) which implement the Java virtual machine for the Technology as defined in the Specification. d) “"Platform Dependent Part" means those Original Code and Upgraded Code files of the Technology which are not in a "share" directory or subdirectory thereof. e) “"Shared Part" means those Original Code and Upgraded Code files of the Technology which are identified as "shared" (or words of similar meaning) or which are in any "share" directory or subdirectory thereof, except those files specifically designated by Original Contributor as modifiable. f) "User's Guide" means the users guide for the TCK which Sun makes available to You to provide direction in how to run the TCK and properly interpret the results, as may be revised by Sun from time to time. 2.2 Development Restrictions. Compliant Covered Code: a) must include Added Value; b) must fully comply with the Specifications for the Technology specified in Attachment B; c) must include the Shared Part, complete and unmodified; d) may not modify the functional behavior of the Java Runtime Interpreter or the Java Classes; e) may not modify, subset or superset the interfaces of the Java Runtime Interpreter or the Java Classes; f) may not subset or superset the Java Classes; and g) may not modify or extend the required public class or public interface declarations whose names begin with "java", "javax", "jini", "net.jini", "sun.hotjava", "COM.sun" or their equivalents in any subsequent naming convention. 2.3 Compatibility Testing. Successful compatibility testing must be completed by You, or at Original Contributor's option, a third party designated by Original Contributor, to conduct such tests, in accordance with the User's Guide, and using the most current version of the applicable TCK available from Original Contributor one hundred twenty (120) days (two hundred forty [240] days in the case of silicon implementations) prior to: (i) Your Internal Deployment Use; and (ii) each release of Compliant Covered Code by You for Commercial Use. In the event that You elect to use a version of Upgraded Code that is newer than that which is required under this Section 2.3, then You agree to pass the version of the TCK that corresponds to such newer version of Upgraded Code. 2.4 Test Results. You agree to provide to Original Contributor or the third party test facility if applicable, Your test results that demonstrate that Covered Code is Compliant Covered Code and that Original Contributor may publish or otherwise distribute such test results. pkg_add libiconv-1.9.2_1.tbz skipping libiconv-1.9.2_1, already added pkg_add open-motif-2.2.3_2.tbz skipping open-motif-2.2.3_2, already added pkg_add perl-5.8.7.tbz skipping perl-5.8.7, already added pkg_add pkgconfig-0.17.2.tbz skipping pkgconfig-0.17.2, already added pkg_add ruby-1.8.2_4.tbz Deinstalling obsoleted packages that are now part of ruby... ==== Note that some of the standard libraries are provided as separate ports since they require extra dependencies: converters/ruby-iconv iconv module databases/ruby-gdbm: GDBM module lang/ruby-tcltklib: Tcl/Tk libraries japanese/ruby-tcltklib: Tcl/Tk libraries for Japanized Tcl/Tk x11-toolkits/ruby-tk: Tk modules japanese/ruby-tk: Tk modules for Japanized Tcl/Tk lang/ruby-mode.el: Emacs lisp modules Install them as occasion demands. (Make sure to define RUBY_VER=1.8 when you build and install them) ==== pkg_add urwfonts-1.0.tbz skipping urwfonts-1.0, already added pkg_add xorg-libraries-6.8.2.tbz skipping xorg-libraries-6.8.2, already added ===> shujit-0.7.14_2 depends on file: /usr/local/jdk1.3.1/bin/java - found ===> shujit-0.7.14_2 depends on file: /usr/local/bin/ruby18 - found ===> shujit-0.7.14_2 depends on executable: gmake - found ===> shujit-0.7.14_2 depends on shared library: gdbm - found ===> Configuring for shujit-0.7.14_2 creating cache ./config.cache checking host system type... i386-portbld-freebsd5 checking target system type... i386-portbld-freebsd5 checking build system type... i386-portbld-freebsd5 checking for gdbm_open in -lgdbm... yes checking whether gmake sets ${MAKE}... yes checking C compiler... checking for cc... /usr/bin/cc /usr/bin/cc checking for objdump... /usr/bin/objdump checking for ruby... /usr/local/bin/ruby checking for strip... /usr/bin/strip checking for ci... /usr/bin/ci checking for co... /usr/bin/co checking for mv... /bin/mv checking for rm... /bin/rm checking for wc... /usr/bin/wc checking for etags... no checking for which... /usr/bin/which checking for fgrep... /usr/bin/fgrep checking for sed... /usr/bin/sed checking for gawk... no checking for mawk... no checking for nawk... nawk checking version of gcc... gcc >= 3.0 checking install path of JDK... /usr/local/jdk1.3.1 checking for java... /usr/local/jdk1.3.1/bin/java checking for javac... /usr/local/jdk1.3.1/bin/javac checking for javah... /usr/local/jdk1.3.1/bin/javah checking for jar... /usr/local/jdk1.3.1/bin/jar checking for javadoc... /usr/local/jdk1.3.1/bin/javadoc checking version of JDK... JDK 1.3 a workaround for a problem of FreeBSD JDK 1.3.1-p6 enabled checking asm or C, which version of interpreter is used... (date: java full version "1.3.1-p9-root-050806-00:40") assembly code version checking version of libc... checking how to run the C preprocessor... cc -E not glibc2 checking POSIX.1b Scheduling Interface... checking for sched.h... yes checking for sched_setscheduler... yes checking whether the header exists... checking for stdint.h... yes checking whether the header exists... checking for sys/types.h... yes checking type of an argument of monitorEnter()... uintptr_t checking whether the header exists... does not exist checking whether the JDK_HOME/include/green_threads directory exists... does not exist updating cache ./config.cache creating ./config.status creating GNUmakefile creating metavm/GNUmakefile creating NET/shudo/metavm/GNUmakefile creating config.h ===> Building for shujit-0.7.14_2 gmake libshujit.so VARIANT=OPT gmake[1]: Entering directory `/work/a/ports/java/shujit/work/shujit' /usr/bin/cc -fno-omit-frame-pointer -fPIC -I/usr/local/jdk1.3.1/include-old -I/usr/local/jdk1.3.1/include-old/freebsd -I/usr/local/jdk1.3.1/include -I/usr/local/jdk1.3.1/include/freebsd -Iobj -I/usr/local/include -c -o obj/code.o code.c code.c: In function `assembledCode': code.c:721: warning: use of memory input without lvalue in asm operand 0 is deprecated code.c:5801: warning: use of memory input without lvalue in asm operand 0 is deprecated code.c:5804: warning: use of memory input without lvalue in asm operand 0 is deprecated code.c:5807: warning: use of memory input without lvalue in asm operand 0 is deprecated code.c:5810: warning: use of memory input without lvalue in asm operand 0 is deprecated code.c:5813: warning: use of memory input without lvalue in asm operand 0 is deprecated code.c: In function `exceptionHandlerWrapper': code.c:5861: warning: use of memory input without lvalue in asm operand 0 is deprecated /usr/bin/cc -O -pipe -fPIC -I/usr/local/jdk1.3.1/include-old -I/usr/local/jdk1.3.1/include-old/freebsd -I/usr/local/jdk1.3.1/include -I/usr/local/jdk1.3.1/include/freebsd -Iobj -I/usr/local/include -fPIC -I/usr/local/jdk1.3.1/include-old -I/usr/local/jdk1.3.1/include-old/freebsd -I/usr/local/jdk1.3.1/include -I/usr/local/jdk1.3.1/include/freebsd -Iobj -I/usr/local/include -c -o obj/compiler.o compiler.c /usr/bin/cc -O -pipe -fPIC -I/usr/local/jdk1.3.1/include-old -I/usr/local/jdk1.3.1/include-old/freebsd -I/usr/local/jdk1.3.1/include -I/usr/local/jdk1.3.1/include/freebsd -Iobj -I/usr/local/include -fPIC -I/usr/local/jdk1.3.1/include-old -I/usr/local/jdk1.3.1/include-old/freebsd -I/usr/local/jdk1.3.1/include -I/usr/local/jdk1.3.1/include/freebsd -Iobj -I/usr/local/include -c -o obj/signal.o signal.c signal.c: In function `signalHandler': signal.c:488: warning: use of cast expressions as lvalues is deprecated signal.c:488: warning: use of cast expressions as lvalues is deprecated /usr/bin/cc -O -pipe -fPIC -I/usr/local/jdk1.3.1/include-old -I/usr/local/jdk1.3.1/include-old/freebsd -I/usr/local/jdk1.3.1/include -I/usr/local/jdk1.3.1/include/freebsd -Iobj -I/usr/local/include -fPIC -I/usr/local/jdk1.3.1/include-old -I/usr/local/jdk1.3.1/include-old/freebsd -I/usr/local/jdk1.3.1/include -I/usr/local/jdk1.3.1/include/freebsd -Iobj -I/usr/local/include -c -o obj/invoker.o invoker.c /usr/bin/cc -O -pipe -fPIC -I/usr/local/jdk1.3.1/include-old -I/usr/local/jdk1.3.1/include-old/freebsd -I/usr/local/jdk1.3.1/include -I/usr/local/jdk1.3.1/include/freebsd -Iobj -I/usr/local/include -fPIC -I/usr/local/jdk1.3.1/include-old -I/usr/local/jdk1.3.1/include-old/freebsd -I/usr/local/jdk1.3.1/include -I/usr/local/jdk1.3.1/include/freebsd -Iobj -I/usr/local/include -c -o obj/computil.o computil.c /usr/bin/cc -O -pipe -fPIC -I/usr/local/jdk1.3.1/include-old -I/usr/local/jdk1.3.1/include-old/freebsd -I/usr/local/jdk1.3.1/include -I/usr/local/jdk1.3.1/include/freebsd -Iobj -I/usr/local/include -fPIC -I/usr/local/jdk1.3.1/include-old -I/usr/local/jdk1.3.1/include-old/freebsd -I/usr/local/jdk1.3.1/include -I/usr/local/jdk1.3.1/include/freebsd -Iobj -I/usr/local/include -c -o obj/opcodes.o opcodes.c (cd obj && /usr/bin/objdump -dx code.o | /usr/local/bin/ruby ../gentable.rb) ../gentable.rb:62: warning: regex literal in condition ../gentable.rb:85: warning: regex literal in condition ../gentable.rb:193: warning: regex literal in condition ../gentable.rb:257: warning: regex literal in condition ../gentable.rb:233: warning: regex literal in condition ../gentable.rb:192: warning: regex literal in condition ../gentable.rb:165: warning: regex literal in condition /usr/bin/cc -O -pipe -fPIC -I/usr/local/jdk1.3.1/include-old -I/usr/local/jdk1.3.1/include-old/freebsd -I/usr/local/jdk1.3.1/include -I/usr/local/jdk1.3.1/include/freebsd -Iobj -I/usr/local/include -fPIC -I/usr/local/jdk1.3.1/include-old -I/usr/local/jdk1.3.1/include-old/freebsd -I/usr/local/jdk1.3.1/include -I/usr/local/jdk1.3.1/include/freebsd -Iobj -I/usr/local/include -c -o obj/compile.o compile.c compile.c: In function `makeBlockStructure': compile.c:1969: error: label at end of compound statement gmake[1]: *** [obj/compile.o] Error 1 gmake[1]: Leaving directory `/work/a/ports/java/shujit/work/shujit' gmake: *** [optimized] Error 2 *** Error code 2 Stop in /a/ports/java/shujit. ================================================================ build ended at Sat Aug 6 07:17:04 UTC 2005 ----- End forwarded message ----- -Kirill From owner-freebsd-java@FreeBSD.ORG Sat Aug 6 16:50:45 2005 Return-Path: X-Original-To: java@FreeBSD.org 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 6C98D16A41F for ; Sat, 6 Aug 2005 16:50:45 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D21A843D53 for ; Sat, 6 Aug 2005 16:50:44 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j76Goivf017516 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 6 Aug 2005 12:50:44 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j76Goh6P001355 for ; Sat, 6 Aug 2005 12:50:44 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A4D5351A08; Sat, 6 Aug 2005 12:50:43 -0400 (EDT) Date: Sat, 6 Aug 2005 12:50:43 -0400 From: Kris Kennaway To: java@FreeBSD.org Message-ID: <20050806165042.GG20784@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XRI2XbIfl/05pQwm" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: [ports-i386@FreeBSD.org: shujit-0.7.14_2 failed on i386 5] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2005 16:50:45 -0000 --XRI2XbIfl/05pQwm Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, Kris ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Sat, 6 Aug 2005 07:17:07 GMT From: User Ports-i386 To: krion@FreeBSD.org, kris@FreeBSD.org Subject: shujit-0.7.14_2 failed on i386 5 X-UIDL: ]KZ"!(AZ!!#T)"!^p~"! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D0.94.14 =20 3. Requirements and Responsibilities. 3.1 Research Use License. As a condition of exercising the rights granted= =20 under Section 2.1 a) above, You agree to comply with the following: a) Your Contribution to the Community. All Error Corrections and Shared=20 Modifications which You create or contribute to are automatically subject t= o the=20 licenses granted under Section 2.2 above. You are encouraged to license all= of=20 Your other Modifications under Section 2.2 as Shared Modifications, but are= not=20 required to do so. You agree to notify Original Contributor of any errors i= n the=20 Specification. b) Source Code Availability. You agree to provide all Your Error=20 Corrections to Original Contributor as soon as reasonably practicable and, = in=20 any event, prior to Internal Deployment Use or Commercial Use, if applicabl= e. =20 Original Contributor may, at its discretion, post Source Code for Your Erro= r=20 Corrections and Shared Modifications on the Community Webserver. You may al= so=20 post Error Corrections and Shared Modifications on a web-server of Your cho= ice;=20 provided, that You must take reasonable precautions to ensure that only=20 Licensees have access to such Error Corrections and Shared Modifications. S= uch=20 precautions shall include, without limitation, a password protection scheme= =20 limited to Licensees and a click-on, download certification of Licensee sta= tus=20 required of those attempting to download from the server. An example of an= =20 acceptable certification is attached as Attachment A-2. c) Notices. All Error Corrections and Shared Modifications You create or=20 contribute to must include a file documenting the additions and changes You= made=20 and the date of such additions and changes. You must also include the notic= e set=20 forth in Attachment A-1 in the file header. If it is not possible to put th= e=20 notice in a particular Source Code file due to its structure, then You must= =20 include the notice in a location (such as a relevant directory file), where= a=20 recipient would be most likely to look for such a notice. d) Redistribution. (i) Source. Covered Code may be distributed in Source Code form only=20 to another Licensee (except for students as provided below). You may not of= fer=20 or impose any terms on any Covered Code that alter the rights, requirements= , or=20 responsibilities of such Licensee. You may distribute Covered Code to stude= nts=20 for use in connection with their course work and research projects undertak= en at=20 accredited educational institutions. Such students need not be Licensees, b= ut=20 must be given a copy of the notice set forth in Attachment A-3 and such not= ice=20 must also be included in a file header or prominent location in the Source = Code=20 made available to such students. (ii) Executable. You may distribute Executable version(s) of Covered=20 Code to Licensees and other third parties only for the purpose of evaluatio= n and=20 comment in connection with Research Use by You and under a license of Your= =20 choice, but which limits use of such Executable version(s) of Covered Code = only=20 to that purpose.=20 (iii) Modified Class, Interface and Package Naming. In connection=20 with Research Use by You only, You may use Original Contributor=92s class, interface and package names only to accurately refer= ence or=20 invoke the Source Code files You modify. Original Contributor grants to You a limited license to the extent necessar= y for=20 such purposes. (iv) You expressly agree that any distribution, in whole or in part,=20 of Modifications developed by You shall only be done pursuant to the term a= nd=20 conditions of this License. e) Extensions. (i) Covered Code. You may not include any Source Code of Community=20 Code in any Extensions; (ii) Publication. No later than the date on which You first=20 distribute such Extension for Commercial Use, You must publish to the indus= try,=20 on a non-confidential basis and free of all copyright restrictions with res= pect=20 to reproduction and use, an accurate and current specification for any=20 Extension. In addition, You must make available an appropriate test suite,= =20 pursuant to the same rights as the specification, sufficiently detailed to = allow=20 any third party reasonably skilled in the technology to produce implementat= ions=20 of the Extension compatible with the specification. Such test suites must b= e=20 made available as soon as reasonably practicable but, in no event, later th= an=20 ninety (90) days after Your first Commercial Use of the Extension. You must= use=20 reasonable efforts to promptly clarify and correct the specification and th= e=20 test suite upon written request by Original Contributor. (iii) Open. You agree to refrain from enforcing any Intellectual=20 Property Rights You may have covering any interface(s) of Your Extension, w= hich=20 would prevent the implementation of such interface(s) by Original Contribut= or or=20 any Licensee. This obligation does not prevent You from enforcing any=20 Intellectual Property Right You have that would otherwise be infringed by a= n=20 implementation of Your Extension.=20 (iv) Class, Interface and Package Naming. You may not add any=20 packages, or any public or protected classes or interfaces with names that= =20 originate or might appear to originate from Original Contributor including,= =20 without limitation, package or class names which begin with "sun", "java",= =20 "javax", "jini", "net.jini", "com.sun" or their equivalents in any subseque= nt=20 class, interface and/ or package naming convention adopted by Original=20 Contributor. It is specifically suggested that You name any new packages us= ing=20 the "Unique Package Naming Convention" as described in "The Java Language= =20 Specification" by James Gosling, Bill Joy, and Guy Steele, ISBN 0-201-63451= -1,=20 August 1996. Section 7.7 "Unique Package Names", on page 125 of this=20 specification which states, in part: "You form a unique package name by first having (or belonging to an organiz= ation=20 that has) an Internet domain name, such as "sun.com". You then reverse the = name,=20 component by component, to obtain, in this example, "Com.sun", and use this= as a=20 prefix for Your package names, using a convention developed within Your=20 organization to further administer package names." 3.2 Additional Requirements and Responsibilities. Any additional=20 requirements and responsibilities relating to the Technology are listed in= =20 Attachment F (Additional Requirements and Responsibilities), if applicable,= and=20 are hereby incorporated into this Section 3. =20 4. Versions of the License. =20 4.1 License Versions. Original Contributor may publish revised versions of= =20 the License from time to time. Each version will be given a distinguishing= =20 version number. =20 4.2 Effect. Once a particular version of Covered Code has been provided=20 under a version of the License, You may always continue to use such Covered= Code=20 under the terms of that version of the License. You may also choose to use = such=20 Covered Code under the terms of any subsequent version of the License. No o= ne=20 other than Original Contributor has the right to promulgate License version= s. =20 5. Disclaimer of Warranty. =20 5.1 COVERED CODE IS PROVIDED UNDER THIS LICENSE "AS IS", WITHOUT WARRANTY O= F=20 ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANT= IES=20 THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULA= R=20 PURPOSE OR NON-INFRINGING. YOU AGREE TO BEAR THE ENTIRE RISK IN CONNECTION = WITH=20 YOUR USE AND DISTRIBUTION OF COVERED CODE UNDER THIS LICENSE. THIS DISCLAIM= ER OF=20 WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVER= ED=20 CODE IS AUTHORIZED HEREUNDER EXCEPT SUBJECT TO THIS DISCLAIMER. =20 5.2 You acknowledge that Original Code, Upgraded Code and Specifications ar= e=20 not designed or intended for use in (i) on-line control of aircraft, air=20 traffic, aircraft navigation or aircraft communications; or (ii) in the des= ign,=20 construction, operation or maintenance of any nuclear facility. Original=20 Contributor disclaims any express or implied warranty of fitness for such u= ses. =20 6. Termination. =20 6.1 By You. You may terminate this Research Use license at anytime by=20 providing written notice to Original Contributor. 6.2 By Original Contributor. This License and the rights granted hereunder= =20 will terminate: (i) automatically if You fail to comply with the terms of this=20 License and fail to cure such breach within 30 days of receipt of written n= otice=20 of the breach;=20 (ii) immediately in the event of circumstances specified in Sections=20 7.1 and 8.4; or=20 (iii) at Original Contributor's discretion upon any action initiated=20 in the first instance by You alleging that use or distribution by Original= =20 Contributor or any Licensee, of Original Code, Upgraded Code, Error Correct= ions=20 or Shared Modifications contributed by You, or Specifications, infringe a p= atent=20 owned or controlled by You.=20 6.3 Effective of Termination. Upon termination, You agree to discontinue us= e=20 and return or destroy all copies of Covered Code in Your possession. All=20 sublicenses to the Covered Code which You have properly granted shall survi= ve=20 any termination of this License. Provisions which, by their nature, should= =20 remain in effect beyond the termination of this License shall survive inclu= ding,=20 without limitation, Sections 2.2, 3, 5, 7 and 8. =20 6.4 Each party waives and releases the other from any claim to compensation= =20 or indemnity for permitted or lawful termination of the business relationsh= ip=20 established by this License.=20 =20 7. Liability. =20 7.1 Infringement. Should any of the Original Code, Upgraded Code, TCK or=20 Specifications ("Materials") become the subject of a claim of infringement,= =20 Original Contributor may, at its sole option, (i) attempt to procure the ri= ghts=20 necessary for You to continue using the Materials, (ii) modify the Material= s so=20 that they are no longer infringing, or (iii) terminate Your right to use th= e=20 Materials, immediately upon written notice, and refund to You the amount, i= f=20 any, having then actually been paid by You to Original Contributor for the= =20 Original Code, Upgraded Code and TCK, depreciated on a straight line, five = year=20 basis. =20 7.2 LIMITATION OF LIABILITY. TO THE FULL EXTENT ALLOWED BY APPLICABLE LAW,= =20 ORIGINAL CONTRIBUTOR's LIABILITY TO YOU FOR CLAIMS RELATING TO THIS LICENSE= ,=20 WHETHER FOR BREACH OR IN TORT, SHALL BE LIMITED TO ONE HUNDRED PERCENT (100= %) OF=20 THE AMOUNT HAVING THEN ACTUALLY BEEN PAID BY YOU TO ORIGINAL CONTRIBUTOR FO= R ALL=20 COPIES LICENSED HEREUNDER OF THE PARTICULAR ITEMS GIVING RISE TO SUCH CLAIM= , IF=20 ANY. IN NO EVENT WILL YOU (RELATIVE TO YOUR SHARED MODIFICATIONS OR ERROR= =20 CORRECTIONS) OR SUN BE LIABLE FOR ANY INDIRECT, PUNITIVE, SPECIAL, INCIDENT= AL OR=20 CONSEQUENTIAL DAMAGES IN CONNECTION WITH OR ARISING OUT OF THIS LICENSE=20 (INCLUDING, WITHOUT LIMITATION, LOSS OF PROFITS, USE, DATA, OR OTHER ECONOM= IC=20 ADVANTAGE), HOWEVER IT ARISES AND ON ANY THEORY OF LIABILITY, WHETHER IN AN= =20 ACTION FOR CONTRACT, STRICT LIABILITY OR TORT (INCLUDING NEGLIGENCE) OR=20 OTHERWISE, WHETHER OR NOT YOU OR ORIGINAL CONTRIBUTOR HAS BEEN ADVISED OF T= HE=20 POSSIBILITY OF SUCH DAMAGE AND NOTWITHSTANDING THE FAILURE OF ESSENTIAL PUR= POSE=20 OF ANY REMEDY. =20 8. Miscellaneous. =20 8.1 Trademark. You agree to comply with the then current Sun Trademark &=20 Logo Usage Requirements accessible through the SCSL Webpage. Except as expr= essly=20 provided in the License, You are granted no right, title or license to, or= =20 interest in, any Sun Trademarks. You agree not to (i) challenge Original=20 Contributor's ownership or use of Sun Trademarks; (ii) attempt to register = any=20 Sun Trademarks, or any mark or logo substantially similar thereto; or (iii)= =20 incorporate any Sun Trademarks into Your own trademarks, product names, ser= vice=20 marks, company names, or domain names. =20 8.2 Integration. This License represents the complete agreement concerning= =20 the subject matter hereof.=20 8.3 Assignment. Original Contributor may assign this License, and its right= s=20 and obligations hereunder, in its sole discretion. You may assign the Resea= rch=20 Use portions of this License to a third party upon prior written notice to= =20 Original Contributor (which may be provided via the Community Web-Server). = You=20 may not assign the Commercial Use license or TCK license, including by way = of=20 merger (regardless of whether You are the surviving entity) or acquisition,= =20 without Original Contributor's prior written consent.=20 =20 8.4 Severability. If any provision of this License is held to be=20 unenforceable, such provision shall be reformed only to the extent necessar= y to=20 make it enforceable. Notwithstanding the foregoing, if You are prohibited b= y law=20 from fully and specifically complying with Sections 2.2 or 3, this License = will=20 immediately terminate and You must immediately discontinue any use of Cover= ed=20 Code.=20 =20 8.5 Governing Law. This License shall be governed by the laws of the United= =20 States and the State of California, as applied to contracts entered into an= d to=20 be performed in California between California residents. The application of= the=20 United Nations Convention on Contracts for the International Sale of Goods = is=20 expressly excluded.=20 =20 8.6 Dispute Resolution.=20 a) Any dispute arising out of or relating to this License shall be finally= =20 settled by arbitration as set out herein, except that either party may brin= g any=20 action, in a court of competent jurisdiction (which jurisdiction shall be= =20 exclusive), with respect to any dispute relating to such party's Intellectu= al=20 Property Rights or with respect to Your compliance with the TCK license.=20 Arbitration shall be administered: (i) by the American Arbitration Associat= ion=20 (AAA), (ii) in accordance with the rules of the United Nations Commission o= n=20 International Trade Law (UNCITRAL) (the "Rules") in effect at the time of= =20 arbitration as modified herein; and (iii) the arbitrator will apply the=20 substantive laws of California and United States. Judgement upon the award= =20 rendered by the arbitrator may be entered in any court having jurisdiction = to=20 enforce such award.=20 b) All arbitration proceedings shall be conducted in English by a single=20 arbitrator selected in accordance with the Rules, who must be fluent in Eng= lish=20 and be either a retired judge or practicing attorney having at least ten (1= 0)=20 years litigation experience and be reasonably familiar with the technology= =20 matters relative to the dispute. Unless otherwise agreed, arbitration venue= =20 shall be in London, Tokyo, or San Francisco, whichever is closest to defend= ant's=20 principal business office. The arbitrator may award monetary damages only= and=20 nothing shall preclude either party from seeking provisional or emergency r= elief=20 from a court of competent jurisdiction. The arbitrator shall have no author= ity=20 to award damages in excess of those permitted in this License and any such = award=20 in excess is void. All awards will be payable in U.S. dollars and may inclu= de,=20 for the prevailing party (i) pre-judgment award interest, (ii) reasonable= =20 attorneys' fees incurred in connection with the arbitration, and (iii)=20 reasonable costs and expenses incurred in enforcing the award. The arbitrat= or=20 will order each party to produce identified documents and respond to no mor= e=20 than twenty-five single question interrogatories. 8.7 Construction. Any law or regulation which provides that the language of= =20 a contract shall be construed against the drafter shall not apply to this= =20 License.=20 =20 8.8 U.S. Government End Users. The Covered Code is a "commercial item", as= =20 that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commerc= ial=20 computer software" and "commercial computer software documentation", as suc= h=20 terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R.= =20 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S.=20 Government End Users acquire Covered Code with only those rights set forth= =20 herein. You agree to pass this notice to Your licensees. =20 8.9 Press Announcements. All press announcements relative to the execution= =20 of this License must be reviewed and approved by Original Contributor and Y= ou=20 prior to release. =20 =20 8.10 International Use. =20 a) Export/Import laws. Covered Code is subject to U.S. export control laws= =20 and may be subject to export or import regulations in other countries. Each= =20 party agrees to comply strictly with all such laws and regulations and=20 acknowledges their responsibility to obtain such licenses to export, re- ex= port,=20 or import as may be required. You agree to pass these obligations to Your= =20 licensees. =20 b) Intellectual Property Protection. Due to limited intellectual property= =20 protection and enforcement in certain countries, You agree not to redistrib= ute=20 the Original Code, Upgraded Code, TCK and Specifications to any country oth= er=20 than the list of restricted countries on the SCSL Webpage. =20 8.11 Language. This License is in the English language only, which language= =20 shall be controlling in all respects, and all versions of this License in a= ny=20 other language shall be for accommodation only and shall not be binding on = the=20 parties to this License. All communications and notices made or given pursu= ant=20 to this License, and all documentation and support to be provided, unless= =20 otherwise noted, shall be in the English language. PLEASE READ THE TERMS OF THIS LICENSE CAREFULLY. BY CLICKING ON THE "ACCEPT= "=20 BUTTON BELOW YOU ARE ACCEPTING AND AGREEING TO THE TERMS AND CONDITIONS OF = THIS=20 LICENSE WITH SUN MICROSYSTEMS, INC. IF YOU ARE AGREEING TO THIS LICENSE ON= =20 BEHALF OF A COMPANY, YOU REPRESENT THAT YOU ARE AUTHORIZED TO BIND THE COMP= ANY=20 TO SUCH A LICENSE. WHETHER YOU ARE ACTING ON YOUR OWN BEHALF, OR REPRESENTI= NG A=20 COMPANY, YOU MUST BE OF MAJORITY AGE AND BE OTHERWISE COMPETENT TO ENTER IN= TO=20 CONTRACTS. IF YOU DO NOT MEET THIS CRITERIA OR YOU DO NOT AGREE TO ANY OF T= HE=20 TERMS AND CONDITIONS OF THIS LICENSE, CLICK ON THE REJECT BUTTON TO EXIT. =20 ACCEPT REJECT GLOSSARY 1. "Commercial Use" means any use (excluding Internal Deployment Use) or= =20 distribution, directly or indirectly of Compliant Covered Code by You to an= y=20 third party, alone or bundled with any other software or hardware, for dire= ct or=20 indirect commercial or strategic gain or advantage, subject to execution of= =20 Attachment D by You and Original Contributor.=20 2. "Community Code" means the Original Code, Upgraded Code, Error=20 Corrections, Shared Modifications, or any combination thereof. 3. "Community Webserver(s)" means the webservers designated by Original=20 Contributor for posting Error Corrections and Shared Modifications. =20 4. "Compliant Covered Code" means Covered Code that complies with the=20 requirements of the TCK. =20 5. "Contributor" means each Licensee that creates or contributes to the=20 creation of any Error Correction or Shared Modification. 6. "Covered Code" means the Original Code, Upgraded Code, Modifications, or= =20 any combination thereof. 7. "Error Correction" means any change made to Community Code which=20 conforms to the Specification and corrects the adverse effect of a failure = of=20 Community Code to perform any function set forth in or required by the=20 Specifications. 7. "Executable" means Covered Code that has been converted to a form other= =20 than Source Code. 9. "Extension(s)" means any additional classes or other programming code=20 and/or interfaces developed by or for You which: (i) are designed for use w= ith=20 the Technology; (ii) constitute an API for a library of computing functions= or=20 services; and (iii) are disclosed to third party software developers for th= e=20 purpose of developing software which invokes such additional classes or oth= er=20 programming code and/or interfaces. The foregoing shall not apply to softwa= re=20 development by Your subcontractors to be exclusively used by You.=20 10. "Intellectual Property Rights" means worldwide statutory and common law= =20 rights associated solely with (i) patents and patent applications; (ii) wor= ks of=20 authorship including copyrights, copyright applications, copyright registra= tions=20 and "moral rights"; (iii) the protection of trade and industrial secrets an= d=20 confidential information; and (iv) divisions, continuations, renewals, and = re-=20 issuances of the foregoing now existing or acquired in the future. 11. "Internal Deployment Use" means use of Compliant Covered Code (excludin= g=20 Research Use) within Your business or organization only by Your employees a= nd/or=20 agents, subject to execution of Attachment C by You and Original Contributo= r, if=20 required.=20 12. "Licensee" means any party that has entered into and has in effect a=20 version of this License with Original Contributor. 13. "Modification(s)" means (i) any change to Covered Code; (ii) any new=20 file or other representation of computer program statements that contains a= ny=20 portion of Covered Code; and/or (iii) any new Source Code implementing any= =20 portion of the Specifications.=20 =20 14. "Original Code" means the initial Source Code for the Technology as=20 described on the Technology Download Site. 15. "Original Contributor" means Sun Microsystems, Inc., its affiliates and= =20 its successors and assigns. =20 16. "Reformatted Specifications" means any revision to the Specifications= =20 which translates or reformats the Specifications (as for example in connect= ion=20 with Your documentation) but which does not alter, subset or superset the= =20 functional or operational aspects of the Specifications. =20 17. "Research Use" means use and distribution of Covered Code only for Your= =20 research, development, educational or personal and individual use, and expr= essly=20 excludes Internal Deployment Use and Commercial Use. =20 18. "SCSL Webpage" means the Sun Community Source license webpage located a= t=20 http://sun.com/software/communitysource, or such other url that Sun may=20 designate from time to time. =20 19. "Shared Modifications" means Modifications provided by You, at Your=20 option, pursuant to Section 2.2, or received by You from a Contributor purs= uant=20 to Section 2.3. =20 20. "Source Code" means computer program statements written in any=20 high-level, readable form suitable for modification and development. =20 21. "Specifications" means the specifications for the Technology and other= =20 documentation, as designated on the Technology Download Site, as may be rev= ised=20 by Original Contributor from time to time. =20 22. "Sun Trademarks" means Original Contributor's SUN, JAVA, and JINI=20 trademarks and logos, whether now used or adopted in the future. 23. "Technology" means the technology described in Attachment B, and=20 Upgrades. =20 24. "Technology Compatibility Kit" or "TCK" means the test programs,=20 procedures and/or other requirements, designated by Original Contributor fo= r use=20 in verifying compliance of Covered Code with the Specifications, in conjunc= tion=20 with the Original Code and Upgraded Code. Original Contributor may, in its = sole=20 discretion and from time to time, revise a TCK to correct errors and/or=20 omissions and in connection with Upgrades. =20 25. "Technology Download Site" means the site(s) designated by Original=20 Contributor for access to the Original Code, Upgraded Code, TCK and=20 Specifications. =20 26. "Upgrade(s)" means new versions of Technology designated exclusively by= =20 Original Contributor as an "Upgrade" and released by Original Contributor f= rom=20 time to time. =20 27. "Upgraded Code" means the Source Code for Upgrades, possibly including= =20 Modifications made by Contributors. =20 28. "You(r)" means an individual, or a legal entity acting by and through a= n=20 individual or individuals, exercising rights either under this License or u= nder=20 a future version of this License issued pursuant to Section 4.1. For lega= l=20 entities, "You(r)" includes any entity that by majority voting interest=20 controls, is controlled by, or is under common control with You. =20 ATTACHMENT A =20 REQUIRED NOTICES =20 =20 ATTACHMENT A-1 =20 REQUIRED IN ALL CASES =20 "The contents of this file, or the files included with this file, are subje= ct to=20 the current version of Sun Community Source License for [fill in name of=20 applicable Technology] (the "License"); You may not use this file except in= =20 compliance with the License. You may obtain a copy of the License at=20 http://sun.com/software/communitysource. See the License for the rights,=20 obligations and limitations governing use of the contents of the file.=20 =20 =20 The Original and Upgraded Code is [fill in name and version of applicable= =20 Technology]. The developer of the Original and Upgraded Code is Sun=20 Microsystems, Inc. Sun Microsystems, Inc. owns the copyrights in the portio= ns it=20 created. All Rights Reserved. Contributor(s): _______________________________________________ Associated Test Suite(s) Location: ________________________________" ATTACHMENT A-2 =20 SAMPLE LICENSEE CERTIFICATION=20 =20 "By clicking the 'Agree' button below, You certify that You are a Licensee = in=20 good standing under the Sun Community Source License, [fill in applicable= =20 Technology and Version] ("License") and that Your access, use and distribut= ion=20 of code and information You may obtain at this site is subject to the Licen= se."=94 ATTACHMENT A-3 =20 REQUIRED STUDENT NOTIFICATION =20 "This software and related documentation has been obtained by your educatio= nal=20 institution subject to the Sun Community Source License, [fill in applicabl= e=20 Technology]. You have been provided access to the software and related=20 documentation for use only in connection with your course work and research= =20 activities as a matriculated student of your educational institution. Any o= ther=20 use is expressly prohibited.=20 =20 THIS SOFTWARE AND RELATED DOCUMENTATION CONTAINS PROPRIETARY MATERIAL OF SU= N=20 MICROSYSTEMS, INC, WHICH ARE PROTECTED BY VARIOUS INTELLECTUAL PROPERTY RIG= HTS. =20 You may not use this file except in compliance with the License. You may ob= tain=20 a copy of the License on the web at http://sun.com/software/communitysource= ."=94 ATTACHMENT B Java(tm) 2 SDK Technology Description of "Technology" Java(tm) 2 SDK Technology v.1.3.1 as described on the Technology Download S= ite. ATTACHMENT C INTERNAL DEPLOYMENT USE This Attachment C is only effective for the Technology specified in Attachm= ent=20 B, upon execution of Attachment D (Commercial Use License) including the=20 requirement to pay royalties. In the event of a conflict between the terms = of=20 this Attachment C and Attachment D, the terms of Attachment D shall govern. 1. Internal Deployment License Grant. Subject to Your compliance with=20 Section 2 below, and Section 8.10 of the Research Use license; in addition = to=20 the Research Use license and the TCK license, Original Contributor grants t= o You=20 a worldwide, non-exclusive license, to the extent of Original Contributor's= =20 Intellectual Property Rights covering the Original Code, Upgraded Code and= =20 Specifications, to do the following: a) reproduce and distribute internally, Original Code and Upgraded Code as= =20 part of Compliant Covered Code, and Specifications, for Internal Deployment= Use, =20 b) compile such Original Code and Upgraded Code, as part of Compliant=20 Covered Code, and reproduce and distribute internally the same in Executabl= e=20 form for Internal Deployment Use, and c) reproduce and distribute internally, Reformatted Specifications for use= =20 in connection with Internal Deployment Use. =20 2. Additional Requirements and Responsibilities. In addition to the=20 requirements and responsibilities described under Section 3.1 of the Resear= ch=20 Use license, and as a condition to exercising the rights granted under Sect= ion 3=20 above, You agree to the following additional requirements and responsibilit= ies: =20 2.1 Compatibility. All Covered Code must be Compliant Covered Code prior to= =20 any Internal Deployment Use or Commercial Use, whether originating with You= or=20 acquired from a third party. Successful compatibility testing must be compl= eted=20 in accordance with the TCK License. If You make any further Modifications t= o any=20 Covered Code previously determined to be Compliant Covered Code, You must e= nsure=20 that it continues to be Compliant Covered Code. ATTACHMENT D COMMERCIAL USE LICENSE =20 1. Effect. This Attachment D is effective only if signed below by You and= =20 Original Contributor, and applies to Your Commercial Use of Original Code a= nd=20 Upgraded Code. =20 2. Term. Upon execution of this Attachment D by You and Original=20 Contributor, this Commercial Use license shall have an initial term of 3 ye= ars=20 and shall automatically renew for additional one year terms unless either p= arty=20 provides notice to the other no less than 60 days prior to an anniversary d= ate. =20 3. Commercial Use License Grant. Subject to Your compliance with Section 4= =20 below, Section 8.10 of the Research Use license, and the TCK license; in=20 addition to the Research Use license, the TCK license, and the Internal=20 Deployment Use license, Original Contributor grants to You a worldwide,=20 non-exclusive, non-transferable license, to the extent of Original Contribu= tor's=20 Intellectual Property Rights covering the Original Code, Upgraded Code and= =20 Specifications, to do the following: a) reproduce and distribute Compliant Covered Code; b) compile Compliant Covered Code and reproduce and distribute the same in= =20 Executable form through multiple tiers of distribution; and c) reproduce and distribute Reformatted Specifications in association with= =20 Compliant Covered Code. =09 4. Additional Requirements and Responsibilities. In addition to the=20 requirements and responsibilities specified in the Research Use license, th= e TCK=20 license and the Internal Deployment license, and as a condition to exercisi= ng=20 the rights granted in Section 3 above, You agree to the following additiona= l=20 requirements and responsibilities: a) Distribution of Source Code. Source Code of Compliant Covered Code may= =20 be distributed only to another Licensee of the same Technology. b) Distribution of Executable Code. You may distribute the Executable=20 version(s) of Compliant Covered Code under a license of Your choice, which = may=20 contain terms different from this License, provided (i) that You are in=20 compliance with the terms of this License, and (ii) You must make it absolu= tely=20 clear that any terms which differ from this License are offered by You alon= e,=20 not by Original Contributor or any other Contributor.=20 c) Branding. Products integrating Compliant Covered Code used for=20 Commercial Use must be branded with the Technology compliance logo under a= =20 separate trademark license required to be executed by You and Original=20 Contributor concurrent with execution of this Attachment D. =20 5. Indemnity/Limitation of Liability. The provisions of Section 7.1 of the= =20 Research Use license are superseded by the following: a) Your Indemnity Obligation. You hereby agree to defend, at Your expense,= =20 any legal proceeding brought against Original Contributor or any Licensee t= o the=20 extent it is based on a claim: (i) that the use, reproduction or distributi= on of=20 any of Your Error Corrections or Shared Modifications is an infringement of= a=20 third party trade secret or a copyright in a country that is a signatory to= the=20 Berne Convention; (ii) arising in connection with any representation, warra= nty,=20 support, indemnity, liability or other license terms You may offer in conne= ction=20 with any Covered Code; or (iii) arising from Your Commercial Use of Covered= =20 Code, other than a claim covered by Section 5.b) below, or a patent claim b= ased=20 solely on Covered Code not provided by You. You will pay all damages costs = and=20 fees awarded by a court of competent jurisdiction, or such settlement amoun= t=20 negotiated by You, attributable to such claim. b) Original Contributor's Indemnity Obligation. Original Contributor will= =20 defend, at its expense, any legal proceeding brought against You, to the ex= tent=20 it is based on a claim that Your authorized Commercial Use of Original Code= and=20 Upgraded Code is an infringement of a third party trade secret or a copyrig= ht in=20 a country that is a signatory to the Berne Convention, and will pay all dam= ages=20 costs and fees awarded by a court of competent jurisdiction, or such settle= ment=20 amount negotiated by Original Contributor, attributable to such claim. The= =20 foregoing shall not apply to any claims of intellectual property infringeme= nt=20 based upon the combination of code or documentation supplied by Original=20 Contributor with code, technology or documentation from other sources. c) Right of Intervention. Original Contributor will have the right, but not= =20 the obligation, to defend You, at Original Contributor's expense, in connec= tion=20 with a claim that Your Commercial Use of Original Code and Upgraded Code is= an=20 infringement of a third party patent and will, if Original Contributor choo= ses=20 to defend You, pay all damages costs and fees awarded by a court of compete= nt=20 jurisdiction, or such settlement amount negotiated by Original Contributor,= =20 attributable to such claim. d) Prerequisites. Under Sections 5.b) and c) above, You must, and under=20 Section 5.a) above, Original Contributor or any Licensee must: (i) provide= =20 notice of the claim promptly to the party providing an indemnity; (ii) give= the=20 indemnifying party sole control of the defense and settlement of the claim;= =20 (iii) provide the indemnifying party, at indemnifying party's expense, all= =20 available information, assistance and authority to defend; and (iv) not hav= e=20 compromised or settled such claim or proceeding without the indemnifying pa= rty's=20 prior written consent.=20 e) Additional Remedies. Should any Original Code, Upgraded Code, TCK,=20 Specifications, or Modifications become, or in the indemnifying party's opi= nion=20 be likely to become, the subject of a claim of infringement for which indem= nity=20 is provided above, the indemnifying party may, at its sole option, attempt = to=20 procure on reasonable terms the rights necessary for the indemnified party = to=20 exercise its license rights under this License with respect to the infringi= ng=20 items, or to modify the infringing items so that they are no longer infring= ing=20 without substantially impairing their function or performance. If the=20 indemnifying party is unable to do the foregoing after reasonable efforts, = then=20 the indemnifying party may send a notice of such inability to the indemnifi= ed=20 party together with a refund of any license fees received by the indemnifyi= ng=20 party from the indemnified party for the infringing items applicable to the= =20 indemnified party's future use or distribution of such infringing items, in= =20 which case the indemnifying party will not be liable for any damages result= ing=20 from infringing activity with respect to the infringing items occurring aft= er=20 such notice and refund. 6. Support Programs. Support to You. Technical support is not provided to You by Original Contri= butor=20 under this License. You may contract for one or more support programs from= =20 Original Contributor relating to the Technology which are described on the = SCSL=20 Webpage. Customer Support. You are responsible for providing technical and maintenan= ce=20 support services to Your customers for Your products and services incorpora= ting=20 the Compliant Covered code.=20 =20 7. Royalties and Payments. Technology specified in Attachment B. =20 Field of Use:____________________ =09 Royalty per Unit $_______________ b) Royalty Payments. Payment of royalties shall be made quarterly, shall be= =20 due thirty (30) days following the end of the calendar quarter to which the= y=20 relate and shall be submitted with a written statement documenting the basi= s for=20 the royalty calculation.=20 c) Taxes. All payments required by this License shall be made in United=20 States dollars, are exclusive of taxes, and Licensee agrees to bear and be= =20 responsible for the payment of all such taxes, including, but not limited t= o,=20 all sales, use, rental receipt, personal property or other taxes and their= =20 equivalents which may be levied or assessed in connection with this License= =20 (excluding only taxes based on Original Contributor's net income). To the e= xtent=20 Licensee is required to withhold taxes based upon Original Contributor's in= come=20 in any country, You agree to provide Original Contributor with written evid= ence=20 of such withholding, suitable for Original Contributor to obtain a tax cred= it in=20 the United States. d) Records. You agree to maintain account books and records consistent with= =20 Generally Accepted Accounting Principles appropriate to Your domicile, as m= ay be=20 in effect from time to time, sufficient to allow the correctness of the=20 royalties required to be paid pursuant to this License to be determined. = =09 e) Audit Rights. Original Contributor shall have the right to audit such=20 accounts upon reasonable prior notice using an independent auditor of Origi= nal=20 Contributor's choice (the "Auditor"). The Auditor shall be bound to keep=20 confidential the details of Your business affairs and to limit disclosure o= f the=20 results of any audit to the sufficiency of the accounts and the amount, if = any,=20 of a payment adjustment that should be made. Such audits shall not occur mo= re=20 than once each year (unless discrepancies are discovered in excess of the f= ive=20 percent (5%) threshold set forth in Section 7.f) below, in which case two= =20 consecutive quarters per year may be audited). Except as set forth in Secti= on=20 7.f) below, Original Contributor shall bear all costs and expenses associat= ed=20 with the exercise of its rights to audit. =20 f) Payment Errors. In the event that any errors in payments shall be=20 determined, such errors shall be corrected by appropriate adjustment in pay= ment=20 for the quarterly period during which the error is discovered. In the event= of=20 an underpayment of more than five percent (5%) of the proper amount owed, u= pon=20 such underpayment being properly determined by the Auditor, You agree to=20 reimburse Original Contributor the amount of the underpayment and all reaso= nable=20 costs and expenses associated with the exercise of its rights to audit, and= =20 interest on the overdue amount at the maximum allowable interest rate from = the=20 date of accrual of such obligation.=20 8. Notice of Breach or Infringement. Each party shall notify the other=20 immediately in writing when it becomes aware of any breach or violation of = the=20 terms of this License, or when You become aware of any potential or actual= =20 infringement by a third party of the Technology or Sun's Intellectual Prope= rty=20 Rights therein.=20 =20 9. Proprietary Rights Notices. You may not remove any copyright notices,=20 trademark notices or other proprietary legends of Original Contributor or i= ts=20 suppliers contained on or in the Original Code, Upgraded Code and=20 Specifications. =20 10. Notices. All written notices required by this License must be delivered= =20 in person or by means evidenced by a delivery receipt and will be effective= upon=20 receipt by the persons at the addresses specified below. Original Contributor: You: Sun Microsystems, Inc. _____________________________ =20 901 San Antonio Road ______________________________ Palo Alto, California 94303 ______________________________ =20 Attn.: VP, Sun Software and=20 Technology Sales ______________________________ =20 cc: Sun Software and Technology,=20 General Counsel =20 11. Disclaimer of Agency. The relationship created hereby is that of=20 licensor and licensee and the parties hereby acknowledge and agree that not= hing=20 herein shall be deemed to constitute You as a franchisee of Original=20 Contributor. You hereby waive the benefit of any state or federal statutes= =20 dealing with the establishment and regulation of franchises. =09 =20 Agreed: You: Original Contributor: _____________________________ Sun Microsystems, Inc. (Your Name) =20 By:__________________________ By:________________________ Name:________________________ Name:______________________ =20 Title_________________________ Title:_____________________ =20 Date:_________________________ Date:______________________ ATTACHMENT E=20 TECHNOLOGY COMPATIBILITY KIT =20 The following license is effective for the Java(tm)2 SDK Version 1.3.1=20 Technology Compatibility Kit only upon execution of a separate support agre= ement=20 between You and Original Contributor (subject to an annual fee) as describe= d on=20 the SCSL Webpage. The Technology Compatibility Kit for the Technology speci= fied=20 in Attachment B may be accessed at the Technology Download Site only upon= =20 execution of the support agreement. =20 1. TCK License. a) Subject to the restrictions set forth in Section 1.b below and Section= =20 8.10 of the Research Use license, in addition to the Research Use license,= =20 Original Contributor grants to You a worldwide, non-exclusive, non-transfer= able=20 license, to the extent of Original Contributor's Intellectual Property Righ= ts in=20 the TCK (without the right to sublicense), to use the TCK to develop and te= st=20 Covered Code. =20 b) TCK Use Restrictions. You are not authorized to create derivative works= =20 of the TCK or use the TCK to test any implementation of the Specification t= hat=20 is not Covered Code. You may not publish Your test results or make claims o= f=20 comparative compatibility with respect to other implementations of the=20 Specification. In consideration for the license grant in Section 1.a above = You=20 agree not to develop Your own tests which are intended to validate conforma= tion=20 with the Specification. 2. Requirements for Determining Compliance. =20 2.1 Definitions. a) "Added Value" means code which: (i) has a principal purpose which is substantially different from=20 that of the stand-alone Technology;=20 (ii) represents a significant functional and value enhancement to the=20 Technology; (iii) operates in conjunction with the Technology; and (iv) is not marketed as a technology which replaces or substitutes=20 for the Technology. b) =93"Java Classes" means the specific class libraries associated with eac= h=20 Technology defined in Attachment B. c) =93"Java Runtime Interpreter" means the program(s) which implement the= =20 Java virtual machine for the Technology as defined in the Specification. d) =93"Platform Dependent Part" means those Original Code and Upgraded Code= =20 files of the Technology which are not in a "share" directory or subdirector= y=20 thereof. e) =93"Shared Part" means those Original Code and Upgraded Code files of th= e=20 Technology which are identified as "shared" (or words of similar meaning) o= r=20 which are in any "share" directory or subdirectory thereof, except those fi= les=20 specifically designated by Original Contributor as modifiable. f) "User's Guide" means the users guide for the TCK which Sun makes=20 available to You to provide direction in how to run the TCK and properly=20 interpret the results, as may be revised by Sun from time to time. 2.2 Development Restrictions. Compliant Covered Code: a) must include Added Value; b) must fully comply with the Specifications for the Technology specified= =20 in Attachment B; c) must include the Shared Part, complete and unmodified; d) may not modify the functional behavior of the Java Runtime Interpreter= =20 or the Java Classes; e) may not modify, subset or superset the interfaces of the Java Runtime=20 Interpreter or the Java Classes; f) may not subset or superset the Java Classes; and g) may not modify or extend the required public class or public interface= =20 declarations whose names begin with "java", "javax", "jini", "net.jini",=20 "sun.hotjava", "COM.sun" or their equivalents in any subsequent naming=20 convention. 2.3 Compatibility Testing. Successful compatibility testing must be=20 completed by You, or at Original Contributor's option, a third party design= ated=20 by Original Contributor, to conduct such tests, in accordance with the User= 's=20 Guide, and using the most current version of the applicable TCK available f= rom=20 Original Contributor one hundred twenty (120) days (two hundred forty [240]= days=20 in the case of silicon implementations) prior to: (i) Your Internal Deploym= ent=20 Use; and (ii) each release of Compliant Covered Code by You for Commercial = Use.=20 In the event that You elect to use a version of Upgraded Code that is newer= than=20 that which is required under this Section 2.3, then You agree to pass the= =20 version of the TCK that corresponds to such newer version of Upgraded Code. 2.4 Test Results. You agree to provide to Original Contributor or the third= =20 party test facility if applicable, Your test results that demonstrate that= =20 Covered Code is Compliant Covered Code and that Original Contributor may pu= blish=20 or otherwise distribute such test results. pkg_add libiconv-1.9.2_1.tbz skipping libiconv-1.9.2_1, already added pkg_add open-motif-2.2.3_2.tbz skipping open-motif-2.2.3_2, already added pkg_add perl-5.8.7.tbz skipping perl-5.8.7, already added pkg_add pkgconfig-0.17.2.tbz skipping pkgconfig-0.17.2, already added pkg_add ruby-1.8.2_4.tbz Deinstalling obsoleted packages that are now part of ruby... =3D=3D=3D=3D Note that some of the standard libraries are provided as separate ports since they require extra dependencies: converters/ruby-iconv iconv module databases/ruby-gdbm: GDBM module lang/ruby-tcltklib: Tcl/Tk libraries japanese/ruby-tcltklib: Tcl/Tk libraries for Japanized Tcl/Tk x11-toolkits/ruby-tk: Tk modules japanese/ruby-tk: Tk modules for Japanized Tcl/Tk lang/ruby-mode.el: Emacs lisp modules Install them as occasion demands. (Make sure to define RUBY_VER=3D1.8 when you build and install them) =3D=3D=3D=3D pkg_add urwfonts-1.0.tbz skipping urwfonts-1.0, already added pkg_add xorg-libraries-6.8.2.tbz skipping xorg-libraries-6.8.2, already added =3D=3D=3D> shujit-0.7.14_2 depends on file: /usr/local/jdk1.3.1/bin/java = - found =3D=3D=3D> shujit-0.7.14_2 depends on file: /usr/local/bin/ruby18 - found =3D=3D=3D> shujit-0.7.14_2 depends on executable: gmake - found =3D=3D=3D> shujit-0.7.14_2 depends on shared library: gdbm - found =3D=3D=3D> Configuring for shujit-0.7.14_2 creating cache ./config.cache checking host system type... i386-portbld-freebsd5 checking target system type... i386-portbld-freebsd5 checking build system type... i386-portbld-freebsd5 checking for gdbm_open in -lgdbm... yes checking whether gmake sets ${MAKE}... yes checking C compiler... checking for cc... /usr/bin/cc /usr/bin/cc checking for objdump... /usr/bin/objdump checking for ruby... /usr/local/bin/ruby checking for strip... /usr/bin/strip checking for ci... /usr/bin/ci checking for co... /usr/bin/co checking for mv... /bin/mv checking for rm... /bin/rm checking for wc... /usr/bin/wc checking for etags... no checking for which... /usr/bin/which checking for fgrep... /usr/bin/fgrep checking for sed... /usr/bin/sed checking for gawk... no checking for mawk... no checking for nawk... nawk checking version of gcc... gcc >=3D 3.0 checking install path of JDK... /usr/local/jdk1.3.1 checking for java... /usr/local/jdk1.3.1/bin/java checking for javac... /usr/local/jdk1.3.1/bin/javac checking for javah... /usr/local/jdk1.3.1/bin/javah checking for jar... /usr/local/jdk1.3.1/bin/jar checking for javadoc... /usr/local/jdk1.3.1/bin/javadoc checking version of JDK... JDK 1.3 a workaround for a problem of FreeBSD JDK 1.3.1-p6 enabled checking asm or C, which version of interpreter is used... (date: java full= version "1.3.1-p9-root-050806-00:40") assembly code version checking version of libc... checking how to run the C preprocessor... cc -E not glibc2 checking POSIX.1b Scheduling Interface... checking for sched.h... yes checking for sched_setscheduler... yes checking whether the header exists... checking for stdint.h... y= es checking whether the header exists... checking for sys/types.= h... yes checking type of an argument of monitorEnter()... uintptr_t checking whether the header exists... does not exist checking whether the JDK_HOME/include/green_threads directory exists... doe= s not exist updating cache ./config.cache creating ./config.status creating GNUmakefile creating metavm/GNUmakefile creating NET/shudo/metavm/GNUmakefile creating config.h =3D=3D=3D> Building for shujit-0.7.14_2 gmake libshujit.so VARIANT=3DOPT gmake[1]: Entering directory `/work/a/ports/java/shujit/work/shujit' /usr/bin/cc -fno-omit-frame-pointer -fPIC -I/usr/local/jdk1.3.1/include-o= ld -I/usr/local/jdk1.3.1/include-old/freebsd -I/usr/local/jdk1.3.1/include = -I/usr/local/jdk1.3.1/include/freebsd -Iobj -I/usr/local/include -c -o obj/= code.o code.c code.c: In function `assembledCode': code.c:721: warning: use of memory input without lvalue in asm operand 0 is= deprecated code.c:5801: warning: use of memory input without lvalue in asm operand 0 i= s deprecated code.c:5804: warning: use of memory input without lvalue in asm operand 0 i= s deprecated code.c:5807: warning: use of memory input without lvalue in asm operand 0 i= s deprecated code.c:5810: warning: use of memory input without lvalue in asm operand 0 i= s deprecated code.c:5813: warning: use of memory input without lvalue in asm operand 0 i= s deprecated code.c: In function `exceptionHandlerWrapper': code.c:5861: warning: use of memory input without lvalue in asm operand 0 i= s deprecated /usr/bin/cc -O -pipe -fPIC -I/usr/local/jdk1.3.1/include-old -I/usr/loc= al/jdk1.3.1/include-old/freebsd -I/usr/local/jdk1.3.1/include -I/usr/local/= jdk1.3.1/include/freebsd -Iobj -I/usr/local/include -fPIC -I/usr/local/j= dk1.3.1/include-old -I/usr/local/jdk1.3.1/include-old/freebsd -I/usr/local/= jdk1.3.1/include -I/usr/local/jdk1.3.1/include/freebsd -Iobj -I/usr/local/i= nclude -c -o obj/compiler.o compiler.c /usr/bin/cc -O -pipe -fPIC -I/usr/local/jdk1.3.1/include-old -I/usr/loc= al/jdk1.3.1/include-old/freebsd -I/usr/local/jdk1.3.1/include -I/usr/local/= jdk1.3.1/include/freebsd -Iobj -I/usr/local/include -fPIC -I/usr/local/j= dk1.3.1/include-old -I/usr/local/jdk1.3.1/include-old/freebsd -I/usr/local/= jdk1.3.1/include -I/usr/local/jdk1.3.1/include/freebsd -Iobj -I/usr/local/i= nclude -c -o obj/signal.o signal.c signal.c: In function `signalHandler': signal.c:488: warning: use of cast expressions as lvalues is deprecated signal.c:488: warning: use of cast expressions as lvalues is deprecated /usr/bin/cc -O -pipe -fPIC -I/usr/local/jdk1.3.1/include-old -I/usr/loc= al/jdk1.3.1/include-old/freebsd -I/usr/local/jdk1.3.1/include -I/usr/local/= jdk1.3.1/include/freebsd -Iobj -I/usr/local/include -fPIC -I/usr/local/j= dk1.3.1/include-old -I/usr/local/jdk1.3.1/include-old/freebsd -I/usr/local/= jdk1.3.1/include -I/usr/local/jdk1.3.1/include/freebsd -Iobj -I/usr/local/i= nclude -c -o obj/invoker.o invoker.c /usr/bin/cc -O -pipe -fPIC -I/usr/local/jdk1.3.1/include-old -I/usr/loc= al/jdk1.3.1/include-old/freebsd -I/usr/local/jdk1.3.1/include -I/usr/local/= jdk1.3.1/include/freebsd -Iobj -I/usr/local/include -fPIC -I/usr/local/j= dk1.3.1/include-old -I/usr/local/jdk1.3.1/include-old/freebsd -I/usr/local/= jdk1.3.1/include -I/usr/local/jdk1.3.1/include/freebsd -Iobj -I/usr/local/i= nclude -c -o obj/computil.o computil.c /usr/bin/cc -O -pipe -fPIC -I/usr/local/jdk1.3.1/include-old -I/usr/loc= al/jdk1.3.1/include-old/freebsd -I/usr/local/jdk1.3.1/include -I/usr/local/= jdk1.3.1/include/freebsd -Iobj -I/usr/local/include -fPIC -I/usr/local/j= dk1.3.1/include-old -I/usr/local/jdk1.3.1/include-old/freebsd -I/usr/local/= jdk1.3.1/include -I/usr/local/jdk1.3.1/include/freebsd -Iobj -I/usr/local/i= nclude -c -o obj/opcodes.o opcodes.c (cd obj && /usr/bin/objdump -dx code.o | /usr/local/bin/ruby ../gentable.rb) =2E./gentable.rb:62: warning: regex literal in condition =2E./gentable.rb:85: warning: regex literal in condition =2E./gentable.rb:193: warning: regex literal in condition =2E./gentable.rb:257: warning: regex literal in condition =2E./gentable.rb:233: warning: regex literal in condition =2E./gentable.rb:192: warning: regex literal in condition =2E./gentable.rb:165: warning: regex literal in condition /usr/bin/cc -O -pipe -fPIC -I/usr/local/jdk1.3.1/include-old -I/usr/loc= al/jdk1.3.1/include-old/freebsd -I/usr/local/jdk1.3.1/include -I/usr/local/= jdk1.3.1/include/freebsd -Iobj -I/usr/local/include -fPIC -I/usr/local/j= dk1.3.1/include-old -I/usr/local/jdk1.3.1/include-old/freebsd -I/usr/local/= jdk1.3.1/include -I/usr/local/jdk1.3.1/include/freebsd -Iobj -I/usr/local/i= nclude -c -o obj/compile.o compile.c compile.c: In function `makeBlockStructure': compile.c:1969: error: label at end of compound statement gmake[1]: *** [obj/compile.o] Error 1 gmake[1]: Leaving directory `/work/a/ports/java/shujit/work/shujit' gmake: *** [optimized] Error 2 *** Error code 2 Stop in /a/ports/java/shujit. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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 Sat Aug 6 07:17:04 UTC 2005 ----- End forwarded message ----- --XRI2XbIfl/05pQwm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC9OpiWry0BWjoQKURAlJLAKDc1Sa+b4EmZeOYBQ/Fnk7LLg+X4gCg5hFA 2J1SyvAHaoEusxEuez5R3Yc= =wHHY -----END PGP SIGNATURE----- --XRI2XbIfl/05pQwm--