From nobody@FreeBSD.org  Tue Feb 16 19:54:39 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4B904106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Feb 2010 19:54:39 +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 3905C8FC1A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Feb 2010 19:54:39 +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 o1GJsdI3059962
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Feb 2010 19:54:39 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o1GJsdkY059955;
	Tue, 16 Feb 2010 19:54:39 GMT
	(envelope-from nobody)
Message-Id: <201002161954.o1GJsdkY059955@www.freebsd.org>
Date: Tue, 16 Feb 2010 19:54:39 GMT
From: Mazhe <vmazhe@hotmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: java applets not working on amd64 systems because of wrong paths
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         144015
>Category:       ports
>Synopsis:       www/opera: java applets not working on amd64 systems because of wrong paths
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 16 20:00:04 UTC 2010
>Closed-Date:    Sun Nov 14 11:26:01 UTC 2010
>Last-Modified:  Sun Nov 14 11:26:01 UTC 2010
>Originator:     Mazhe
>Release:        8.0-RELEASE-p2
>Organization:
>Environment:
FreeBSD freedom 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan  5 21:11:58 UTC 2010     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
In the /usr/local/bin/opera launch script, many java path are hard-coded for i386 so that opera running on amd64 machines can't use java applets.

Also, the ${OPERA_JAVA_DIR}/server path must be added to the LD_LIBRARY_PATH variable so that the libjvm.so shared library can be loaded at start (problem encountered at last with the diablo jdk).
>How-To-Repeat:
Start Opera on a amd64 system, go to http://www.java.com/en/download/help/testvm.xml , applet should not load. Also Opera should complains of its inability to load libjvm.so.
>Fix:
1. Either replace all occurences of the word "i386" with "amd64" or "`uname -m`" in the script

2. Add the path "${OPERA_JAVA_DIR}/server" to the LD_LIBRARY_PATH variable (line 188)

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Thu Mar 11 21:02:11 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144015 
State-Changed-From-To: open->feedback 
State-Changed-By: itetcu 
State-Changed-When: Sat Mar 13 11:59:58 UTC 2010 
State-Changed-Why:  
Ask for maintainer approval. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144015 

From: Ion-Mihai Tetcu <itetcu@FreeBSD.org>
To: Cc: freebsd-gnats-submit@FreeBSD.org, freebsd-maintainer@opera.com
Subject: Re: ports/144015: java applets not working on amd64 systems because
 of  wrong paths
Date: Sat, 13 Mar 2010 13:59:40 +0200

 --Sig_/wpgIULm7ec6y4Or=PXLiY3=
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: quoted-printable
 
 Hi,
 
 Please approve/reject this PR.
 
 --=20
 IOnut - Un^d^dregistered ;) FreeBSD "user"
   "Intellectual Property" is   nowhere near as valuable   as "Intellect"
 FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B
 
 --Sig_/wpgIULm7ec6y4Or=PXLiY3=
 Content-Type: application/pgp-signature; name=signature.asc
 Content-Disposition: attachment; filename=signature.asc
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.14 (FreeBSD)
 
 iEYEARECAAYFAkubfjMACgkQJ7GIuiH/oeUgjgCeMQdrfCMmvJwXW8pwB5LuRFnx
 K+YAnRxHYc/OVYnrT6/tXPjUQLfynfFT
 =905h
 -----END PGP SIGNATURE-----
 
 --Sig_/wpgIULm7ec6y4Or=PXLiY3=--

From: "Arjan van Leeuwen" <freebsd-maintainer@opera.com>
To: bug-followup@freebsd.org, vmazhe@hotmail.com
Cc:  
Subject: Re: ports/144015: www/opera: java applets not working on amd64
 systems because of wrong paths
Date: Tue, 26 Oct 2010 14:16:04 +0200

 This one is unneeded or incorrect now, Opera doesn't use the Java library  
 directly anymore. It now relies on the browser plugin.
 
 Arjan
 
 -- 
 Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

From: Mazhe V <vmazhe@hotmail.com>
To: <bug-followup@freebsd.org>
Cc:  
Subject: Re: ports/144015: www/opera: java applets not working on amd64
 systems because of wrong paths
Date: Tue, 26 Oct 2010 19:01:10 +0200

 --_85b8bba8-234f-4eef-9c0c-fc037292269a_
 Content-Type: text/plain; charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 
 
 Indeed=2C this is also why I wasn't able to run java applets for a time eve=
 n after patching the launcher. 		 	   		  =
 
 --_85b8bba8-234f-4eef-9c0c-fc037292269a_
 Content-Type: text/html; charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 
 <html>
 <head>
 <style><!--
 .hmmessage P
 {
 margin:0px=3B
 padding:0px
 }
 body.hmmessage
 {
 font-size: 10pt=3B
 font-family:Tahoma
 }
 --></style>
 </head>
 <body class=3D'hmmessage'>
 Indeed=2C this is also why I wasn't able to run java applets for a time eve=
 n after patching the launcher. 		 	   		  </body>
 </html>=
 
 --_85b8bba8-234f-4eef-9c0c-fc037292269a_--
State-Changed-From-To: feedback->closed 
State-Changed-By: itetcu 
State-Changed-When: Sun Nov 14 11:26:00 UTC 2010 
State-Changed-Why:  
Obsoleted by changes in newer versions of Opera 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144015 
>Unformatted:
