[kbd] Kbd-1.15.5 fails to loadkeys

Matt Burgess matthew at linuxfromscratch.org
Sun Dec 30 17:05:35 MSK 2012


On Tue, 2012-12-11 at 14:33 +0400, Alexey Gladkov wrote:
> 11.12.2012 01:20, Matt Burgess wrote:
> > Hi,
> > 
> > The Linux From Scratch bootscripts have a snippet that, on my box, does
> > the following in order to convert a legacy (non-UTF-8) keymap to UTF-8:
> > 
> > dumpkeys -c "iso-8859-1" | loadkeys -u
> > 
> > This fails with the following output:
> > 
> > unknown keysym 'compose'
> > <stdin>:693: syntax error
> > syntax error in map file
> > key bindings not changed
> > Loading <stdin>
> > 
> > This appears to be a regression from 1.15.3.
> 
> Can you test the fix ?
> 
> http://git.altlinux.org/people/legion/packages/kbd.git?p=kbd.git;a=commit;h=7e06e56157e8431d02e1377cdc44230944203d88

Hi Alexey,

Just to put this one to bed, hopefully!  loadkeys works correctly when
the 2nd hunk of the above fix is applied through the equivalent 'sed':

sed -i -e '326 s/if/while/' src/loadkeys.analyze.l

I can only assume that I somehow am screwing up the application of the
patch, though I've no idea how.  I'll try to watch out for the next
release candidate and test to make sure the next release works as
expected.

Thanks for your support on this issue.

Regards,

Matt.



More information about the kbd mailing list