Date: Sun, 9 Jul 2000 06:45:55 -0500 From: Sean Kelly <smkelly@zombie.org> To: freebsd-stable@freebsd.org Subject: kernel+softupdates won't compile Message-ID: <20000709064555.A44822@edgemaster.zombie.org>
next in thread | raw e-mail | index | archive | help
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 <smkelly@zombie.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000709064555.A44822>