On Sat, 17 Nov 2001 09:16:52 +0200,
Hristo Grigorov <Hristo.Grigorov@xxxxxxxxxxx> wrote:
>I did fresh CVS checkout.
>Everything else went fine but 'make modules_install' failed with the following
>error:
>
>make[2]: Entering directory `/usr/src/linux/drivers/net'
>mkdir -p /lib/modules/2.4.15-pre5-xfs/kernel/drivers/net/
>cp slhc.o ppp_generic.o slhc.o ppp_async.o ppp_synctty.o ppp_deflate.o
>bsd_comp.o dummy.o /lib/modules/2.4.15-pre5-xfs/kernel/drivers/net/
That is normal for any recent kernel, slhc.o gets copied twice.
>cp: will not overwrite just-created
>`/lib/modules/2.4.15-pre5-xfs/kernel/drivers/net/slhc.o' with `slhc.o'
This is not an XFS problem, I don't think it is even a kernel problem,
your version of cp is objecting to a perfectly valid command. Either
you have 'cp' aliased to some command that does extra checking or a new
version of cp is doing too much checking. Verify that you are using
the correct cp. If you are, log a bug report with the fileutils
maintainer, that command is valid.
|