Bug 1294703

Summary: Compiling keyboard translation tables - out of service
Product: [Fedora] Fedora Reporter: poma <pomidorabelisima>
Component: syslinuxAssignee: Peter Jones <pjones>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: mattdm, pjones
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-29 21:55:57 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description poma 2015-12-29 20:23:33 UTC
Description of problem:
Compiling keyboard translation tables - out of service

Version-Release number of selected component (if applicable):
syslinux-perl-6.03-6.fc24.x86_64

How reproducible:
100.01%

Steps to Reproduce:
cp /usr/lib/kbd/keymaps/legacy/i386/qwertz/<kbd>.map.gz .
cp /usr/lib/kbd/keymaps/legacy/i386/qwerty/us.map.gz .
gunzip {<kbd>,us}.map.gz
mv <kbd>.{,k}map
mv us.{,k}map
keytab-lilo <kbd> <kbd>.ktl

Actual results:
cannot open include file qwerty-layout
syntax error, unexpected ERROR
Keymap is empty

Expected results:
Compiling keyboard translation tables - functional

Comment 1 poma 2015-12-29 21:55:57 UTC
# keytab-lilo /usr/lib/kbd/keymaps/legacy/i386/qwerty/us.map.gz /usr/lib/kbd/keymaps/legacy/i386/qwertz/<kbd>.map.gz > <kbd>.ktl
# file *
<kbd>.ktl: raw G3 data, byte-padded

works OK.