Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] /bin/loadkeys not found after emerge -DuN world
Date: Fri, 16 Jan 2009 15:56:50
Message-Id: 5bdc1c8b0901160756t47782082lb9db42a7f5cb0e14@mail.gmail.com
In Reply to: Re: [gentoo-user] /bin/loadkeys not found after emerge -DuN world by Albert Hopkins
1 On Fri, Jan 16, 2009 at 7:32 AM, Albert Hopkins <marduk@×××××××××××.org> wrote:
2 > On Fri, 2009-01-16 at 07:24 -0800, Mark Knecht wrote:
3 >> Hi,
4 >> I've completed my updates of this older Mac Mini. The machine boots
5 >> and runs fine but there's a small problem in the boot console:
6 >>
7 >> * Loading key mappings
8 >> * /bin/loadkeys not found
9 >> ** ERROR: cannot start consolefont as keymaps could not start
10 >>
11 >> None of this occurred prior to the emerge -DuN world.
12 >>
13 >> I tried using equery belongs /bin/loadkeys but it didn't find
14 >> anything, There seem to be a number of bugs that discuss this which
15 >> are a bit beyond my understanding of what to do, like this one:
16 >>
17 > My loadkeys is in /usr/bin
18
19 Interesting difference. I'm setting up this Power PC based MacMini to
20 be a secondary MythTV backend server. My x86 backend server agrees
21 with you:
22
23 <x86>
24 Sector9 ~ # slocate loadkeys
25 /usr/share/man/man1/loadkeys.1.bz2
26 /bin/loadkeys
27 Sector9 ~ #
28
29 <ppc>
30 MacMini ~ # slocate loadkeys
31 /usr/bin/loadkeys
32 /usr/share/man/man1/loadkeys.1.bz2
33 MacMini ~ #
34
35 That file seems to be supplied by kbd:
36
37 MacMini ~ # equery belongs /usr/bin/loadkeys
38 [ Searching for file(s) /usr/bin/loadkeys in *... ]
39 sys-apps/kbd-1.14.1-r1 (/usr/bin/loadkeys)
40 MacMini ~ #
41
42 However the keymaps initscript comes from baselayout?
43
44 MacMini ~ # equery belongs /etc/init.d/keymaps
45 [ Searching for file(s) /etc/init.d/keymaps in *... ]
46 sys-apps/baselayout-1.12.11.1 (/etc/init.d/keymaps)
47 MacMini ~ #
48
49 It seems that my current mythbackend machine has an older kbd package:
50 Sector9 ~ # emerge -pv baselayout kbd
51
52 These are the packages that would be merged, in order:
53
54 Calculating dependencies... done!
55 [ebuild R ] sys-apps/baselayout-1.12.11.1 USE="unicode -bootstrap
56 -build -static" 0 kB
57 [ebuild R ] sys-apps/kbd-1.13-r1 USE="nls" 0 kB
58
59 Total: 2 packages (2 reinstalls), Size of downloads: 0 kB
60 Sector9 ~ #
61
62
63 >
64 >> http://bugs.gentoo.org/show_bug.cgi?id=232072
65 >>
66 >> I guess it's caused by some issue in baselayout and may be fixed in
67 >> a newer version. I can wait for the new version to become stable if
68 >> this won't cause any big problems but I cannot evaluate the severity
69 >> of this on my own.
70 >>
71 >> Comments? Can I leave it alone and not worry about problems?
72 >
73 > A word of advice, when a bugzilla is resolved as DUPLICATE you should
74 > (almost always) immediately click on the bug that it's a duplicate of
75 > because that's where all the action is taking place:
76 >
77 > http://bugs.gentoo.org/show_bug.cgi?id=215496
78 >
79
80 Actually I should/could have posted that but it seemed to me it didn't
81 say much of anything. I thought the one I posted had more info.
82
83 Anyway, I see the older version is in portage so I suppose I should
84 jsut go back to that for now?
85
86 MacMini ~ # eix -I kbd
87 [I] sys-apps/kbd
88 Available versions: 1.12-r8 1.13-r1 1.14.1-r1 ~1.15 {nls}
89 Installed versions: 1.14.1-r1(14:18:42 01/15/09)(nls)
90 Homepage: http://freshmeat.net/projects/kbd/
91 Description: Keyboard and console utilities
92
93 MacMini ~ #
94
95 Thanks,
96 Mark

Replies

Subject Author
Re: [gentoo-user] /bin/loadkeys not found after emerge -DuN world Albert Hopkins <marduk@×××××××××××.org>