From owner-freebsd-stable Sun Jul 9 4:46: 2 2000 Delivered-To: freebsd-stable@freebsd.org Received: from area51.slashnet.org (area51.slashnet.org [208.222.214.95]) by hub.freebsd.org (Postfix) with ESMTP id 8CC4637B661 for ; Sun, 9 Jul 2000 04:45:58 -0700 (PDT) (envelope-from smkelly@zombie.org) Received: from edgemaster.zombie.org (cx497943-c.omhaw1.ne.home.com [24.7.36.238]) by area51.slashnet.org (Postfix) with ESMTP id 13AAE14D402 for ; Sun, 9 Jul 2000 07:45:56 -0400 (EDT) Received: by edgemaster.zombie.org (Postfix, from userid 1001) id A4F0F98DE; Sun, 9 Jul 2000 06:45:55 -0500 (CDT) Date: Sun, 9 Jul 2000 06:45:55 -0500 From: Sean Kelly To: freebsd-stable@freebsd.org Subject: kernel+softupdates won't compile Message-ID: <20000709064555.A44822@edgemaster.zombie.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just CVSup'd 4.0S minutes ago and came across this: (286) root@edgemaster:/usr/src/sys/i386/conf$ config EDGEMASTER Don't forget to do a ``make depend'' Kernel build directory is ../../compile/EDGEMASTER (287) root@edgemaster:/usr/src/sys/i386/conf$ cd ../../compile/EDGEMASTER/ (288) root@edgemaster:/usr/src/sys/compile/EDGEMASTER$ make depend ... perl5 ../../kern/makedevops.pl -c ../../isa/isa_if.m perl5 ../../kern/makedevops.pl -h ../../isa/isa_if.m make: don't know how to make ../../ufs/ffs/ffs_softdep.c. Stop (289) root@edgemaster:/usr/src/sys/compile/EDGEMASTER$ make ^^^ Blatantly ignore it and see what happens... ... cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wm issing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ans i -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../ufs/ffs/ffs_softdep_stub.c make: don't know how to make ../../ufs/ffs/ffs_softdep.c. Stop ^^^ boom (290) root@edgemaster:/usr/src/sys/compile/EDGEMASTER$ make ffs_softdep.o make: don't know how to make ../../ufs/ffs/ffs_softdep.c. Stop Something broken or do I have a bad tree here? -- Sean Kelly A Dreamcast at hand is worth two Playstations on fire. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message