From owner-freebsd-java@FreeBSD.ORG Mon May 19 20:10:01 2014 Return-Path: Delivered-To: freebsd-java@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2BB0C1C1 for ; Mon, 19 May 2014 20:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 199812233 for ; Mon, 19 May 2014 20:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4JKA0Fu047687 for ; Mon, 19 May 2014 20:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4JKA0Wr047686; Mon, 19 May 2014 20:10:00 GMT (envelope-from gnats) Date: Mon, 19 May 2014 20:10:00 GMT Message-Id: <201405192010.s4JKA0Wr047686@freefall.freebsd.org> To: freebsd-java@FreeBSD.org Cc: From: Jung-uk Kim Subject: Re: ports/189905: java/icedtea-web cannot launch system settings Reply-To: Jung-uk Kim X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2014 20:10:01 -0000 The following reply was made to PR ports/189905; it has been noted by GNATS. From: Jung-uk Kim To: bug-followup@FreeBSD.org, kevinz5000@gmail.com Cc: Subject: Re: ports/189905: java/icedtea-web cannot launch system settings Date: Mon, 19 May 2014 16:06:10 -0400 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Actually, it is a well-known problem. The culprit is in java/openjdk7, not in java/icedtea-web. Please drop the following file under java/openjdk7/files directory, rebuild the port, and try again. https://svn.redports.org/jkim/java/openjdk7/files/patch-src-solaris-bin-java_md_solinux.c BTW, you have an incorrect configuration, i.e., deployment.jre.dir in deployment.properties should have a JRE path, not JDK path. In other words, it had to be set to /usr/local/openjdk7/jre. Jung-uk Kim -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQEcBAEBAgAGBQJTemQyAAoJEHyflib82/FGDaEH+QGhR/INp+ALgqUgXcEHgfwL orm546rvXo/jNICVhW0VzcoLTeiZfIrOyciYCKgXxYoAddrp42JvybzdX6a47CdX rUeDMAYBq/BIsYUTcaOm1OZNhr67K0j+wH/BC+IX38+t1lEsmindRMIyaHZFSAUK NgYRgpUj7lg8gYYoomGJUSeUhD6TyCgMWJkbNNw6dM6OgC2+sXuxZXRyefi3UZgc 7fI0RY8F2aFJCnfmeCiVp/7jx4CIUUutwl7EquhPcybq5mFI+FeW2YtY0wDbwl50 SkYWykDNDIW4ikbct7BIB+bXTFW2brc9oc8Juuyt2gjlvVYj0sXLGzVsU2Ziy2Q= =Bsr/ -----END PGP SIGNATURE-----