After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 675731 - Fix build due to removed gkbd_keyboard_config_patch() function
Fix build due to removed gkbd_keyboard_config_patch() function
Status: RESOLVED DUPLICATE of bug 675674
Product: gnome-settings-daemon
Classification: Core
Component: keyboard
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2012-05-09 09:06 UTC by Stef Walter
Modified: 2012-05-09 13:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix build due to removed gkbd_keyboard_config_patch() function (850 bytes, patch)
2012-05-09 09:06 UTC, Stef Walter
none Details | Review

Comment 1 Stef Walter 2012-05-09 09:06:42 UTC
Created attachment 213725 [details] [review]
Fix build due to removed gkbd_keyboard_config_patch() function

 * gkbd_keyboard_config_patch() was removed from libgnomekbd
Comment 2 Stef Walter 2012-05-09 09:08:20 UTC
make[3]: Leaving directory `/data/src/jhbuild/gnome-settings-daemon/plugins/power'
Making all in housekeeping
make[3]: Entering directory `/data/src/jhbuild/gnome-settings-daemon/plugins/housekeeping'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/data/src/jhbuild/gnome-settings-daemon/plugins/housekeeping'
Making all in keyboard
make[3]: Entering directory `/data/src/jhbuild/gnome-settings-daemon/plugins/keyboard'
  CCLD   test-keyboard
/data/src/jhbuild/gnome-settings-daemon/plugins/keyboard/gsd-keyboard-manager.c:381: undefined reference to `gkbd_keyboard_config_patch'
collect2: error: ld returned 1 exit status
make[3]: *** [test-keyboard] Error 1
make[3]: Leaving directory `/data/src/jhbuild/gnome-settings-daemon/plugins/keyboard'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/data/src/jhbuild/gnome-settings-daemon/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/data/src/jhbuild/gnome-settings-daemon'
make: *** [all] Error 2
Comment 3 Bastien Nocera 2012-05-09 13:07:20 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 675674 ***