[Webkit-unassigned] [Bug 38342] New: webkit running on a x86_64 system looks for 32bit libraries

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 29 13:23:19 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38342

           Summary: webkit running on a x86_64 system looks for 32bit
                    libraries
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mmodem00 at gmail.com


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???

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list