Bug 38342 - webkit running on a x86_64 system looks for 32bit libraries
Summary: webkit running on a x86_64 system looks for 32bit libraries
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-29 13:23 PDT by
Modified: 2014-04-08 18:38 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description 2010-04-29 13:23:19 PDT
webkit running on a x86_64 system looks for 32bit libraries when it should look up for 64bit libraries, here is the output:

srpms]$ display_help http://www.in-systems.com/
warning: line 84: incompatible stripping characters and condition
LOG **: NP_Initialize at /usr/lib/libDrakX/mygtk2.pm line 1424.
LOG **: NP_Initialize succeeded at /usr/lib/libDrakX/mygtk2.pm line 1424.
LOG **: NP_Initialize at /usr/lib/libDrakX/mygtk2.pm line 1424.
LOG **: NP_Initialize succeeded at /usr/lib/libDrakX/mygtk2.pm line 1424.
LOG **: NP_Initialize at /usr/lib/libDrakX/mygtk2.pm line 1424.
LOG **: NP_Initialize succeeded at /usr/lib/libDrakX/mygtk2.pm line 1424.
Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: Arquivo ou diretório não encontrado
LOG **: NP_Initialize at /usr/lib/libDrakX/mygtk2.pm line 1424.
LOG **: NP_Initialize succeeded at /usr/lib/libDrakX/mygtk2.pm line 1424.
OpenOffice path is '/usr/lib64/ooo'
OpenOffice path is '/usr/lib64/ooo'
Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: Arquivo ou diretório não encontrado
Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: Arquivo ou diretório não encontrado
*** NSPlugin Wrapper *** WARNING: unhandled variable 18 in NPP_GetValue()
*** NSPlugin Wrapper *** WARNING: unhandled variable 18 in NPP_GetValue()
*** NSPlugin Wrapper *** WARNING: unhandled variable 18 in NPP_GetValue()
*** NSPlugin Wrapper *** WARNING: unhandled variable 18 in NPP_GetValue()
*** NSPlugin Wrapper *** WARNING: unhandled variable 18 in NPP_GetValue()
*** NSPlugin Wrapper *** WARNING: unhandled variable 18 in NPP_GetValue()
*** NSPlugin Wrapper *** WARNING: unhandled variable 18 in NPP_GetValue()

as we can see is looking for file libcanberra-gtk-module.so and i do have it installed:

srpms]$ ls -la /usr/lib64/gtk-2.0/modules/
total 420
drwxr-xr-x 2 root root   4096 2010-04-29 21:09 ./
drwxr-xr-x 6 root root   4096 2010-04-29 18:39 ../
-rwxr-xr-x 1 root root  31456 2009-10-21 18:44 libatk-bridge.so*
-rwxr-xr-x 1 root root  22968 2009-10-20 09:39 libcanberra-gtk-module.so*
-rwxr-xr-x 1 root root  52840 2010-02-01 12:12 libferret.so*
-rwxr-xr-x 1 root root 310832 2010-02-01 12:12 libgail.so*

so is looking for file libcanberra-gtk-module.so in the wrong place.

After i install libcanberra-gtk0 (since i have lib64canberra-gtk0 installed), that ouptut error doesnt appear anymore.


Now i ask how is possible that webkit that is build in a x86_64 system, to run for a x86_64 system, continues looking for files that are 32bit???
Comment 1 Martin Robinson 2014-04-08 18:38:21 PDT
Is this still an issue with recent version of WebKitGTK+? If so, please reopen.