On Feb 24, 8:53pm, Mike Bernson wrote:
> Subject: Re: building 2.4.2 (with XFS) fails
> > ...
> > If you have a drivers/char/defkeymap.c file, you could try
> > deleting it & allow a fresh build to regenerate it. since
> > your non-XFS 2.4.2 build works, this should too (there are
> > no XFS changes around this code that I'm aware of).
> >
> > hope this helps.
> >
>
> I have been working for the cvs source. The defkeymap.c is
> empty and loadkey command is now where to be found.
>-- End of excerpt from Mike Bernson
yup, an empty defkeymap.c would cause this same problem I think.
you'll need the console-tools package installed which contains
loadkeys and /bin will probably need to be in your $PATH.
The empty file is probably created by the shell redirect in..
[drivers/char/Makefile, line 202]
defkeymap.c: defkeymap.map
loadkeys --mktable defkeymap.map | sed -e 's/^static *//' > defkeymap.c
(thats broken - the exit status is that of the last command
in the pipeline (sed) which succeeds, so make will charge
right on not noticing the error - right Keith?)
thanks Mike.
--
Nathan
|