[Webkit-unassigned] [Bug 119659] New: [GTK] [Stable] webkitgtk-2.0. 4 gamepad support and undefined reference to g_udev_…

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 10 23:17:29 PDT 2013


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

           Summary: [GTK] [Stable] webkitgtk-2.0.4 gamepad support and
                    undefined reference to g_udev_…
           Product: WebKit
           Version: 420+
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sepek at online.de


Created an attachment (id=208487)
 --> (https://bugs.webkit.org/attachment.cgi?id=208487&action=review)
compressed build log including error

--enable-gamepad leads here to:

Source/WebCore/platform/gtk/.libs/libWebCorePlatform_la-GamepadsGtk.o: In function `WebCore::GamepadsGtk::isGamepadDevice(_GUdevDevice*)':
GamepadsGtk.cpp:(.text+0x3e2): undefined reference to `g_udev_device_get_device_file'
GamepadsGtk.cpp:(.text+0x3ed): undefined reference to `g_udev_device_get_sysfs_path'
GamepadsGtk.cpp:(.text+0x420): undefined reference to `g_udev_device_has_property'
GamepadsGtk.cpp:(.text+0x433): undefined reference to `g_udev_device_has_property'
Source/WebCore/platform/gtk/.libs/libWebCorePlatform_la-GamepadsGtk.o: In function `WebCore::GamepadsGtk::onUEventCallback(_GUdevClient*, char*, _GUdevDevice*, void*)':
GamepadsGtk.cpp:(.text+0xbd4): undefined reference to `g_udev_device_get_device_file'
Source/WebCore/platform/gtk/.libs/libWebCorePlatform_la-GamepadsGtk.o: In function `WebCore::GamepadsGtk::GamepadsGtk(unsigned int)':
GamepadsGtk.cpp:(.text+0xd3d): undefined reference to `g_udev_client_new'
GamepadsGtk.cpp:(.text+0xda0): undefined reference to `g_udev_client_query_by_subsystem'
GamepadsGtk.cpp:(.text+0xdb1): undefined reference to `g_udev_device_get_type'
GamepadsGtk.cpp:(.text+0xe01): undefined reference to `g_udev_device_get_device_file'
collect2: error: ld returned 1 exit status
make[1]: *** [Programs/WebKitPluginProcess] Error 1

Some -lgudev-1.0 or GAMEPAD_LIBS seems to be missing

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