Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id f5AKQwi23513 for linux-xfs-outgoing; Sun, 10 Jun 2001 13:26:58 -0700 Received: from mail.unixcircle.com (adsl-63-193-121-28.dsl.snfc21.pacbell.net [63.193.121.28]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id f5AKQvV23507 for ; Sun, 10 Jun 2001 13:26:57 -0700 Received: from unixcircle.com (pissboy.unixcircle.com [10.0.0.13]) by mail.unixcircle.com (8.12.0.Beta10/unixcircle) with ESMTP id f5AKQogD005524 for ; Sun, 10 Jun 2001 13:26:51 -0700 (PDT) Message-ID: <3B23D80C.20AB5F02@unixcircle.com> Date: Sun, 10 Jun 2001 13:26:52 -0700 From: rollingblackout Organization: a fool with a tool is still a fool -- fool@unixcircle.org X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.5-xfs i686) X-Accept-Language: en MIME-Version: 1.0 CC: linux-xfs@oss.sgi.com Subject: Re: Latest CVS wont build References: <20010610161041.63313c28.zoltan@digitaltux.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk 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