Bug 28387

Summary: symbols/ir doesn't compile
Product: xkeyboard-config Reporter: Daniel Betz <dnlbtz>
Component: GeneralAssignee: xkb
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: medium    
Version: unspecified   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Daniel Betz 2010-06-04 07:43:27 UTC
~/packs/xorg/xkeyboard-config $  setxkbmap -layout ir -print
xkb_keymap {
        xkb_keycodes  { include "xfree86+aliases(qwerty)"       };
        xkb_types     { include "complete"      };
        xkb_compat    { include "complete"      };
        xkb_symbols   { include "pc+ir+inet(geniuscomfy2)+group(alt_caps_toggle)"       };
        xkb_geometry  { include "pc(pc104)"     };
};



Since commit 7d040017f02861a44c355ddccade30d644148bc6:

~/packs/xorg/xkeyboard-config $ setxkbmap -layout ir -print | xkbcomp -
syntax error: line 21 of ir
last scanned symbol is: ir
Error:            Error interpreting include file "ir"
                  Exiting
                  Abandoning symbols file "(null)"
~/packs/xorg/xkeyboard-config $ 

RESULT: The ir layout was not loaded.

xkbcomp   version 1.1.1
setxkbmap version 1.1.0
libX11    version 1.3.3
xserver   version 1.8.1.901
Comment 1 Sergey V. Udaltsov 2010-06-04 14:16:02 UTC
Thanks, well spotted. Fixed

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.