Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30728 - genkernel-1.8 has wrong path for keys.lst and bin-keymaps.tar.gz in the tar.bz2
Summary: genkernel-1.8 has wrong path for keys.lst and bin-keymaps.tar.gz in the tar.bz2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: All Linux
: High normal
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-08 22:18 UTC by Tom Sullivan
Modified: 2005-06-03 07:43 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
my /etc/conf.d/keymaps (keymaps,910 bytes, text/plain)
2005-06-03 07:43 UTC, Eugene Pavlovsky
Details
my utf-8 russian keymap (qwerty-ru-utf-8.map,9.37 KB, text/plain)
2005-06-03 07:43 UTC, Eugene Pavlovsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Sullivan 2003-10-08 22:18:57 UTC
The /usr/sbin/genkernel script expects to find the keys.lst and bin-
keymaps.tar.gz files in the /usr/share/genkernel/keymaps directory. The ebuild 
installs them in the /usr/share/genkernel directory. This causes an error 
during the kernel build process due to the files not found.

Reproducible: Always
Steps to Reproduce:
1. Run genkernel. Make sure that logging is working.
2. Observe file not found error accessing keys.lst and bin-keymaps.tar.gz
3.

Actual Results:  
initrd built without the keys.lst and bin-keymaps.tar.gz files. The error 
occurs on lines 201 and 202 of the /usr/sbin/genkernel script.

Expected Results:  
Should have found the files and built them into the initrd.

A temporary fix is to mkdir the /usr/share/genkernel/keymaps directory and 
place the files keys.lst and bin-keymaps.tar.gz in it.
Comment 1 Marcelo Fontenele S Santos 2003-10-10 07:05:32 UTC
The error is only reported in the log file, the script continues as if nothing
wrong happened.
Comment 2 Bob Johnson (RETIRED) gentoo-dev 2003-10-11 12:15:47 UTC
fixed in 1.9
Comment 3 Eugene Pavlovsky 2005-06-03 07:43:04 UTC
Created attachment 60523 [details]
my /etc/conf.d/keymaps
Comment 4 Eugene Pavlovsky 2005-06-03 07:43:23 UTC
Created attachment 60524 [details]
my utf-8 russian keymap