From owner-freebsd-questions Tue Aug 1 15:55: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from boromir.vpop.net (dns1.vpop.net [206.117.147.2]) by hub.freebsd.org (Postfix) with ESMTP id 81CCD37BE93 for ; Tue, 1 Aug 2000 15:54:54 -0700 (PDT) (envelope-from psisson@vpop.net) Received: from lorien.vpop.net (adsl-63-204-62-84.dsl.lsan03.pacbell.net [63.204.62.84]) by boromir.vpop.net (8.9.3/8.9.3) with SMTP id PAA49936 for ; Tue, 1 Aug 2000 15:54:49 -0700 (PDT) (envelope-from psisson@vpop.net) From: Paul Sisson Organization: VPOP Technologies, Inc. To: freebsd-questions@FreeBSD.ORG Subject: make buildkernel problem Date: Tue, 1 Aug 2000 15:44:42 -0700 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00080115524306.00309@lorien.vpop.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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