My checkout won't build either, but diff errs...
mkivmem.c:286: warning: passing arg 1 of `down' from incompatible
pointer type
mkivmem.c:297: warning: passing arg 1 of `pmd_alloc' from incompatible
pointer type
mkivmem.c:297: warning: passing arg 2 of `pmd_alloc' makes pointer from
integer without a cast
mkivmem.c:297: too few arguments to function `pmd_alloc'
mkivmem.c:298: warning: passing arg 1 of `pte_alloc' from incompatible
pointer type
mkivmem.c:298: warning: passing arg 2 of `pte_alloc' makes pointer from
integer without a cast
mkivmem.c:298: too few arguments to function `pte_alloc'
mkivmem.c:321: warning: passing arg 1 of `up' from incompatible pointer
type
make[2]: *** [mkivmem.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4-xfs/linux/arch/i386/mm'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4-xfs/linux/arch/i386/mm'
make: *** [_dir_arch/i386/mm] Error 2
Zoltan Kraus wrote:
>
> The latest CVS (as of 10min ago) wont get past the make dep stage. Here is
> the error msg:
> make[1]: Entering directory `/usr/src/linux-2.4-xfs/linux'
> make -C kernel fastdep
> make[2]: Entering directory `/usr/src/linux-2.4-xfs/linux/kernel'
> make[2]: *** No rule to make target
> `/usr/src/linux-2.4-xfs/linux/include/linux/autoconf.h', needed by
> `/usr/src/linux-2.4-xfs/linux/include/linux/modules/signal.ver'. Stop.
> make[2]: Leaving directory `/usr/src/linux-2.4-xfs/linux/kernel'
> make[1]: *** [_sfdep_kernel] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.4-xfs/linux'
> make: *** [dep-files] Error 2
>
> I did delete my old tree and this is a new checkout.
>
> --
> Thanks,
> - Zoltan Kraus
|