From owner-freebsd-java@FreeBSD.ORG Tue Feb 22 20:40:13 2011 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 6F45E106564A for ; Tue, 22 Feb 2011 20:40:13 +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 432048FC1F for ; Tue, 22 Feb 2011 20:40:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p1MKeDAK064757 for ; Tue, 22 Feb 2011 20:40:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p1MKeDAC064756; Tue, 22 Feb 2011 20:40:13 GMT (envelope-from gnats) Date: Tue, 22 Feb 2011 20:40:13 GMT Message-Id: <201102222040.p1MKeDAC064756@freefall.freebsd.org> To: freebsd-java@FreeBSD.org From: Matthias Andree Cc: Subject: Re: ports/153301: java/openjdk6 web browser plugin doesn't work with both WEB and IPV6 enabled X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Andree List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2011 20:40:13 -0000 The following reply was made to PR ports/153301; it has been noted by GNATS. From: Matthias Andree To: bug-followup@FreeBSD.org, Jung-uk Kim Cc: Subject: Re: ports/153301: java/openjdk6 web browser plugin doesn't work with both WEB and IPV6 enabled Date: Tue, 22 Feb 2011 21:33:19 +0100 Confirmed here on amd64 8.2-PRERELEASE as of 2011-02-20 for Works with this configuration (as per ): $ cat /var/db/ports/openjdk6/options # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for openjdk6-b21_3 _OPTIONS_READ=openjdk6-b21_3 WITHOUT_DEBUG=true WITHOUT_FASTDEBUG=true WITHOUT_IPV6=true WITH_SOUND=true WITH_WEB=true WITH_POLICY=true WITHOUT_TEST=true But hangs if I enable IPV6 in an otherwise unchanged configuration. setting sysctl net.inet6.ip6.v6only=0 # from 1 does not make a difference for me. $ cat /etc/make.conf WITH_JADETEX= true OVERRIDE_LINUX_BASE_PORT=f10 QT4_OPTIONS= CUPS PERL_VERSION=5.12.3 If further information is desired, please let me know. (Cc:ing Junk-uk Kim after freebsd-java@ list posts last September.) -- Matthias Andree ports committer