From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 29 09:10:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A40FB1065674 for ; Wed, 29 Oct 2008 09:10:01 +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 803658FC28 for ; Wed, 29 Oct 2008 09:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id m9T9A1DM099492 for ; Wed, 29 Oct 2008 09:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id m9T9A11p099491; Wed, 29 Oct 2008 09:10:01 GMT (envelope-from gnats) Resent-Date: Wed, 29 Oct 2008 09:10:01 GMT Resent-Message-Id: <200810290910.m9T9A11p099491@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Eric L. Chen" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1C5C1065677 for ; Wed, 29 Oct 2008 09:02:48 +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 E08B68FC2D for ; Wed, 29 Oct 2008 09:02:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id m9T92mm3052571 for ; Wed, 29 Oct 2008 09:02:48 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id m9T92mvd052570; Wed, 29 Oct 2008 09:02:48 GMT (envelope-from nobody) Message-Id: <200810290902.m9T92mvd052570@www.freebsd.org> Date: Wed, 29 Oct 2008 09:02:48 GMT From: "Eric L. Chen" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/128458: www/opera can not load linux-flashplugin properly. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2008 09:10:01 -0000 >Number: 128458 >Category: ports >Synopsis: www/opera can not load linux-flashplugin properly. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 29 09:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Eric L. Chen >Release: 7-STABLE/i386 >Organization: National Chung Hsing University >Environment: FreeBSD lihong-nb.local 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #24: Tue Oct 28 09:43:41 CST 2008 root@lihong-nb.local:/usr/obj/usr/src/sys/lihong-nb i386 >Description: Running opera with linux-flashplugin will causes this error: /usr/local/share/opera/bin//operapluginwrapper.linux: error while loading shared libraries: /usr/local/lib/libXt.so.6: ELF file OS ABI invalid >How-To-Repeat: >Fix: Patch attached with submission follows: diff -purN www/opera.orig/files/operapluginwrapper www/opera/files/operapluginwrapper --- www/opera.orig/files/operapluginwrapper 2008-10-29 16:58:24.000000000 +0800 +++ www/opera/files/operapluginwrapper 2008-10-29 16:59:52.000000000 +0800 @@ -11,6 +11,8 @@ WRAPPER="freebsd" case "${ELFTYPE}" in *SVR4*|*Linux*) if [ -x "$0.linux" ]; then + export LD_LIBRARY_PATH="/compat/linux/usr/X11R6/lib:/com +pat/linux/usr/lib:/compat/linux/lib" WRAPPER="linux" fi ;; >Release-Note: >Audit-Trail: >Unformatted: