[Bug 214232] www/linux-c7-flashplugin24 need harfbuzz and graphite2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 5 02:47:15 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214232

            Bug ID: 214232
           Summary: www/linux-c7-flashplugin24 need harfbuzz and graphite2
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: emulation at FreeBSD.org
          Reporter: vvd at unislabs.com
          Assignee: emulation at FreeBSD.org
             Flags: maintainer-feedback?(emulation at FreeBSD.org)

# portmaster www/linux-c7-flashplugin24 www/nspluginwrapper
…

# nspluginwrapper -v -a -i
Auto-install plugins from /usr/local/lib/browser_plugins
Looking for plugins in /usr/local/lib/browser_plugins
Auto-install plugins from /usr/local/lib/browser_plugins/symlinks/linux-firefox
Looking for plugins in /usr/local/lib/browser_plugins/symlinks/linux-firefox
/usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin: error while loading
shared libraries: libharfbuzz.so.0: cannot open shared object file: No such
file or directory
/usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin: error while loading
shared libraries: libharfbuzz.so.0: cannot open shared object file: No such
file or directory
Auto-install plugins from /root/.mozilla/plugins
Looking for plugins in /root/.mozilla/plugins

# ldd /usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin | grep 'not found'
libharfbuzz.so.0 => not found
libharfbuzz.so.0 => not found

# wget
http://mirror.centos.org/centos/7/os/x86_64/Packages/harfbuzz-0.9.36-1.el7.i686.rpm
<unpack and copy libharfbuzz.so.0* to /compat/linux/usr/lib/>

# ldd /usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin | grep 'not found'
libgraphite2.so.3 => not found

# wget
http://mirror.centos.org/centos/7/os/x86_64/Packages/graphite2-1.2.2-5.el7.i686.rpm
<unpack, ln -s libgraphite2.so.3.0.1 libgraphite2.so.3 and copy
libgraphite2.so.3* to /compat/linux/usr/lib/>

# nspluginwrapper -v -a -i
Auto-install plugins from /usr/local/lib/browser_plugins
Looking for plugins in /usr/local/lib/browser_plugins
Auto-install plugins from /usr/local/lib/browser_plugins/symlinks/linux-firefox
Looking for plugins in /usr/local/lib/browser_plugins/symlinks/linux-firefox
Install plugin
/usr/local/lib/browser_plugins/symlinks/linux-firefox/libflashplayer.so
  into /usr/local/lib/browser_plugins/npwrapper.libflashplayer.so
Auto-install plugins from /root/.mozilla/plugins
Looking for plugins in /root/.mozilla/plugins

<Then run firefox and check flash - it work>

TODO:
1. Ports linux-c7-harfbuzz and linux-c7-graphite2;
2. Add dependency to www/linux-c7-flashplugin24 from linux-c7-harfbuzz and
linux-c7-graphite2.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list