Bug 194956 - linux-c6-gtk2-2.24.23 does not have pixbuf library
Summary: linux-c6-gtk2-2.24.23 does not have pixbuf library
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-emulation (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-12 02:10 UTC by papowell
Modified: 2014-11-17 14:29 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description papowell 2014-11-12 02:10:29 UTC
Nspluginwrapper/npviewer.bin needs linux pixbuf library:

# nspluginwrapper -a -v -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/linux-c6-flashplugin
Looking for plugins in /usr/local/lib/browser_plugins/linux-c6-flashplugin
/usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin: error while loading shared libraries: libgdk_pixbuf-2.0.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: libgdk_pixbuf-2.0.so.0: cannot open shared object file: No such file or directory

# pkg info linux-c6-gtk2-2.24.23 
linux-c6-gtk2-2.24.23
Name           : linux-c6-gtk2
Version        : 2.24.23
Installed on   : Tue Nov 11 15:48:00 PST 2014

# pkg info -l linux-c6-gtk2-2.24.23 | grep libgdk
        /compat/linux/usr/lib/libgdk-x11-2.0.so.0
        /compat/linux/usr/lib/libgdk-x11-2.0.so.0.2400.23

 % pkg info linux-c6-gtk2-2.20.1
linux-c6-gtk2-2.20.1
Name           : linux-c6-gtk2
Version        : 2.20.1
Installed on   : Tue Nov  4 11:53:33 PST 2014

%  pkg info -l linux-c6-gtk2-2.20.1 | grep libgdk
        /compat/linux/usr/lib/libgdk-x11-2.0.so.0
        /compat/linux/usr/lib/libgdk-x11-2.0.so.0.2000.1
        /compat/linux/usr/lib/libgdk_pixbuf-2.0.so.0
        /compat/linux/usr/lib/libgdk_pixbuf-2.0.so.0.2000.1
        /compat/linux/usr/lib/libgdk_pixbuf_xlib-2.0.so.0
        /compat/linux/usr/lib/libgdk_pixbuf_xlib-2.0.so.0.2000.1

It appears the new version of the library does not have pixbuf
Comment 1 Jan Beich freebsd_committer freebsd_triage 2014-11-17 14:29:51 UTC
gdk-pixbuf is in a separate port since ports r372445 like non-linux variant. linux-c6-flashplugin11 was fixed by ports r372458.