Bug 196001

Summary: [PATCH] www/opera: clean LD_LIBRARY_PATH for operapluginwrapper-ia32-linux
Product: Ports & Packages Reporter: Andriy Voskoboinyk <avos>
Component: Individual Port(s)Assignee: Alex Kozlov <ak>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (ak)
Priority: ---    
Version: Latest   
Hardware: i386   
OS: Any   
Attachments:
Description Flags
Patch (from r240837) none

Description Andriy Voskoboinyk freebsd_committer freebsd_triage 2014-12-15 21:33:44 UTC
Created attachment 150611 [details]
Patch (from r240837)

This should fix error
"/usr/local/lib/opera/pluginwrapper/operapluginwrapper-ia32-linux: error while loading shared libraries: /usr/local/lib/opera/libstdc++.so.6: ELF file OS ABI invalid"
for www/opera-linuxplugins.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2014-12-15 21:33:44 UTC
Auto-assigned to maintainer ak@FreeBSD.org
Comment 2 Alex Kozlov freebsd_committer freebsd_triage 2014-12-20 08:55:26 UTC
Thank you for the report. The patch seems sensible.
Can you confirm that next variant works?

[ "${wrappertype}" != "native" ] && unset LD_LIBRARY_PATH
Comment 3 Andriy Voskoboinyk freebsd_committer freebsd_triage 2014-12-20 10:05:33 UTC
(In reply to Alex Kozlov from comment #2)
> Thank you for the report. The patch seems sensible.
> Can you confirm that next variant works?
> 
> [ "${wrappertype}" != "native" ] && unset LD_LIBRARY_PATH

Yes, it works fine for me.
Comment 4 commit-hook freebsd_committer freebsd_triage 2014-12-23 12:23:39 UTC
A commit references this bug:

Author: ak
Date: Tue Dec 23 12:23:03 UTC 2014
New revision: 375320
URL: https://svnweb.freebsd.org/changeset/ports/375320

Log:
  - Fix issue with linux opera plugins

  Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>
  PR:	196001

Changes:
  head/www/opera/Makefile
  head/www/opera/files/patch-lib_opera_pluginwrapper_operapluginwrapper