Bug 196001 - [PATCH] www/opera: clean LD_LIBRARY_PATH for operapluginwrapper-ia32-linux
Summary: [PATCH] www/opera: clean LD_LIBRARY_PATH for operapluginwrapper-ia32-linux
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: i386 Any
: --- Affects Only Me
Assignee: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-15 21:33 UTC by Andriy Voskoboinyk
Modified: 2014-12-23 12:24 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (ak)


Attachments
Patch (from r240837) (1.49 KB, patch)
2014-12-15 21:33 UTC, Andriy Voskoboinyk
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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