Date: Tue, 1 Aug 2000 15:44:42 -0700 From: Paul Sisson <psisson@vpop.net> To: freebsd-questions@FreeBSD.ORG Subject: make buildkernel problem Message-ID: <00080115524306.00309@lorien.vpop.net>
next in thread | raw e-mail | index | archive | help
In trying to update from 4.0-stable to 4.1-stable using cvsup, 'make buildworld' went fine, 'make depend' went fine, but when trying to 'make buildkernel KERNEL=MYKERNEL', I received the following error: [SNIP...] make: don't know how to make /usr/src/sys/ufs/ffs/ffs_softdep.c. Stop *** Error code 2 I notice that this file is a symlink: lrwxr-xr-x 1 root wheel 39 Mar 2 17:04 /usr/src/sys/ufs/ffs/ffs_softdep.c -> ../../contrib/softupdates/ffs_softdep.c but the target file does not exist: # ls -lagF /usr/src/sys/contrib total 3 drwxr-xr-x 3 root wheel 512 Aug 1 13:33 ./ drwxr-xr-x 45 root wheel 1024 Aug 1 13:33 ../ drwxr-xr-x 4 root wheel 512 Feb 27 19:27 dev/ I also noticed that during 'make update', the following text was displayed: [snip...] Updating collection src-all/cvs Cannot calculate checksum for "/usr/src/sys/ufs/ffs/ffs_softdep.c": No such file or directory Cannot calculate checksum for "/usr/src/sys/ufs/ffs/softdep.h": No such file or Can someone tell me why this is happening? Thanks in advance :-) Regards, Paul Sisson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00080115524306.00309>