tags 838310 +help thanks On Thu, Sep 22, 2016 at 02:17:54PM +0200, Sven Joachim wrote: > > I'm pretty sure it is. The list of keyboard models is generated by > running "./kbdnames-maker KeyboardNames.pl" from the Keyboard/ > directory, and currently this command does not print anything. I > tracked the problem down to the removal of the current directory from > @INC in perl, running "perl -I. kbdnames-maker KeyboardNames.pl" gives > the long list of keyboard models again.
I am adding to this bug a 'help' tag because the bug is grave and at the moment I don't have updated Debian machine so I can not debug. Conceivably, the fix will be trivial. I don't know if the following will fix the bug and if this is the right thing to do, but it seems simple to change the first line #!/usr/bin/perl of Keyboard/kbdcompiler and Keyboard/kbdnames-maker to #!/usr/bin/perl -I. Anton Zinoviev