Bug 1294703 - Compiling keyboard translation tables - out of service
Summary: Compiling keyboard translation tables - out of service
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: syslinux
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Peter Jones
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-12-29 20:23 UTC by poma
Modified: 2015-12-29 21:55 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-12-29 21:55:57 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.