From owner-freebsd-java@FreeBSD.ORG Mon Jan 11 02:30:13 2010 Return-Path: Delivered-To: java@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C64E31065672; Mon, 11 Jan 2010 02:30:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9D61F8FC22; Mon, 11 Jan 2010 02:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o0B2UD7r039147; Mon, 11 Jan 2010 02:30:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o0B2UDmd039135; Mon, 11 Jan 2010 02:30:13 GMT (envelope-from edwin) Date: Mon, 11 Jan 2010 02:30:13 GMT Message-Id: <201001110230.o0B2UDmd039135@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, java@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/142704: [PATCH] java/jai-imageio: use $SUB_FILES to dynamically adjust pkg-message 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, 11 Jan 2010 02:30:13 -0000 Synopsis: [PATCH] java/jai-imageio: use $SUB_FILES to dynamically adjust pkg-message Responsible-Changed-From-To: freebsd-ports-bugs->java Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jan 11 02:30:12 UTC 2010 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=142704 From owner-freebsd-java@FreeBSD.ORG Mon Jan 11 02:46:42 2010 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF2FF106566B for ; Mon, 11 Jan 2010 02:46:42 +0000 (UTC) (envelope-from sevan@newbie.thingamajig-systems.co.uk) Received: from newbie.thingamajig-systems.co.uk (newbie.thingamajig-systems.co.uk [93.97.185.103]) by mx1.freebsd.org (Postfix) with ESMTP id 0F1DC8FC0C for ; Mon, 11 Jan 2010 02:46:41 +0000 (UTC) Received: from newbie.thingamajig-systems.co.uk (localhost [127.0.0.1]) by newbie.thingamajig-systems.co.uk (8.14.3/8.14.3) with ESMTP id o0B2I7lk019103; Mon, 11 Jan 2010 02:18:07 GMT (envelope-from sevan@newbie.thingamajig-systems.co.uk) Received: (from root@localhost) by newbie.thingamajig-systems.co.uk (8.14.3/8.14.3/Submit) id o0B2I7iV019102; Mon, 11 Jan 2010 02:18:07 GMT (envelope-from sevan) Date: Mon, 11 Jan 2010 02:18:07 GMT Message-Id: <201001110218.o0B2I7iV019102@newbie.thingamajig-systems.co.uk> To: FreeBSD-gnats-submit@freebsd.org From: Sevan Janiyan X-send-pr-version: 3.113 X-GNATS-Notify: Cc: java@freebsd.org Subject: [PATCH] java/jai-imageio: use $SUB_FILES to dynamically adjust pkg-message 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, 11 Jan 2010 02:46:42 -0000 >Submitter-Id: current-users >Originator: Sevan Janiyan >Organization: >Confidential: no >Synopsis: [PATCH] java/jai-imageio: use $SUB_FILES to dynamically adjust pkg-message >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 8.0-RELEASE-p2 amd64 >Environment: System: FreeBSD newbie.thingamajig-systems.co.uk 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan 5 21:11:58 UTC >Description: use $SUB_FILES & SUB_LIST to dynamically adjust pkg-message instead of invoking sed manually IGNORE & RESTRICTED messages should not be quoted Added file(s): - files/pkg-message-jre.in - files/pkg-message-libmap.in Removed file(s): - pkg-message-jre - pkg-message-libmap Port maintainer (java@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- jai-imageio-1.0_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/java/jai-imageio/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 6 Jun 2008 13:38:37 -0000 1.5 +++ Makefile 11 Jan 2010 02:14:12 -0000 @@ -21,7 +21,7 @@ NO_BUILD= yes ONLY_FOR_ARCHS= i386 -RESTRICTED= "Redistribution is not permitted" +RESTRICTED= Redistribution is not permitted DOWNLOAD_URL= http://java.sun.com/products/java-media/jai/downloads/download-iio.html @@ -32,7 +32,7 @@ .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) -IGNORE= "You must manually fetch the \"Linux Install\" distribution \(${DISTNAME}${EXTRACT_SUFX}\) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again" +IGNORE= you must manually fetch the "Linux Install" distribution (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again .endif .if ${JAVA_PORT_OS} == "native" @@ -48,14 +48,15 @@ pre-install: .if defined(NOINSTALL_IN_JRE) - @${SED} -e "s:%%TARGET_DIR%%:${TARGET_DIR}:g" ${MASTERDIR}/pkg-message-jre > ${PKGMESSAGE} +SUB_FILES= pkg-message-jre +SUB_LIST= TARGET_DIR=${TARGET_DIR} .endif .if defined(WITH_PLUGINWRAPPER) +SUB_FILES= pkg-message-libmap .if defined(NOINSTALL_IN_JRE) - @${ECHO_CMD} >> ${PKGMESSAGE} - @${SED} -e "s:%%LIBDIR%%:${TARGET_DIR}/lib:g" ${MASTERDIR}/pkg-message-libmap >> ${PKGMESSAGE} +SUB_LIST= LIBDIR=${TARGET_DIR}/lib .else - @${SED} -e "s:%%LIBDIR%%:${JAVA_HOME}/jre/lib/i386:g" ${MASTERDIR}/pkg-message-libmap > ${PKGMESSAGE} +SUB_LIST= LIBDIR=${JAVA_HOME}/jre/lib/i386 .endif .endif Index: pkg-message-jre =================================================================== RCS file: pkg-message-jre diff -N pkg-message-jre --- pkg-message-jre 11 Jan 2004 10:53:07 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,7 +0,0 @@ -The JAI Image I/O Tools are not installed in JRE, so you have to add - %%TARGET_DIR%%/jar/clibwrapper_jiio.jar - %%TARGET_DIR%%/jar/jai_imageio.jar - %%TARGET_DIR%%/jar/mlibwrapper_jai.jar -to the CLASSPATH environment variable, and add - %%TARGET_DIR%%/lib -to the LD_LIBRARY_PATH environment variable. Index: pkg-message-libmap =================================================================== RCS file: pkg-message-libmap diff -N pkg-message-libmap --- pkg-message-libmap 11 Jan 2004 10:53:07 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,7 +0,0 @@ -In order to use the JAI Image I/O Tools on FreeBSD native JavaVM, -describe as follows to your /etc/libmap.conf. -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -[%%LIBDIR%%/libclib_jiio.so] -libm.so.6 libm.so.2 -libc.so.6 pluginwrapper/jai.so -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Index: files/pkg-message-jre.in =================================================================== RCS file: files/pkg-message-jre.in diff -N files/pkg-message-jre.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/pkg-message-jre.in 11 Jan 2010 02:14:12 -0000 @@ -0,0 +1,7 @@ +The JAI Image I/O Tools are not installed in JRE, so you have to add + %%TARGET_DIR%%/jar/clibwrapper_jiio.jar + %%TARGET_DIR%%/jar/jai_imageio.jar + %%TARGET_DIR%%/jar/mlibwrapper_jai.jar +to the CLASSPATH environment variable, and add + %%TARGET_DIR%%/lib +to the LD_LIBRARY_PATH environment variable. Index: files/pkg-message-libmap.in =================================================================== RCS file: files/pkg-message-libmap.in diff -N files/pkg-message-libmap.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/pkg-message-libmap.in 11 Jan 2010 02:14:12 -0000 @@ -0,0 +1,7 @@ +In order to use the JAI Image I/O Tools on FreeBSD native JavaVM, +describe as follows to your /etc/libmap.conf. +- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +[%%LIBDIR%%/libclib_jiio.so] +libm.so.6 libm.so.2 +libc.so.6 pluginwrapper/jai.so +- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --- jai-imageio-1.0_2.patch ends here --- From owner-freebsd-java@FreeBSD.ORG Mon Jan 11 02:56:58 2010 Return-Path: Delivered-To: java@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EE09106566B; Mon, 11 Jan 2010 02:56:58 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 461A38FC16; Mon, 11 Jan 2010 02:56:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o0B2uwrH065861; Mon, 11 Jan 2010 02:56:58 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o0B2uwro065857; Mon, 11 Jan 2010 02:56:58 GMT (envelope-from pgollucci) Date: Mon, 11 Jan 2010 02:56:58 GMT Message-Id: <201001110256.o0B2uwro065857@freefall.freebsd.org> To: pgollucci@FreeBSD.org, pgollucci@FreeBSD.org, java@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/142704: [PATCH] java/jai-imageio: use $SUB_FILES to dynamically adjust pkg-message 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, 11 Jan 2010 02:56:58 -0000 Synopsis: [PATCH] java/jai-imageio: use $SUB_FILES to dynamically adjust pkg-message Responsible-Changed-From-To: pgollucci->java Responsible-Changed-By: pgollucci Responsible-Changed-When: Mon Jan 11 02:56:57 UTC 2010 Responsible-Changed-Why: oops http://www.freebsd.org/cgi/query-pr.cgi?pr=142704 From owner-freebsd-java@FreeBSD.ORG Mon Jan 11 11:07:04 2010 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4054C10656A7 for ; Mon, 11 Jan 2010 11:07:04 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 168DA8FC2C for ; Mon, 11 Jan 2010 11:07:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o0BB73bb034717 for ; Mon, 11 Jan 2010 11:07:03 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o0BB735h034715 for freebsd-java@FreeBSD.org; Mon, 11 Jan 2010 11:07:03 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 11 Jan 2010 11:07:03 GMT Message-Id: <201001111107.o0BB735h034715@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-java@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-java@FreeBSD.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jan 2010 11:07:04 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o java/141919 java Serious remote vulnerability in the JRE o ports/139479 java java/linux-sun-jdk16 port doesn't work / needs update o java/138729 java java/jdk16: setting 'export AWT_TOOLKIT=MToolkit' caus o java/138728 java java/jdk16: SIGSEGV in java runtime o ports/138706 java /lib/libz.so version bump prevents java/jdk* from upgr o java/128948 java java/jdk16 built from source can't bind a socket, but o java/128809 java JVM aborted when GNU RXTX write to serial port. o java/123555 java linux-sun-jdk15, linux-sun-jdk16 produce a coredump o java/122513 java native JDKs unbuildable with Linux ones o java/121692 java java/jdk16: Java 1.5 1.5.0.14p8 crashes in RMI TCP Con o ports/121420 java java/jdk16: Java applet fails to find class under fire o ports/121416 java java/jdk15 can't build if BIN environment variable is o ports/120372 java java/linux-sun-jdk16: linux-sun-jre1.6.0 plugin doesn' o java/120146 java java/jdk15: netbeans 6.0 causes java core dump on amd6 o ports/119732 java java/linux-sun-jre16: linux-sun-jre16 plugin doesn't w o java/119063 java An unexpected error has been detected by Java Runtime o java/118956 java eclipse and netbeans break on diablo-jdk15 o java/118496 java Eclipse packages do not work with 6.3-RC1/amd64 o ports/116841 java cannot build java/jdk16 by using java/linux-sun-jdk16 o java/116667 java linux-sun-javac1.4 hangs on SMP o ports/116082 java java/linux-sun-jdk16 jconsole is unable to connect to o java/115773 java [request] java.nio channel selectors should use kqueue o java/114644 java tomcat goes out of PermSpace, jvm crashes o ports/113751 java java/linux-sun-jdk15: linux-sun-jdk-1.5.0.12,2 - java o ports/113467 java Multiple "missing return value" errors building JDK on o java/112595 java Java appletviewer frequently hangs (kse_release loop) o java/110912 java Java krb5 client leaks UDP connections f java/105482 java diablo-jdk1.5.0/jdk-1.5.0 java.nio.Selector bug o java/97461 java Diablo JDK does not report Update level in a format su o ports/84742 java make ports/java/jdk14 use dynamic Motif librarires s java/62837 java linux-sun-jdk14 executables hang with COMPAT_LINUX in s ports/56928 java jce-aba port should install to $JAVA_HOME/jre/lib/ext 32 problems total. From owner-freebsd-java@FreeBSD.ORG Mon Jan 11 11:07:26 2010 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 756BD106568B for ; Mon, 11 Jan 2010 11:07:26 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4CB188FC2D for ; Mon, 11 Jan 2010 11:07:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o0BB7QWw035041 for ; Mon, 11 Jan 2010 11:07:26 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o0BB7PpR035039 for java@FreeBSD.org; Mon, 11 Jan 2010 11:07:25 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 11 Jan 2010 11:07:25 GMT Message-Id: <201001111107.o0BB7PpR035039@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: java@FreeBSD.org Cc: Subject: Current problem reports assigned to java@FreeBSD.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jan 2010 11:07:26 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/142704 java [PATCH] java/jai-imageio: use $SUB_FILES to dynamicall 1 problem total. From owner-freebsd-java@FreeBSD.ORG Mon Jan 11 11:40:38 2010 Return-Path: Delivered-To: java@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34848106566B; Mon, 11 Jan 2010 11:40:38 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0DB098FC13; Mon, 11 Jan 2010 11:40:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o0BBebZM071436; Mon, 11 Jan 2010 11:40:37 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o0BBebjY071426; Mon, 11 Jan 2010 11:40:37 GMT (envelope-from linimon) Date: Mon, 11 Jan 2010 11:40:37 GMT Message-Id: <201001111140.o0BBebjY071426@freefall.freebsd.org> To: linimon@FreeBSD.org, java@FreeBSD.org, freebsd-java@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/142704: [PATCH] java/jai-imageio: use $SUB_FILES to dynamically adjust pkg-message 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, 11 Jan 2010 11:40:38 -0000 Synopsis: [PATCH] java/jai-imageio: use $SUB_FILES to dynamically adjust pkg-message Responsible-Changed-From-To: java->freebsd-java Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jan 11 11:40:24 UTC 2010 Responsible-Changed-Why: Canonicalize assignment. http://www.freebsd.org/cgi/query-pr.cgi?pr=142704 From owner-freebsd-java@FreeBSD.ORG Mon Jan 11 11:40:38 2010 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34848106566B; Mon, 11 Jan 2010 11:40:38 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0DB098FC13; Mon, 11 Jan 2010 11:40:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o0BBebZM071436; Mon, 11 Jan 2010 11:40:37 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o0BBebjY071426; Mon, 11 Jan 2010 11:40:37 GMT (envelope-from linimon) Date: Mon, 11 Jan 2010 11:40:37 GMT Message-Id: <201001111140.o0BBebjY071426@freefall.freebsd.org> To: linimon@FreeBSD.org, java@FreeBSD.org, freebsd-java@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/142704: [PATCH] java/jai-imageio: use $SUB_FILES to dynamically adjust pkg-message 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, 11 Jan 2010 11:40:38 -0000 Synopsis: [PATCH] java/jai-imageio: use $SUB_FILES to dynamically adjust pkg-message Responsible-Changed-From-To: java->freebsd-java Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jan 11 11:40:24 UTC 2010 Responsible-Changed-Why: Canonicalize assignment. http://www.freebsd.org/cgi/query-pr.cgi?pr=142704 From owner-freebsd-java@FreeBSD.ORG Tue Jan 12 00:38:47 2010 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4613D106566B for ; Tue, 12 Jan 2010 00:38:47 +0000 (UTC) (envelope-from craig001@lerwick.hopto.org) Received: from lerwick.hopto.org (81-178-20-70.dsl.pipex.com [81.178.20.70]) by mx1.freebsd.org (Postfix) with ESMTP id 85BC48FC1E for ; Tue, 12 Jan 2010 00:38:46 +0000 (UTC) Received: (qmail 6303 invoked by uid 98); 12 Jan 2010 00:24:08 +0000 Received: from 192.168.0.100 by polaris.lerwick.hopto.org (envelope-from , uid 82) with qmail-scanner-2.01 (clamdscan: 0.95.1/9971. hbedv: 7.9.1.53/7.1.6.174. spamassassin: 3.2.5. Clear:RC:1(192.168.0.100):. Processed in 3.504262 secs); 12 Jan 2010 00:24:08 -0000 Received: from unknown (HELO x60.lerwick.hopto.org) (192.168.0.100) by lerwick.hopto.org with SMTP; 12 Jan 2010 00:24:04 +0000 Message-ID: <4B4BBE73.2030601@lerwick.hopto.org> Date: Tue, 12 Jan 2010 00:12:35 +0000 From: Craig Butler User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.5) Gecko/20091221 Lightning/1.0b2pre Thunderbird/3.0 MIME-Version: 1.0 To: Greg Lewis References: <20091215073312.GA44797@misty.eyesbeyond.com> In-Reply-To: <20091215073312.GA44797@misty.eyesbeyond.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-sparc64@FreeBSD.org, freebsd-java@FreeBSD.org Subject: Re: Java on FreeBSD/sparc64 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, 12 Jan 2010 00:38:47 -0000 On 15/12/2009 07:33, Greg Lewis wrote: > It's slow and I'm not particularly confident of how well it works on SMP. > But if you're feeling adventurous and have FreeBSD/sparc64 8.0 and a yen > to use Java then you might be interested in trying it out. > > http://people.freebsd.org/~glewis/openjdk7-freebsd-8.0-sparc64.tar.gz > > Note that this isn't a package, its just a tarball based on the BSD port > of OpenJDK 7. > > If you were particuarly keen you could install Mercurial with the forest > extension, hg fclone http://hg.openjdk.java.net/bsd-port/bsd-port/ and > see if you could use it as a bootstrap to port HotSpot so it was faster. > > Sorry, I don't think I have the bandwidth to get this going on 7.x right > now. If you'd like to I can outline roughly what I did. > > There will eventually be an openjdk7 port that will make this easier. > > Greg Thank you very much, I can confirm this is working with the latest 8 stable as compiled earlier today. I had to install devel/libffi to satisfy a dependency for java executable. I unpacked the openjdk tarball into /usr/local and included the bin path into my PATH environmental variable. Simple hello world program compiles and runs... brilliant :*) java on sparc64 under freebsd, perfect Cheers Craig B From owner-freebsd-java@FreeBSD.ORG Tue Jan 12 23:51:49 2010 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B7611065672 for ; Tue, 12 Jan 2010 23:51:49 +0000 (UTC) (envelope-from freebsd@insightbb.com) Received: from mxsf10.insightbb.com (mxsf10.insightbb.com [74.128.0.92]) by mx1.freebsd.org (Postfix) with ESMTP id DD9258FC15 for ; Tue, 12 Jan 2010 23:51:48 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.49,264,1262581200"; d="scan'208";a="24368407" Received: from unknown (HELO asav02.insightbb.com) ([172.31.249.123]) by mxsf10.insightbb.com with ESMTP; 12 Jan 2010 18:23:39 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvQEAOeSTEvQLicL/2dsb2JhbACBQ9VChDAE X-IronPort-AV: E=Sophos;i="4.49,264,1262581200"; d="scan'208";a="343479712" Received: from 208-46-39-11.dia.static.qwest.net (HELO laptop2.stevenfriedrich.org) ([208.46.39.11]) by asavout02.manage.insightbb.com with ESMTP; 12 Jan 2010 18:23:38 -0500 From: Steven Friedrich To: freebsd-java@freebsd.org Date: Tue, 12 Jan 2010 18:23:24 -0500 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; i386; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201001121823.25041.freebsd@insightbb.com> Subject: diablo-jdk1.5.0 needs rebuild due to removal of KSE? 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, 12 Jan 2010 23:51:49 -0000 I have diablo-jdk-1.5.0.07.01_17 Java Development Kit 1.5.0_07.01 installed, but that doesn't appear to satisfy openoffice-3, so I tried to install jdk-1.6.0.3p4_13, but it failed with: Fatal error 'kse_create() failed ' at line 469 in file /usr/src/lib/libpthread/thread/thr_kern.c (errno = 2) *** An XSLT processor (J2SE 1.4.x or newer) is required to bootstrap this build % /usr/local/diablo-jdk1.5.0/bin/java -version Fatal error 'kse_create() failed ' at line 469 in file /usr/src/lib/libpthread/thread/thr_kern.c (errno = 2) I think I have recently read that KSE has been finally removed from FreeBSD 8.0R Do I need to rebuild this port, due to that? From owner-freebsd-java@FreeBSD.ORG Wed Jan 13 08:09:18 2010 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF8AA1065670 for ; Wed, 13 Jan 2010 08:09:18 +0000 (UTC) (envelope-from achill@matrix.gatewaynet.com) Received: from smadev.internal.net (host3.dynacom.ondsl.gr [62.103.35.211]) by mx1.freebsd.org (Postfix) with ESMTP id 332718FC08 for ; Wed, 13 Jan 2010 08:09:17 +0000 (UTC) Received: from smadev.internal.net (localhost [127.0.0.1]) by smadev.internal.net (8.14.2/8.14.2) with ESMTP id o0D89EK1047552; Wed, 13 Jan 2010 10:09:14 +0200 (EET) (envelope-from achill@matrix.gatewaynet.com) Received: from localhost (localhost [[UNIX: localhost]]) by smadev.internal.net (8.14.2/8.14.2/Submit) id o0D89AWA047550; Wed, 13 Jan 2010 10:09:10 +0200 (EET) (envelope-from achill@matrix.gatewaynet.com) From: Achilleas Mantzios Organization: Dynacom Tankers Mgmt To: freebsd-java@freebsd.org Date: Wed, 13 Jan 2010 10:09:09 +0200 User-Agent: KMail/1.9.7 References: <201001121823.25041.freebsd@insightbb.com> In-Reply-To: <201001121823.25041.freebsd@insightbb.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <201001131009.10002.achill@matrix.gatewaynet.com> Cc: Steven Friedrich Subject: Re: diablo-jdk1.5.0 needs rebuild due to removal of KSE? 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, 13 Jan 2010 08:09:18 -0000 Can you do a # uname -a # ldd /usr/local/diablo-jdk1.5.0/bin/java # cat /etc/libmap.conf (if any) ? Why don't you try the binary package of openjdk? In my case (8.0-RELEASE-p2) openoffice.org-3.1.1 with openjdk6-b16_2 works = fine. Anyway, bear in mind that diablo requires COMPAT_FREEBSD7 to be compiled in= your kernel. Is that the case with your system? =CE=A3=CF=84=CE=B9=CF=82 Wednesday 13 January 2010 01:23:24 =CE=BF/=CE=B7 S= teven Friedrich =CE=AD=CE=B3=CF=81=CE=B1=CF=88=CE=B5: > I have diablo-jdk-1.5.0.07.01_17 Java Development Kit 1.5.0_07.01 install= ed,=20 > but that doesn't appear to satisfy openoffice-3, so I tried to install=20 > jdk-1.6.0.3p4_13, but it failed with: >=20 > Fatal error 'kse_create() failed = =20 > ' at line 469 in file /usr/src/lib/libpthread/thread/thr_kern.c (errno = =3D 2) =20 > *** An XSLT processor (J2SE 1.4.x or newer) is required to bootstrap this= =20 > build =20 >=20 >=20 > % /usr/local/diablo-jdk1.5.0/bin/java -version > Fatal error 'kse_create() failed > ' at line 469 in file /usr/src/lib/libpthread/thread/thr_kern.c (errno = =3D 2) >=20 > I think I have recently read that KSE has been finally removed from FreeB= SD=20 > 8.0R >=20 > Do I need to rebuild this port, due to that? > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" >=20 =2D-=20 Achilleas Mantzios From owner-freebsd-java@FreeBSD.ORG Wed Jan 13 15:29:20 2010 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 200101065696 for ; Wed, 13 Jan 2010 15:29:20 +0000 (UTC) (envelope-from openjdk@getsnappy.com) Received: from mailA.getsnappy.com (mailA.getsnappy.com [72.29.186.40]) by mx1.freebsd.org (Postfix) with ESMTP id E8DAC8FC19 for ; Wed, 13 Jan 2010 15:29:19 +0000 (UTC) Received: from [192.168.1.8] (66-214-200-166.dhcp.snlo.ca.charter.com [66.214.200.166]) by mailA.getsnappy.com (8.14.3/8.14.3) with ESMTP id o0DFSKFn023679 for ; Wed, 13 Jan 2010 07:29:19 -0800 (PST) (envelope-from openjdk@getsnappy.com) From: Brian Gardner Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 13 Jan 2010 07:29:19 -0800 Message-Id: <69FBC1B0-2FE0-460B-BAA3-45C678894EF3@getsnappy.com> To: "freebsd-java @ freebsd. org" Mime-Version: 1.0 (Apple Message framework v1077) X-Mailer: Apple Mail (2.1077) Cc: Subject: openjdk6-b17 rc2 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, 13 Jan 2010 15:29:20 -0000 http://www.getsnappy.com/downloads/openjdk6-b17-pr4-rc2.tar.gz http://www.getsnappy.com/downloads/jtreg-try2.tar.gz From owner-freebsd-java@FreeBSD.ORG Wed Jan 13 15:21:24 2010 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0DA4106566C; Wed, 13 Jan 2010 15:21:24 +0000 (UTC) (envelope-from openjdk@getsnappy.com) Received: from mailA.getsnappy.com (mailA.getsnappy.com [72.29.186.40]) by mx1.freebsd.org (Postfix) with ESMTP id 644B28FC12; Wed, 13 Jan 2010 15:21:24 +0000 (UTC) Received: from [192.168.1.8] (66-214-200-166.dhcp.snlo.ca.charter.com [66.214.200.166]) by mailA.getsnappy.com (8.14.3/8.14.3) with ESMTP id o0DFL3Kc023246; Wed, 13 Jan 2010 07:21:03 -0800 (PST) (envelope-from openjdk@getsnappy.com) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: multipart/mixed; boundary=Apple-Mail-55--526467190 From: Brian Gardner In-Reply-To: <4B4DE1D8.6000401@FreeBSD.org> Date: Wed, 13 Jan 2010 07:20:57 -0800 Message-Id: <10420F74-61AD-4A51-8D11-4F437FD4D88B@getsnappy.com> References: <4B4B0BBE.2080901@FreeBSD.org> <0DADD574-8B14-416E-AB33-E4CA095AAB25@getsnappy.com> <4B4DE1D8.6000401@FreeBSD.org> To: Alex Dupre X-Mailer: Apple Mail (2.1077) X-Mailman-Approved-At: Wed, 13 Jan 2010 16:35:01 +0000 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-java @ freebsd. org" Subject: Re: openjdk6 port improvements 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, 13 Jan 2010 15:21:24 -0000 --Apple-Mail-55--526467190 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Please hold off as I'm working on getting b17 committed. I did = integrate your patch into rc2 : ) I'll try and get it commited today. = Here is rc2. Thanks, Brian --Apple-Mail-55--526467190 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On Jan 13, 2010, at 7:08 AM, Alex Dupre wrote: > Brian Gardner ha scritto: >> Hey Alex, >> The patch looks great. =20 >=20 > So may I commit it? >=20 >> Greg, it looks like Alex has found a way to build the unrestricted = JCE policy files by modifying >> jdk/make/javax/crypto/Makefile so it doesn't have to be manually = downloaded. >> Would you know if this this legal? >=20 > I think it's perfectly legal, there is nothing to agree with for > downloading the unrestricted policy files, they could even be created > from scratch, it's just a matter of safe defaults and the conscious = will > to install them. > The only difference between the downloaded and the compiled versions = is > that the former are digitally signed, but speaking about openjdk = nothing > is signed (JCA/JCE providers, default policy files and so on). >=20 > --=20 > Alex Dupre >=20 --Apple-Mail-55--526467190-- From owner-freebsd-java@FreeBSD.ORG Wed Jan 13 17:42:42 2010 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED8011065679 for ; Wed, 13 Jan 2010 17:42:42 +0000 (UTC) (envelope-from freebsd@insightbb.com) Received: from mxsf03.insightbb.com (mxsf03.insightbb.com [74.128.0.64]) by mx1.freebsd.org (Postfix) with ESMTP id B7D388FC17 for ; Wed, 13 Jan 2010 17:42:42 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.49,269,1262581200"; d="scan'208";a="782207320" Received: from unknown (HELO asav01.insightbb.com) ([172.31.249.123]) by mxsf03.insightbb.com with ESMTP; 13 Jan 2010 12:42:41 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvQEAC+VTUvQLicL/2dsb2JhbACBRIIbxgGNZoErgi9WBIVv X-IronPort-AV: E=Sophos;i="4.49,269,1262581200"; d="scan'208";a="241239907" Received: from 208-46-39-11.dia.static.qwest.net (HELO laptop2.stevenfriedrich.org) ([208.46.39.11]) by asavout01.insightbb.com with ESMTP; 13 Jan 2010 12:42:41 -0500 From: Steven Friedrich To: Achilleas Mantzios Date: Wed, 13 Jan 2010 12:42:34 -0500 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; i386; ; ) References: <201001121823.25041.freebsd@insightbb.com> <201001131009.10002.achill@matrix.gatewaynet.com> In-Reply-To: <201001131009.10002.achill@matrix.gatewaynet.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201001131242.35184.freebsd@insightbb.com> Cc: freebsd-java@freebsd.org Subject: Re: diablo-jdk1.5.0 needs rebuild due to removal of KSE? 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, 13 Jan 2010 17:42:43 -0000 On Wednesday 13 January 2010 03:09:09 am Achilleas Mantzios wrote: > Can you do a > # uname -a > # ldd /usr/local/diablo-jdk1.5.0/bin/java > # cat /etc/libmap.conf (if any) > ? > Why don't you try the binary package of openjdk? > In my case (8.0-RELEASE-p2) openoffice.org-3.1.1 with openjdk6-b16_2 works > fine. Anyway, bear in mind that diablo requires COMPAT_FREEBSD7 to be > compiled in your kernel. Is that the case with your system? >=20 > =CE=A3=CF=84=CE=B9=CF=82 Wednesday 13 January 2010 01:23:24 =CE=BF/=CE=B7= Steven Friedrich =CE=AD=CE=B3=CF=81=CE=B1=CF=88=CE=B5: > > I have diablo-jdk-1.5.0.07.01_17 Java Development Kit 1.5.0_07.01 > > installed, but that doesn't appear to satisfy openoffice-3, so I tried = to > > install jdk-1.6.0.3p4_13, but it failed with: > > > > Fatal error 'kse_create() failed > > ' at line 469 in file /usr/src/lib/libpthread/thread/thr_kern.c (errno = =3D > > 2) *** An XSLT processor (J2SE 1.4.x or newer) is required to bootstrap > > this build > > > > > > % /usr/local/diablo-jdk1.5.0/bin/java -version > > Fatal error 'kse_create() failed > > ' at line 469 in file /usr/src/lib/libpthread/thread/thr_kern.c (errno = =3D > > 2) > > > > I think I have recently read that KSE has been finally removed from > > FreeBSD 8.0R > > > > Do I need to rebuild this port, due to that? > > _______________________________________________ > > freebsd-java@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-java > > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" >=20 Thanks for your ideas. I uninstalled diablo-jdk-1.5 and installed diablo-jdk-1.6.0.07.02_7 Java=20 Development Kit 1.6.0_07.02. Now, OpenOffice is compiling away. It's been running over 10 hours. From owner-freebsd-java@FreeBSD.ORG Thu Jan 14 06:52:15 2010 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 590DD1065670 for ; Thu, 14 Jan 2010 06:52:15 +0000 (UTC) (envelope-from achill@matrix.gatewaynet.com) Received: from smadev.internal.net (host3.dynacom.ondsl.gr [62.103.35.211]) by mx1.freebsd.org (Postfix) with ESMTP id C0D7A8FC15 for ; Thu, 14 Jan 2010 06:52:13 +0000 (UTC) Received: from smadev.internal.net (localhost [127.0.0.1]) by smadev.internal.net (8.14.2/8.14.2) with ESMTP id o0E6qCxI063233; Thu, 14 Jan 2010 08:52:12 +0200 (EET) (envelope-from achill@matrix.gatewaynet.com) Received: from localhost (localhost [[UNIX: localhost]]) by smadev.internal.net (8.14.2/8.14.2/Submit) id o0E6qBUZ063232; Thu, 14 Jan 2010 08:52:11 +0200 (EET) (envelope-from achill@matrix.gatewaynet.com) From: Achilleas Mantzios Organization: Dynacom Tankers Mgmt To: Steven Friedrich Date: Thu, 14 Jan 2010 08:52:10 +0200 User-Agent: KMail/1.9.7 References: <201001121823.25041.freebsd@insightbb.com> <201001131009.10002.achill@matrix.gatewaynet.com> <201001131242.35184.freebsd@insightbb.com> In-Reply-To: <201001131242.35184.freebsd@insightbb.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <201001140852.11395.achill@matrix.gatewaynet.com> Cc: freebsd-java@freebsd.org Subject: Re: diablo-jdk1.5.0 needs rebuild due to removal of KSE? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jan 2010 06:52:15 -0000 =CE=A3=CF=84=CE=B9=CF=82 Wednesday 13 January 2010 19:42:34 =CE=BF/=CE=B7 S= teven Friedrich =CE=AD=CE=B3=CF=81=CE=B1=CF=88=CE=B5: >=20 > Now, OpenOffice is compiling away. It's been running over 10 hours. >=20 Why don't you try the binary package? We are in 2010, and FreeBSD has compiled packages for all major ports! =2D-=20 Achilleas Mantzios From owner-freebsd-java@FreeBSD.ORG Thu Jan 14 15:57:36 2010 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CFAA106568B for ; Thu, 14 Jan 2010 15:57:36 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smtp-out2.tiscali.nl (smtp-out2.tiscali.nl [195.241.79.177]) by mx1.freebsd.org (Postfix) with ESMTP id E14088FC0C for ; Thu, 14 Jan 2010 15:57:35 +0000 (UTC) Received: from [212.123.145.58] (helo=sjakie.klop.ws) by smtp-out2.tiscali.nl with esmtp (Exim) (envelope-from ) id 1NVS4k-0001w2-Hz; Thu, 14 Jan 2010 16:57:34 +0100 Received: from 212-123-145-58.ip.telfort.nl (localhost [127.0.0.1]) by sjakie.klop.ws (Postfix) with ESMTP id AD3F6ED81; Thu, 14 Jan 2010 16:57:28 +0100 (CET) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: "Brian Gardner" , "freebsd-java @ freebsd. org" References: <69FBC1B0-2FE0-460B-BAA3-45C678894EF3@getsnappy.com> Date: Thu, 14 Jan 2010 16:57:28 +0100 MIME-Version: 1.0 From: "Ronald Klop" Message-ID: In-Reply-To: <69FBC1B0-2FE0-460B-BAA3-45C678894EF3@getsnappy.com> User-Agent: Opera Mail/10.10 (FreeBSD) Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: openjdk6-b17 rc2 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jan 2010 15:57:36 -0000 On Wed, 13 Jan 2010 16:29:19 +0100, Brian Gardner = =20 wrote: > http://www.getsnappy.com/downloads/openjdk6-b17-pr4-rc2.tar.gz > http://www.getsnappy.com/downloads/jtreg-try2.tar.gz Hi, This openjdk6-b17 runs good, but I can't get the jtreg stuff to do =20 anything. There is no JTREG stuff in openjdk6-b17/Makefile anymore. Are =20 there new instructions? Ronald. From owner-freebsd-java@FreeBSD.ORG Thu Jan 14 15:59:23 2010 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63E291065692 for ; Thu, 14 Jan 2010 15:59:23 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smtp-out1.tiscali.nl (smtp-out1.tiscali.nl [195.241.79.176]) by mx1.freebsd.org (Postfix) with ESMTP id EA08A8FC18 for ; Thu, 14 Jan 2010 15:59:22 +0000 (UTC) Received: from [212.123.145.58] (helo=sjakie.klop.ws) by smtp-out1.tiscali.nl with esmtp (Exim) (envelope-from ) id 1NVS6T-0001cD-LM for freebsd-java@freebsd.org; Thu, 14 Jan 2010 16:59:21 +0100 Received: from 212-123-145-58.ip.telfort.nl (localhost [127.0.0.1]) by sjakie.klop.ws (Postfix) with ESMTP id 6C6F3ED84 for ; Thu, 14 Jan 2010 16:59:18 +0100 (CET) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: "freebsd-java@freebsd.org" References: <21097791.14281242121898393.JavaMail.tomcat@localhost> Date: Thu, 14 Jan 2010 16:59:18 +0100 MIME-Version: 1.0 From: "Ronald Klop" Message-ID: In-Reply-To: User-Agent: Opera Mail/10.10 (FreeBSD) Content-Transfer-Encoding: quoted-printable Subject: Re: Fwd: openjdk6 error in Locale (solved in new -b17) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jan 2010 15:59:23 -0000 On Fri, 22 May 2009 14:01:35 +0200, Ronald Klop =20 wrote: > On Sun, 17 May 2009 14:41:01 +0200, Ronald Klop =20 > wrote: > >> Hi, >> >> I sent this to the maintainer of the openjdk6 port, but thought it wou= ld >> be good to share it with you to? >> >> If I run the attached programm with port java/openjdk6 (b14 and b16) I= =20 >> get >> this output. >> displayname: Dutch >> decimal: . >> grouping: , >> dateformat: AD >> displayname: Dutch (Netherlands) >> decimal: . >> grouping: , >> dateformat: AD >> >> If I run it with port java/jdk16 I get. >> displayname: Dutch >> decimal: , >> grouping: . >> dateformat: AD >> displayname: Dutch (Netherlands) >> decimal: , >> grouping: . >> dateformat: AD >> >> As you see the 'decimal' and 'grouping' are reverted. The last output = is >> correct for The Netherlands. >> This is all on 7.2-STABLE/amd64. >> >> Can you reproduce the problem? And does anybody know how can I fix it? >> >> Cheers, >> >> Ronald. > > Hi, > > This happens for the French and German locale's also. I'm looking at =20 > differences in jdk16 and openjdk6, bug can't find it yet. > I would be very happy if I knew if people could reproduce this? > > public static void main(String[] args) { > for (Locale l : new Locale[] { new Locale("nl"), new Locale("nl", =20 > "NL") }) { > System.out.println("displayname: " + l.getDisplayName()); > DecimalFormat nf =3D (DecimalFormat)NumberFormat.getNumberInstance(l= ); > final DecimalFormatSymbols decimalFormatSymbols =3D =20 > nf.getDecimalFormatSymbols(); > System.out.println("decimal: " + =20 > decimalFormatSymbols.getDecimalSeparator()); > System.out.println("grouping: " + =20 > decimalFormatSymbols.getGroupingSeparator()); > } > } > > Ronald. The new openjdk6-b17 solves this for me. Ronald. From owner-freebsd-java@FreeBSD.ORG Fri Jan 15 03:56:44 2010 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05EE71065672 for ; Fri, 15 Jan 2010 03:56:44 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms4-1.1blu.de (ms4-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 8BAF18FC16 for ; Fri, 15 Jan 2010 03:56:43 +0000 (UTC) Received: from [193.31.11.193] (helo=current.Sisis.de) by ms4-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1NVR6P-0007fV-5K; Thu, 14 Jan 2010 15:55:16 +0100 Received: from current.Sisis.de (current [127.0.0.1]) by current.Sisis.de (8.14.3/8.14.3) with ESMTP id o0EEtCWL005013; Thu, 14 Jan 2010 15:55:12 +0100 (CET) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by current.Sisis.de (8.14.3/8.14.3/Submit) id o0EEtCq5005012; Thu, 14 Jan 2010 15:55:12 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: current.Sisis.de: guru set sender to guru@unixarea.de using -f Date: Thu, 14 Jan 2010 15:55:12 +0100 From: Matthias Apitz To: freebsd-java@freebsd.org Message-ID: <20100114145512.GA4932@current.Sisis.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 8.0-CURRENT (i386) X-Con-Id: 51246 X-Originating-IP: 193.31.11.193 Cc: Colin Albert Subject: Fwd: Re: watching WebEx session on FreeBSD (nearly solved) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jan 2010 03:56:44 -0000 Hello, We are trying to get support for watching WebEx session on FreeBSD; after tweaking a bit the Firefox 3.0.7 and overcoming a bug in the FreeBSD diablo-jre-freebsd7.i386.1.6.0.07.02.tbz package (see below), now the Java applet is coming down stream to the browser and the webEx session is started, at least until the point of the Meeting Manager Window; a real Application or the desktop is only presented as blank green window in the remote desktop; a test on a Linux box verified that also the Application is presented; what could be the reason for this problem in FreeBSD? if one compares the system requirements listed in http://support.webex.com/support/system-requirements.html it looks like AIX is facing the same problem, while Linux with Sun Java works fine; Any help would be highly appreciated; thanks in advance matthias ----- Forwarded message from Matthias Apitz ----- From: Matthias Apitz Date: Wed, 13 Jan 2010 13:43:53 +0100 To: Colin Albert , freebsd-questions@freebsd.org Subject: Re: watching WebEx session on FreeBSD (nearly solved) El día Wednesday, January 13, 2010 a las 09:51:45AM +0100, Matthias Apitz escribió: > I did now (thanks for your help, Colin): > > - installed the 'User Agent Switcher' addin in Firefox 3.0.7 > - changed the user agent to the above Linux Mozilla > - installed diablo-jre-freebsd7.i386.1.6.0.07.02.tbz and activated the > plug-in in Firefox > > this let me see the introduction in http://www.webex.com/go/live_demo > which seems to be only a flash movie; > > but when I go to some real recorded webEx session the Java VM crashes > with some Exception that 'trustAnchors paramater must be non-empty'; Follow up: The problem with 'trustAnchors paramater must be non-empty' was a broken file /usr/local/diablo-jre1.6.0/lib/security/cacerts (it had only 32 bytes) and I copied it from some other Java: # cp /usr/local/jdk1.6.0/jre/lib/security/cacerts /usr/local/diablo-jre1.6.0/lib/security/cacerts Now the Java app is down loaded and starts and I can see the WebEx Meeting Manager Window; if the 'host' shows some file in this, it is presented as well; but if the 'host' presents some application (the remote desktop) only a full green window comes up with no icons or windows in it.... matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ Vote NO to EU The Lisbon Treaty: http://www.no-means-no.eu ----- End forwarded message ----- -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ Vote NO to EU The Lisbon Treaty: http://www.no-means-no.eu From owner-freebsd-java@FreeBSD.ORG Fri Jan 15 12:00:02 2010 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66D05106566C for ; Fri, 15 Jan 2010 12:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 20F318FC0A for ; Fri, 15 Jan 2010 12:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o0FC01M5026070 for ; Fri, 15 Jan 2010 12:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o0FC01WU026069; Fri, 15 Jan 2010 12:00:01 GMT (envelope-from gnats) Resent-Date: Fri, 15 Jan 2010 12:00:01 GMT Resent-Message-Id: <201001151200.o0FC01WU026069@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, Matthias Apitz Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 287F71065679 for ; Fri, 15 Jan 2010 11:57:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 16C5C8FC1B for ; Fri, 15 Jan 2010 11:57:57 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o0FBvuIG056523 for ; Fri, 15 Jan 2010 11:57:56 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o0FBvu8f056522; Fri, 15 Jan 2010 11:57:56 GMT (envelope-from nobody) Message-Id: <201001151157.o0FBvu8f056522@www.freebsd.org> Date: Fri, 15 Jan 2010 11:57:56 GMT From: Matthias Apitz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: java/142856: diablo-jre-freebsd7.i386.1.6.0.07.02.tbz package has broken file security/cacerts 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, 15 Jan 2010 12:00:02 -0000 >Number: 142856 >Category: java >Synopsis: diablo-jre-freebsd7.i386.1.6.0.07.02.tbz package has broken file security/cacerts >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 15 12:00:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Matthias Apitz >Release: 8-CURRENT >Organization: >Environment: FreeBSD current.Sisis.de 8.0-CURRENT FreeBSD 8.0-CURRENT #5: Sun Jan 10 09:55:14 CET 2010 guru@current.Sisis.de:/usr/obj/usr/src/sys/GENERIC i386 >Description: the file security/cacerts in the package is nearly empty: $ tar tzvf diablo-jre-freebsd7.i386.1.6.0.07.02.tbz | fgrep cacert -rw-r--r-- 0 root wheel 32 13 may 2008 diablo-jre1.6.0/lib/security/cacerts you get a message from JVM like: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty >How-To-Repeat: >Fix: I copied it from some other Java: cp /usr/local/jdk1.6.0/jre/lib/security/cacerts /usr/local/diablo-jre1.6.0/lib/security/cacerts >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-java@FreeBSD.ORG Fri Jan 15 18:39:50 2010 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 358EE10656C4 for ; Fri, 15 Jan 2010 18:39:50 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id DCC0C8FC1D for ; Fri, 15 Jan 2010 18:39:49 +0000 (UTC) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 15 Jan 2010 13:10:33 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.10.7-GA) with ESMTP id LIZ41753; Fri, 15 Jan 2010 13:10:33 -0500 (EST) Received: from 209-6-91-204.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.91.204]) by smtp01.lnh.mail.rcn.net with ESMTP; 15 Jan 2010 13:10:33 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19280.44952.420540.63218@jerusalem.litteratus.org> Date: Fri, 15 Jan 2010 13:10:32 -0500 To: java@freebsd.org X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Cc: Subject: difference between jdk* and and openjdk*? 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, 15 Jan 2010 18:39:50 -0000 As an indirect user of java, I've gone with whatever the port wanted to install. Now the time has come to think about this just a tenny bit harder. Is there a synposis of the differences somewhere, hopefully including prospects for future development? Respectfully, Robert Huff