Bug 114924

Summary: [fix] x11/xkeyboard-config: xkb doesnt work anymore
Product: Ports & Packages Reporter: Šimun Mikecin <numisemis>
Component: Individual Port(s)Assignee: Pav Lucistnik <pav>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Šimun Mikecin 2007-07-26 07:30:01 UTC
Recent update of x11/xkeyboard-config port to version 1.0 broke xkb support.
This shows up in Xorg.0.log:
(WW) Couldn't load XKB keymap, falling back to pre-XKB keymap

And running 'setxkbmap' on the command line shows this error:
Error loading new keyboard description

Fix: 

Fix is simple, just do:

ln -s /var/lib/xkb /usr/local/share/X11/xkb/compiled

This should be done during port install and removed during port deinstall.
How-To-Repeat: 1. Try running setxkbmap
2. Try to go back to ttyv1 from X using ctrl+alt+F1
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-26 07:52:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-x11

Over to maintainer
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2007-07-27 00:00:40 UTC
Responsible Changed
From-To: freebsd-x11->pav

Take
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-07-27 10:51:30 UTC
pav         2007-07-27 09:51:20 UTC

  FreeBSD ports repository

  Modified files:
    x11/xkeyboard-config Makefile pkg-plist 
  Log:
  - Install a symlink from PREFIX/share/xkb/compiled to /var/lib/compiled.
    Fixes a lot of runtime problems for a lot of people
  
  PR:             ports/114876, ports/114924
  Submitted by:   Henrik Brix Andersen <henrik@brixandersen.dk>
  Reported by:    Craig Boston <craig@yekse.gank.org>,
                  Antoine Vu-Ngoc <antoine@cleopatre.homeip.net> and many more
  
  Revision  Changes    Path
  1.4       +2 -0      ports/x11/xkeyboard-config/Makefile
  1.4       +1 -0      ports/x11/xkeyboard-config/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2007-07-27 10:51:43 UTC
State Changed
From-To: open->closed

Fixed, thanks for report